diff --git a/README.md b/README.md index 2ba9587..2517b39 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ *gnome-shell-extension-openweather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*. -The weather data is fetched from [OpenWeatherMap](https://openweathermap.org/) (including forecasts for up to ten days) or [forecast.io](https://forecast.io) (including forecasts for up to eight days). +The weather data is fetched from [OpenWeatherMap](https://openweathermap.org/) (including forecasts for up to ten days) or [Dark Sky](https://darksky.net) (including forecasts for up to eight days). #### Note: since version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers! -#### If you update from versions prior to 29 to 29 or greater (with forecast.io - support) you have to recreate your locations. +#### If you update from versions prior to 29 to 29 or greater (with Dark Sky - support) you have to recreate your locations. ---- @@ -69,7 +69,7 @@ You can also use *dconf-editor* or *gsettings* to configure the extension throug On [OpenWeatherMap](https://openweathermap.org/) you can either use the extensions default-key or register to get a [personal API key](http://openweathermap.org/appid). This key has to be added in the preferences dialog. Don't forget to switch the a appropriate switch in the dialog to "off" in this case. -To use [Forecast.io](https://forecast.io) you also need to [register](https://developer.forecast.io/register) and get an API key. With this key you can make 1000 requests per day for free. This should be enough for this extension in any normal use case. Do not add billing information, otherwise you might have to pay for the weather-data if something went wrong ! +To use [Dark Sky](https://darksky.net) you also need to [register](https://darksky.net/dev/register) and get an API key. With this key you can make 1000 requests per day for free. This should be enough for this extension in any normal use case. Do not add billing information, otherwise you might have to pay for the weather-data if something went wrong ! ---- diff --git a/data/metadata.json.in b/data/metadata.json.in index 3e95e3a..9ec39b1 100644 --- a/data/metadata.json.in +++ b/data/metadata.json.in @@ -1,7 +1,7 @@ { "uuid": "@uuid@", "name": "OpenWeather", -"description": "Weather extension to display weather information from https://openweathermap.org/ or https://forecast.io for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at http://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor forecast.io you have to register at https://developer.forecast.io/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with forecast.io - support) you have to recreate your locations.", +"description": "Weather extension to display weather information from https://openweathermap.org/ or https://darksky.net for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at http://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor Dark Sky you have to register at https://darksky.net/dev/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with darksky.net - support) you have to recreate your locations.", "shell-version": [ "3.8", "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.21.90", "3.21.91", "3.21.92" ], "localedir": "@LOCALEDIR@", "url": "@url@", diff --git a/data/org.gnome.shell.extensions.openweather.gschema.xml b/data/org.gnome.shell.extensions.openweather.gschema.xml index eda20a2..2c57b0f 100644 --- a/data/org.gnome.shell.extensions.openweather.gschema.xml +++ b/data/org.gnome.shell.extensions.openweather.gschema.xml @@ -2,7 +2,7 @@ - + @@ -145,11 +145,11 @@ '' - Your personal API key from forecast.io + Your personal API key from darksky.net '' Your personal AppKey from developer.geocode.farm - \ No newline at end of file + diff --git a/data/weather-settings.ui b/data/weather-settings.ui index b2bf5fc..56602b3 100644 --- a/data/weather-settings.ui +++ b/data/weather-settings.ui @@ -92,7 +92,7 @@ Extensions default weather provider http://openweathermap.org - http://forecast.io + http://darksky.net @@ -260,7 +260,7 @@ Extensions default weather provider http://openweathermap.org - http://forecast.io + http://darksky.net @@ -508,7 +508,7 @@ False http://openweathermap.org - http://forecast.io + http://darksky.net @@ -546,7 +546,7 @@ False start True - Personal Api key from forecast.io + Personal Api key from darksky.net 0 @@ -601,7 +601,7 @@ True True - Note: the forecast-timout is not used for forecast.io, because they do not provide seperate downloads for current weather and forecasts. + Note: the forecast-timout is not used for darksky.net, because they do not provide seperate downloads for current weather and forecasts. number forecast-refresh-adjustment 5 @@ -1249,7 +1249,7 @@ True False - <span>Weather extension to display weather information from <a href="https://openweathermap.org/">Openweathermap</a> or <a href="https://forecast.io">forecast.io</a> for almost all locations in the world.</span> + <span>Weather extension to display weather information from <a href="https://openweathermap.org/">Openweathermap</a> or <a href="https://darksky.net">darksky.net</a> for almost all locations in the world.</span> True center True diff --git a/gnome-shell-extension-openweather.cbp b/gnome-shell-extension-openweather.cbp index 5a85189..921131e 100644 --- a/gnome-shell-extension-openweather.cbp +++ b/gnome-shell-extension-openweather.cbp @@ -72,7 +72,7 @@ - + diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index 4683ccc..a4bda1d 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -24,7 +24,7 @@ Requires: gnome-shell >= 3.8.0 %description gnome-shell-extension-openweather is an extension to display weather information -from http://openweathermap.org/ or http://forecast.io for (almost) all locations +from http://openweathermap.org/ or http://darksky.net for (almost) all locations of the world in GNOME Shell. Be aware, that system-wide installed gnome-shell-extensions are disabled by default and have to be enable by the user(s), if they get installed the first diff --git a/po/POTFILES.in b/po/POTFILES.in index 8aef721..303a664 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ src/extension.js -src/forecast_io.js +src/darksky_net.js src/openweathermap_org.js src/prefs.js data/weather-settings.ui -data/org.gnome.shell.extensions.openweather.gschema.xml \ No newline at end of file +data/org.gnome.shell.extensions.openweather.gschema.xml diff --git a/po/ar.po b/po/ar.po index 8da78c0..1a59da0 100644 --- a/po/ar.po +++ b/po/ar.po @@ -37,12 +37,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"لا يعمل forecast.io بدون مفتاح استخدام للخدمة.\n" -"رجاء سجل في https://developer.forecast.io/register و ألصق مفتاح الاستخدام " +"لا يعمل Dark Sky بدون مفتاح استخدام للخدمة.\n" +"رجاء سجل في https://darksky.net/dev/register و ألصق مفتاح الاستخدام " "الشخصي في نافذة التفضيلات." #: src/extension.js:514 @@ -307,12 +307,12 @@ msgstr "الضغط:" msgid "Wind:" msgstr "الرياح:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "أمس" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -324,20 +324,20 @@ msgstr[3] "منذ %d أيام" msgstr[4] "منذ %d يومًا" msgstr[5] "منذ %d يوم" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "، " -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "اليوم" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "غدًا" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -641,8 +641,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "مفتاح شخصي لاستخدام الخدمة من openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "مفتاح شخصي لاستخدام الخدمة من forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "مفتاح شخصي لاستخدام الخدمة من Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -654,10 +654,10 @@ msgstr "مهلة تحديث تنبؤات الطقس [بالدقائق]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"لاحظ أن مهلة تنبؤات الطقس غير مستخدمة مع forecast.io، لأنهم لا يوفرون تنزيلا " +"لاحظ أن مهلة تنبؤات الطقس غير مستخدمة مع Dark Sky، لأنهم لا يوفرون تنزيلا " "مستقلا لحالة الطقس و التنبؤات." #: data/weather-settings.ui:632 @@ -795,10 +795,10 @@ msgstr "غير معرفة (بنيتها بنفسك؟)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "امتداد لعرض معلومات الطقس من Openweathermap أو forecast.io " +"\">Openweathermap أو Dark Sky " "لأغلب الأماكن في العالم." #: data/weather-settings.ui:1276 @@ -892,8 +892,8 @@ msgstr "استخدم مفتاح استخدام الخدمة من الامتدا #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "مفتاح شخصي لاستخدام الخدمة من forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "مفتاح شخصي لاستخدام الخدمة من Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/bg.po b/po/bg.po index 148f506..4137284 100644 --- a/po/bg.po +++ b/po/bg.po @@ -34,8 +34,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -303,12 +303,12 @@ msgstr "Налягане" msgid "Wind:" msgstr "Вятър" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Вчера" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -316,20 +316,20 @@ msgid_plural "%d days ago" msgstr[0] "Преди %s дни" msgstr[1] "Преди %s дни" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Днес" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Утре" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -650,7 +650,7 @@ msgstr "Личен API код от openweather.org" #: data/weather-settings.ui:549 #, fuzzy -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "Личен API код от openweather.org" #: data/weather-settings.ui:562 @@ -663,7 +663,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -806,7 +806,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -896,7 +896,7 @@ msgstr "Личен API код от openweather.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "Личен API код от openweather.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/ca.po b/po/ca.po index a5b5552..accc712 100644 --- a/po/ca.po +++ b/po/ca.po @@ -37,12 +37,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io no funciona sense una clau API.\n" -"Registra't a https://developer.forecast.io/register i enganxa la teva clau " +"Dark Sky no funciona sense una clau API.\n" +"Registra't a https://darksky.net/dev/register i enganxa la teva clau " "personal al diàleg de preferències." #: src/extension.js:514 @@ -307,12 +307,12 @@ msgstr "Pressió:" msgid "Wind:" msgstr "Vent:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Ahir" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -320,20 +320,20 @@ msgid_plural "%d days ago" msgstr[0] "Fa %s dies" msgstr[1] "Fa %s dies" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Avui" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Demà" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -660,7 +660,7 @@ msgstr "Clau Api personal de openweathermap.org" #: data/weather-settings.ui:549 #, fuzzy -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "Clau Api personal de openweathermap.org" #: data/weather-settings.ui:562 @@ -674,10 +674,10 @@ msgstr "Temps restant per actualitzar la previsió del temps [min]" #: data/weather-settings.ui:604 #, fuzzy msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Nota: el forecast-timout no s'utilitza per a forecast.io, perque no " +"Nota: el forecast-timout no s'utilitza per a Dark Sky, perque no " "proveeixen descàrregues separades pel temps actual i les previsions." #: data/weather-settings.ui:632 @@ -821,11 +821,11 @@ msgstr "desconeguda (auto-build ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Extensió climatològica per mostrar informació del temps des de Openweathermap o forecast.io per gairebé qualsevol lloc del món." +"darksky.net\">Dark Sky per gairebé qualsevol lloc del món." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -919,7 +919,7 @@ msgstr "Clau Api personal de openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "Clau Api personal de openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/cs.po b/po/cs.po index 014bdba..99dd1d3 100644 --- a/po/cs.po +++ b/po/cs.po @@ -40,12 +40,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Zdroj Forecast.io nefunguje bez API klíče.\n" -"Prosím, registrujte se na https://developer.forecast.io/register a vložte " +"Zdroj Dark Sky nefunguje bez API klíče.\n" +"Prosím, registrujte se na https://darksky.net/dev/register a vložte " "váš osobní klíč do příslušného pole v dialogu nastavení." #: src/extension.js:514 @@ -310,12 +310,12 @@ msgstr "Tlak:" msgid "Wind:" msgstr "Vítr:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Včera" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -324,20 +324,20 @@ msgstr[0] "Před %d dnem" msgstr[1] "Před %d dny" msgstr[2] "Před %d dny" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Dnes" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Zítra" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -638,8 +638,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Osobní API klíč pro openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Osobní API klíč pro forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Osobní API klíč pro Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -651,10 +651,10 @@ msgstr "Obnovit předpověď počasí po [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Poznámka: čas pro obnovu předpovědi není v případě služby forecast.io " +"Poznámka: čas pro obnovu předpovědi není v případě služby Dark Sky " "použit, jelikož služba nenabízí informace o počasí a předpovědi odděleně." #: data/weather-settings.ui:632 @@ -792,11 +792,11 @@ msgstr "neznámá (vlastní ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Rozšíření pro zobrazení informací o počasí z Openweathermap nebo forecast.io pro téměř všechny oblasti světa." +"openweathermap.org/\">Openweathermap nebo Dark Sky pro téměř všechny oblasti světa." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -881,8 +881,8 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "Použít výchozí API klíč tohoto rozšíření pro openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" -msgstr "Váš osobní API klíč pro forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Váš osobní API klíč pro Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 msgid "Your personal AppKey from developer.geocode.farm" diff --git a/po/da.po b/po/da.po index 4318475..d6f7997 100644 --- a/po/da.po +++ b/po/da.po @@ -32,8 +32,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -299,12 +299,12 @@ msgstr "Tryk:" msgid "Wind:" msgstr "Vind:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -312,20 +312,20 @@ msgid_plural "%d days ago" msgstr[0] "" msgstr[1] "" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "I dag" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "I morgen" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -665,7 +665,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -678,7 +678,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -818,7 +818,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -899,7 +899,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/de.po b/po/de.po index 29ff307..ca9c892 100644 --- a/po/de.po +++ b/po/de.po @@ -37,12 +37,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io kann nicht ohne einen api-key genutzt werden.\n" -"Bitte auf https://developer.forecast.io/register anmelden und den " +"Dark Sky kann nicht ohne einen api-key genutzt werden.\n" +"Bitte auf https://darksky.net/dev/register anmelden und den " "persönlichen Schlüssel in den Einstellungs-Dialog kopieren." #: src/extension.js:514 @@ -307,12 +307,12 @@ msgstr "Luftdruck:" msgid "Wind:" msgstr "Windgeschwindigkeit:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Gestern" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -320,20 +320,20 @@ msgid_plural "%d days ago" msgstr[0] "Vor %d Tag" msgstr[1] "Vor %d Tagen" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr ", " -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Heute" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Morgen" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -633,8 +633,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Persönlicher Api Schlüssel von openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Persönlicher Api Schlüssel von forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Persönlicher Api Schlüssel von Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -646,11 +646,11 @@ msgstr "Auffrischintervall für die Vorhersage [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" "Hinweis: das Auffrischintervall für die Vorhersagedaten wird nicht für " -"forecast.io benutzt, da keine getrennten Daten für Vorhersage und aktuelles " +"Dark Sky benutzt, da keine getrennten Daten für Vorhersage und aktuelles " "Wetter angeboten werden." #: data/weather-settings.ui:632 @@ -788,11 +788,11 @@ msgstr "unbekannt (selbst erstellt ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Wettererweiterung zur Anzeige von Wetterinformationen von Openweathermap oder forecast.io für (fast) alle Orte auf der Erde." +"darksky.net\">Dark Sky für (fast) alle Orte auf der Erde." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -880,8 +880,8 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "Den Api-Schlüssel der Erweiterung für openweathermap.org benutzen" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" -msgstr "Persönlicher Api Schlüssel von forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Persönlicher Api Schlüssel von Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 msgid "Your personal AppKey from developer.geocode.farm" diff --git a/po/el.po b/po/el.po index deeb688..550d9e6 100644 --- a/po/el.po +++ b/po/el.po @@ -32,8 +32,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -299,12 +299,12 @@ msgstr "Πίεση:" msgid "Wind:" msgstr "Άνεμος:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Εχθές" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -312,20 +312,20 @@ msgid_plural "%d days ago" msgstr[0] "εδώ και %s μέρες" msgstr[1] "εδώ και %s μέρες" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Σήμερα" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Αύριο" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -628,7 +628,7 @@ msgstr "Προσωπικό κλειδί Api από το openweathermap.org" #: data/weather-settings.ui:549 #, fuzzy -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "Προσωπικό κλειδί Api από το openweathermap.org" #: data/weather-settings.ui:562 @@ -641,7 +641,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -783,7 +783,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -873,7 +873,7 @@ msgstr "Προσωπικό κλειδί Api από το openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "Προσωπικό κλειδί Api από το openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/es.po b/po/es.po index c0b98a7..48858e3 100644 --- a/po/es.po +++ b/po/es.po @@ -38,12 +38,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io no funcionará sin una clave de API.\n" -"Regístrese en https://developer.forecast.io/register y pegue su clave " +"Dark Sky no funcionará sin una clave de API.\n" +"Regístrese en https://darksky.net/dev/register y pegue su clave " "personal en la ventana de preferencias." #: src/extension.js:514 @@ -308,12 +308,12 @@ msgstr "Presión:" msgid "Wind:" msgstr "Viento:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Ayer" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -321,20 +321,20 @@ msgid_plural "%d days ago" msgstr[0] "Hace %d día" msgstr[1] "Hace %d días" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Hoy" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Mañana" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -634,8 +634,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Clave de API personal de openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Clave de API personal de forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Clave de API personal de Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -647,10 +647,10 @@ msgstr "Intervalo de actualización de la previsión meteorológica [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Nota: el intervalo de la previsión no se utiliza en forecast.io, debido a " +"Nota: el intervalo de la previsión no se utiliza en Dark Sky, debido a " "que este servicio no proporciona descargas separadas para las condiciones y " "las previsiones." @@ -789,11 +789,11 @@ msgstr "desconocida (¿compilación propia?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Extensión que muestra información meteorológica de Openweathermap o forecast.io para casi todas las localidades del mundo." +"openweathermap.org/\">Openweathermap o Dark Sky para casi todas las localidades del mundo." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -887,8 +887,8 @@ msgstr "Usar clave de API de openweathermap.org de la extensión" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Clave de API personal de forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Clave de API personal de Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/eu.po b/po/eu.po index 7c97dc9..f7e9110 100644 --- a/po/eu.po +++ b/po/eu.po @@ -37,12 +37,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io ez dabil API gakorik ez baduzu.\n" -"Erregsitratu https://developer.forecast.io/register eta itsatsi bertako zure " +"Dark Sky ez dabil API gakorik ez baduzu.\n" +"Erregsitratu https://darksky.net/dev/register eta itsatsi bertako zure " "gako pertsonala hobespenen leihoan." #: src/extension.js:514 @@ -307,12 +307,12 @@ msgstr "Presioa:" msgid "Wind:" msgstr "Haizea:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Atzo" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -320,20 +320,20 @@ msgid_plural "%d days ago" msgstr[0] "Duela egun %d" msgstr[1] "Duela %d egun" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr ". " -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Gaur" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Bihar" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -633,8 +633,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "openweathermap.org guneko API gako pertsonala" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "forecast.io guneko API gako pertsonala" +msgid "Personal Api key from Dark Sky" +msgstr "Dark Sky guneko API gako pertsonala" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -646,10 +646,10 @@ msgstr "Freskatze-denbora eguraldi-iragarpenerako [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Oharra: iragarpenaren denbora-muga ez da erabiltzen forecast.io gunearekin, " +"Oharra: iragarpenaren denbora-muga ez da erabiltzen Dark Sky gunearekin, " "ez baitu deskarga bereizirik eskaintzen uneko eguraldirako eta " "iragarpenetarako." @@ -788,11 +788,11 @@ msgstr "ezezaguna (norberak eraikia ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Eguraldi-informazioa erakusteko hedapena. Informazioaren jatorria Openweathermap edo forecast.io dira munduko kokapen gehienetarako.Dark Sky dira munduko kokapen gehienetarako." #: data/weather-settings.ui:1276 @@ -886,8 +886,8 @@ msgstr "Erabili hedapenaren API gakoa openweathermap.org gunerako" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "forecast.io guneko API gako pertsonala" +msgid "Your personal API key from Dark Sky" +msgstr "Dark Sky guneko API gako pertsonala" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/fi.po b/po/fi.po index 1121736..548ef27 100644 --- a/po/fi.po +++ b/po/fi.po @@ -34,8 +34,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -301,12 +301,12 @@ msgstr "Ilmanpaine:" msgid "Wind:" msgstr "Tuulen nopeus:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Eilen" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -314,20 +314,20 @@ msgid_plural "%d days ago" msgstr[0] "%s päivää sitten" msgstr[1] "%s päivää sitten" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Tänään" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Huomenna" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -667,7 +667,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -680,7 +680,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -819,7 +819,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -901,7 +901,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/fr.po b/po/fr.po index 369b5b3..f773b1d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -35,8 +35,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -302,12 +302,12 @@ msgstr "Pression :" msgid "Wind:" msgstr "Vent :" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Hier" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -315,20 +315,20 @@ msgid_plural "%d days ago" msgstr[0] "Il y a %s jours" msgstr[1] "Il y a %s jours" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Aujourd'hui" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Demain" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -628,8 +628,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Clé API personnelle de openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Clé API personnelle de forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Clé API personnelle de Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -641,10 +641,10 @@ msgstr "Rafraichissement prévisions météos toutes les [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Note: le rafraichissemnt n'est pas utilisé pour forecast.io, parce qu'il ne " +"Note: le rafraichissemnt n'est pas utilisé pour Dark Sky, parce qu'il ne " "fourni pas des flux séparés pour la météo actuelle et les prévisions" #: data/weather-settings.ui:632 @@ -780,11 +780,11 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Extension météo pour afficher les informations météos de Openweathermap ou forecast.io\n" +"darksky.net\">Dark Sky\n" " pour la plupart des localisations dans le monde." #: data/weather-settings.ui:1276 @@ -878,8 +878,8 @@ msgstr "Utiliser la clé API de l'extention pour openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Clé API personnelle de forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Clé API personnelle de Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/gnome-shell-extension-openweather.pot b/po/gnome-shell-extension-openweather.pot index c59084b..7ed0133 100644 --- a/po/gnome-shell-extension-openweather.pot +++ b/po/gnome-shell-extension-openweather.pot @@ -33,8 +33,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -300,12 +300,12 @@ msgstr "" msgid "Wind:" msgstr "" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -313,20 +313,20 @@ msgid_plural "%d days ago" msgstr[0] "" msgstr[1] "" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -626,7 +626,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -639,7 +639,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -776,7 +776,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -857,7 +857,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/he.po b/po/he.po index e7f8c2b..d74ca2f 100644 --- a/po/he.po +++ b/po/he.po @@ -34,8 +34,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -301,12 +301,12 @@ msgstr "לחץ ברומטרי:" msgid "Wind:" msgstr "רוח:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "אתמול" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -314,20 +314,20 @@ msgid_plural "%d days ago" msgstr[0] "לפני %s ימים" msgstr[1] "לפני %s ימים" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "היום" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "מחר" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -646,7 +646,7 @@ msgstr "מפתח ממשק תכנות יישומים (API) אישי מopenweather #: data/weather-settings.ui:549 #, fuzzy -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "מפתח ממשק תכנות יישומים (API) אישי מopenweathermap.org" #: data/weather-settings.ui:562 @@ -659,7 +659,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -801,7 +801,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -890,7 +890,7 @@ msgstr "מפתח ממשק תכנות יישומים (API) אישי מopenweather #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "מפתח ממשק תכנות יישומים (API) אישי מopenweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/hu.po b/po/hu.po index ec837ec..33d168c 100644 --- a/po/hu.po +++ b/po/hu.po @@ -33,8 +33,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -300,12 +300,12 @@ msgstr "Légnyomás:" msgid "Wind:" msgstr "Szélerősség:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Tegnap" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -313,20 +313,20 @@ msgid_plural "%d days ago" msgstr[0] "%d nappal ezelőtt" msgstr[1] "%d nappal ezelőtt" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "ma" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "holnap" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -626,8 +626,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Személyes API kulcs az openweathermap.org weboldaltól" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Személyes API kulcs a forecast.io weboldaltól" +msgid "Personal Api key from Dark Sky" +msgstr "Személyes API kulcs a Dark Sky weboldaltól" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -639,7 +639,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -666,7 +666,7 @@ msgstr "Alapértelmezett meteorológiai szolgáltató választás" #: data/weather-settings.ui:706 #, fuzzy msgid "Personal AppKey from developer.mapquest.com" -msgstr "Személyes API kulcs a forecast.io weboldaltól" +msgstr "Személyes API kulcs a Dark Sky weboldaltól" #: data/weather-settings.ui:735 #, fuzzy @@ -780,11 +780,11 @@ msgstr "ismeretlen (saját építés ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "A meteorológiai kiterjesztés időjárási információkat jelenít meg az Openweathermap vagy a forecast.io szolgáltatóktól a világ csaknem " +"\"https://darksky.net\">Dark Sky szolgáltatóktól a világ csaknem " "összes helyszínére." #: data/weather-settings.ui:1276 @@ -878,13 +878,13 @@ msgstr "Személyes API kulcs az openweathermap.org weboldaltól" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Személyes API kulcs a forecast.io weboldaltól" +msgid "Your personal API key from Dark Sky" +msgstr "Személyes API kulcs a Dark Sky weboldaltól" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy msgid "Your personal AppKey from developer.geocode.farm" -msgstr "Személyes API kulcs a forecast.io weboldaltól" +msgstr "Személyes API kulcs a Dark Sky weboldaltól" #~ msgid "Loading current weather ..." #~ msgstr "Aktuális időjárás betöltése ..." diff --git a/po/id.po b/po/id.po index 4ceec22..fa0c87f 100644 --- a/po/id.po +++ b/po/id.po @@ -33,8 +33,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -300,12 +300,12 @@ msgstr "Tekanan:" msgid "Wind:" msgstr "Angin:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Kemaren" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -313,20 +313,20 @@ msgid_plural "%d days ago" msgstr[0] "%d hari yang lalu" msgstr[1] "%d hari yang lalu" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Hari ini" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Besok" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -626,8 +626,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Kunci API pribadi dari openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Kunci API pribadi dari forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Kunci API pribadi dari Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -639,10 +639,10 @@ msgstr "Perbarui batas waktu untuk perkiraan cuaca [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Catatan: batas waktu prakiraan tidak dapat digunakan untuk forecast.io, " +"Catatan: batas waktu prakiraan tidak dapat digunakan untuk Dark Sky, " "karena mereka tidak menyediakan unduhan terpusah untuk cuaca sekarang dan " "prakiraannya." @@ -780,11 +780,11 @@ msgstr "tidak dikenal (dibangun sendiri ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Tambahan cuaca untuk menampilkan informasi cuaca dari Openweathermap or forecast.io untuk hampir semua lokasi di dunia." +"darksky.net\">Dark Sky untuk hampir semua lokasi di dunia." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -877,8 +877,8 @@ msgstr "Kunci API pribadi dari openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Kunci API pribadi dari forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Kunci API pribadi dari Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/it.po b/po/it.po index 7998b3f..9ea24d1 100644 --- a/po/it.po +++ b/po/it.po @@ -38,12 +38,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io non funziona senza una API key. \n" -"Per favore registrati su https://developer.forecast.io/register e incolla la " +"Dark Sky non funziona senza una API key. \n" +"Per favore registrati su https://darksky.net/dev/register e incolla la " "tua chiave personale nella finestra delle preferenze." #: src/extension.js:514 @@ -308,12 +308,12 @@ msgstr "Pressione:" msgid "Wind:" msgstr "Vento:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Ieri" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -321,20 +321,20 @@ msgid_plural "%d days ago" msgstr[0] "%d giorno fa" msgstr[1] "%d giorni fa" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Oggi" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Domani" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -634,8 +634,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Chiave API personale per openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Chiave API personale per forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Chiave API personale per Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -647,10 +647,10 @@ msgstr "Timer di aggiornamento delle previsioni meteo [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Avviso: il timer di aggiornamento non è utilizzato per forecast.io, poichè " +"Avviso: il timer di aggiornamento non è utilizzato per Dark Sky, poichè " "non fornisce il download separato delle condizioni meteo dalle previsioni." #: data/weather-settings.ui:632 @@ -788,11 +788,11 @@ msgstr "sconosciuta (autocompilata ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Estensione meteo per visualizzare le previsioni da Openweathermap oppure da forecast.io per quasi ogni parte del mondo." +"darksky.net\">Dark Sky per quasi ogni parte del mondo." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -885,8 +885,8 @@ msgstr "Usa la chiave API di default per openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Chiave API personale per forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Chiave API personale per Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/ja.po b/po/ja.po index 0f23b03..6701ac5 100644 --- a/po/ja.po +++ b/po/ja.po @@ -31,8 +31,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -298,12 +298,12 @@ msgstr "" msgid "Wind:" msgstr "" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "昨日" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -311,20 +311,20 @@ msgid_plural "%d days ago" msgstr[0] "%s日前" msgstr[1] "%s日前" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -624,7 +624,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -637,7 +637,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -776,7 +776,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -858,7 +858,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/lt.po b/po/lt.po index 1c221c4..fb35b9b 100644 --- a/po/lt.po +++ b/po/lt.po @@ -33,8 +33,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -300,12 +300,12 @@ msgstr "Slėgis:" msgid "Wind:" msgstr "Vėjas:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Vakar" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -313,20 +313,20 @@ msgid_plural "%d days ago" msgstr[0] "Prieš %s dienas" msgstr[1] "Prieš %s dienas" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Šiandien" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Rytoj" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -667,7 +667,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -680,7 +680,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -818,7 +818,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -900,7 +900,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/nb.po b/po/nb.po index 481d197..1b5b0c3 100644 --- a/po/nb.po +++ b/po/nb.po @@ -31,8 +31,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -298,12 +298,12 @@ msgstr "Lufttrykk:" msgid "Wind:" msgstr "Vind:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -311,20 +311,20 @@ msgid_plural "%d days ago" msgstr[0] "" msgstr[1] "" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "I dag" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "I morgen" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -664,7 +664,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -677,7 +677,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -815,7 +815,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -896,7 +896,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/nl.po b/po/nl.po index 12feb78..c05021f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -37,12 +37,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io werkt niet zonder een api-key.\n" -"Registreer a.u.b. bij https://developer.forecast.io/register en plak de " +"Dark Sky werkt niet zonder een api-key.\n" +"Registreer a.u.b. bij https://darksky.net/dev/register en plak de " "persoonlijke api-key in de voorkeuren." #: src/extension.js:514 @@ -308,12 +308,12 @@ msgstr "Luchtdruk:" msgid "Wind:" msgstr "Wind:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Gisteren" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -321,20 +321,20 @@ msgid_plural "%d days ago" msgstr[0] "%d dag geleden" msgstr[1] "%d dagen geleden" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Vandaag" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Morgen" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -677,8 +677,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Persoonlijke API-key van openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Persoonlijke API-key van forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Persoonlijke API-key van Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -690,10 +690,10 @@ msgstr "Ververs-timeout voor vooruitzicht [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Nb: de vooruitzicht-timeout word niet gebruikt voor forecast.io, omdat zij " +"Nb: de vooruitzicht-timeout word niet gebruikt voor Dark Sky, omdat zij " "het huidige weer en het vooruitzicht niet afsplitsen in aparte downloads." #: data/weather-settings.ui:632 @@ -833,11 +833,11 @@ msgstr "onbekend (zelfbouw?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Weer extensie om informatie te tonen van Openweathermap of forecast.io voor bijna alle locaties in de wereld." +"openweathermap.org/\">Openweathermap of Dark Sky voor bijna alle locaties in de wereld." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -929,8 +929,8 @@ msgstr "Gebruik de API-key van de extensie voor openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Persoonlijke API-key van forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Persoonlijke API-key van Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/pl.po b/po/pl.po index 8311829..5593825 100644 --- a/po/pl.po +++ b/po/pl.po @@ -40,12 +40,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Serwis forecast.io nie działa bez klucza API.\n" -"Proszę zarejestrować się na stronie https://developer.forecast.io/register " +"Serwis Dark Sky nie działa bez klucza API.\n" +"Proszę zarejestrować się na stronie https://darksky.net/dev/register " "i wkleić osobisty klucz w oknie preferencji." #: src/extension.js:514 @@ -310,12 +310,12 @@ msgstr "Ciśnienie atmosferyczne:" msgid "Wind:" msgstr "Kierunek, prędkość wiatru:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Wczoraj" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -324,20 +324,20 @@ msgstr[0] "%d dzień temu" msgstr[1] "%d dni temu" msgstr[2] "%d dni temu" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr ", " -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Dzisiaj" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Jutro" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -638,8 +638,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Osobisty klucz API z serwisu openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Osobisty klucz API z serwisu forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Osobisty klucz API z serwisu Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -651,10 +651,10 @@ msgstr "Aktualizacja informacji o prognozie pogody (w minutach)" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Uwaga: ustawienia aktualizacji nie działają z serwisem forecast.io, ponieważ " +"Uwaga: ustawienia aktualizacji nie działają z serwisem Dark Sky, ponieważ " "nie ma możliwości pobrania informacji osobno dla obecnej pogody i prognozy." #: data/weather-settings.ui:632 @@ -792,11 +792,11 @@ msgstr "nieznana" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Rozszerzenie pogody pobiera informacje z serwisu OpenWeatherMap lub forecast.io dla niemal wszystkich miejsc na świecie." +"openweathermap.org/\">OpenWeatherMap lub Dark Sky dla niemal wszystkich miejsc na świecie." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -883,8 +883,8 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "Użycie domyślnego klucza API rozszerzenia z serwisu openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" -msgstr "Osobisty klucz API z serwisu forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Osobisty klucz API z serwisu Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 msgid "Your personal AppKey from developer.geocode.farm" diff --git a/po/pt.po b/po/pt.po index 9bd5cd4..5db4002 100644 --- a/po/pt.po +++ b/po/pt.po @@ -32,9 +32,9 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " -"personal key into the preferences dialog." +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your personal " +"key into the preferences dialog." msgstr "" #: src/extension.js:514 @@ -299,12 +299,12 @@ msgstr "Pressão:" msgid "Wind:" msgstr "Vento:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Ontem" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -312,20 +312,20 @@ msgid_plural "%d days ago" msgstr[0] "%s dias atrás" msgstr[1] "%s dias atrás" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Hoje" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Amanhã" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -666,7 +666,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -679,7 +679,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -818,7 +818,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -900,7 +900,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/pt_BR.po b/po/pt_BR.po index 8a25fc1..52f22de 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -39,12 +39,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io não funciona sem uma api-key.\n" -"Por favor, registre-se em https://developer.forecast.io/register e cole sua " +"Dark Sky não funciona sem uma api-key.\n" +"Por favor, registre-se em https://darksky.net/dev/register e cole sua " "chave pessoal na tela de preferências." #: src/extension.js:514 @@ -309,12 +309,12 @@ msgstr "Pressão:" msgid "Wind:" msgstr "Vento:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Ontem" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -322,20 +322,20 @@ msgid_plural "%d days ago" msgstr[0] "%d dia atrás" msgstr[1] "%d dias atrás" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "," -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Hoje" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Amanhã" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -635,8 +635,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Api key pessoal do openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Api key pessoal do forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Api key pessoal do Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -648,10 +648,10 @@ msgstr "Tempo limite da atualização da previsão [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Nota: a previsão de tempo pode ser usada pelo forecast.io, porqueeles não " +"Nota: a previsão de tempo pode ser usada pelo Dark Sky, porqueeles não " "fornecem downloads separados de tempo atual e previsões" #: data/weather-settings.ui:632 @@ -789,11 +789,11 @@ msgstr "Desconhecido (self-build ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Weather extension para mostrar informações climaticas fornecidas por " "Openweathermap ou forecast.io Para quase todos os locais do mundo." +"\"https://darksky.net\">Dark Sky Para quase todos os locais do mundo." "" #: data/weather-settings.ui:1276 @@ -880,8 +880,8 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "Use a API key padrão da extensão para openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" -msgstr "API key pessoal do forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "API key pessoal do Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 msgid "Your personal AppKey from developer.geocode.farm" diff --git a/po/ro.po b/po/ro.po index 39ccefd..33e3631 100644 --- a/po/ro.po +++ b/po/ro.po @@ -37,8 +37,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -304,12 +304,12 @@ msgstr "Presiune:" msgid "Wind:" msgstr "Vânt:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Ieri" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" @@ -318,20 +318,20 @@ msgstr[0] "%s zile în urmă" msgstr[1] "%s zile în urmă" msgstr[2] "%s zile în urmă" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Azi" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Mâine" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -634,7 +634,7 @@ msgstr "Cheie personală API openweathermap.org" #: data/weather-settings.ui:549 #, fuzzy -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "Cheie personală API openweathermap.org" #: data/weather-settings.ui:562 @@ -647,7 +647,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -789,7 +789,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -879,7 +879,7 @@ msgstr "Cheie personală API openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "Cheie personală API openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/ru.po b/po/ru.po index be2dc37..2b642cd 100644 --- a/po/ru.po +++ b/po/ru.po @@ -41,12 +41,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io не работает без API ключа.\n" -"Зарегистрируйтесь на https://developer.forecast.io/register и вставьте " +"Dark Sky не работает без API ключа.\n" +"Зарегистрируйтесь на https://darksky.net/dev/register и вставьте " "персональный ключ в диалоге настроек." #: src/extension.js:514 @@ -311,12 +311,12 @@ msgstr "Давление:" msgid "Wind:" msgstr "Ветер:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Вчера" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -325,20 +325,20 @@ msgstr[0] "%d дней назад" msgstr[1] "%d день назад" msgstr[2] "%d дня назад" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Сегодня" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Завтра" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -639,8 +639,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Персональный API ключ от openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Персональный API ключ от forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Персональный API ключ от Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -652,11 +652,11 @@ msgstr "Периодичность обновления прогноза пог #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" "Примечание: периодичность обновления прогноза погоды не используется для " -"forecast.io, потому что он не поддерживает раздельную загрузку для текущей " +"Dark Sky, потому что он не поддерживает раздельную загрузку для текущей " "погоды и прогноза." #: data/weather-settings.ui:632 @@ -794,11 +794,11 @@ msgstr "неизвестно (собственная сборка ?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Дополнение для отображения сведений о погоде от Openweathermap или forecast.io для почти всех мест в мире." +"openweathermap.org/\">Openweathermap или Dark Sky для почти всех мест в мире." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -892,8 +892,8 @@ msgstr "Использовать API ключ дополнения от openweat #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Персональный API ключ от forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Персональный API ключ от Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/sk.po b/po/sk.po index fda29f4..5861472 100644 --- a/po/sk.po +++ b/po/sk.po @@ -37,12 +37,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Služba forecast.io nefunguje bez kľúča api-key.\n" -"Zaregistrujte sa, prosím, na adrese https://developer.forecast.io/register a " +"Služba Dark Sky nefunguje bez kľúča api-key.\n" +"Zaregistrujte sa, prosím, na adrese https://darksky.net/dev/register a " "vložte váš súkromný kľúč do dialógového okna nastavení." #: src/extension.js:514 @@ -307,12 +307,12 @@ msgstr "Tlak:" msgid "Wind:" msgstr "Vietor:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Včera" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -321,20 +321,20 @@ msgstr[0] "Pred %d dňom" msgstr[1] "Pred %d dňami" msgstr[2] "Pred %d dňami" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr ", " -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Dnes" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Zajtra" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -635,8 +635,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Osobný kľúč Api z openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Osobný kľúč Api z forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Osobný kľúč Api z Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -648,10 +648,10 @@ msgstr "Časový limit obnovy pre predpoveď počasia [min]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"Poznámka: časový limit predpovede nie je použitý pre službu forecast.io, " +"Poznámka: časový limit predpovede nie je použitý pre službu Dark Sky, " "pretože neposkytuje oddelené preberanie pre aktuálne počasie a predpovede." #: data/weather-settings.ui:632 @@ -789,11 +789,11 @@ msgstr "neznáma (zostavené vlastnoručne?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Či má rozšírenie zobraziť informácie o počasí zo služby Openweathermap alebo forecast.io pre takmer všetky miesta na svete." +"darksky.net\">Dark Sky pre takmer všetky miesta na svete." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -886,8 +886,8 @@ msgstr "Použiť kľúč api-key rozšírenia pre openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Osobný kľúč Api z forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Osobný kľúč Api z Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/sr.po b/po/sr.po index 06ebf10..c9811aa 100644 --- a/po/sr.po +++ b/po/sr.po @@ -34,8 +34,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -301,12 +301,12 @@ msgstr "Притисак:" msgid "Wind:" msgstr "Ветар:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "јуче" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -315,20 +315,20 @@ msgstr[0] "пре %d дан" msgstr[1] "пре %d дана" msgstr[2] "пре %d дана" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "данас" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "сутра" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -629,8 +629,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Лични апи кључ са openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Лични апи кључ са forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Лични апи кључ са Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -642,7 +642,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -669,7 +669,7 @@ msgstr "Изаберите подразумеваног достављача" #: data/weather-settings.ui:706 #, fuzzy msgid "Personal AppKey from developer.mapquest.com" -msgstr "Лични апи кључ са forecast.io" +msgstr "Лични апи кључ са Dark Sky" #: data/weather-settings.ui:735 #, fuzzy @@ -783,11 +783,11 @@ msgstr "непозната (самоградња?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Проширење за приказ података о времену са Openweathermap или forecast.io за скоро све локације у свету." +"openweathermap.org/\">Openweathermap или Dark Sky за скоро све локације у свету." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -879,13 +879,13 @@ msgstr "Лични апи кључ са openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Лични апи кључ са forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Лични апи кључ са Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy msgid "Your personal AppKey from developer.geocode.farm" -msgstr "Лични апи кључ са forecast.io" +msgstr "Лични апи кључ са Dark Sky" #~ msgid "Loading current weather ..." #~ msgstr "Учитавање тренутног времена..." diff --git a/po/sr@latin.po b/po/sr@latin.po index 5a7c59e..a311d0b 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -34,8 +34,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -301,12 +301,12 @@ msgstr "Pritisak:" msgid "Wind:" msgstr "Vetar:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "juče" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -315,20 +315,20 @@ msgstr[0] "pre %d dan" msgstr[1] "pre %d dana" msgstr[2] "pre %d dana" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "danas" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "sutra" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -629,8 +629,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "Lični api ključ sa openweathermap.org" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "Lični api ključ sa forecast.io" +msgid "Personal Api key from Dark Sky" +msgstr "Lični api ključ sa Dark Sky" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -642,7 +642,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -669,7 +669,7 @@ msgstr "Izaberite podrazumevanog dostavljača" #: data/weather-settings.ui:706 #, fuzzy msgid "Personal AppKey from developer.mapquest.com" -msgstr "Lični api ključ sa forecast.io" +msgstr "Lični api ključ sa Dark Sky" #: data/weather-settings.ui:735 #, fuzzy @@ -783,11 +783,11 @@ msgstr "nepoznata (samogradnja?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "Proširenje za prikaz podataka o vremenu sa Openweathermap ili forecast.io za skoro sve lokacije u svetu." +"openweathermap.org/\">Openweathermap ili Dark Sky za skoro sve lokacije u svetu." #: data/weather-settings.ui:1276 msgid "Maintained by" @@ -879,13 +879,13 @@ msgstr "Lični api ključ sa openweathermap.org" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "Lični api ključ sa forecast.io" +msgid "Your personal API key from Dark Sky" +msgstr "Lični api ključ sa Dark Sky" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy msgid "Your personal AppKey from developer.geocode.farm" -msgstr "Lični api ključ sa forecast.io" +msgstr "Lični api ključ sa Dark Sky" #~ msgid "Loading current weather ..." #~ msgstr "Učitavanje trenutnog vremena..." diff --git a/po/sv.po b/po/sv.po index c1243b8..5b7291e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -31,8 +31,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -298,12 +298,12 @@ msgstr "Lufttryck:" msgid "Wind:" msgstr "Vind:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -311,20 +311,20 @@ msgid_plural "%d days ago" msgstr[0] "" msgstr[1] "" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Idag" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Imorgon" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -664,7 +664,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -677,7 +677,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -815,7 +815,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -896,7 +896,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/uk.po b/po/uk.po index 71ac704..fc43a7c 100644 --- a/po/uk.po +++ b/po/uk.po @@ -31,8 +31,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -298,12 +298,12 @@ msgstr "Тиск:" msgid "Wind:" msgstr "Вітер:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" @@ -311,20 +311,20 @@ msgid_plural "%d days ago" msgstr[0] "" msgstr[1] "" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Сьогодні" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Завтра" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -664,7 +664,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -677,7 +677,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -815,7 +815,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -896,7 +896,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/vi.po b/po/vi.po index ed457ed..e03cd4c 100644 --- a/po/vi.po +++ b/po/vi.po @@ -32,8 +32,8 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" @@ -299,32 +299,32 @@ msgstr "Áp suất:" msgid "Wind:" msgstr "Gió:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "Hôm qua" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, fuzzy, javascript-format msgid "%d day ago" msgid_plural "%d days ago" msgstr[0] "%s ngày trước" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "" -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "Hôm nay" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "Ngày mai" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, fuzzy, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -663,7 +663,7 @@ msgid "Personal Api key from openweathermap.org" msgstr "" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" +msgid "Personal Api key from Dark Sky" msgstr "" #: data/weather-settings.ui:562 @@ -676,7 +676,7 @@ msgstr "" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" @@ -815,7 +815,7 @@ msgstr "" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" #: data/weather-settings.ui:1276 @@ -897,7 +897,7 @@ msgid "Use the extensions default API key from openweathermap.org" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 -msgid "Your personal API key from forecast.io" +msgid "Your personal API key from Dark Sky" msgstr "" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 diff --git a/po/zh_CN.po b/po/zh_CN.po index 46463a3..4f2342d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -39,12 +39,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io 在没有 API 密钥的情况下无法工作。\n" -"请到 https://developer.forecast.io/register 注册,并将您的个人密钥粘贴到选项" +"Dark Sky 在没有 API 密钥的情况下无法工作。\n" +"请到 https://darksky.net/dev/register 注册,并将您的个人密钥粘贴到选项" "对话框中。" #: src/extension.js:514 @@ -309,32 +309,32 @@ msgstr "气压:" msgid "Wind:" msgstr "风:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "昨天" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" msgid_plural "%d days ago" msgstr[0] "%d 天之前" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "," -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "今天" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "明天" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -633,8 +633,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "openweathermap.org 的个人 API 密钥" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "forecast.io 的个人 API 密钥" +msgid "Personal Api key from Dark Sky" +msgstr "Dark Sky 的个人 API 密钥" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -646,10 +646,10 @@ msgstr "刷新天气预报的超时时间 [分钟]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"注意:预报超时不适用于 forecast.io,因为他们不提供当前天气和预报的分别下载。" +"注意:预报超时不适用于 Dark Sky,因为他们不提供当前天气和预报的分别下载。" #: data/weather-settings.ui:632 msgid "Use extensions api-key for openweathermap.org" @@ -786,10 +786,10 @@ msgstr "未知(自己构建的?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "为全世界几乎所有地点显示来自 Openweathermapforecast.io 的天" +"\">Openweathermap 或 Dark Sky 的天" "气信息的扩展。" #: data/weather-settings.ui:1276 @@ -882,8 +882,8 @@ msgstr "使用本扩展的 openweathermap.org API 密钥" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "forecast.io 的个人 API 密钥" +msgid "Your personal API key from Dark Sky" +msgstr "Dark Sky 的个人 API 密钥" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/po/zh_TW.po b/po/zh_TW.po index 92963d8..681dac6 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -38,12 +38,12 @@ msgstr "" #: src/extension.js:441 msgid "" -"Forecast.io does not work without an api-key.\n" -"Please register at https://developer.forecast.io/register and paste your " +"Dark Sky does not work without an api-key.\n" +"Please register at https://darksky.net/dev/register and paste your " "personal key into the preferences dialog." msgstr "" -"Forecast.io 在沒有 API 密鑰的情況下無法工作。\n" -"請到 https://developer.forecast.io/register 註冊,並將您的個人密鑰粘貼到選項" +"Dark Sky 在沒有 API 密鑰的情況下無法工作。\n" +"請到 https://darksky.net/dev/register 註冊,並將您的個人密鑰粘貼到選項" "對話框中。" #: src/extension.js:514 @@ -308,32 +308,32 @@ msgstr "氣壓:" msgid "Wind:" msgstr "風:" -#: src/forecast_io.js:159 src/forecast_io.js:288 src/openweathermap_org.js:350 +#: src/darksky_net.js:159 src/darksky_net.js:288 src/openweathermap_org.js:350 #: src/openweathermap_org.js:452 msgid "Yesterday" msgstr "昨天" -#: src/forecast_io.js:162 src/forecast_io.js:291 src/openweathermap_org.js:352 +#: src/darksky_net.js:162 src/darksky_net.js:291 src/openweathermap_org.js:352 #: src/openweathermap_org.js:454 #, javascript-format msgid "%d day ago" msgid_plural "%d days ago" msgstr[0] "%d 天以前" -#: src/forecast_io.js:174 src/forecast_io.js:176 src/openweathermap_org.js:366 +#: src/darksky_net.js:174 src/darksky_net.js:176 src/openweathermap_org.js:366 #: src/openweathermap_org.js:368 msgid ", " msgstr "," -#: src/forecast_io.js:268 src/openweathermap_org.js:446 +#: src/darksky_net.js:268 src/openweathermap_org.js:446 msgid "Today" msgstr "今天" -#: src/forecast_io.js:284 src/openweathermap_org.js:448 +#: src/darksky_net.js:284 src/openweathermap_org.js:448 msgid "Tomorrow" msgstr "明天" -#: src/forecast_io.js:286 src/openweathermap_org.js:450 +#: src/darksky_net.js:286 src/openweathermap_org.js:450 #, javascript-format msgid "In %d day" msgid_plural "In %d days" @@ -632,8 +632,8 @@ msgid "Personal Api key from openweathermap.org" msgstr "openweathermap.org 的個人 API 密鑰" #: data/weather-settings.ui:549 -msgid "Personal Api key from forecast.io" -msgstr "forecast.io 的個人 API 密鑰" +msgid "Personal Api key from Dark Sky" +msgstr "Dark Sky 的個人 API 密鑰" #: data/weather-settings.ui:562 msgid "Refresh timeout for current weather [min]" @@ -645,10 +645,10 @@ msgstr "刷新天氣預報的超時時間 [分鐘]" #: data/weather-settings.ui:604 msgid "" -"Note: the forecast-timout is not used for forecast.io, because they do not " +"Note: the forecast-timout is not used for Dark Sky, because they do not " "provide seperate downloads for current weather and forecasts." msgstr "" -"注意:預報超時不適用於 forecast.io,因爲他們不提供當前天氣和預報的分別下載。" +"注意:預報超時不適用於 Dark Sky,因爲他們不提供當前天氣和預報的分別下載。" #: data/weather-settings.ui:632 msgid "Use extensions api-key for openweathermap.org" @@ -785,10 +785,10 @@ msgstr "未知(自建?)" msgid "" "Weather extension to display weather information from Openweathermap or forecast.io for almost all locations in the world." +"darksky.net\">Dark Sky for almost all locations in the world." msgstr "" "爲全世界幾乎所有地點顯示來自 Openweathermapforecast.io 的天" +"\">Openweathermap 或 Dark Sky 的天" "氣信息的擴展。" #: data/weather-settings.ui:1276 @@ -881,8 +881,8 @@ msgstr "使用本擴展的 openweathermap.org API 密鑰" #: data/org.gnome.shell.extensions.openweather.gschema.xml:148 #, fuzzy -msgid "Your personal API key from forecast.io" -msgstr "forecast.io 的個人 API 密鑰" +msgid "Your personal API key from Dark Sky" +msgstr "Dark Sky 的個人 API 密鑰" #: data/org.gnome.shell.extensions.openweather.gschema.xml:152 #, fuzzy diff --git a/src/Makefile.am b/src/Makefile.am index 4d2a33b..eafbe15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,6 @@ uuid = openweather-extension@jenslody.de extensiondir = $(topextensiondir)/$(uuid) -dist_extension_DATA = extension.js forecast_io.js openweathermap_org.js convenience.js prefs.js +dist_extension_DATA = extension.js darksky_net.js openweathermap_org.js convenience.js prefs.js nodist_extension_DATA = $(EXTRA_EXTENSION) diff --git a/src/forecast_io.js b/src/darksky_net.js similarity index 98% rename from src/forecast_io.js rename to src/darksky_net.js index c55806a..f343acc 100644 --- a/src/forecast_io.js +++ b/src/darksky_net.js @@ -41,7 +41,7 @@ const _ = Gettext.gettext; const ngettext = Gettext.ngettext; -const OPENWEATHER_URL_HOST = 'api.forecast.io'; +const OPENWEATHER_URL_HOST = 'api.darksky.net'; const OPENWEATHER_URL_BASE = 'https://' + OPENWEATHER_URL_HOST + '/forecast/'; function getWeatherIcon(icon, windspeed, cloudcover, night) { @@ -105,7 +105,7 @@ function getWeatherIcon(icon, windspeed, cloudcover, night) { function parseWeatherCurrent() { if (this.currentWeatherCache === undefined) { // this is a reentrency guard, in this times set for both caches, - // because they get updated with one call to forecast.io + // because they get updated with one call to Dark Sky this.currentWeatherCache = "in refresh"; // but do it only if the cache has been cleared, otherwise we would // overwrite possibly valid data, that can be kept if the update fails @@ -233,7 +233,7 @@ function parseWeatherForecast() { if (this.forecastWeatherCache === undefined) { // this is a reentrency guard, in this times set for both caches, - // because they get updated with one call to forecast.io + // because they get updated with one call to Dark Sky this.forecastWeatherCache = "in refresh"; // but do it only if the cache has been cleared, otherwise we would // overwrite possibly valid data, that can be kept if the update fails diff --git a/src/extension.js b/src/extension.js index 50372bd..62b4b2f 100644 --- a/src/extension.js +++ b/src/extension.js @@ -40,7 +40,7 @@ const ExtensionUtils = imports.misc.extensionUtils; const Me = ExtensionUtils.getCurrentExtension(); const Config = imports.misc.config; const Convenience = Me.imports.convenience; -const ForecastIo = Me.imports.forecast_io; +const DarkskyNet = Me.imports.darksky_net; const OpenweathermapOrg = Me.imports.openweathermap_org; const Clutter = imports.gi.Clutter; const Gettext = imports.gettext.domain('gnome-shell-extension-openweather'); @@ -91,7 +91,7 @@ const OPENWEATHER_FC_API_KEY = 'appid-fc'; const WeatherProvider = { DEFAULT: -1, OPENWEATHERMAP: 0, - FORECAST_IO: 1 + DARKSKY: 1 }; const WeatherUnits = { @@ -364,8 +364,8 @@ const OpenweatherMenuButton = new Lang.Class({ }, switchProvider: function() { - if (this._weather_provider == WeatherProvider.FORECAST_IO) - this.useForecastIo(); + if (this._weather_provider == WeatherProvider.DARKSKY) + this.useDarkskyNet(); else this.useOpenweathermapOrg(); }, @@ -384,14 +384,14 @@ const OpenweatherMenuButton = new Lang.Class({ }, - useForecastIo: function() { - this.parseWeatherCurrent = ForecastIo.parseWeatherCurrent; - this.parseWeatherForecast = ForecastIo.parseWeatherForecast; - this.getWeatherIcon = ForecastIo.getWeatherIcon; - this.refreshWeatherCurrent = ForecastIo.refreshWeatherCurrent; + useDarkskyNet: function() { + this.parseWeatherCurrent = DarkskyNet.parseWeatherCurrent; + this.parseWeatherForecast = DarkskyNet.parseWeatherForecast; + this.getWeatherIcon = DarkskyNet.getWeatherIcon; + this.refreshWeatherCurrent = DarkskyNet.refreshWeatherCurrent; this.refreshWeatherForecast = function() {}; - this.weatherProvider = "https://forecast.io/"; + this.weatherProvider = "https://darksky.net/"; this.fc_locale = 'en'; @@ -438,13 +438,13 @@ const OpenweatherMenuButton = new Lang.Class({ } if (this._appid_fc.toString().trim() === '') - Main.notify("Openweather", _("Forecast.io does not work without an api-key.\nPlease register at https://developer.forecast.io/register and paste your personal key into the preferences dialog.")); + Main.notify("Openweather", _("Dark Sky does not work without an api-key.\nPlease register at https://darksky.net/dev/register and paste your personal key into the preferences dialog.")); }, getWeatherProviderURL: function() { let url = ""; - if (this._weather_provider == WeatherProvider.FORECAST_IO) { - url = "https://forecast.io/#/f/"; + if (this._weather_provider == WeatherProvider.DARKSKY) { + url = "https://darksky.net/#/f/"; url += this.extractCoord(this._city); } else { url = "https://openweathermap.org"; @@ -551,7 +551,7 @@ const OpenweatherMenuButton = new Lang.Class({ return true; } } - if (provider == WeatherProvider.FORECAST_IO) { + if (provider == WeatherProvider.DARKSKY) { let translateCondition = this._translate_condition; if (this.oldTranslateCondition != translateCondition) { this.oldTranslateCondition = translateCondition; diff --git a/src/prefs.js b/src/prefs.js index eb5ccd6..1ae4917 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -83,7 +83,7 @@ const OPENWEATHER_URL_OSM_FIND = OPENWEATHER_URL_OSM_BASE + 'search'; const WeatherProvider = { DEFAULT: -1, OPENWEATHERMAP: 0, - FORECAST_IO: 1 + DARKSKY: 1 }; const GeolocationProvider = { @@ -1079,8 +1079,8 @@ const WeatherPrefsWidget = new GObject.Class({ switch (provider) { case WeatherProvider.OPENWEATHERMAP: return "openweathermap.org"; - case WeatherProvider.FORECAST_IO: - return "forecast.io"; + case WeatherProvider.DARKSKY: + return "darksky.net"; default: case WeatherProvider.DEFAULT: return _("default");