]> git.mxchange.org Git - friendica-addons.git/blob - yourls/lang/fr/strings.php
FR: translations of the strings
[friendica-addons.git] / yourls / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         return ($n > 1);;
6 }}
7 ;
8 $a->strings["YourLS"] = "YourLS";
9 $a->strings["URL: http://"] = "URL: http://";
10 $a->strings["Username:"] = "Nom d'utilisateur :";
11 $a->strings["Password:"] = "Mot de passe :";
12 $a->strings["Use SSL "] = "Utiliser SSL";
13 $a->strings["Save Settings"] = "Sauvegarder les paramètres";
14 $a->strings["yourls Settings saved."] = "paramètres YourLS sauvegardés.";