Archived
1
0

Initial commit as of 2018-10-16

This commit is contained in:
Marcel
2018-10-16 18:28:42 +02:00
commit 29d7c2ffdc
3601 changed files with 358427 additions and 0 deletions

View File

@@ -0,0 +1,105 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['about_sitetitle'] = 'About me';
$lang['about_title'] = 'About me';
$lang['about_description'] = 'Get more information about my life and my doing!';
$lang['about_subtitle'] = 'Hi, my name is Marcel and I like to';
$lang['about_subtitle_words'] = '<span>design.</span><span>program.</span><span>take photos.</span><span>cut videos.</span><span>edit photos.</span><span>animate.</span><span>shoot videos.</span><span>write.</span>';
$lang['about_introduction'] = 'In the internet, I\'m also known as KingOfDog.';
$lang['about_text'] = '<p>
Everything I\'m doing nowadays started with a tiny digital camera (as far as I know by Olympus). Of course, the pictures hadn\'t a great quality, let alone the videos. However, I discovered the unbelievable fun of taking pictures.
</p>
<p>
But everything didn\'t really begin until 2013. Because then I created my own YouTube channel, which I initially tamed "yourobonatic". Why was this name? Because of the content, I planned to upload on the channel: videos about robots built with the Lego Mindstorms NXT 2.0 set. Thereby, the first video was a crappy showcase of an unspectacular program for one of this robots. This channel concept didn\'t stay for long, however. Soon, I started uploading videos of the popular video game Minecraft. Caused by this, I changed the channel name to <i>DerMinecrafterMarcel</i> (<i>TheMinecrafterMarcel</i>), or <i>MinecrafterMarcel</i> after another renaming in 2014.
</p>
<p>
After I "cut" my first few videos with Windows Movie Maker, I switched to Sony Vegas Pro very soon (late 2014-ish). The thumbnails from that time were "beautiful" creations with Gimp.
</p>
<p>
The following year, I dared to use the even more professional software. Therewith, I mean the entire Adobe Creative Cloud Suite: Photoshop for the thumbnails, Premiere Pro for the video editing and so on. However, in the beginning, the other programs had a minor role, as I didn\'t know at all how to use them. Anyways, by using these two pieces of software I learned more and more about editing and designing - learning by doing.
</p>
<p>
Around that time in 2015, I really started digging into the incredibly difficult world of programming. Indeed, I had already coded some small applications with Python already, but then I put much effort into understanding Java.
</p>
<p>
By the way, 2015 was the year with the most number of video uploads. These included besides Minecraft as well Clash of Clans, Happy Wheels, and many other games. Both of the last mentioned games were part of series I started in the previous year.
</p>
<p>
Whereas 2016 was pretty much emptier regarding the amount of uploaded videos. Somehow, this was a time of self-discovery of the channel, in which I wasn\'t really sure what to upload. On the one hand, I didn\'t feel like continuing making Minecraft and gaming videos in general. I didn\'t want to upload non-qualitative content. On the other hand, I hadn\'t a lot of ideas of high-qualitative content. Only at the end of the year, there came new, now qualitative videos. Throughout the year, however, I worked on a specific, gigantic project: this website. And now, finally: you can see it! Over the time, I invested hundreds of hours into this project.
</p>
<p>
And last year, in 2017, I eventually specialized in producing knowledge videos with the focus on computers and programming. Furthermore, I dabbled in AfterAffects and Adobe Illustrator, which had an enormous impact on the aesthetics and quality of my videos. On the fourth birthday of my YouTube channel, I initially opened this website to the public - unfortunately only for a duration of one month.
</p>
<p>
Finally, we can only wait and see what the future may bring.
</p>';
$lang['about_events_title'] = 'Important Events';
$lang['about_events'] = [
[
"color" => "red",
"icon" => "youtube-play",
"name" => "Creation of my YouTube Channel",
"date" => "September 16th, 2013"
],
[
"color" => "blue",
"icon" => "twitter",
"name" => "Joining Twitter",
"date" => "September 18th, 2013"
],
[
"color" => "grey",
"icon" => "upload",
"name" => "First Video Upload",
"date" => "October 6th, 2013"
],
[
"color" => "green",
"icon" => "gamepad",
"name" => "First Minecraft Video",
"date" => "October 7th, 2013"
],
[
"color" => "yellow",
"icon" => "mobile",
"name" => "First Clash of Clans Video",
"date" => "February 12th, 2014"
],
[
"color" => "blue",
"icon" => "trophy",
"name" => "500 Subscribers on YouTube",
"date" => "May 10th, 2015"
],
[
"color" => "red",
"icon" => "twitch",
"name" => "Creation of my Twitch Channel",
"date" => "July 28th, 2015"
],
[
"color" => "grey",
"icon" => "trophy",
"name" => "25,000 Views on YouTube",
"date" => "November 25, 2015"
],
[
"color" => "yellow",
"icon" => "pencil",
"name" => "5,000 Tweets Published",
"date" => "June 15, 2017"
],
[
"color" => "blue",
"icon" => "trophy",
"name" => "50,000 Views on YouTube",
"date" => "December 1st, 2017"
],
[
"color" => "green",
"icon" => "columns",
"name" => "First Publishing of the Website",
"date" => "September 16th, 2017"
]
];

View File

@@ -0,0 +1,43 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['blog_search'] = 'Search';
$lang['blog_search_results'] = 'Your search was not successful';
$lang['blog_search_results_small'] = 'No results were found according to your search request';
$lang['blog_search_results_small2'] = '';
$lang['blog_back'] = 'Back';
$lang['blog_categories'] = 'Categories';
$lang['blog_category_posts'] = 'More of the same category';
$lang['blog_category_posts_error'] = 'No more posts of the same category were found!';
$lang['blog_category_design'] = 'Design';
$lang['blog_category_development'] = 'Development';
$lang['blog_category_internet'] = 'Internet';
$lang['blog_category_minepoint'] = 'MinePoint';
$lang['blog_category_news'] = 'News';
$lang['blog_category_social_media'] = 'Social Media';
$lang['blog_category_technic'] = 'Technic';
$lang['blog_category_youtube'] = 'YouTube';
$lang['blog_approximate_reading_time'] = 'Approximate Reading Duration';
$lang['blog_about'] = 'About the author';
$lang['blog_comment'] = 'Comment';
$lang['blog_comments'] = 'Comments';
$lang['blog_comment_reply'] = 'Reply';
$lang['blog_comment_new'] = 'Comment';
$lang['blog_comment_send'] = 'Send comment';
$lang['blog_comment_required_login'] = 'You have to logged in to comment this article!';
$lang['blog_read'] = 'Read';
$lang['blog_articels'] = 'Related articles';
$lang['blog_no_ads'] = 'You don\'t like to see sponsored ads anymore? Then support this website with a little donation. No matter the value, you won\'t see any more ads!';
$lang['blog_previous_article'] = 'Vorheriger Artikel';
$lang['blog_next_article'] = 'Darauffolgender Artikel';
$lang['blog_post_not_available'] = 'Sadly, this post isn\'t available anymore.';

View File

@@ -0,0 +1,252 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['country_AD'] = 'Andorra';
$lang['country_AE'] = 'United Arab Emirates';
$lang['country_AF'] = 'Afghanistan';
$lang['country_AG'] = 'Antigua and Barbuda';
$lang['country_AI'] = 'Anguilla';
$lang['country_AL'] = 'Albania';
$lang['country_AM'] = 'Armenia';
$lang['country_AO'] = 'Angola';
$lang['country_AQ'] = 'Antarctica';
$lang['country_AR'] = 'Argentina';
$lang['country_AS'] = 'American Samoa';
$lang['country_AT'] = 'Austria';
$lang['country_AU'] = 'Australia';
$lang['country_AW'] = 'Aruba';
$lang['country_AX'] = 'Åland Islands';
$lang['country_AZ'] = 'Azerbaijan';
$lang['country_BA'] = 'Bosnia and Herzegovina';
$lang['country_BB'] = 'Barbados';
$lang['country_BD'] = 'Bangladesh';
$lang['country_BE'] = 'Belgium';
$lang['country_BF'] = 'Burkina Faso';
$lang['country_BG'] = 'Bulgaria';
$lang['country_BH'] = 'Bahrain';
$lang['country_BI'] = 'Burundi';
$lang['country_BJ'] = 'Benin';
$lang['country_BL'] = 'Saint Barthélemy';
$lang['country_BM'] = 'Bermuda';
$lang['country_BN'] = 'Brunei Darussalam';
$lang['country_BO'] = 'Bolivia, Plurinational State of';
$lang['country_BQ'] = 'Bonaire, Sint Eustatius and Saba';
$lang['country_BR'] = 'Brazil';
$lang['country_BS'] = 'Bahamas';
$lang['country_BT'] = 'Bhutan';
$lang['country_BV'] = 'Bouvet Island';
$lang['country_BW'] = 'Botswana';
$lang['country_BY'] = 'Belarus';
$lang['country_BZ'] = 'Belize';
$lang['country_CA'] = 'Canada';
$lang['country_CC'] = 'Cocos (Keeling) Islands';
$lang['country_CD'] = 'Congo, the Democratic Republic of the';
$lang['country_CF'] = 'Central African Republic';
$lang['country_CG'] = 'Congo';
$lang['country_CH'] = 'Switzerland';
$lang['country_CI'] = 'Côte d\'Ivoire';
$lang['country_CK'] = 'Cook Islands';
$lang['country_CL'] = 'Chile';
$lang['country_CM'] = 'Cameroon';
$lang['country_CN'] = 'China';
$lang['country_CO'] = 'Colombia';
$lang['country_CR'] = 'Costa Rica';
$lang['country_CU'] = 'Cuba';
$lang['country_CV'] = 'Cabo Verde';
$lang['country_CW'] = 'Curaçao';
$lang['country_CX'] = 'Christmas Island';
$lang['country_CY'] = 'Cyprus';
$lang['country_CZ'] = 'Czechia';
$lang['country_DE'] = 'Germany';
$lang['country_DJ'] = 'Djibouti';
$lang['country_DK'] = 'Denmark';
$lang['country_DM'] = 'Dominica';
$lang['country_DO'] = 'Dominican Republic';
$lang['country_DZ'] = 'Algeria';
$lang['country_EC'] = 'Ecuador';
$lang['country_EE'] = 'Estonia';
$lang['country_EG'] = 'Egypt';
$lang['country_EH'] = 'Western Sahara';
$lang['country_ER'] = 'Eritrea';
$lang['country_ES'] = 'Spain';
$lang['country_ET'] = 'Ethiopia';
$lang['country_FI'] = 'Finland';
$lang['country_FJ'] = 'Fiji';
$lang['country_FK'] = 'Falkland Islands (Malvinas)';
$lang['country_FM'] = 'Micronesia, Federated States of';
$lang['country_FO'] = 'Faroe Islands';
$lang['country_FR'] = 'France';
$lang['country_GA'] = 'Gabon';
$lang['country_GB'] = 'United Kingdom';
$lang['country_GD'] = 'Grenada';
$lang['country_GE'] = 'Georgia';
$lang['country_GF'] = 'French Guiana';
$lang['country_GG'] = 'Guernsey';
$lang['country_GH'] = 'Ghana';
$lang['country_GI'] = 'Gibraltar';
$lang['country_GL'] = 'Greenland';
$lang['country_GM'] = 'Gambia';
$lang['country_GN'] = 'Guinea';
$lang['country_GP'] = 'Guadeloupe';
$lang['country_GQ'] = 'Equatorial Guinea';
$lang['country_GR'] = 'Greece';
$lang['country_GS'] = 'South Georgia and the South Sandwich Islands';
$lang['country_GT'] = 'Guatemala';
$lang['country_GU'] = 'Guam';
$lang['country_GW'] = 'Guinea-Bissau';
$lang['country_GY'] = 'Guyana';
$lang['country_HK'] = 'Hong Kong';
$lang['country_HM'] = 'Heard Island and McDonald Islands';
$lang['country_HN'] = 'Honduras';
$lang['country_HR'] = 'Croatia';
$lang['country_HT'] = 'Haiti';
$lang['country_HU'] = 'Hungary';
$lang['country_ID'] = 'Indonesia';
$lang['country_IE'] = 'Ireland';
$lang['country_IL'] = 'Israel';
$lang['country_IM'] = 'Isle of Man';
$lang['country_IN'] = 'India';
$lang['country_IO'] = 'British Indian Ocean Territory';
$lang['country_IQ'] = 'Iraq';
$lang['country_IR'] = 'Iran, Islamic Republic of';
$lang['country_IS'] = 'Iceland';
$lang['country_IT'] = 'Italy';
$lang['country_JE'] = 'Jersey';
$lang['country_JM'] = 'Jamaica';
$lang['country_JO'] = 'Jordan';
$lang['country_JP'] = 'Japan';
$lang['country_KE'] = 'Kenya';
$lang['country_KG'] = 'Kyrgyzstan';
$lang['country_KH'] = 'Cambodia';
$lang['country_KI'] = 'Kiribati';
$lang['country_KM'] = 'Comoros';
$lang['country_KN'] = 'Saint Kitts and Nevis';
$lang['country_KP'] = 'Korea (the Democratic People\'s Republic of)';
$lang['country_KR'] = 'Korea (the Republic of)';
$lang['country_KW'] = 'Kuwait';
$lang['country_KY'] = 'Cayman Islands';
$lang['country_KZ'] = 'Kazakhstan';
$lang['country_LA'] = 'Lao People\'s Democratic Republic';
$lang['country_LB'] = 'Lebanon';
$lang['country_LC'] = 'Saint Lucia';
$lang['country_LI'] = 'Liechtenstein';
$lang['country_LK'] = 'Sri Lanka';
$lang['country_LR'] = 'Liberia';
$lang['country_LS'] = 'Lesotho';
$lang['country_LT'] = 'Lithuania';
$lang['country_LU'] = 'Luxembourg';
$lang['country_LV'] = 'Latvia';
$lang['country_LY'] = 'Libya';
$lang['country_MA'] = 'Morocco';
$lang['country_MC'] = 'Monaco';
$lang['country_MD'] = 'Moldova, Republic of';
$lang['country_ME'] = 'Montenegro';
$lang['country_MF'] = 'Saint Martin (French part)';
$lang['country_MG'] = 'Madagascar';
$lang['country_MH'] = 'Marshall Islands';
$lang['country_MK'] = 'Macedonia, the former Yugoslav Republic of';
$lang['country_ML'] = 'Mali';
$lang['country_MM'] = 'Myanmar';
$lang['country_MN'] = 'Mongolia';
$lang['country_MO'] = 'Macao';
$lang['country_MP'] = 'Northern Mariana Islands';
$lang['country_MQ'] = 'Martinique';
$lang['country_MR'] = 'Mauritania';
$lang['country_MS'] = 'Montserrat';
$lang['country_MT'] = 'Malta';
$lang['country_MU'] = 'Mauritius';
$lang['country_MV'] = 'Maldives';
$lang['country_MW'] = 'Malawi';
$lang['country_MX'] = 'Mexico';
$lang['country_MY'] = 'Malaysia';
$lang['country_MZ'] = 'Mozambique';
$lang['country_NA'] = 'Namibia';
$lang['country_NC'] = 'New Caledonia';
$lang['country_NE'] = 'Niger';
$lang['country_NF'] = 'Norfolk Island';
$lang['country_NG'] = 'Nigeria';
$lang['country_NI'] = 'Nicaragua';
$lang['country_NL'] = 'Netherlands[note 1]';
$lang['country_NO'] = 'Norway';
$lang['country_NP'] = 'Nepal';
$lang['country_NR'] = 'Nauru';
$lang['country_NU'] = 'Niue';
$lang['country_NZ'] = 'New Zealand';
$lang['country_OM'] = 'Oman';
$lang['country_PA'] = 'Panama';
$lang['country_PE'] = 'Peru';
$lang['country_PF'] = 'French Polynesia';
$lang['country_PG'] = 'Papua New Guinea';
$lang['country_PH'] = 'Philippines';
$lang['country_PK'] = 'Pakistan';
$lang['country_PL'] = 'Poland';
$lang['country_PM'] = 'Saint Pierre and Miquelon';
$lang['country_PN'] = 'Pitcairn';
$lang['country_PR'] = 'Puerto Rico';
$lang['country_PS'] = 'Palestine, State of';
$lang['country_PT'] = 'Portugal';
$lang['country_PW'] = 'Palau';
$lang['country_PY'] = 'Paraguay';
$lang['country_QA'] = 'Qatar';
$lang['country_RE'] = 'Réunion';
$lang['country_RO'] = 'Romania';
$lang['country_RS'] = 'Serbia';
$lang['country_RU'] = 'Russian Federation';
$lang['country_RW'] = 'Rwanda';
$lang['country_SA'] = 'Saudi Arabia';
$lang['country_SB'] = 'Solomon Islands';
$lang['country_SC'] = 'Seychelles';
$lang['country_SD'] = 'Sudan';
$lang['country_SE'] = 'Sweden';
$lang['country_SG'] = 'Singapore';
$lang['country_SH'] = 'Saint Helena, Ascension and Tristan da Cunha';
$lang['country_SI'] = 'Slovenia';
$lang['country_SJ'] = 'Svalbard and Jan Mayen';
$lang['country_SK'] = 'Slovakia';
$lang['country_SL'] = 'Sierra Leone';
$lang['country_SM'] = 'San Marino';
$lang['country_SN'] = 'Senegal';
$lang['country_SO'] = 'Somalia';
$lang['country_SR'] = 'Suriname';
$lang['country_SS'] = 'South Sudan';
$lang['country_ST'] = 'Sao Tome and Principe';
$lang['country_SV'] = 'El Salvador';
$lang['country_SX'] = 'Sint Maarten (Dutch part)';
$lang['country_SY'] = 'Syrian Arab Republic';
$lang['country_SZ'] = 'Swaziland';
$lang['country_TC'] = 'Turks and Caicos Islands';
$lang['country_TD'] = 'Chad';
$lang['country_TF'] = 'French Southern Territories';
$lang['country_TG'] = 'Togo';
$lang['country_TH'] = 'Thailand';
$lang['country_TJ'] = 'Tajikistan';
$lang['country_TK'] = 'Tokelau';
$lang['country_TL'] = 'Timor-Leste';
$lang['country_TM'] = 'Turkmenistan';
$lang['country_TN'] = 'Tunisia';
$lang['country_TO'] = 'Tonga';
$lang['country_TR'] = 'Turkey';
$lang['country_TT'] = 'Trinidad and Tobago';
$lang['country_TV'] = 'Tuvalu';
$lang['country_TW'] = 'Taiwan, Province of China [note 2]';
$lang['country_TZ'] = 'Tanzania, United Republic of';
$lang['country_UA'] = 'Ukraine';
$lang['country_UG'] = 'Uganda';
$lang['country_UM'] = 'United States Minor Outlying Islands';
$lang['country_US'] = 'United States';
$lang['country_UY'] = 'Uruguay';
$lang['country_UZ'] = 'Uzbekistan';
$lang['country_VA'] = 'Holy See (Vatican City State)';
$lang['country_VC'] = 'Saint Vincent and the Grenadines';
$lang['country_VE'] = 'Venezuela, Bolivarian Republic of';
$lang['country_VG'] = 'Virgin Islands, British';
$lang['country_VI'] = 'Virgin Islands, U.S.';
$lang['country_VN'] = 'Viet Nam';
$lang['country_VU'] = 'Vanuatu';
$lang['country_WF'] = 'Wallis and Futuna';
$lang['country_WS'] = 'Samoa';
$lang['country_YE'] = 'Yemen';
$lang['country_YT'] = 'Mayotte';
$lang['country_ZA'] = 'South Africa';
$lang['country_ZM'] = 'Zambia';
$lang['country_ZW'] = 'Zimbabwe';

View File

@@ -0,0 +1,9 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['about_title'] = 'About me';
$lang['about_description'] = 'Get more information about my life and my jobs!';
$lang['about_subtitle'] = 'I am a';
$lang['about_subtitle_words'] = '<span>Designer</span><span>Cutter</span><span>Webdesigner</span><span>Developer</span><span>Animator</span><span>Photograf</span>';
$lang['about_introduction'] = 'I\'m KingOfDog, especially Youtuber and Designer, but I\'m a huge fan of dogs too.';
$lang['about_skills'] = 'My skills';

View File

@@ -0,0 +1,17 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['donate_title'] = 'Do You Want To Support This Website?';
$lang['donate_subheader'] = 'In order to continue offering this free website, we need somehow money to pay for the servers. What do you get from this? First, you and all others can keep using this website. Secondly, you won\'t see any ads anymore';
$lang['donate_catchphrase'] = 'Help us keeping this service alive.';
$lang['donate_level1'] = 'An <span>1€</span> donation is enough for one bag of sweets for the developer.';
$lang['donate_level2'] = 'A <span>2€</span> donation enables us to continue developing this website.';
$lang['donate_level3'] = 'A <span>5€</span> donation makes possible to buy 2GB more RAM for the server.';
$lang['donate_level4'] = 'A <span>10€</span> donation would cover the minimum wage for one hour of work of one single developer.';
$lang['donate_level5'] = 'A <span>15€</span> donation could afford us to buy 150GB more disk space for your images, texts, videos etc.';
$lang['donate_level6'] = 'A <span>20€</span> donation would be the foundation for another server.';
$lang['donate_level7'] = 'A <span>25€</span> donation allows us to buy several different licenses.';
$lang['donate_level8'] = 'A <span>30€</span> donation is enough for publishing an app version of this website in the PlayStore.';
$lang['donate_level9'] = 'A <span>50€</span> donation would be directly invested into the purchase of another server unit.';
$lang['donate_level10'] = 'An <span>100€</span> donation would cover all major expenses for one month!';
$lang['donate_btn'] = "Donate";

View File

@@ -0,0 +1,44 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['faq_title'] = 'FAQ - Frequently Asked Questions';
$lang['faq_des'] = 'On this page, you can find the answers to the most asked questions.';
$lang['faq_note_title'] = 'Hey, you! This page is currently not available in English. But we\'re working on it!';
$lang['faq_note_des'] = 'As you can see, we haven\'t translated this FAQ page into English. But to make you hope: we\'re currently working on the translation of this page. This page is very text intensive, so it takes a little bit more time to translate all question and answers. We\'re looking forward to publish the English translation in about one month, but we won\'t guarantee a release date yet. So we don\'t stand under pressure and have enough time to deliver you a high quality translation!';
$lang['faq_section1_title'] = 'What\'s the matter of this website?';
$lang['faq_section1_q1'] = 'What can I find here?';
$lang['faq_section1_q2'] = 'And from whom is that?';
$lang['faq_section1_q3'] = 'Does the site cost something?';
$lang['faq_section1_q4'] = 'Is there a team behind the website? And if so, who\'s part of it?';
$lang['faq_section1_q5'] = 'In what languages is the website available?';
$lang['faq_section2_title'] = 'Who is this KingOfDog? Do I HAVE to know him?';
$lang['faq_section2_q1'] = 'Who is KingOfDog?';
$lang['faq_section2_q2'] = 'And what does this guy do?';
$lang['faq_section2_q3'] = 'From where could I know him?';
$lang['faq_section2_q4'] = 'Why did he create this website?';
$lang['faq_section2_q5'] = 'How did he learn to code and to design?';
$lang['faq_section3_title'] = 'Accounts on KingOfDogTV.de';
$lang['faq_section3_q1'] = 'What\'s the purpose of an account?';
$lang['faq_section3_q2'] = 'Do I have to pay for it?';
$lang['faq_section3_q3'] = 'And why should I create an account?';
$lang['faq_section3_q4'] = 'Is that done with Wordpress?';
$lang['faq_section4_title'] = 'Privacy policies and more';
$lang['faq_section4_q1'] = 'Is my personal data safe here?';
$lang['faq_section4_q2'] = 'Is my data used for advertisement causes?';
$lang['faq_section4_q3'] = 'Do I get a cookie?';
$lang['faq_section4_q4'] = 'Who guarantees my privacy?';
$lang['faq_section4_q5'] = 'What about JavaScript?';
$lang['faq_section5_title'] = 'Blog';
$lang['faq_section5_q1'] = 'What can I find on the blog?';
$lang['faq_section5_q2'] = 'Is that interesting for me?';
$lang['faq_section5_q3'] = 'Do I have to pay for it?';
$lang['faq_section5_q4'] = 'How regularly are new posts published?';
$lang['faq_section5_q5'] = 'In what language is it? English?';
$lang['faq_section6_title'] = 'Technical Stuff';
$lang['faq_section6_q1'] = 'How was this website programmed?';
$lang['faq_section6_q2'] = 'Did you use third party software or frameworks like Wordpress?';
$lang['faq_section6_q3'] = 'Could you send me the source code? Please?';
$lang['faq_section6_q4'] = 'Do I get an admin access?';
$lang['faq_section6_q5'] = 'On what for servers is the website hosted?';

View File

@@ -0,0 +1,14 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['footer_language'] = 'Language';
$lang['footer_blog_posts'] = 'Recent Blog Posts';
$lang['footer_about'] = 'About Me';
$lang['footer_impress'] = 'Impress';
$lang['footer_disclaimer'] = 'Disclaimer';
$lang['footer_faq'] = 'Frequently Asked Questions (FAQ)';
$lang['footer_contact'] = 'Contact us';
$lang['footer_privacy_policy'] = 'Privacy Policy';
$lang['footer_about_text'] = 'Hi, I\'m KingOfDog, the creator and the operator of this website. I love developing, designing and making YouTube videos passionate. Thereby, I\'ve got a YouTube channel since 2013 called KingOfDog. If you want to learn more, visit the';
$lang['footer_about_link'] = 'about page';
$lang['footer_published'] = 'Published';

View File

@@ -0,0 +1,11 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['website_name'] = 'KingOfDogTV.de';
$lang['person_by'] = 'by';
$lang['additional_more'] = 'More';
$lang['close'] = 'Close';
$lang['send'] = 'Send';
$lang['unknown'] = 'Unknown';
$lang['login'] = 'Log in';
$lang['edit'] = 'Edit';

View File

@@ -0,0 +1,54 @@
<?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';

View File

@@ -0,0 +1,37 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['home_sitetitle'] = 'Home';
$lang['home_slider_portfolio_title'] = 'My Projects: Design & Development From A-Z';
$lang['home_slider_portfolio_des'] = 'From photography and filmography, over webdesign and webdevelopment, and over animations and designs, finally to video cutting and image editing. I made a lot of different activities and things and most of them are still part of my all day routine. In my portfolio you can see all of my projects!';
$lang['home_slider_portfolio_btn'] = 'My projects';
$lang['home_slider_blog_title'] = 'Design. Coding. Development. - And Much More!';
$lang['home_slider_blog_des'] = 'You can find plenty of topics on my blog: no matter if you like to get the newest design articles, opinions, information on tech or entries about software and coding.';
$lang['home_slider_blog_btn'] = 'To the blog';
$lang['home_slider_about_title'] = 'I Am KingOfDog';
$lang['home_slider_about_des'] = 'YouTuber, Designer, Developer - KingOfDog. On my About site you\'re able to receive more information about me and my life!';
$lang['home_slider_about_btn'] = 'Learn more';
$lang['home_slider_video_title'] = 'Most Recently Uploaded Video';
$lang['home_slider_video_des'] = 'Stage direction: <i>Press the left mouse button over the right printed picture for reaching the playback website of the most recent You Tube movie of mine personality.</i>';
$lang['home_slider_video_btn'] = 'Watch now';
$lang['home_channels_title'] = 'YouTube Channels';
$lang['home_kingofdog_des'] = 'KingOfDog is my very first YouTube channel and have existed meanwhile for more than 3 years. On this channel you get access to the newest games, facts, information, news, opinions, reviews, vlogs and much more. Over 600 subscribers can watch around 350 videos here.';
$lang['home_zeybefx_des'] = 'There have been speedarts, design tutorials, giveaways, and much more videos dealing with design on ZeybeFX for more than one and a half years. This channel is in English and currently a little bit inactive.';
$lang['home_zeybeofficial_des'] = 'The most recent channel of mine has existed since the beginning of 2017, but is very active. Each of the daily videos at 3 pm delivers you a new copyright free music track, which you can use in your own videos, games, websites, podcast, and similar things. Partially I upload my own music, which I created on my own, also.';
$lang['home_kingofdogint_des'] = 'KingOfDog International is the (as the name already tells) international, English version of my main channel KingOfDog. Here you can discover translated videos from the German channel - because subtitles aren\'t that cool.';
$lang['home_active_users'] = 'Currently Active Users';
$lang['home_newest_users'] = 'Newly Registered Users';
$lang['home_newest_posts'] = 'Most Recent Posts';
$lang['home_notice'] = 'This feature will follow in the future. Please return here later.';
$lang['home_error_twitter'] = 'No tweets were found in the database currently. Maybe this is an error. Please try again later.';
$lang['home_error_instagram'] = 'No images were found in the database currently. Maybe this is an error. Please try again later.';
$lang['home_error_youtube'] = 'No videos were found in the database currently. Maybe this is an error. Please try again later.';
$lang['home_social_all'] = 'All';
$lang['home_date'] = 'Y-m-d \a\t g:i a';
$lang['home_posts'] = 'Most Recent Posts';
$lang['home_ads_title'] = 'Why are we showing ads?';
$lang['home_ads_description'] = 'The whole page and all of its services are completely free. And we want this to be the same in the future. The earnings through advertising are only used for financing and expanding the servers. Ads allow us to keep offering this free service! But we follow the motto "At Most One Ad per Site". That means that every page of KingOfDogTV.de contains maximally one single advertisment. So we achieve a not too annoying advertising model, the page doesn\'t take longer to load, and despite we can (hopefully) cover the costs for the webservers.';

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
<?php
$lang['jb_blankpage_message'] = "The Upload process had not started, or started, but had not finished yet, or your browser could not reach the remote server.";
/* End of file jbstrings_lang.php */
/* Location: ./application/language/en/jbstrings_lang.php */

View File

@@ -0,0 +1,188 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['lang_ab'] = 'Abkhazian';
$lang['lang_aa'] = 'Afar';
$lang['lang_af'] = 'Afrikaans';
$lang['lang_ak'] = 'Akan';
$lang['lang_sq'] = 'Shqip';
$lang['lang_am'] = 'Amharic';
$lang['lang_ar'] = 'Arabic';
$lang['lang_an'] = 'Aragonese';
$lang['lang_hy'] = 'Armenian';
$lang['lang_as'] = 'Assamese';
$lang['lang_av'] = 'Avaric';
$lang['lang_ae'] = 'avesta';
$lang['lang_ay'] = 'aymar aru';
$lang['lang_az'] = 'Azerbaijani';
$lang['lang_bm'] = 'Bambara';
$lang['lang_ba'] = 'Bashkir';
$lang['lang_eu'] = 'Basque';
$lang['lang_be'] = 'Belarusian';
$lang['lang_bn'] = 'Bengali';
$lang['lang_bh'] = 'Bihari languages';
$lang['lang_bi'] = 'Bislama';
$lang['lang_bs'] = 'Bosnian';
$lang['lang_br'] = 'Breton';
$lang['lang_bg'] = 'Bulgarian';
$lang['lang_my'] = 'Burmese';
$lang['lang_ca'] = 'Catalan';
$lang['lang_ch'] = 'Chamorro';
$lang['lang_ce'] = 'Chechen';
$lang['lang_ny'] = 'Chichewa';
$lang['lang_zh'] = 'Chinese';
$lang['lang_cv'] = 'Chuvash';
$lang['lang_kw'] = 'Cornish';
$lang['lang_co'] = 'Corsican';
$lang['lang_cr'] = 'Cree';
$lang['lang_hr'] = 'Croatian';
$lang['lang_cs'] = 'Czech';
$lang['lang_da'] = 'Danish';
$lang['lang_dv'] = 'Divehi';
$lang['lang_nl'] = 'Dutch';
$lang['lang_dz'] = 'Dzongkha';
$lang['lang_en'] = 'English';
$lang['lang_eo'] = 'Esperanto';
$lang['lang_et'] = 'Estonian';
$lang['lang_ee'] = 'Ewe';
$lang['lang_fo'] = 'Faroese';
$lang['lang_fj'] = 'Fijian';
$lang['lang_fl'] = 'Filipino';
$lang['lang_fi'] = 'Finnish';
$lang['lang_fr'] = 'French';
$lang['lang_ff'] = 'Fulah';
$lang['lang_gl'] = 'Galician';
$lang['lang_ka'] = 'Georgian';
$lang['lang_de'] = 'German';
$lang['lang_el'] = 'Greek';
$lang['lang_gn'] = 'Guarani';
$lang['lang_gu'] = 'Gujarati';
$lang['lang_ht'] = 'Haitian';
$lang['lang_ha'] = 'Hausa';
$lang['lang_he'] = 'Hebrew';
$lang['lang_hz'] = 'Herero';
$lang['lang_hi'] = 'Hindi';
$lang['lang_ho'] = 'Hiri Motu';
$lang['lang_hu'] = 'Hungarian';
$lang['lang_ia'] = 'Interlingua';
$lang['lang_id'] = 'Bahasa Indonesia';
$lang['lang_ie'] = 'Interlingue';
$lang['lang_ga'] = 'Irish';
$lang['lang_ig'] = 'Igbo';
$lang['lang_ik'] = 'Inupiaq';
$lang['lang_io'] = 'Ido';
$lang['lang_is'] = 'Icelandic';
$lang['lang_it'] = 'Italian';
$lang['lang_iu'] = 'Inkitut';
$lang['lang_ja'] = 'Japanese';
$lang['lang_jv'] = 'Javanese';
$lang['lang_kl'] = 'Kalaallisut';
$lang['lang_kn'] = 'Kannada';
$lang['lang_kr'] = 'Kanuri';
$lang['lang_ks'] = 'Kashmiri';
$lang['lang_kk'] = 'Kazakh';
$lang['lang_km'] = 'Central Khmer';
$lang['lang_ki'] = 'Kikuyu';
$lang['lang_rw'] = 'Kinyarwanda';
$lang['lang_ky'] = 'Kirghiz';
$lang['lang_kv'] = 'Komi';
$lang['lang_kg'] = 'Kikongo';
$lang['lang_ko'] = 'Korean';
$lang['lang_ku'] = 'Kurdish';
$lang['lang_kj'] = 'Kuanyama';
$lang['lang_la'] = 'Latin';
$lang['lang_lb'] = 'Luxembourgish';
$lang['lang_lg'] = 'Ganda';
$lang['lang_li'] = 'Limburgan';
$lang['lang_ln'] = 'Lingala';
$lang['lang_lo'] = 'Lao';
$lang['lang_lt'] = 'Lithuanian';
$lang['lang_lu'] = 'Kiluba';
$lang['lang_lv'] = 'Latvian';
$lang['lang_gv'] = 'Manx';
$lang['lang_mk'] = 'Macedonian';
$lang['lang_mg'] = 'Malagasy';
$lang['lang_ms'] = 'Malay';
$lang['lang_ml'] = 'Malayalam';
$lang['lang_mt'] = 'Maltese';
$lang['lang_mi'] = 'Maori';
$lang['lang_mr'] = 'Marathi';
$lang['lang_mh'] = 'Marshallese';
$lang['lang_mn'] = 'Mongolian';
$lang['lang_na'] = 'Nauru';
$lang['lang_nv'] = 'Navajo';
$lang['lang_nd'] = 'North Ndebele';
$lang['lang_ne'] = 'Nepali';
$lang['lang_ng'] = 'Ndonga';
$lang['lang_nb'] = 'Norwegian Bokmal';
$lang['lang_nn'] = 'Norwegian Nynorsk';
$lang['lang_no'] = 'Norwegian';
$lang['lang_ii'] = 'Sichuan Yi';
$lang['lang_nr'] = 'South Ndebele';
$lang['lang_oc'] = 'Occitan';
$lang['lang_oj'] = 'Ojibwa';
$lang['lang_cu'] = 'Church Slavic';
$lang['lang_om'] = 'Oromo';
$lang['lang_or'] = 'Oriya';
$lang['lang_os'] = 'Ossetian';
$lang['lang_pa'] = 'Panjabi';
$lang['lang_pi'] = 'Pali';
$lang['lang_fa'] = 'Persian';
$lang['lang_pl'] = 'Polish';
$lang['lang_ps'] = 'Pashto';
$lang['lang_pt'] = 'Portuguese';
$lang['lang_qu'] = 'Quechua';
$lang['lang_rm'] = 'Romansh';
$lang['lang_rn'] = 'Rundi';
$lang['lang_ro'] = 'Romanian';
$lang['lang_ru'] = 'Russian';
$lang['lang_sa'] = 'Sanskrit';
$lang['lang_sd'] = 'Sardinian';
$lang['lang_sd'] = 'Sindhi';
$lang['lang_se'] = 'Northern Sami';
$lang['lang_sm'] = 'Samoan';
$lang['lang_sg'] = 'Sango';
$lang['lang_sr'] = 'Serbinan';
$lang['lang_gd'] = 'Gaelic';
$lang['lang_sn'] = 'Shona';
$lang['lang_si'] = 'Sinhala';
$lang['lang_sk'] = 'Slovak';
$lang['lang_sl'] = 'Slovenian';
$lang['lang_so'] = 'Somali';
$lang['lang_st'] = 'Southern Sotho';
$lang['lang_es'] = 'Spanish';
$lang['lang_su'] = 'Sundanese';
$lang['lang_sw'] = 'Swahili';
$lang['lang_ss'] = 'Swati';
$lang['lang_sv'] = 'Swedish';
$lang['lang_ta'] = 'Tamil';
$lang['lang_te'] = 'Telugu';
$lang['lang_tg'] = 'Tajik';
$lang['lang_th'] = 'Thai';
$lang['lang_ti'] = 'Tigrinya';
$lang['lang_bo'] = 'Tibetan';
$lang['lang_tk'] = 'Turkmen';
$lang['lang_tl'] = 'Tagalog';
$lang['lang_tn'] = 'Tswana';
$lang['lang_to'] = 'Tongan';
$lang['lang_tr'] = 'Turkish';
$lang['lang_ts'] = 'Tsonga';
$lang['lang_tt'] = 'Tatar';
$lang['lang_tw'] = 'Twi';
$lang['lang_ty'] = 'Tahitian';
$lang['lang_ug'] = 'Uighur';
$lang['lang_uk'] = 'Ukrainian';
$lang['lang_ur'] = 'Urdu';
$lang['lang_uz'] = 'Uzbek';
$lang['lang_ve'] = 'Venda';
$lang['lang_vi'] = 'Vietnamese';
$lang['lang_vo'] = 'Volapük';
$lang['lang_wa'] = 'Walloon';
$lang['lang_cy'] = 'Welsh';
$lang['lang_wo'] = 'Wolof';
$lang['lang_fy'] = 'Western Frisian';
$lang['lang_xh'] = 'Xhosa';
$lang['lang_yi'] = 'Yiddish';
$lang['lang_yo'] = 'Yoruba';
$lang['lang_za'] = 'Zhuang';
$lang['lang_zu'] = 'Zulu';

View File

@@ -0,0 +1,7 @@
<?php
/**
* Created by PhpStorm.
* User: tetri
* Date: 18.08.2018
* Time: 19:06
*/

View File

@@ -0,0 +1,4 @@
<?php
$lang['users.newFollower.single'] = '%1$s is now following you.';
$lang['users.newFollower.multiple'] = '%1$s and %2$s are now following you.';
$lang['users.newFollower.many'] = '%1$s, %2$s and %3$s others are now following you.';

View File

@@ -0,0 +1,54 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['profile_social_networks'] = 'Social Networks';
// Profile card
$lang['profile_follow'] = 'Follow';
$lang['profile_following'] = 'Following';
$lang['profile_unfollow'] = 'Unfollow';
$lang['profile_gender'] = 'Gender';
$lang['profile_gender_male'] = 'Male';
$lang['profile_gender_female'] = 'Female';
$lang['profile_gender_other'] = 'Other';
$lang['profile_country'] = 'Country';
$lang['profile_language'] = 'Language';
$lang['profile_user_rank'] = 'User rank';
$lang['profile_rank'] = 'Rank';
$lang['profile_account_age'] = 'Account age';
$lang['profile_account_created'] = 'Account created %1$s';
$lang['profile_birth_date'] = 'Birth date';
$lang['profile_born'] = 'Born on';
// Profile page header
$lang['profile_contributions'] = 'Contributions';
$lang['profile_posts'] = 'Posts';
$lang['profile_blog_posts'] = 'Blog Posts';
$lang['profile_blog_comments'] = 'Blog Comments';
$lang['profile_followers'] = 'Followers';
$lang['profile_followed_users'] = 'Following';
$lang['profile_edit'] = 'Edit Profile';
// Content
$lang['profile_all_posts'] = 'All Posts';
$lang['profile_view_posts'] = 'View all posts';
$lang['profile_all_blog_posts'] = 'All Blog Posts';
$lang['profile_view_blog_posts'] = 'view all blog posts';
$lang['profile_all_blog_comments'] = 'All Blog Comments';
$lang['profile_view_blog_comments'] = 'view all blog comments';
$lang['profile_all_followers'] = 'All Followers';
$lang['profile_all_followed'] = 'All Followed Users';
// Feed
$lang['feed_your_feed'] = 'Personal Feed';
$lang['feed_popular'] = 'Popular';
$lang['feed_top_users'] = 'Top Users';
$lang['feed_trending_users'] = 'Trending Users';
$lang['feed_your_profile'] = 'Your Profile';
$lang['feed_search'] = 'Search';
$lang['feed_search_all'] = 'Everything';
$lang['feed_search_user'] = 'Users';
$lang['feed_search_posts'] = 'Posts';
$lang['feed_search_media'] = 'Media';

View File

@@ -0,0 +1,21 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['projects_sitetitle'] = 'My Projects';
$lang['projects_title'] = 'My Projects - Downloads - Portfolio';
$lang['projects_description'] = 'Nearly all projects worth mentioning I did till now are listed here, so you can browse and view them.';
$lang['projects_download'] = 'Download available';
$lang['projects_opensource'] = 'Open Source available';
$lang['projects_filter_category'] = 'Filter by project category';
$lang['projects_filter_type'] = 'Filter by project type';
$lang['projects_sort'] = 'Sort by';
$lang['projects_sort_name'] = 'Name';
$lang['projects_sort_date'] = 'Date';
$lang['projects_sort_voteCount'] = 'Popularity';
$lang['projects_all'] = 'All';
$lang['projects_back_to_overview'] = 'Back to Overview';
$lang['projects_previous'] = 'Previous Project';
$lang['projects_next'] = 'Following Project';

View File

@@ -0,0 +1,208 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
// Cäsar-Verschlüsselung
$lang['encrypter_site_title'] = 'En- and Decrypting';
$lang['encrypter_title'] = 'Caesar cipher-Encrypter';
$lang['encrypter_description'] = 'This encrypter encrypts your texts with the <a href="https://en.wikipedia.org/wiki/Caesar_cipher" target="_blank">Caesar cipher</a> method. Therefor each letter is shifted by the specified shift amount in the alphabet.';
$lang['encrypter_text'] = 'Unencrypted text';
$lang['encrypter_text2'] = 'Unencrypted text';
$lang['encrypter_shiftkey'] = 'Shift key (Amount of shifted letters in the alphabet)';
$lang['encrypter_shiftkey2'] = 'Shift key';
$lang['encrypter_output'] = 'Encrypted text';
$lang['encrypter_output2'] = 'Output';
// Cäsar-Entschlüsselung
$lang['decrypter_title'] = 'Caesar cipher-Decrypter';
$lang['decrypter_description'] = 'This decrypter decrypts your encrypted texts with the <a href="https://en.wikipedia.org/wiki/Caesar_cipher" target="_blank">Caesar cipher</a> method. Therefor each letter is shifted by the specified shift amount in the alphabet.';
$lang['decrypter_text'] = 'Encrypted text';
$lang['decrypter_text2'] = 'Encrypted text';
$lang['decrypter_shiftkey'] = 'Shift key (Amount of shifted letters in the alphabet)';
$lang['decrypter_shiftkey2'] = 'Shift key';
$lang['decrypter_output'] = 'Decrypted text';
$lang['decrypter_output2'] = 'Output';
// URL-Encoder
$lang['url_site_title'] = 'URL Encoder';
$lang['url_title'] = 'URL Encoder';
$lang['url_description'] = 'Encode or rather decode simply all URLs or sentences!';
$lang['url_input'] = 'Input';
$lang['url_input2'] = 'Input of the uncoded text';
$lang['url_input3'] = 'Input of the encoded text';
$lang['url_encode'] = 'Encode';
$lang['url_decode'] = 'Decode';
$lang['url_output'] = 'Output';
$lang['url_output2'] = 'Output of the encoded text';
$lang['url_output3'] = 'Output of the decoded text';
// base64-Encoder
$lang['base64_site_title'] = 'Base64 Encoder';
$lang['base64_title'] = 'Base64 Encoder';
$lang['base64_description'] = 'Encode or rather decode simply all sentences, messages and textes with the base64 encoding!';
$lang['base64_input'] = 'Input';
$lang['base64_input2'] = 'Input of the uncoded text';
$lang['base64_input3'] = 'Input of the encoded text';
$lang['base64_encode'] = 'Encode';
$lang['base64_decode'] = 'Decode';
$lang['base64_output'] = 'Output';
$lang['base64_output2'] = 'Output of the encoded text';
$lang['base64_output3'] = 'Output of the decoded text';
// Passwort-Generator
$lang['pass_site_title'] = 'Password Generator';
$lang['pass_title'] = 'Password Generator';
$lang['pass_description'] = 'With this password generator you can generate a save and random password however you like!';
$lang['pass_error'] = 'Error at the input';
$lang['pass_generate'] = 'Generate';
$lang['pass_copy'] = 'Copy';
$lang['pass_length'] = 'Password length';
$lang['pass_length_help'] = 'How long should the password be?';
$lang['pass_components'] = 'Components';
$lang['pass_components_upper'] = 'Uppercase letters';
$lang['pass_components_lower'] = 'Lowercase letters';
$lang['pass_components_special'] = 'Special characters';
$lang['pass_components_numbers'] = 'Numbers';
$lang['pass_tipps_title'] = 'Tips for a perfect password';
$lang['pass_tipps1'] = 'The password should have at least <code>10</code> characters. Notice: <i>The longer the better!</i>';
$lang['pass_tipps2'] = 'A password isn\'t save only because the length, a password should be a mixture of upper- and lowercase letters, numbers and special characters. (e.g. <i>Your2DogsAreC00l!</i>)';
$lang['pass_tipps3'] = 'Your password shouldn\'t contain any personal information, which can be associated with you. (e.g. name of the pet, address, etc.)';
$lang['pass_tipps4'] = 'Your password shouldn\'t contain any casual used words or letters chains (e.g. test, QWERTY, abc, 1234, password, etc.)';
$lang['pass_tipps5_title'] = 'Recommendation:';
$lang['pass_tipps5'] = 'Imagine you a sentence and take the first letter of each word. From that a very save password results. Example: <i>My tennis courses takes place 2 times the week at 18 o\'clock. 100%!</i> ==> <i>Mtctp2ttwa18o\'c.100%!</i>';
$lang['pass_end'] = 'I wish you success!';
// Nickname-Generator
$lang['nick_site_title'] = 'Nickname Generator';
$lang['nick_title'] = 'Nickname Generator';
$lang['nick_description'] = 'This Nickname Generator offers';
$lang['nick_description2'] = 'different possibles for generate names. There is certainly something for you here!';
$lang['nick_generate'] = 'Generate';
$lang['nick_copy'] = 'Copy';
$lang['nick_beginning'] = 'Beginning of the nickname';
$lang['nick_ending'] = 'Ending of the nickname';
$lang['nick_history'] = 'History';
// Minecraft Player-Tools
$lang['players_site_title'] = 'Minecraft Player Tools';
$lang['players_title'] = 'Minecraft Player Tools';
$lang['players_description'] = 'Find out player UUID and server stats, download different skins, avatars and renders - everything only with the player name!';
$lang['player_name'] = 'Minecraft player name';
$lang['players_search'] = 'Go';
$lang['player_skin'] = 'Download skin';
$lang['player_skin_render'] = 'Download skin render';
$lang['player_head_render'] = 'Download head render';
$lang['player_avatar'] = 'Avatar downloads';
$lang['player_history_name'] = 'Name';
$lang['player_history_change'] = 'Changing date';
$lang['player_original_name'] = 'Original name';
$lang['player_on_server'] = 'on:';
// Minecraft Server-Tools
$lang['servers_site_title'] = 'Minecraft Server Tools';
$lang['servers_title'] = 'Minecraft Server Tools';
$lang['servers_description'] = 'Find out the player count, the minecraft version, the ping and more instantly - only with the server IP!';
$lang['servers_ip'] = 'Server IP';
$lang['servers_search'] = 'Go';
$lang['servers_error'] = 'Error';
$lang['servers_error_ip'] = 'Incorrect IP';
$lang['servers_player'] = 'Players';
$lang['servers_version'] = 'Version';
$lang['servers_ping'] = 'Ping';
// Twitch Tools
$lang['twitch_site_title'] = 'Twitch Tools';
$lang['twitch_title'] = 'Twitch Tools';
$lang['twitch_description'] = 'Enter a Twitch Channel name and receive severant statistics and information about this channel!';
$lang['twitch_channel'] = 'Twitch Channel';
$lang['twitch_search'] = 'Search';
$lang['twitch_name'] = 'Name';
$lang['twitch_id'] = 'Account ID';
$lang['twitch_follower'] = 'Follower';
$lang['twitch_views'] = 'Views';
$lang['twitch_partner'] = 'Twitch Partner?';
$lang['twitch_youth'] = 'Family Safe?';
$lang['twitch_language'] = 'Language';
$lang['twitch_yes'] = 'Yes';
$lang['twitch_no'] = 'No';
$lang['twitch_created'] = 'Creation Date';
$lang['twitch_changed'] = 'Modified date';
$lang['twitch_stream'] = 'Stream information';
$lang['twitch_stream_title'] = 'Title';
$lang['twitch_stream_game'] = 'Game';
$lang['twitch_stream_language'] = 'Language';
$lang['twitch_url'] = 'URL';
$lang['twitch_time'] = 'd F Y \a\t H:i a';
$lang['twitch_media'] = 'Media';
$lang['twitch_livestream'] = 'Livestream';
// YouTube Downloader
$lang['ytdl_site_title'] = 'YouTube Video Downloader';
$lang['ytdl_title'] = 'YouTube Video Downloader';
$lang['ytdl_description'] = 'Download YouTube videos easy and for free';
$lang['ytdl_videoid'] = 'Video ID';
$lang['ytdl_download'] = 'Download';
$lang['ytdl_help'] = 'Enter a YouTube video ID (the part after ?v= in the URL). Example: <br>https://www.youtube.com/watch?v=<code>-5h586HfAu8</code>';
$lang['ytdl_close'] = 'Close';
$lang['ytdl_error'] = 'Error: ';
$lang['ytdl_errors'] = ['', 'No YouTube video ID was comitted!', 'Invalid URL!', 'YouTube video ID is incorrect!'];
$lang['ytdl_language'] = 'en_US';
$lang['ytdl_views'] = 'Views';
$lang['ytdl_length'] = 'Length';
$lang['ytdl_minutes'] = 'Minutes';
$lang['ytdl_author'] = 'by';
$lang['ytdl_watch'] = 'Watch video';
$lang['ytdl_error_no_downloads'] = 'No download formats were found. Is the video ID correct?';
$lang['ytdl_available_formats'] = 'Available formats for this video';
$lang['ytdl_format'] = 'Format';
$lang['ytdl_quality'] = 'Quality';
$lang['ytdl_size'] = 'Size';
$lang['ytdl_download_link'] = 'Download';
$lang['ytdl_available_until'] = 'Available until';
$lang['ytdl_not_related_youtube'] = 'The YouTube downloader is not affiliated with YouTube Inc.';
$lang['ytdl_no_haftung'] = 'The operator assumes no liability for the use of this service.';
// CSGO stats
$lang['csgo_navbar'] = 'CS:GO Stats';
$lang['csgo_kills'] = 'Kills';
$lang['csgo_time_played'] = 'Time played';
$lang['csgo_accuracy'] = 'Accuracy';
$lang['csgo_headshots'] = 'Headshots';
$lang['csgo_mvp'] = 'MVPs';
$lang['csgo_wins'] = 'Wins';
$lang['csgo_bombs_planted'] = 'Bombs planted';
$lang['csgo_hostages_rescued'] = 'Hostages rescued';
$lang['csgo_last_match'] = 'Last match';
$lang['csgo_rounds'] = 'Rounds';
$lang['csgo_bestweapon'] = 'Best weapon';
$lang['csgo_kd'] = 'K/D';
$lang['csgo_deaths'] = 'Deaths';
$lang['csgo_damage'] = 'Damage';
$lang['csgo_money_spent'] = 'Money spent';
$lang['csgo_money_earned'] = 'Money earned';
$lang['csgo_dominations'] = 'Dominations';
$lang['csgo_revenges'] = 'Revenges';
$lang['csgo_score'] = 'Score';
$lang['csgo_favweapons'] = 'Favorite weapons';
$lang['csgo_favmaps'] = 'Favorite maps';
$lang['csgo_other_stats'] = 'More statistics';
$lang['csgo_total_score'] = 'Total score';
$lang['csgo_shots'] = 'Shots';
$lang['csgo_hits'] = 'Hits';
$lang['csgo_headshot_percent'] = 'Headshot rate';
$lang['csgo_matches'] = 'Matches';
$lang['csgo_matches_won'] = 'Matches won';
$lang['csgo_rounds_won'] = 'Rounds won';
$lang['csgo_pistol_rounds_won'] = 'Pistol rounds won';
$lang['csgo_bombs_defused'] = 'Bombs defused';
$lang['csgo_enemies_blinded_killed'] = 'Flashed enemies killed';
$lang['csgo_knife_fights_won'] = 'Knife fights won';
$lang['csgo_aiming_snipers_killed'] = 'Aiming snipers killed';
$lang['csgo_taser_kills'] = 'Taser kills';
$lang['csgo_kills_enemy_weapon'] = 'Enemy weapon kills';
$lang['csgo_weapon_spent'] = 'Weapons spent';
$lang['csgo_windows_broken'] = 'Windows broken';
$lang['csgo_comma'] = '.';
$lang['csgo_point'] = ',';
$lang['csgo_2'] = 'Win';
$lang['csgo_1'] = 'Draw';
$lang['csgo_0'] = 'Defeat';