From d5646cedc733303a3315c72ffb1549f1a31817d0 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Fri, 7 Mar 2014 08:26:23 +0100 Subject: Translation: Add French Change-Id: I7a5d26bb3bf80a845f49dcc5f86228f0a38e3ca6 Reviewed-by: Caroline Chao --- translations/QuickForecast_fr.ts | 121 +++++++++++++++++++++++++++++++++++++++ weatherapp.pro | 2 +- 2 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 translations/QuickForecast_fr.ts diff --git a/translations/QuickForecast_fr.ts b/translations/QuickForecast_fr.ts new file mode 100644 index 0000000..dd53975 --- /dev/null +++ b/translations/QuickForecast_fr.ts @@ -0,0 +1,121 @@ + + + + + ApplicationInfo + + Error loading image - Host not found or unreachable + Erreur de chargement de l'image - Le serveur ne peut pas être localisé + + + Waiting for cities, network may be slow... + Patientez pendant le chargement des villes, la connection peut être lente... + + + Network error: %1 + Erreur réseau : %1 + + + + BasicPage + + Find City + Rechercher une ville + + + + CitiesListModel + + no city found + aucune ville n'a été trouvée + + + + CitiesPage + + Cities + Villes + + + No Cities + Aucune ville + + + + CityModel + + Network error: + Erreur réseau : + + + No data at given url + Aucune donnée pour cette url + + + + LongTermDayItem + + m/s + m/s + + + + LongTermPage + + 10 Day Forecast + Prévisions à dix jours + + + Loading data... + Chargement des données... + + + Problem loading the data: + Problème lors du chargement des données : + + + + OneDayPage + + Today + Aujourd'hui + + + Tomorrow + Demain + + + + OneDayZoomItem + + Precipitation: + Précipitations : + + + mm + mm + + + Wind: + Vent : + + + m/s + m/s + + + + WeatherModel + + Can't parse the xml file + Impossible d'analyser le fichier xml + + + + utils + + °C + °C + + + diff --git a/weatherapp.pro b/weatherapp.pro index e20b4cb..19af503 100644 --- a/weatherapp.pro +++ b/weatherapp.pro @@ -49,7 +49,7 @@ defineReplace(prependAll) { } # Supported languages -LANGUAGES = de es fi it +LANGUAGES = de es fi fr it # Available translations TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/QuickForecast_, .ts) -- cgit v1.2.3