mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
FR update to the addon translations
This commit is contained in:
parent
797ee03eb8
commit
09ba184198
28 changed files with 946 additions and 118 deletions
|
@ -1,3 +1,34 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($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["Current Weather"] = "Météo actuelle";
|
||||
$a->strings["Relative Humidity"] = "";
|
||||
$a->strings["Pressure"] = "";
|
||||
$a->strings["Wind"] = "Vent";
|
||||
$a->strings["Last Updated"] = "Dernière mise-à-jour";
|
||||
$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"] = "";
|
||||
$a->strings["at OpenWeatherMap"] = "";
|
||||
$a->strings["Current Weather settings updated."] = "";
|
||||
$a->strings["No APPID found, please contact your admin to optain one."] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Your Location"] = "Votre position";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "";
|
||||
$a->strings["Units"] = "Unités";
|
||||
$a->strings["select if the temperatur should be displayed in °C or °F"] = "";
|
||||
$a->strings["Show weather data"] = "Montrer les données météos";
|
||||
$a->strings["Curweather settings saved."] = "";
|
||||
$a->strings["Caching Interval"] = "";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "";
|
||||
$a->strings["no cache"] = "pas de cache";
|
||||
$a->strings["minutes"] = "minutes";
|
||||
$a->strings["Your APPID"] = "Votre APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Votre clé pour l'API de OpenWeatherMap";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue