mirror of
				https://git.friendi.ca/friendica/friendica-addons.git
				synced 2025-11-04 04:07:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			604 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			604 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
$a->strings["Settings"] = "Stillingar";
 | 
						|
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "";
 | 
						|
$a->strings["Use the MathJax renderer"] = "";
 | 
						|
$a->strings["Submit"] = "Senda inn";
 | 
						|
$a->strings["Settings updated."] = "Stillingar uppfærðar";
 | 
						|
$a->strings["MathJax Base URL"] = "";
 | 
						|
$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "";
 |