14 lines
776 B
PHP
14 lines
776 B
PHP
|
<?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';
|