forked from friendica/friendica-addons
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			535 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			535 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
if(! function_exists("string_plural_select_fr")) {
 | 
						|
function string_plural_select_fr($n){
 | 
						|
	$n = intval($n);
 | 
						|
	return ($n > 1);;
 | 
						|
}}
 | 
						|
;
 | 
						|
$a->strings["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour";
 | 
						|
$a->strings["WindowsPhonePush Settings"] = "Paramètres WindowsPhonePush";
 | 
						|
$a->strings["Enable WindowsPhonePush Addon"] = "Activer l'extension WindowsPhonePush";
 | 
						|
$a->strings["Push text of new item"] = "Pousse le texte du nouvel élément";
 | 
						|
$a->strings["Save Settings"] = "Sauvegarde des paramètres";
 |