X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=curweather%2Flang%2Ffr%2Fstrings.php;h=12ef9c900b748deb43bcd5a4fcf880345c2efce5;hb=70f541c58b3ad1cf429e1f7997a798931c902dd7;hp=466a05086dc0e88a801c96ed880f8ef5b2455cdd;hpb=10c13e4fe267bb43909027d7517069dfa88785c3;p=friendica-addons.git diff --git a/curweather/lang/fr/strings.php b/curweather/lang/fr/strings.php index 466a0508..12ef9c90 100644 --- a/curweather/lang/fr/strings.php +++ b/curweather/lang/fr/strings.php @@ -2,10 +2,11 @@ if(! function_exists("string_plural_select_fr")) { function string_plural_select_fr($n){ - return ($n > 1);; + $n = intval($n); + return intval($n > 1); }} ; -$a->strings["Error fetching weather data.\\nError was: "] = "Erreur durant la récupération de la météo.\\nL'erreur était : "; +$a->strings["Error fetching weather data. Error was: "] = "Erreur de récupération des données météo. L'erreur était :"; $a->strings["Current Weather"] = "Météo actuelle"; $a->strings["Relative Humidity"] = "Humidité relative"; $a->strings["Pressure"] = "Pression"; @@ -15,17 +16,15 @@ $a->strings["Data by"] = "Données de"; $a->strings["Show on map"] = "Montrer sur la carte"; $a->strings["There was a problem accessing the weather data. But have a look"] = "Une erreur est survenue lors de l'accès aux données météo. Vous pouvez quand même jeter un oeil"; $a->strings["at OpenWeatherMap"] = "à OpenWeatherMap"; -$a->strings["Current Weather settings updated."] = "Paramètres de la Météo Actuelle mis à jour."; -$a->strings["No APPID found, please contact your admin to optain one."] = "APPID introuvable, veuillez contacter votre administrateur pour en obtenir un."; +$a->strings["No APPID found, please contact your admin to obtain one."] = "Pas d'APPID trouvé, merci de contacter votre administrateur pour en obtenir un."; $a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings["Settings"] = "Paramètres"; $a->strings["Enter either the name of your location or the zip code."] = "Entrez le nom de votre emplacement ou votre code postal."; $a->strings["Your Location"] = "Votre position"; $a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identifiant de votre emplacement (nom ou code postal), par exemple Paris 08, Fr ou 75008, FR."; $a->strings["Units"] = "Unités"; -$a->strings["select if the temperatur should be displayed in °C or °F"] = "choisissez si la température doit être affichée en °C ou °F"; +$a->strings["select if the temperature should be displayed in °C or °F"] = "Sélectionner si la température devrait être affichée en °C ou en °F"; $a->strings["Show weather data"] = "Montrer les données météos"; -$a->strings["Curweather settings saved."] = "Paramètres Curweather sauvés."; $a->strings["Caching Interval"] = "Intervalle de mise en cache."; $a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap."; $a->strings["no cache"] = "pas de cache";