11 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
if(! function_exists("string_plural_select_fr")) {
 | 
						|
function string_plural_select_fr($n){
 | 
						|
	return ($n > 1);;
 | 
						|
}}
 | 
						|
;
 | 
						|
$a->strings["Startpage Settings"] = "Paramètres de Startpage";
 | 
						|
$a->strings["Home page to load after login  - leave blank for profile wall"] = "";
 | 
						|
$a->strings["Examples: "network" or "notifications/system""] = "";
 | 
						|
$a->strings["Submit"] = "Envoyer";
 |