]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/fr/strings.php
b735ef8cd8cc8accf4ec3260be11bd94f97bf936
[friendica-addons.git] / curweather / 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["Error fetching weather data.\\nError was: "] = "Erreur durant la récupération de la météo.\\nL'erreur était : ";
9 $a->strings["Current Weather"] = "Météo actuelle";
10 $a->strings["Relative Humidity"] = "";
11 $a->strings["Pressure"] = "";
12 $a->strings["Wind"] = "Vent";
13 $a->strings["Last Updated"] = "Dernière mise-à-jour";
14 $a->strings["Data by"] = "Données de";
15 $a->strings["Show on map"] = "Montrer sur la carte";
16 $a->strings["There was a problem accessing the weather data. But have a look"] = "";
17 $a->strings["at OpenWeatherMap"] = "";
18 $a->strings["Current Weather settings updated."] = "";
19 $a->strings["No APPID found, please contact your admin to optain one."] = "";
20 $a->strings["Save Settings"] = "Sauvegarder les paramètres";
21 $a->strings["Settings"] = "Paramètres";
22 $a->strings["Enter either the name of your location or the zip code."] = "";
23 $a->strings["Your Location"] = "Votre position";
24 $a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "";
25 $a->strings["Units"] = "Unités";
26 $a->strings["select if the temperatur should be displayed in °C or °F"] = "";
27 $a->strings["Show weather data"] = "Montrer les données météos";
28 $a->strings["Curweather settings saved."] = "";
29 $a->strings["Caching Interval"] = "";
30 $a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "";
31 $a->strings["no cache"] = "pas de cache";
32 $a->strings["minutes"] = "minutes";
33 $a->strings["Your APPID"] = "Votre APPID";
34 $a->strings["Your API key provided by OpenWeatherMap"] = "Votre clé pour l'API de OpenWeatherMap";