From 7704b93adbd767f61708bf471adb40c11f094d65 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Fri, 7 Mar 2014 08:27:35 +0100 Subject: Translation: Add Romanian Change-Id: I3c5785c61c391a8e5b30580317b987f1bd7e952f Reviewed-by: Caroline Chao --- translations/QuickForecast_ro.ts | 121 +++++++++++++++++++++++++++++++++++++++ weatherapp.pro | 2 +- 2 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 translations/QuickForecast_ro.ts diff --git a/translations/QuickForecast_ro.ts b/translations/QuickForecast_ro.ts new file mode 100644 index 0000000..9245e76 --- /dev/null +++ b/translations/QuickForecast_ro.ts @@ -0,0 +1,121 @@ + + + + + ApplicationInfo + + Error loading image - Host not found or unreachable + Eroare incărcare imagine - gazdă inexistentă sau indisponibilă + + + Waiting for cities, network may be slow... + Aşteptare oraşe, conexiune lentă... + + + Network error: %1 + Eroare de reţea: %1 + + + + BasicPage + + Find City + Găseşte oraş + + + + CitiesListModel + + no city found + Niciun oraş găsit + + + + CitiesPage + + Cities + Oraşe + + + No Cities + Niciun oraş + + + + CityModel + + Network error: + Eroare de reţea: + + + No data at given url + Date inexistente la url-ul indicat + + + + LongTermDayItem + + m/s + m/s + + + + LongTermPage + + 10 Day Forecast + Prognoza pe 10 zile + + + Loading data... + Datele se incarcă... + + + Problem loading the data: + Eroare incărcare date: + + + + OneDayPage + + Today + Azi + + + Tomorrow + Mâine + + + + OneDayZoomItem + + Precipitation: + Precipitaţii: + + + mm + mm + + + Wind: + Vânt: + + + m/s + m/s + + + + WeatherModel + + Can't parse the xml file + Fişierul xml nu poate fi parsat + + + + utils + + °C + °C + + + diff --git a/weatherapp.pro b/weatherapp.pro index 19af503..fc7d3c9 100644 --- a/weatherapp.pro +++ b/weatherapp.pro @@ -49,7 +49,7 @@ defineReplace(prependAll) { } # Supported languages -LANGUAGES = de es fi fr it +LANGUAGES = de es fi fr it ro # Available translations TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/QuickForecast_, .ts) -- cgit v1.2.3