44 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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.';
 |