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/faq_lang.php

44 lines
2.9 KiB
PHP
Raw Permalink Normal View History

2018-10-16 16:28:42 +00:00
<?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 KingOfDog.eu';
2018-10-16 16:28:42 +00:00
$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?';