readme.txt000064400000064674150211511020006547 0ustar00=== wp-forecast === Contributors: tuxlog Donate link: http://www.tuxlog.de Tags: weather,forecast,widget,openweathermap,open-meteo Requires at least: 4.0 Tested up to: 6.7 Stable tag: 9.7 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html wp-forecast is a highly customizable plugin for wordpress, showing weather-data from open-meteo.com and/or openweathermap.com. == Description == You are reading the readme.txt file for the wp-forecast plugin. wp-forecast is a plugin for the famous wordpress blogging package, showing the weather-data from open-meteo.com and/or openweathermap.com. please also refer to the terms of usage of open-meteo.com and/or openweathermap.com. Features: + Displays the weather data from Open-Meteo.com and OpenWeatherMap.com at your wordpress pages, posts or sidebar + Displays OpenUV.io data + Let you choose the * location (of course) * the time after the weather data is refreshed * the langugage * metric or american measures * windspeed unit * the forecast days * the forecast for up to six/seven days + support wordpress widgets, easy placement :-) + customize the information you want to show + supports pull-down forecast data to efficiently use space + multiple wp-forecast widget support + integration into your site via css (see below) + comes with an api for wordpress-pro's ;-) Credits: + Barbary Jany testing a lot and bring it to valid XHTML + Frans Lieshout Wim Scholtes translation to dutch + Luís Reis translation to portugues + Håkan Carlström, Susanne Svensso translation to swedish + Gabriele von der Ohe translation to german with entities (for iso-8859-1 or latin1 blogs) + Martin Loyer/Jean-Pierre translation to french + Robert Lang language file for en_US + Detti Giulio/Stefano Boeri translation to italian + Eilif Nordseth translation to norwegian + Michael S.R. Petersen translation to dansk + Jaakko Kangosjärvi translation to finish + Lukasz "linshi" Linhard translation to polish + Castmir & Alejandro translation to spanish + Tamas Koos translation to hungarian + Valeria Pellegrini translation to russian + Valentina Boeri translation to romanian + Roland Geci translation to slovak + Pavel Soukenik translation to czech + Pavel Karnaukhov translation to ukraine + Zoran Maric translation to serbian (latin) + Petar Petrov translation to bulgarian + Udi Burg translation to hebrew + Uli Kozok translation to indonesian + Ali Zemani translation to persian + Amizda Idriz translation to bosnian + Lovrenco Vladislavić translation to croatian + All the others giving feedback about missing features and bugs. Thank you very much for your contribution to wp-forecast. + Weather Icon Font by me Erik FLowers Weather Icons licensed under SIL OFL 1.1 Installation: 0. Install via the WordPress plugin admin dialog (search for wp-forecast) or 1. Upload to your plugins folder, usually `wp-content/plugins/`, keeping the directory structure intact \(i.e. wp-forecast.php should end up in `wp-content/plugins/wp-forecast/`\). 2. Activate the plugin on the plugin screen. 3. Visit the configuration page \(`Options -> WP-forecast`\) to pick the number of widgets, data to display and to change any other option. 4. Visit the Themes/Widgets page to place your wp-forecast widget within your themes sidebars or insert it manually and edit your template file and put the wp-forecast function where you want your weather data to show up. Example: `` You have to replace with the choosen widget id. For the first widget use wp\_forecast("A"), for the second wp\_forecast("B") and so on. In most cases it is advisable to put the call into a div environment. 5. Optional If you would like to have another set of icons download it from and put it into the wp-content/plugins/wp-forecast/icons folder 6. Optional If you would like to change the style, just edit wp-forecast.css there are three classes div.wp-forecast for outer formatting, table.wp-forecast for the middle part or iconpart and wp-forecast-details for everything below the icon == Translations == wp-forecast comes with various translations, located in the directory `lang`. if you would like to add a new translation, just take the file wp-forecast.pot (in the wp-forecast main directory) copy it to wp-forecast_-.po and edit it to add your translations (e.g. with poedit). Please be aware that the number codes stand for the weather-situations. you can see the mapping in wp-forecast-en_US-en_US.po. there are also the letters N, S, W, E they stand for the winddirections and can be translates either. To use your own translation, a different one as the default just rename the appropriate file wp-forecast_-.po and wp-forecast_-.mo To add your translations online at the Translate WordPress project please visit https://translate.wordpress.org/projects/wp-plugins/wp-forecast. This should be the prefered way from now on. == Frequently Asked Questions == = Where can I get further information about the plugin? = There are severeal ressources to visit: * [The german wp-forecast page][germanpage] * [The german reference][germanref] * [A short FAQ list in german][gerfaq] * [A checklist in case of problems (german and english)][checklist] * [The english readme.txt][engreadme] * [The english reference (a bit out of date but still useful)][engref] [germanpage]: https://www.tuxlog.de/wp-forecast/ "German wp-forecast-page" [germanref]: https://www.tuxlog.de/wp-forecast-handbuch/ "German wp-forecast-manual" [gerfaq]: https://www.tuxlog.de/wordpress/2007/wp-forecast-wie-geht-das/ "wp-forecast FAQ - Wie geht das?" [checklist]: https://www.tuxlog.de/uncategorized/2009/checkliste-fur-wp-forecast-checklist-for-wp-worecast/ "wp-forecast checklist for connection problems" [engreadme]: https://wordpress.org/plugins/wp-forecast/ "you are actually reading this one" [engref]: https://www.tuxlog.de/wordpress/2008/wp-forecast-reference-v17-english/ "english reference for wp-forecast" = After upgrading the plugin my widgets are gone. Any Ideas? = Probably you used the automatic upgrade which disables the widget during update and sometimes removes the configured widgets. Just add the widgets again. = After upgrading my settings are gone. How can this be? = Probably you have enabled "Delete options during plugin deactivation?" and used automatically update or disabled the plugin during update. When this option is marked everey database entries inserted by wp-forecast are removed from the database. == Screenshots == 1. wp-forecast as a widget with two day forecast 2. wp-forecast admin dialog 3. wp-forecast in an iframe with a two day forecast == Changelog == = v9.7 (2025-02-14) = * fixed some php notices in the log = v9.6 (2025-01-05) = * added support for weather icon font and color * fixed wind icon for night time display * updated plugin for use with old OWM free data api v2.5 * fixed connection test for old OWM api v2.5 * put forecast label into its own div * added alternate UV Icon set from "der hase" * removed transport pre-selection since this is meanwhile covered by WP-Http = v9.5 (2024-10-28) = * added missing UV icon 5 * fixed typo in License tag * fixed conversion of precipitation forecast data = v9.4 (2024-04-05) = * added hint to OneCall API * tested with WP 6.5 = v9.3 (2024-02-26) = * fixed possibility of XSS from within WordPress with role contributor and up = v9.2 (2023-11-26) = * add two filters to change the weather data if wanted wp-forecast-openweathermap-data and wp-forecast-open-meteo-data * fixed widget with location selection (some attributes were removed for security reasons) * fixed label typo in admin dialog * removed some index warnings during widget preview call = v9.1 (2023-09-20) = * added weather description from Open-Meteo and OpenWeatherMap instead of old Accuweather descriptions * removed old accuweather translations * completed OpenMeteo translations * fixed some typos * avoid warning if translation is missing * fixed activation error in some constellations * fixed saving setup on Multisite * Echo received message in connectiontest = v9.0 (2023-09-18) = * fixed apparent temperature bug in Open-Meteo data * added support for Fahrenheit for Open-Meteo * get more precise UV index for Open-Meteo * updated some documentation * fixed typos in english translation * fixed unescaped quotes in search results (e.g. O'Hare Airport) * sunset and sunrise are now formatted from blog time format = v8.9 (2023-09-15) = * fixed bug with use visitor ip for location and OpenMeteo * fixed timezone shift on some sunset/sunrise times * adopted connection test for Open-Meteo. * completed german translation = v8.8 (2023-09-13) = * added support for OpenMeteo as an alternative to accuweather * add admin notice for the accuweather problem * added OpenMeteo to asset banner = v8.7 (2023-01-20) = * updated widget translations = v8.6 (2023-01-13) = * added handling for empty timezone setting for OpenWeatherMap * corrected typo in german translation * removed DarkSky service because it is terminated * added support for OpenWeatherMap new API v3 service * removed hint for ending DarkSky service = v8.5 (2022-10-13) = * fixed html incompatibility with some themes = v8.4 (2022-09-19) = * fixed pulldown issue when called as shortcode * fixed undefined id in shortcodes.php * fixed some warnings about undefined indices = v8.3 (2022-09-16) = * fixed widget output concerning filtering = v8.2 (2022-09-13) = * fixed loading shortcode css correct * fixed pulldown anchors in special constellations = v8.1 (2022-09-12) = * enhanced OpenUV error handling = v8.0 (2022-09-08) = * fixed check connection test with new modal dialog = v7.9 (2022-09-07) = * added local translation for multi language sites * eliminated extract calls for security * fixed minor WordPress standard issues = v7.8 (2022-09-04) = * fixed shortcode call = v7.7 (2022-09-03) = * removed support for WordPress multisite admin settings * fixed various PHP Sniffer errors and warnings * redesigned admin dialog for connection test (ajax) * redesigned admin dialog for location search (ajax) * fixed special problem with some even more special precipitation values from the weatherprovider = v7.6 (2022-08-27) = * completed sanitize vars in admin dialog and update nonces * extended connection test for OpenWeatherMap * added some missing translations = v7.5 (2022-02-08) = * fixed warning in admin dialog when QUERY_STRING is not set = v7.4 (2021-10-19) = * fixed current precipitation for 1h = v7.3 (2021-10-16) = * added support for precipitation with OpenWeathermap.org = v7.2 (2021-06-14) = * fixed some warning of undefined indexes * added OpenWeathermap weather data provider since accuweather does not send correct forecast data anymore * added admin hint about weatherservice changes * fixed wind direction mapping = v7.1 (2021-04-07) = * fixed refresh of weather data on WP ajax call * added support for svg icons * fixed call of round function for PHP8 = v7.0 (2020-09-16) = * fixed curly brackets syntax in funclib * fixed date_i18n timezone issue by replacing it with php date function = v6.9 (2020-06-01) = * fixed link to accuweather weathersite for locations in the US = v6.8 (2020-05-20) = * fixed WPLANG warning = v6.7 (2020-01-25) = * fixed timezone with sunrise and sunset from DarkSky * fixed shift of conditions for different timezones * fixed decimals for DarkSky night temepratures = v6.6 (2019-11-25) = * fixed some conditions or to || * open lat and lon for DarkSky locations withour giving a location * removed old WeatherBug error message = v6.5 (2019-11-16) = * added some css classes for DarkSky * round some values from DarkSky (e.g. degrees) = v6.4 (2019-11-10) = * removed support for WeatherBug since the free API was discontinued * added support for DarkSky weather API * fixed some notices * removed old fashioned debugging aid = v6.3 (2019-10-20) = * fixed some more undefined index Notices = v6.2 (2019-09-12) = * fixed language override parameter for shortcode * fixed some undefined index Notices = v6.1 (2019-01-19) = * added option to disable load of default CSS rules * removed some PHP notices = v6.0 (2018-10-26) = * added interface to data from OpenUV.io to show detailed UV data * added interface to ipstack.com for getting the visitors location for displaying the weather * reordered the admin dialog * added new widget showing data from OpenUV.com * added UV icons, thanks to Lars = v5.9 (2018-08-12) = * javascript for ajax like call is only loaded when needed now - updated spanish translation, thanks to Alejandro = v5.8 (2018-02-17) = * removed deprecated function call for PHP7 = v5.7 (2017-09-23) = * added PHP7 compatibility = v5.6 (2017-08-27) = * tested with WordPress 4.8.1 * fixed some descriptions * removed older files from package * fixed a network bug which occurs sometimes * reduces max numer of widgets to 8 avoiding heavy loading on some sites = v5.5 (2015-08-25) = * fixed deprecated constructor call for WP_Widget which leads to problems with some PHP Versions = v5.4 (2015-02-14) = * error handling if no icon code found in weather data * updated french translation * switched to new accuweather server = v5.3 (2015-02-11) = * error handling if no icon code found in weather data = v5.2 (2015-02-08) = * updated italian translation Thanks to Peter P. * fixed some php warnings * fixed dutch translation = v5.1 (2014-10-24) = * support for using shortcode in normal textwidget * update croatian translation Thanks to Stjepan = v5.0 (2014-07-29) = * made the css a bit more responsive * added croatian language (Thanks to Lovrenco) = v4.9 (2014-05-04) = * added contextual help and support email in admin dialog * removed unused code (was commented since v3.x) * removed old langauge files = v4.8 (2014-01-30) = * add updated hebrew translation * optimized default icons with opt-gif and opt-png * added css sprites feature for accuweather icons (experimental) * fixed problem with dutch language and wind icons * adopted default css to Twenty Fourteen * added new accesspoint to access accuweather location search = v4.7 (2013-10-21) = * add updated czech translation. Thanks to eldenroot * added update greek translation. Thanks to Nikos * added a wind direction indicator = v4.6 (2013-10-13) = * fixed css output with wp_enqueue_script * disabled service for google weather because google closed the api * added uv-index to the accuweather data fields = v4.5 (2013-05-07) = * added serbian language (Thanks to Amizda Idriz) * fixed langauge codes in language selection dialog = v4.4 (2013-02-03) = * fixed some php warnings * added persian translation (Thanks to Ali Zemani) * fixed language code in iframe header = v4.3 (2012-12-24) = * added new hebrew translation by Udi :-) * added new greek translation by Nikos :-) * added updated serbian translation by Zoran :-) * fixed search dialog for some special accuweather responses = v4.2 (2012-10-23) = * changed global variable name for xml parsing to prevent collision * added width and height attributes to img tags for better performance * fixed HTML warning in admin dialog * fixed problem with plugin_locale filter * fixed problem with webservers which do not decompress automatically * added indonesian language thanks to Uli = v4.1 (2012-08-03) = * fix admin dialog, it was not possible to save the WeatherBug Partner-ID * only include javascript for multi widget in frontend * changed translation loading from load_textdomain to load_plugin_textdomain * fixed a problem with search dialog and individual wp-content folder = v4.0 (2012-06-10) = * support individual wp-content folder * added hebrew translation from Udi Burg = v3.9 (2012-05-26) = * fixed a bug with new search dialog and multiwidgets * fixed some php notices * fixed weather provider switch in admin dialog * check for apikey in search dialog for weatherbug = v3.8 (2012-02-05) = * fixed a special data constellation returned by accuweather for the pressure * changed js loading to load thickbox only in admin dialog * changed search dialog to an ajax like replacement * redesigned the admin dialog a bit more convenient * fixed an url problem in connection check = v3.7 (2011-12-21) = * fixed include of wordpress specific vars (wp-config.php, wp-load.php) to support secure setting * various html5 validity fixes * calculate copyright year automatically = v3.6 (2011-07-06) = * changed accuweather copyright notice to 2011 * removed use of HttpExt class for transport, since it was removed from wordpress 3.2 = v3.5 (2011-04-21) = * added updated finish translation from Jaakko * selection widget now accepts language_override to set langauge different from default = v3.4 (2011-03-13) = * added updated dansk translation (thanks to Michael S.R. Petersen) * fixed a problem with wp 3.1 in network mode, due to a different search path th e wrong setup.php was included = v3.3 (2010-11-02) = * moved enqueue script to init hook where it should be to avoid conflicts with other plugins * added bulgarian translation * if you return to a wp-forecast site which uses selection widget, your selected location will be remembered and automatically displayed when you return (uses cookies) = v3.2 (2010-10-01) = * fixed duplicate id in selection widget = v3.1 (2010-08-02) = * fixed several bugs when using presettings in multiusermode * added support for GoogleWeather API * added serbian latin translation (thanks to Zoran) * fixed year in copyright notice * update accuweather servicelink to new server * fixed translation for superadmin dialog on multisites * added colored checkboxes to superadmin dialog * removed examples folder from package = v3.0 (2010-05-15) = * timeoffset is now considered for current time too * added support for wpmu (maintain settings on a per blog base, support for wpmu admin plugin) * updated dansk translation * fixed handling of country specific characters in accuweather data * added "Less..." link at the top (pull down widget) * updated swedish translation * added css class for iframe tag for shortcodes = v2.9 (2010-02-19) = * fixed an javascript, jquery incompatibility with ie6, ie7, ie8 concerning the selection dialog widget = v2.8 (2010-01-30) = * prevent wp-forecast-nowp.css from being deleted during automatic plugin update * added beaufort to set of windunits * updated dutch translation, thanks to Wim :-) * fixed warning during autoupdate with wordpress >Version 2.8.6 * rounded pressure to get rid of long values = v2.7 (2010-01-22) = * added unit label to timeoffset field in admindialog * added selection dialog widget to let user choose which location to view * extended pulldown widget to use more than one pulldown widget per page * prevent wp-forecast.css from being deleted during automatic plugin update = v2.6 (2009-12-17) = * fixed wrong urlencoded link to weather forecast at accuweather * fixed undefined variable warning for $wp_forecast_pre_transport in wp-forecast.php * fixed uncompress bug in wordpress 2.9 with workaround in fetch_url * fixed invalid xhtml/javascript in admin dialog once more * added open in new window feature for weather provider link * added time offset to correct wrong calculated accuweather times = v2.5 (2009-10-17) = * fixed wrong html in widget dialog with wordpress v2.8, that leads to problems with placing widgets in internet explorer * set default for widget call via v2.8.1 widgetdialog * replaced "Copyright" with © * added parameters width and height to shortcode * added feature to show/hide forecast data with javascript * added transport check to admin dialog = v2.4 (2009-07-04) = * changed readme to support new changelog feature at wordpress.org * fixed faq section in readme, resized icon * added default css file which is used when no user specific one is available * fixed div container when date/time is disabled * fixed widget title to be display correct = v2.4beta (2009-06-18) = * fixed translation of winddirection in api * added translation for romanian * fixed russian and italian translation * modified show function to use data api * avoid to store new cache when http fetch results in failure notice from acuweather * add support for weatherbug * reduced the number of database reads and writes and raise performance * changed the xhtml using only div and not table or others * added shortcode wpforecast * catch error when weather bug does not deliver a shorttext * since it leads to problems with some installations * added menu icon * moved settings to main menu * switched the widget dialog to new oo-progamming for versions after 2.7.1 * added a preselection of the transfer method to be used with wp-forecast = v2.3 (2009-01-30) = * fixed some wrong italian translations * added shorttext for api daily forecast * fixed translation in api * process failure notice from accuweather if it occures * added lat and lon to data api * switched to wordpress default function to get remote data from accuweather * changed default value of cache refresh to 1800 seconds * added translation to russian = v2.2 (2008-12-29) = * fixed some mistakes in finish translation (thanks to Jaska) * added hungarian translation * added parameter to avoid option deletion when deactivating the plugin * added parameter for direct call to add a html-header * added multi-checkbox-switch in admin-dialog (for convenience only) * added translation for winddirections * added data api for wordpress-pro's to design layouts individually = v2.1 (2008-11-09) = * added language support for spanish (thanks to Castmir) and * polish (thanks to Lukasz) * fixed minor css bug = v2.0 (2008-11-02) = * added finish translation (thanks to Jaska) * fixed a problem with overloaded textdomains (translations) * since wordpress does not a sanity check if a loaded domain is reloaded, we have to do it = v1.9 (2008-10-04) = * surpress fsockopen warning messages in case of connection problems and output the error as html comment = v1.8 (2008-09-17) = * added css class wpf-icon to make it easier formating the weather icons * added autodetection for icon filetype * gif, png and jpg are supported * corrected some translations = v1.7 (2008-07-20) = * removed a bit of redundant html when widget title is empty * fixed bug in output of current conditions * added option to show a link to the accuweather forecast * added dansk translation = v1.6 (2008-07-11) = * removed some hardcoded css * it is now possible to call the widget directly outside from wp * fixed a problem with wp >2.5 and the widget dialog * removed some redundant html * when showing no current weather information * placed forecast header into own table with own css class * added timeout parameter for the accuweather connections * rounded humidity to integer values * fixed some typos in swedish translation and added norwegian selection (thanks to RAM_OS) = v1.5 (2008-05-12) = * fixed two dutch phrases in dutch translation * added norwegian translation (thanks to Eilif) = v1.4 (2008-01-26) = * fix loading the wright textdomain when called from outside wordpress * added a bit debug code * work around for a bug in k2rc3 theme * added italian translation * added english lanuage file * a bit of code cleanup * extend function wp-forecast to select language per widget * added functions to display a set and a range of widgets at once = v1.3 (2007-12-26) = * added french translation * added german icon 11 (fog, 11_de.gif) * extended css classes to support horizontal view via css * removed repeating section title = v1.2 (2007-11-05) = * extend error handling for serverloss * added iso8859-1 coded german translation * fixed bug with german winddirections * added a widget title * removed standard location label (this can be handled via alternate location) = v1.1 (2007-10-01) = * fixed: setting the current time could not be disabled * fixed: on some servers the current date was converted to 0 * switched translations to gettext as recommended by wp codex = v1.0 (2007-09-09) = * fixed accuweather call for us locations * now works with wordpress mu = v1.0b4 (2007-09-01) = * fixed humidity / pressure checkbox * removed hard coded formatting, added css class * added support to show current time = v1.0b3 (2007-07-29) = * fixed output of before/after widget stuff for empty forecast * fixed different parameters for calling wp_forecast as widget and from sidebar.php * added swedish translation (thx to Håkan Carlström) = v1.0b2 (2007-07-25) = * work around for bug 4275 in wordpress 2.2 * removed widget id from output = v1.0b (2007-07-17) = * added support for up to 20 widgets with different locations and settings * added portugese language support * weather data is now cached in the database * no cookies needed anymore * default value of missing translations is now english * removed configuration dialog from widgets page to avoid misunderstanding about setup * fixed some minor errors = v0.9.1 (2007-07-01) = * added new field windgusts * fixed some incompatibility with complex themes = v0.9 (2007-06-23) = * added copyright notice * added date for current conditions * added alternative location name = v0.8 (2007-06-18) = * added dutch language support * show time in wordpress format (option: time_format) = v0.7 (2007-06-11) = * Fixed an incompatibility with wpSEO (used same global variable language which should never happen) = v0.6 (2007-06-07) = * Fixed a lot of incorrect XHTML * added translation for winddirection * changed display of low- and hightemperature in forecast * no decimals for windspeed * fixed two phrases in translation * added hint for dealing with german umlaute and search location dialog * added a bit error handling to surpress long error messages when receiving no or invalid xml from accuweather = v0.5 (2007-06-03) = * added support for wp widgets * Fixed some incorrect XHTML code * added selection of the fields to show * added windspeed unit support (hope you like it Barbara :-)) * added german language support for admin page = v0.4 (2007-05-31) = * never published, only code cleaning done = v0.3 (2007-05-18) = * Integrate forecast = v0.2 (2007-05-17) = * Fixed some incorrect XHTML code * Fixed path settings for icons and css * Tested with various browsers = v0.1 (2007-01-15) = * Initial beta release wp-forecast-js.php000064400000012540150211511020010107 0ustar00 wpf-setup.php000064400000020264150211511020007177 0ustar00 0 ) { for ( $i = 0;$i < $count;$i++ ) { $wpfcid = get_widget_id( $i ); // get all widget options. $av = get_wpf_opts( $wpfcid ); if ( isset( $av['service'] ) && 'accu' == $av['service'] ) { $weather = get_option( 'wp-forecast-cache' . $wpfcid ); $expire = get_option( 'wp-forecast-expire' . $wpfcid ); if ( $av['loclatitude'] > 0 && $av['loclongitude'] > 0 ) { // we have got coords and can switch to openmeteo. $av['service'] = 'openmeteo'; $av['location'] = $av['locname']; } else { // we do not have coords. $av['service'] = ''; } wpf_update_option( 'wp-forecast-opts' . $wpfcid, $av ); } // delete cache. wpf_update_option( 'wp-forecast-cache' . $wpfcid, '' ); wpf_update_option( 'wp-forecast-expire' . $wpfcid, '0' ); } } if ( '' == $count ) { $count = '1'; wpf_add_option( 'wp-forecast-count', $count ); }; // add timeout for weather connections, default: 30. $timeout = get_option( 'wp-forecast-timeout' ); if ( '' == $timeout ) { $timeout = '10'; wpf_add_option( 'wp-forecast-timeout', $timeout ); }; // add switch to control option deletion during plugin deactivation. $delopt = get_option( 'wp-forecast-delopt' ); if ( '' == $delopt ) { $delopt = '0'; wpf_add_option( 'wp-forecast-delopt', $delopt ); }; // add ipstack apikey to use by WordPress only for wp-forecast. $wp_ipstack = get_option( 'wp-forecast-ipstackapikey' ); if ( '' == $wp_ipstack ) { wpf_add_option( 'wp-forecast-ipstackapikey', $wp_ipstack ); }; for ( $i = 0;$i < $count;$i++ ) { $wpfcid = get_widget_id( $i ); // get all widget options. $av = get_wpf_opts( $wpfcid ); $weather = get_option( 'wp-forecast-cache' . $wpfcid ); $expire = get_option( 'wp-forecast-expire' . $wpfcid ); // if the options dont exists, add the defaults. if ( empty( $av['service'] ) || '' == $av['service'] ) { $av = array(); $av['service'] = 'openmeteo'; // specify the weatherservice to use. $av['apikey1'] = ''; // Partner ID or API Code for openweathermap. $av['location'] = 'Frankfurt am Main'; // location code. $av['loclatitude'] = '50.11552'; // coord of location. $av['loclongitude'] = '8.68417'; // coord of location. $av['locname'] = 'Frankfurt am Main'; // user defined location name. $av['refresh'] = '1800'; // the intervall the local weather data is renewed. $av['metric'] = '1'; // 1 if you want to use metric scheme, else 0. $av['wpf_language'] = 'en_US'; // language code for this widget. $av['daytime'] = '000000000'; // Switches for Daytime forecast. $av['nighttime'] = '000000000'; // Switches for Nighttime forecast. $av['currtime'] = '1'; // 1 if you want to use current time, else 0. $av['timeoffset'] = '0'; // offset to correct wrong weather time e.g. half-timezones. $av['title'] = __( 'The Weather', 'wp-forecast' ); // the widget title. // Displayconfigurationmatrix. // CC FC Day FC Night. // Icon 0 10 14. // Datum 18 - -. // Zeit 1 - -. // Shorttext 2 11 15. // Temperatur 3 12 16. // gef. Temp 4 - -. // Luftdruck 5 - -. // Luftfeuchte 6 - -. // Wind 7 13 17. // Windboen 22 23 24. // Sonnenaufgang 8 - -. // Sonnenuntergang 9 - -. // Copyright 21 - -. // provider link 25 - -. // open in new window 26 - -. // uvindex 27 28 29. // precipitation 30 31 32. // $av['dispconfig'] = str_repeat( '1', 32 ); $av['windunit'] = 'ms'; // Choose between ms, kmh, mph or kts. $av['pdforecast'] = '0'; // pulldown forecast 0=No, 1=Yes. $av['pdfirstday'] = '0'; // day to start pulldown with. $av['windicon'] = '0'; // show windicon 0=No 1=Yes. $av['csssprites'] = '0'; // use csssprites to display icons 0=No 1=Yes. $av['ouv_apikey'] = ''; // APIkey to access openuv.io data. $av['ouv_uv'] = '0'; // show uv index from openuv. $av['ouv_uvmax'] = '0'; // show max uv index from openuv. $av['ouv_ozone'] = '0'; // show ozone from openuv. $av['ouv_safetime'] = '0'; // show safetimes as tooltip from openuv. wpf_add_option( 'wp-forecast-opts' . $wpfcid, serialize( $av ) ); } if ( '' == $weather ) { $weather = ''; wpf_add_option( 'wp-forecast-cache' . $wpfcid, $weather ); }; if ( '' == $expire ) { $expire = '0'; wpf_add_option( 'wp-forecast-expire' . $wpfcid, $expire ); }; } // end of for global $blog_id; if ( function_exists( 'is_multisite' ) && is_multisite() && 1 != $blog_id ) { // add options for super admin on multisites. $wpf_sa_defaults = get_option( 'wpf_sa_defaults' ); $wpf_sa_allowed = get_option( 'wpf_sa_allowed' ); $allallowed = array( 'ue_wp-forecast-count' => 1, 'ue_wp-forecast-timeout' => 1, 'ue_wp-forecast-delopt' => 1, 'ue_service' => 1, 'ue_apikey1' => 1, 'ue_location' => 1, 'ue_locname' => 1, 'ue_refresh' => 1, 'ue_metric' => 1, 'ue_currtime' => 1, 'ue_timeoffset' => 1, 'ue_windunit' => 1, 'ue_wpf_language' => 1, 'ue_pdforecast' => 1, 'ue_pdfirstday' => 1, 'ue_dispconfig' => 1, 'ue_forecast' => 1, 'ue_daytime' => 1, 'ue_nighttime' => 1, 'ue_windicon' => 1, 'ue_csssprites' => 1, ); if ( ! $wpf_sa_defaults ) { $wpf_sa_defaults = serialize( array() ); add_blog_option( 1, 'wpf_sa_defaults', $wpf_sa_defaults ); } if ( ! $wpf_sa_allowed ) { $wpf_sa_allowed = serialize( $allallowed ); add_blog_option( 1, 'wpf_sa_allowed', $wpf_sa_allowed ); } } } /** * Is called when plugin is deactivated and removes all. * the wp-forecast options from the database. * * @param string $wpfcid The Widget ID. */ function wp_forecast_deactivate( $wpfcid ) { global $wpf_maxwidgets; $delopt = get_option( 'wp-forecast-delopt' ); // only delete options when switch is set. if ( 1 == $delopt ) { $count = $wpf_maxwidgets; // get_option('wp-forecast-count');. for ( $i = 0;$i < $count;$i++ ) { $wpfcid = get_widget_id( $i ); delete_option( 'wp-forecast-opts' . $wpfcid ); delete_option( 'wp-forecast-cache' . $wpfcid ); delete_option( 'wp-forecast-expire' . $wpfcid ); } delete_option( 'wp-forecast-timeout' ); delete_option( 'wp-forecast-count' ); delete_option( 'wp-forecast-delopt' ); delete_option( 'wp-forecast-pre-transport' ); delete_option( 'wp-forecast-wp-transport' ); // delete options for superadmin on multisites. delete_option( 'wpf_sa_defaults' ); delete_option( 'wpf_sa_allowed' ); } } wp-forecast-admin.js000064400000003535150211511020010414 0ustar00/** * Javascript for search and check dialog in admin * * @package wp-forecast */ /* add color picker */ jQuery( document ).ready( function($){ jQuery( '.fonticon_color' ).wpColorPicker(); } ); /* get the data for the new location */ function wpf_search() { var searchterm = document.getElementById( "searchloc" ).value; var language = document.getElementById( "wpf_search_language" ).value; var wid = document.getElementById( "wpfcid" ).value; var nonce = document.getElementById( "wpf_nonce_3" ).value; jQuery.ajax( { type: 'POST', url: ajaxurl, data: { action: 'wpf_search_ajax', searchterm: searchterm, language: language, wpfcid: wid, wpf_nonce_3: nonce }, success: function (data, textStatus, XMLHttpRequest) { jQuery( "div#search_results" ).html( data ); }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert( errorThrown ); } } ); } function wpf_set_loc( name, lat, lon ) { document.getElementById( "location" ).value = name.trim(); document.getElementById( "locname" ).value = name.trim(); document.getElementById( "loclatitude" ).value = lat; document.getElementById( "loclongitude" ).value = lon; document.getElementById( "searchloc" ).value = ''; jQuery( "div#search_results" ).html( '' ); tb_remove(); } /* get the data from the connection test */ function wpf_check() { var wprovider = document.getElementById( "wprovider" ).value; var nonce = document.getElementById( "wpf_nonce_3" ).value; jQuery( "div#check_log" ).html( '' ); jQuery.ajax( { type: 'POST', url: ajaxurl, data: { action: 'wpf_check_ajax', provider : wprovider, wpf_nonce_3: nonce }, success: function (data, textStatus, XMLHttpRequest) { jQuery( "div#check_log" ).html( data ); }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert( errorThrown ); } } ); } func-openweathermap.php000064400000102423150211511020011213 0ustar00 0 ) { $w['precipProbability'] = 100; } // sunset sunrise. $sr = new DateTime(); $sr->setTimezone( $mtz ); $sr->setTimestamp( $weather_array['daily']['0']['sunrise'] ); $w['sunrise'] = $sr->format( get_option( 'time_format' ) ); $ss = new DateTime(); $ss->setTimezone( $mtz ); $ss->setTimestamp( $weather_array['daily']['0']['sunset'] ); $w['sunset'] = $ss->format( get_option( 'time_format' ) ); // forecast. for ( $i = 0;$i <= 7;$i++ ) { $j = $i + 1; $odt = new DateTime(); $odt->setTimezone( $mtz ); $w[ 'fc_obsdate_' . $j ] = $weather_array['daily'][ $i ]['dt'] + $odt->getOffset(); $w[ 'fc_dt_short_' . $j ] = $weather_array['daily'][ $i ]['weather'][0]['description']; $w[ 'fc_dt_icon_' . $j ] = $weather_array['daily'][ $i ]['weather'][0]['icon']; $w[ 'fc_dt_id_' . $j ] = $weather_array['daily'][ $i ]['weather'][0]['id']; $w[ 'fc_dt_htemp_' . $j ] = round( $weather_array['daily'][ $i ]['temp']['day'], 0 ); $w[ 'fc_dt_ltemp_' . $j ] = round( $weather_array['daily'][ $i ]['temp']['day'], 0 ); $w[ 'fc_dt_windspeed_' . $j ] = $weather_array['daily'][ $i ]['wind_speed']; $w[ 'fc_dt_winddir_' . $j ] = $weather_array['daily'][ $i ]['wind_deg']; $w[ 'fc_dt_wgusts_' . $j ] = $weather_array['daily'][ $i ]['wind_gust']; $w[ 'fc_dt_maxuv_' . $j ] = $weather_array['daily'][ $i ]['uvi']; $w[ 'fc_nt_icon_' . $j ] = $weather_array['daily'][ $i ]['weather'][0]['icon']; $w[ 'fc_nt_id_' . $j ] = $weather_array['daily'][ $i ]['weather'][0]['id']; $w[ 'fc_nt_htemp_' . $j ] = round( $weather_array['daily'][ $i ]['temp']['night'], 0 ); $w[ 'fc_nt_ltemp_' . $j ] = round( $weather_array['daily'][ $i ]['temp']['night'], 0 ); $w[ 'fc_nt_windspeed_' . $j ] = $weather_array['daily'][ $i ]['wind_speed']; $w[ 'fc_nt_winddir_' . $j ] = $weather_array['daily'][ $i ]['wind_deg']; $w[ 'fc_nt_wgusts_' . $j ] = $weather_array['daily'][ $i ]['wind_gust']; $w[ 'fc_nt_maxuv_' . $j ] = $weather_array['daily'][ $i ]['uvi']; // map precipitation values. // init vars. $w[ 'fc_dt_precipProbability' . $j ] = $weather_array['daily'][ $i ]['pop'] * 100; $w[ 'fc_dt_precipIntensity' . $j ] = 0; $w[ 'fc_dt_precipType' . $j ] = ''; // if it rains add rain volume and set precipitation type to rain. if ( isset( $weather_array['daily'][ $i ]['rain'] ) ) { $w[ 'fc_dt_precipIntensity' . $j ] += $weather_array['daily'][ $i ]['rain']; $w[ 'fc_dt_precipType' . $j ] = 'Rain'; } // if it snows add snow volume and set precipitation type to snow. if ( isset( $weather_array['daily'][ $i ]['snow'] ) ) { $w[ 'fc_dt_precipIntensity' . $j ] += $weather_array['daily'][ $i ]['snow']; $w[ 'fc_dt_precipType' . $j ] = 'Snow'; } // convert mm to inches for compatibility reasons with accuweather. $w[ 'fc_dt_precipIntensity' . $j ] = $w[ 'fc_dt_precipIntensity' . $j ] / 2.54 / 10; } // fill failure anyway. $w['failure'] = ( isset( $w['failure'] ) ? $w['failure'] : '' ); return $w; } } if ( ! function_exists( 'openweathermap_forecast_data' ) ) { /** * Return the weather data for the cache from OWM * * @param string $wpfcid the Widget ID. * @param string $language_override the iso code of the language to use. */ function openweathermap_forecast_data( $wpfcid = 'A', $language_override = null ) { $wpf_vars = get_wpf_opts( $wpfcid ); if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } $w = maybe_unserialize( wpf_get_option( 'wp-forecast-cache' . $wpfcid ) ); // get translations. global $wpf_lang_dict; $wpf_lang = array(); $langfile = WP_PLUGIN_DIR . '/wp-forecast/widgetlang/wp-forecast-' . strtolower( str_replace( '_', '-', $wpf_vars['wpf_language'] ) ) . '.php'; if ( file_exists( $langfile ) ) { include $langfile; } $wpf_lang_dict[ $wpf_vars['wpf_language'] ] = $wpf_lang; // -------------------------------------------------------------- // calc values for current conditions. if ( isset( $w['failure'] ) && '' != $w['failure'] ) { return array( 'failure' => $w['failure'] ); } $w['servicelink'] = 'https://openweathermap.org/weathermap?basemap=map&cities=true&layer=temperature&lat=' . $w['lat'] . '&lon=' . $w['lon'] . '&zoom=5'; $w['copyright'] = '© ' . gmdate( 'Y' ) . ' Powered by OpenWeather'; // next line is for compatibility. $w['acculink'] = $w['servicelink']; $w['location'] = $wpf_vars['locname']; $w['locname'] = $w['location']; // handle empty timezone setting. if ( ! isset( $w['timezone'] ) ) { $w['timezone'] = get_option( 'timezone_string' ); } $tz = new DateTimeZone( $w['timezone'] ); $w['gmtdiff'] = $tz->getOffset( new DateTime() ); $ct = current_time( 'U' ); $ct = $ct + $wpf_vars['timeoffset'] * 60; // add or subtract time offset. $w['blogdate'] = date_i18n( $wpf_vars['fc_date_format'], $ct ); $w['blogtime'] = date_i18n( $wpf_vars['fc_time_format'], $ct ); // get date/time from openweathermap. $ct = $w['time'] + $w['gmtdiff']; $w['accudate'] = date_i18n( $wpf_vars['fc_date_format'], $ct ); $w['accutime'] = date_i18n( $wpf_vars['fc_time_format'], $ct ); $ico = openweathermap_map_icon( $w['weatherid'], false ); $iconfile = find_icon( $ico ); $w['icon'] = 'icons/' . $iconfile; $w['iconcode'] = $ico; $w['shorttext'] = wpf__( openweathermap_wcode2text( $w['weatherid'] ), $wpf_vars['wpf_language'] ); $w['temperature'] = $w['temperature'] . '°' . $w['un_temp']; $w['realfeel'] = $w['realfeel'] . '°' . $w['un_temp']; $w['humidity'] = round( $w['humidity'], 0 ); // workaround different pressure values returned by accuweather. $press = round( $w['pressure'], 0 ); if ( strlen( $press ) == 3 && substr( $press, 0, 1 ) == '1' ) { $press = $press * 10; } $w['pressure'] = $press . ' ' . $w['un_pres']; $w['humidity'] = round( $w['humidity'], 0 ); $w['windspeed'] = windstr( $wpf_vars['metric'], $w['windspeed'], $wpf_vars['windunit'] ); $w['winddir'] = translate_winddir_degree( $w['winddirection'], $wpf_vars['wpf_language'] ); $w['winddir_orig'] = str_replace( 'O', 'E', $w['winddir'] ); $w['windgusts'] = windstr( $wpf_vars['metric'], $w['wgusts'], $wpf_vars['windunit'] ); // calc values for forecast. for ( $i = 1; $i < 8; $i++ ) { // daytime forecast. $w[ 'fc_obsdate_' . $i ] = date_i18n( $wpf_vars['fc_date_format'], $w[ 'fc_obsdate_' . $i ] ); $ico = openweathermap_map_icon( $w[ 'fc_dt_id_' . $i ], false ); $iconfile = find_icon( $ico ); $w[ 'fc_dt_icon_' . $i ] = 'icons/' . $iconfile; $w[ 'fc_dt_iconcode_' . $i ] = $ico; $w[ 'fc_dt_desc_' . $i ] = wpf__( openweathermap_wcode2text( $w[ 'fc_dt_id_' . $i ] ), $wpf_vars['wpf_language'] ); $w[ 'fc_dt_htemp_' . $i ] = $w[ 'fc_dt_htemp_' . $i ] . '°' . $w['un_temp']; $wstr = windstr( $wpf_vars['metric'], $w[ 'fc_dt_windspeed_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_dt_windspeed_' . $i ] = $wstr; $w[ 'fc_dt_winddir_' . $i ] = translate_winddir_degree( $w[ 'fc_dt_winddir_' . $i ], $wpf_vars['wpf_language'] ); $w[ 'fc_dt_winddir_orig_' . $i ] = str_replace( 'O', 'E', $w[ 'fc_dt_winddir_' . $i ] ); $w[ 'fc_dt_wgusts_' . $i ] = windstr( $wpf_vars['metric'], $w[ 'fc_dt_wgusts_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_dt_maxuv_' . $i ] = $w[ 'fc_dt_maxuv_' . $i ]; // nighttime forecast. $ico = openweathermap_map_icon( $w[ 'fc_nt_id_' . $i ], true ); $iconfile = find_icon( $ico ); $w[ 'fc_nt_icon_' . $i ] = 'icons/' . $iconfile; $w[ 'fc_nt_iconcode_' . $i ] = $ico; $w[ 'fc_nt_desc_' . $i ] = wpf__( openweathermap_wcode2text( $w[ 'fc_nt_id_' . $i ] ), $wpf_vars['wpf_language'] ); $w[ 'fc_nt_ltemp_' . $i ] = $w[ 'fc_nt_ltemp_' . $i ] . '°' . $w['un_temp']; $wstr = windstr( $wpf_vars['metric'], $w[ 'fc_nt_windspeed_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_nt_windspeed_' . $i ] = $wstr; $w[ 'fc_nt_winddir_' . $i ] = translate_winddir_degree( $w[ 'fc_nt_winddir_' . $i ], $wpf_vars['wpf_language'] ); $w[ 'fc_nt_winddir_orig_' . $i ] = str_replace( 'O', 'E', $w[ 'fc_nt_winddir_' . $i ] ); $w[ 'fc_nt_wgusts_' . $i ] = windstr( $wpf_vars['metric'], $w[ 'fc_nt_wgusts_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_nt_maxuv_' . $i ] = $w[ 'fc_nt_maxuv_' . $i ]; } // add hook for possible individual changes. $w = apply_filters( 'wp-forecast-openweathermap-data', $w ); return $w; } } if ( ! function_exists( 'openweathermap_map_icon' ) ) { /** * Function to map the weather code to a weather icon * * @param string $weatherid the id of the weather condition. * @param bool $night the parameter to say if it is night or not. * @param bool $icomode if true map to weathericon font, if false map to gif images. */ function openweathermap_map_icon( $weatherid, $night = false, $icomode = false ) { /* Icon mapping from OWM */ /* $ico_arr = array( 'clear-day' => '01', 'clear-night' => '33', 'rain' => '12', 'snow' => '22', 'sleet' => '29', 'wind' => '32', 'fog' => '11', 'cloudy' => '06', 'partly-cloudy-day' => '04', 'partly-cloudy-night' => '38', 'hail' => '25', 'thunderstorm' => '15', 'tornado' => '32', ); */ $icon = '01'; /* thunderstorm */ if ( $weatherid >= 200 && $weatherid <= 232 ) { $icon = '15'; } /* rain */ if ( $weatherid >= 500 && $weatherid <= 531 ) { $icon = '12'; } if ( $weatherid >= 300 && $weatherid <= 321 ) { $icon = '12'; } /* snow , sleet*/ if ( $weatherid >= 600 && $weatherid <= 622 ) { $icon = '22'; } if ( 611 == $weatherid ) { $icon = '29'; } /* tornado */ if ( 781 == $weatherid ) { $icon = '32'; } /* fog */ if ( 741 == $weatherid ) { $icon = '11'; } /* clear sky */ if ( 800 == $weatherid && false === $night ) { $icon = '01'; } if ( 800 == $weatherid && true === $night ) { $icon = '33'; } /* partl cloudy */ if ( $weatherid >= 801 && $weatherid <= 803 && false === $night ) { $icon = '04'; } if ( $weatherid >= 801 && $weatherid <= 803 && true === $night ) { $icon = '38'; } if ( 804 == $weatherid ) { $icon = '06'; } // mapping for weathfont icons. if ( false != $icomode ) { if ( 200 == $weatherid ) { $icon = 'wi-thunderstorm'; } if ( 201 == $weatherid ) { $icon = 'wi-thunderstorm'; } if ( 202 == $weatherid ) { $icon = 'wi-thunderstorm'; } if ( 210 == $weatherid ) { $icon = 'wi-lightning'; } if ( 211 == $weatherid ) { $icon = 'wi-lightning'; } if ( 212 == $weatherid ) { $icon = 'wi-lightning'; } if ( 221 == $weatherid ) { $icon = 'wi-lightning'; } if ( 230 == $weatherid ) { $icon = 'wi-thunderstorm'; } if ( 231 == $weatherid ) { $icon = 'wi-thunderstorm'; } if ( 232 == $weatherid ) { $icon = 'wi-thunderstorm'; } if ( 300 == $weatherid ) { $icon = 'wi-sprinkle'; } if ( 301 == $weatherid ) { $icon = 'wi-sprinkle'; } if ( 302 == $weatherid ) { $icon = 'wi-rain'; } if ( 310 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 311 == $weatherid ) { $icon = 'wi-rain'; } if ( 312 == $weatherid ) { $icon = 'wi-rain'; } if ( 313 == $weatherid ) { $icon = 'wi-showers'; } if ( 314 == $weatherid ) { $icon = 'wi-rain'; } if ( 321 == $weatherid ) { $icon = 'wi-sprinkle'; } if ( 500 == $weatherid ) { $icon = 'wi-sprinkle'; } if ( 501 == $weatherid ) { $icon = 'wi-rain'; } if ( 502 == $weatherid ) { $icon = 'wi-rain'; } if ( 503 == $weatherid ) { $icon = 'wi-rain'; } if ( 504 == $weatherid ) { $icon = 'wi-rain'; } if ( 511 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 520 == $weatherid ) { $icon = 'wi-showers'; } if ( 521 == $weatherid ) { $icon = 'wi-showers'; } if ( 522 == $weatherid ) { $icon = 'wi-showers'; } if ( 531 == $weatherid ) { $icon = 'wi-storm-showers'; } if ( 600 == $weatherid ) { $icon = 'wi-snow'; } if ( 601 == $weatherid ) { $icon = 'wi-snow'; } if ( 602 == $weatherid ) { $icon = 'wi-sleet'; } if ( 611 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 612 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 615 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 616 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 620 == $weatherid ) { $icon = 'wi-rain-mix'; } if ( 621 == $weatherid ) { $icon = 'wi-snow'; } if ( 622 == $weatherid ) { $icon = 'wi-snow'; } if ( 701 == $weatherid ) { $icon = 'wi-fog'; } if ( 711 == $weatherid ) { $icon = 'wi-smoke'; } if ( 721 == $weatherid ) { $icon = 'wi-day-haze'; } if ( 731 == $weatherid ) { $icon = 'wi-dust'; } if ( 741 == $weatherid ) { $icon = 'wi-fog'; } if ( 761 == $weatherid ) { $icon = 'wi-dust'; } if ( 762 == $weatherid ) { $icon = 'wi-dust'; } if ( 771 == $weatherid ) { $icon = 'wi-cloudy-gusts'; } if ( 781 == $weatherid ) { $icon = 'wi-tornado'; } if ( 800 == $weatherid ) { $icon = 'wi-day-sunny'; } if ( 801 == $weatherid ) { $icon = 'wi-cloud'; } if ( 802 == $weatherid ) { $icon = 'wi-cloud'; } if ( 803 == $weatherid ) { $icon = 'wi-cloudy'; } if ( 804 == $weatherid ) { $icon = 'wi-cloudy'; } if ( 900 == $weatherid ) { $icon = 'wi-tornado'; } if ( 901 == $weatherid ) { $icon = 'wi-storm-showers'; } if ( 902 == $weatherid ) { $icon = 'wi-hurricane'; } if ( 903 == $weatherid ) { $icon = 'wi-snowflake-cold'; } if ( 904 == $weatherid ) { $icon = 'wi-hot'; } if ( 905 == $weatherid ) { $icon = 'wi-windy'; } if ( 906 == $weatherid ) { $icon = 'wi-hail'; } if ( 957 == $weatherid ) { $icon = 'wi-strong-wind'; } // Day. if ( 200 == $weatherid ) { $icon = 'wi-day-thunderstorm'; } if ( 201 == $weatherid ) { $icon = 'wi-day-thunderstorm'; } if ( 202 == $weatherid ) { $icon = 'wi-day-thunderstorm'; } if ( 210 == $weatherid ) { $icon = 'wi-day-lightning'; } if ( 211 == $weatherid ) { $icon = 'wi-day-lightning'; } if ( 212 == $weatherid ) { $icon = 'wi-day-lightning'; } if ( 221 == $weatherid ) { $icon = 'wi-day-lightning'; } if ( 230 == $weatherid ) { $icon = 'wi-day-thunderstorm'; } if ( 231 == $weatherid ) { $icon = 'wi-day-thunderstorm'; } if ( 232 == $weatherid ) { $icon = 'wi-day-thunderstorm'; } if ( 300 == $weatherid ) { $icon = 'wi-day-sprinkle'; } if ( 301 == $weatherid ) { $icon = 'wi-day-sprinkle'; } if ( 302 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 310 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 311 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 312 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 313 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 314 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 321 == $weatherid ) { $icon = 'wi-day-sprinkle'; } if ( 500 == $weatherid ) { $icon = 'wi-day-sprinkle'; } if ( 501 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 502 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 503 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 504 == $weatherid ) { $icon = 'wi-day-rain'; } if ( 511 == $weatherid ) { $icon = 'wi-day-rain-mix'; } if ( 520 == $weatherid ) { $icon = 'wi-day-showers'; } if ( 521 == $weatherid ) { $icon = 'wi-day-showers'; } if ( 522 == $weatherid ) { $icon = 'wi-day-showers'; } if ( 531 == $weatherid ) { $icon = 'wi-day-storm-showers'; } if ( 600 == $weatherid ) { $icon = 'wi-day-snow'; } if ( 601 == $weatherid ) { $icon = 'wi-day-sleet'; } if ( 602 == $weatherid ) { $icon = 'wi-day-snow'; } if ( 611 == $weatherid ) { $icon = 'wi-day-rain-mix'; } if ( 612 == $weatherid ) { $icon = 'wi-day-rain-mix'; } if ( 615 == $weatherid ) { $icon = 'wi-day-rain-mix'; } if ( 616 == $weatherid ) { $icon = 'wi-day-rain-mix'; } if ( 620 == $weatherid ) { $icon = 'wi-day-rain-mix'; } if ( 621 == $weatherid ) { $icon = 'wi-day-snow'; } if ( 622 == $weatherid ) { $icon = 'wi-day-snow'; } if ( 701 == $weatherid ) { $icon = 'wi-day-fog'; } if ( 711 == $weatherid ) { $icon = 'wi-smoke'; } if ( 721 == $weatherid ) { $icon = 'wi-day-haze'; } if ( 731 == $weatherid ) { $icon = 'wi-dust'; } if ( 741 == $weatherid ) { $icon = 'wi-day-fog'; } if ( 761 == $weatherid ) { $icon = 'wi-dust'; } if ( 762 == $weatherid ) { $icon = 'wi-dust'; } if ( 781 == $weatherid ) { $icon = 'wi-tornado'; } if ( 800 == $weatherid ) { $icon = 'wi-day-sunny'; } if ( 801 == $weatherid ) { $icon = 'wi-day-cloudy'; } if ( 802 == $weatherid ) { $icon = 'wi-day-cloudy'; } if ( 803 == $weatherid ) { $icon = 'wi-cloudy'; } if ( 804 == $weatherid ) { $icon = 'wi-cloudy'; } if ( 900 == $weatherid ) { $icon = 'wi-tornado'; } if ( 902 == $weatherid ) { $icon = 'wi-hurricane'; } if ( 903 == $weatherid ) { $icon = 'wi-snowflake-cold'; } if ( 904 == $weatherid ) { $icon = 'wi-hot'; } if ( 906 == $weatherid ) { $icon = 'wi-day-hail'; } if ( 957 == $weatherid ) { $icon = 'wi-strong-wind'; } // Night. if ( 200 == $weatherid ) { $icon = 'wi-night-alt-thunderstorm'; } if ( 201 == $weatherid ) { $icon = 'wi-night-alt-thunderstorm'; } if ( 202 == $weatherid ) { $icon = 'wi-night-alt-thunderstorm'; } if ( 210 == $weatherid ) { $icon = 'wi-night-alt-lightning'; } if ( 211 == $weatherid ) { $icon = 'wi-night-alt-lightning'; } if ( 212 == $weatherid ) { $icon = 'wi-night-alt-lightning'; } if ( 221 == $weatherid ) { $icon = 'wi-night-alt-lightning'; } if ( 230 == $weatherid ) { $icon = 'wi-night-alt-thunderstorm'; } if ( 231 == $weatherid ) { $icon = 'wi-night-alt-thunderstorm'; } if ( 232 == $weatherid ) { $icon = 'wi-night-alt-thunderstorm'; } if ( 300 == $weatherid ) { $icon = 'wi-night-alt-sprinkle'; } if ( 301 == $weatherid ) { $icon = 'wi-night-alt-sprinkle'; } if ( 302 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 310 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 311 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 312 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 313 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 314 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 321 == $weatherid ) { $icon = 'wi-night-alt-sprinkle'; } if ( 500 == $weatherid ) { $icon = 'wi-night-alt-sprinkle'; } if ( 501 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 502 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 503 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 504 == $weatherid ) { $icon = 'wi-night-alt-rain'; } if ( 511 == $weatherid ) { $icon = 'wi-night-alt-rain-mix'; } if ( 520 == $weatherid ) { $icon = 'wi-night-alt-showers'; } if ( 521 == $weatherid ) { $icon = 'wi-night-alt-showers'; } if ( 522 == $weatherid ) { $icon = 'wi-night-alt-showers'; } if ( 531 == $weatherid ) { $icon = 'wi-night-alt-storm-showers'; } if ( 600 == $weatherid ) { $icon = 'wi-night-alt-snow'; } if ( 601 == $weatherid ) { $icon = 'wi-night-alt-sleet'; } if ( 602 == $weatherid ) { $icon = 'wi-night-alt-snow'; } if ( 611 == $weatherid ) { $icon = 'wi-night-alt-rain-mix'; } if ( 612 == $weatherid ) { $icon = 'wi-night-alt-rain-mix'; } if ( 615 == $weatherid ) { $icon = 'wi-night-alt-rain-mix'; } if ( 616 == $weatherid ) { $icon = 'wi-night-alt-rain-mix'; } if ( 620 == $weatherid ) { $icon = 'wi-night-alt-rain-mix'; } if ( 621 == $weatherid ) { $icon = 'wi-night-alt-snow'; } if ( 622 == $weatherid ) { $icon = 'wi-night-alt-snow'; } if ( 701 == $weatherid ) { $icon = 'wi-night-fog'; } if ( 711 == $weatherid ) { $icon = 'wi-smoke'; } if ( 721 == $weatherid ) { $icon = 'wi-day-haze'; } if ( 731 == $weatherid ) { $icon = 'wi-dust'; } if ( 741 == $weatherid ) { $icon = 'wi-night-fog'; } if ( 761 == $weatherid ) { $icon = 'wi-dust'; } if ( 762 == $weatherid ) { $icon = 'wi-dust'; } if ( 781 == $weatherid ) { $icon = 'wi-tornado'; } if ( 800 == $weatherid ) { $icon = 'wi-night-clear'; } if ( 801 == $weatherid ) { $icon = 'wi-night-alt-partly-cloudy'; } if ( 802 == $weatherid ) { $icon = 'wi-night-alt-cloudy'; } if ( 803 == $weatherid ) { $icon = 'wi-cloudy'; } if ( 804 == $weatherid ) { $icon = 'wi-cloudy'; } if ( 900 == $weatherid ) { $icon = 'wi-tornado'; } if ( 902 == $weatherid ) { $icon = 'wi-hurricane'; } if ( 903 == $weatherid ) { $icon = 'wi-snowflake-cold'; } if ( 904 == $weatherid ) { $icon = 'wi-hot'; } if ( 906 == $weatherid ) { $icon = 'wi-night-alt-hail'; } if ( 957 == $weatherid ) { $icon = 'wi-strong-wind'; } } return $icon; } } if ( ! function_exists( 'openweathermap_wcode2text' ) ) { /** * Return the weather data for the cache from OWM * * @param string $wcode the OWM code for the weather condition. */ function openweathermap_wcode2text( $wcode ) { /** * OpenWEatherMap condition codes * * Group 2xx: Thunderstorm * ID Main Description Icon * 200 Thunderstorm thunderstorm with light rain 11d * 201 Thunderstorm thunderstorm with rain 11d * 202 Thunderstorm thunderstorm with heavy rain 11d * 210 Thunderstorm light thunderstorm 11d * 211 Thunderstorm thunderstorm 11d * 212 Thunderstorm heavy thunderstorm 11d * 221 Thunderstorm ragged thunderstorm 11d * 230 Thunderstorm thunderstorm with light drizzle 11d * 231 Thunderstorm thunderstorm with drizzle 11d * 232 Thunderstorm thunderstorm with heavy drizzle 11d * * Group 3xx: Drizzle * ID Main Description Icon * 300 Drizzle light intensity drizzle 09d * 301 Drizzle drizzle 09d * 302 Drizzle heavy intensity drizzle 09d * 310 Drizzle light intensity drizzle rain 09d * 311 Drizzle drizzle rain 09d * 312 Drizzle heavy intensity drizzle rain 09d * 313 Drizzle shower rain and drizzle 09d * 314 Drizzle heavy shower rain and drizzle 09d * 321 Drizzle shower drizzle 09d * * Group 5xx: Rain * ID Main Description Icon * 500 Rain light rain 10d * 501 Rain moderate rain 10d * 502 Rain heavy intensity rain 10d * 503 Rain very heavy rain 10d * 504 Rain extreme rain 10d * 511 Rain freezing rain 13d * 520 Rain light intensity shower rain 09d * 521 Rain shower rain 09d * 522 Rain heavy intensity shower rain 09d * 531 Rain ragged shower rain 09d * * Group 6xx: Snow * ID Main Description Icon * 600 Snow light snow 13d * 601 Snow snow 13d * 602 Snow heavy snow 13d * 611 Snow sleet 13d * 612 Snow light shower sleet 13d * 613 Snow shower sleet 13d * 615 Snow light rain and snow 13d * 616 Snow rain and snow 13d * 620 Snow light shower snow 13d * 621 Snow shower snow 13d * 622 Snow heavy shower snow 13d * * Group 7xx: Atmosphere * ID Main Description Icon * 701 Mist mist 50d * 711 Smoke smoke 50d * 721 Haze haze 50d * 731 Dust sand/dust whirls 50d * 741 Fog fog 50d * 751 Sand sand 50d * 761 Dust dust 50d * 762 Ash volcanic ash 50d * 771 Squall squalls 50d * 781 Tornado tornado 50d * * Group 800: Clear * ID Main Description Icon * 800 Clear clear sky 01d / 01n * * Group 80x: Clouds * ID Main Description Icon * 801 Clouds few clouds: 11-25% 02d / 02n * 802 Clouds scattered clouds: 25-50% 03d / 03n * 803 Clouds broken clouds: 51-84% 04d / 04n * 804 Clouds overcast clouds: 85-100% 04d / 04n */ $c = __( 'clear sky', 'wp-forecast' ); // the short description for the weather condition. if ( $wcode >= 200 && $wcode < 300 ) { switch ( $wcode ) { case 200: $c = __( 'Thunderstorm with light rain', 'xxxdummy' ); break; case 201: $c = __( 'Thunderstorm with rain', 'xxxdummy' ); break; case 202: $c = __( 'Thunderstorm with heavy rain', 'xxxdummy' ); break; case 210: $c = __( 'Light thunderstorm', 'xxxdummy' ); break; case 211: $c = __( 'Thunderstorm', 'xxxdummy' ); break; case 212: $c = __( 'Heavy thunderstorm', 'xxxdummy' ); break; case 221: $c = __( 'Ragged thunderstorm', 'xxxdummy' ); break; case 230: $c = __( 'Thunderstorm with light drizzle', 'xxxdummy' ); break; case 231: $c = __( 'Thunderstorm with drizzle', 'xxxdummy' ); break; case 232: $c = __( 'Thunderstorm with heavy drizzle', 'xxxdummy' ); break; } } if ( $wcode >= 300 && $wcode < 400 ) { switch ( $wcode ) { case 300: $c = __( 'Light drizzle', 'xxxdummy' ); break; case 301: $c = __( 'Drizzle', 'xxxdummy' ); break; case 302: $c = __( 'Heavy drizzle', 'xxxdummy' ); break; case 310: $c = __( 'Light drizzle rain', 'xxxdummy' ); break; case 311: $c = __( 'Drizzle rain', 'xxxdummy' ); break; case 312: $c = __( 'Heavy drizzle rain', 'xxxdummy' ); break; case 313: $c = __( 'Shower rain and drizzle', 'xxxdummy' ); break; case 314: $c = __( 'Heavy shower rain and drizzle', 'xxxdummy' ); break; case 321: $c = __( 'Shower drizzle', 'xxxdummy' ); break; } } if ( $wcode >= 500 && $wcode < 600 ) { switch ( $wcode ) { case 500: $c = __( 'Light rain', 'xxxdummy' ); break; case 501: $c = __( 'Moderate rain', 'xxxdummy' ); break; case 502: $c = __( 'Heavy rain', 'xxxdummy' ); break; case 503: $c = __( 'Very heavy rain', 'xxxdummy' ); break; case 504: $c = __( 'Extreme rain', 'xxxdummy' ); break; case 511: $c = __( 'Freezing rain', 'xxxdummy' ); break; case 520: $c = __( 'Light shower rain', 'xxxdummy' ); break; case 521: $c = __( 'Shower rain', 'xxxdummy' ); break; case 522: $c = __( 'Heavy shower rain', 'xxxdummy' ); break; case 531: $c = __( 'Ragged shower rain', 'xxxdummy' ); break; } } if ( $wcode >= 600 && $wcode < 700 ) { switch ( $wcode ) { case 600: $c = __( 'Light snow', 'xxxdummy' ); break; case 601: $c = __( 'Snow', 'xxxdummy' ); break; case 602: $c = __( 'Heavy snow', 'xxxdummy' ); break; case 611: $c = __( 'Sleet', 'xxxdummy' ); break; case 612: $c = __( 'Light shower sleet', 'xxxdummy' ); break; case 613: $c = __( 'Shower sleet', 'xxxdummy' ); break; case 615: $c = __( 'Light rain and snow', 'xxxdummy' ); break; case 616: $c = __( 'Rain and snow', 'xxxdummy' ); break; case 620: $c = __( 'Light shower snow', 'xxxdummy' ); break; case 621: $c = __( 'Shower snow', 'xxxdummy' ); break; case 622: $c = __( 'Heavy shower snow', 'xxxdummy' ); break; } } if ( $wcode >= 700 && $wcode < 800 ) { switch ( $wcode ) { case 701: $c = __( 'Mist', 'xxxdummy' ); break; case 711: $c = __( 'Smoke', 'xxxdummy' ); break; case 721: $c = __( 'Haze', 'xxxdummy' ); break; case 731: $c = __( 'Dust', 'xxxdummy' ); break; case 741: $c = __( 'Fog', 'xxxdummy' ); break; case 751: $c = __( 'Sand', 'xxxdummy' ); break; case 761: $c = __( 'Dust', 'xxxdummy' ); break; case 762: $c = __( 'Ash', 'xxxdummy' ); break; case 771: $c = __( 'Squalls', 'xxxdummy' ); break; case 781: $c = __( 'Tornado', 'xxxdummy' ); break; } } if ( $wcode >= 800 && $wcode < 900 ) { switch ( $wcode ) { case 800: $c = __( 'Clear sky', 'xxxdummy' ); break; case 801: $c = __( 'Few clouds', 'xxxdummy' ); break; case 802: $c = __( 'Scattered clouds', 'xxxdummy' ); break; case 803: $c = __( 'Broken clouds', 'xxxdummy' ); break; case 804: $c = __( 'Overcast clouds', 'xxxdummy' ); break; } } return $c; } // end of function. } // end of function wrapper. wp-forecast-default.css000064400000017042150211511020011122 0ustar00/* style for forecast data details left side */ div.wp-forecast { padding: 0px; float:left; width:100%; } /* style for current weather data */ div.wp-forecast-curr { font-size: 11px; padding: 3px; text-align:center; margin-left:auto; margin-right:auto; } /* style for forecast data */ div.wp-forecast-curr-head { font-size: 11px; padding: 3px; text-align:center; margin-left:auto; margin-right:auto; } /* style for forecast data details */ div.wp-forecast-curr-block { padding: 0px; float:left; } /* style for forecast data details left side */ div.wp-forecast-curr-left { padding: 3px; float: left; } /* style for forecast data details right side */ div.wp-forecast-curr-right { font-size: 14px; font-weight: bolder; font-variant: small-caps; text-align:left; padding: 3px; float: left; } /* style for forecast data details right side */ div.wp-forecast-wind-right { font-size: 12px; font-weight: bolder; font-variant: normal; text-align:left; padding: 3px; float: left; padding-top: 12px; } /* style for current weather data details */ div.wp-forecast-curr-details { font-size: 11px; padding: 6px; text-align:left; float:left; width:100%; } /* style for current weather icon */ img.wp-forecast-curr-left { width: 48px; height: 30px; padding: 0px; } /* style for forecast data */ div.wp-forecast-fc { font-size: 11px; padding: 2px; text-align:left; margin-left:auto; margin-right:auto; float:left; } /* style for forecast data */ div.wp-forecast-fc-head { font-size: 11px; padding: 3px; text-align:left; margin-left:auto; margin-right:auto; float:left; } /* style for forecast label */ div.wp-forecast-fc-label { display: inline-block; padding: 3px; } /* style for forecast data details */ div.wp-forecast-fc-oneday { padding: 0px; } /* style for forecast data details */ div.wp-forecast-fc-block { padding: 3px; float:left; } /* style for forecast data details left side */ div.wp-forecast-fc-left { font-size: 11px; padding: 3px; text-align:center; float: left; } /* style for forecast data details right side */ div.wp-forecast-fc-right { font-size: 11px; padding: 3px; text-align:left; width: 160px; float: right; } /* style for forecast weather icon */ img.wp-forecast-fc-left { width: 48px; height: 30px; padding: 0px; } /* style for navigation when using ajax pulldown */ div.wpff_nav { font-size: 11px; border: 0px solid; padding: 1px; text-align:center; margin-left:auto; margin-right:auto; float: left; height: 11px; } div.wpff_nav:hover { color:#147; text-decoration:underline; cursor:pointer; } /* style for selection widget */ div.wpf-selector { padding: 5px; font-size: 11px; } iframe.wpf-iframe { border: 0px; } td.td-center { text-align: center; } /* for CSS Sprites accuweather icons */ div.wpfico01 {background-image: url("icons/wsprites.png");background-position: -10px -10px; width:64px;height:40px;} div.wpfico02 {background-image: url("icons/wsprites.png");background-position: -10px -70px;width:64px;height:40px;} div.wpfico03 {background-image: url("icons/wsprites.png");background-position: -10px -130px;width:64px;height:40px;} div.wpfico04 {background-image: url("icons/wsprites.png");background-position: -10px -190px;width:64px;height:40px;} div.wpfico05 {background-image: url("icons/wsprites.png");background-position: -10px -250px;width:64px;height:40px;} div.wpfico06 {background-image: url("icons/wsprites.png");background-position: -10px -310px;width:64px;height:40px;} div.wpfico07 {background-image: url("icons/wsprites.png");background-position: -10px -370px;width:64px;height:40px;} div.wpfico08 {background-image: url("icons/wsprites.png");background-position: -10px -430px;width:64px;height:40px;} div.wpfico11 {background-image: url("icons/wsprites.png");background-position: -10px -490px;width:64px;height:40px;} div.wpfico11_de {background-image: url("icons/wsprites.png");background-position: -10px -550px;width:64px;height:40px;} div.wpfico12 {background-image: url("icons/wsprites.png");background-position: -10px -610px;width:64px;height:40px;} div.wpfico13 {background-image: url("icons/wsprites.png");background-position: -10px -670px;width:64px;height:40px;} div.wpfico14 {background-image: url("icons/wsprites.png");background-position: -10px -730px;width:64px;height:40px;} div.wpfico15 {background-image: url("icons/wsprites.png");background-position: -10px -790px;width:64px;height:40px;} div.wpfico16 {background-image: url("icons/wsprites.png");background-position: -10px -850px;width:64px;height:40px;} div.wpfico17 {background-image: url("icons/wsprites.png");background-position: -10px -910px;width:64px;height:40px;} div.wpfico18 {background-image: url("icons/wsprites.png");background-position: -10px -970px;width:64px;height:40px;} div.wpfico19 {background-image: url("icons/wsprites.png");background-position: -10px -1030px;width:64px;height:40px;} div.wpfico20 {background-image: url("icons/wsprites.png");background-position: -10px -1090px;width:64px;height:40px;} div.wpfico21 {background-image: url("icons/wsprites.png");background-position: -10px -1150px;width:64px;height:40px;} div.wpfico22 {background-image: url("icons/wsprites.png");background-position: -10px -1210px;width:64px;height:40px;} div.wpfico23 {background-image: url("icons/wsprites.png");background-position: -10px -1270px;width:64px;height:40px;} div.wpfico24 {background-image: url("icons/wsprites.png");background-position: -10px -1330px;width:64px;height:40px;} div.wpfico25 {background-image: url("icons/wsprites.png");background-position: -10px -1390px;width:64px;height:40px;} div.wpfico26 {background-image: url("icons/wsprites.png");background-position: -10px -1450px;width:64px;height:40px;} div.wpfico29 {background-image: url("icons/wsprites.png");background-position: -10px -1510px;width:64px;height:40px;} div.wpfico30 {background-image: url("icons/wsprites.png");background-position: -10px -1570px;width:64px;height:40px;} div.wpfico31 {background-image: url("icons/wsprites.png");background-position: -10px -1630px;width:64px;height:40px;} div.wpfico32 {background-image: url("icons/wsprites.png");background-position: -10px -1690px;width:64px;height:40px;} div.wpfico33 {background-image: url("icons/wsprites.png");background-position: -10px -1750px;width:64px;height:40px;} div.wpfico34 {background-image: url("icons/wsprites.png");background-position: -10px -1810px;width:64px;height:40px;} div.wpfico35 {background-image: url("icons/wsprites.png");background-position: -10px -1870px;width:64px;height:40px;} div.wpfico36 {background-image: url("icons/wsprites.png");background-position: -10px -1930px;width:64px;height:40px;} div.wpfico37 {background-image: url("icons/wsprites.png");background-position: -10px -1990px;width:64px;height:40px;} div.wpfico38 {background-image: url("icons/wsprites.png");background-position: -10px -2050px;width:64px;height:40px;} div.wpfico39 {background-image: url("icons/wsprites.png");background-position: -10px -2110px;width:64px;height:40px;} div.wpfico40 {background-image: url("icons/wsprites.png");background-position: -10px -2170px;width:64px;height:40px;} div.wpfico41 {background-image: url("icons/wsprites.png");background-position: -10px -2230px;width:64px;height:40px;} div.wpfico42 {background-image: url("icons/wsprites.png");background-position: -10px -2290px;width:64px;height:40px;} div.wpfico43 {background-image: url("icons/wsprites.png");background-position: -10px -2350px;width:64px;height:40px;} div.wpficoswa {background-image: url("icons/wsprites.png");background-position: -10px -2410px;width:64px;height:40px;} /* for weather icon font */ .wpf-wi-icon {font-size: 45px; padding-top: 15px;} wp-forecast.css.vertical000064400000004407150211511020011311 0ustar00/* style for current weather data */ div.wp-forecast-curr { font-size: 11px; font-family: Arial; border: 0px solid; padding: 3px; text-align:center; margin-left:auto; margin-right:auto; } /* style for forecast data details left side */ div.wp-forecast-curr-left { border: 0px solid; padding: 3px; float: left; text-align:center; vertical-align:middle; } /* style for forecast data details right side */ div.wp-forecast-curr-right { font-size: 14px; font-family: Arial; font-weight: bolder; font-variant: small-caps; border: 0px solid; padding: 3px; text-align:left; float: left; margin-right: -100%; } /* style for current weather data details */ div.wp-forecast-curr-details { font-size: 11px; font-family: Arial; border: 0px solid; padding: 3px; text-align:left; } /* style for clearing float settings */ div.wp-forecast-curr-clear { clear:both; height:0; } /* style for current weather icon */ img.wp-forecast-curr { border: 0px; width: 48px; padding: 0px; vertical-align:middle; } /* style for forecast data */ div.wp-forecast-fc { font-size: 11px; font-family: Arial; border: 0px solid; padding: 2px; text-align:left; margin-left:auto; margin-right:auto; } /* style for forecast data */ div.wp-forecast-fc-head { font-size: 11px; font-family: Arial; border: 0px solid; padding: 3px; text-align:left; margin-left:auto; margin-right:auto; } /* style for forecast data details */ div.wp-forecast-fc-block { border: 0px solid; padding: 0px; } /* style for forecast data details left side */ div.wp-forecast-fc-left { font-size: 11px; font-family: Arial; border: 0px solid; padding: 3px; text-align:center; float: left; } /* style for forecast data details right side */ div.wp-forecast-fc-right { font-size: 11px; font-family: Arial; border: 0px solid; padding: 3px; text-align:left; float: left; margin-right: -100%; } /* style for clearing float settings */ div.wp-forecast-fc-clear { clear:both; height:0; } /* style for forecast weather icon */ img.wp-forecast-fc-left { border: 0; width: 48px; padding: 0px; } widgetlang/wp-forecast-fr-fr.php000064400000007346150211511020012644 0ustar00 'Titre : ', 'Available widgets' => 'Widgets disponibles', 'time' => 'heure', 'Overcast' => 'Prévisions', 'Slight rain' => 'Courte description', 'Light freezing rain' => 'Courte description', 'Slight rain showers' => 'Courte description', 'Light drizzle rain' => 'Courte description', 'Light rain' => 'Courte description', 'Light shower rain' => 'Courte description', 'Light rain and snow' => 'Courte description', 'Overcast clouds' => 'Prévisions', 'Searchresults' => 'Résultats de la recherche', 'Please select a location' => 'Veuillez choisir votre ville et validez.', 'How many wp-forecast widgets would you like?' => 'Combien de widgets wp-forecast souhaitez-vous ?', 'Timeout for weatherprovider connections (secs.)?' => 'Temps limite pour les connexions à accuweather (secs.)?', 'Delete options during plugin deactivation?' => 'Détruire les réglages lors de la désactivation ?', 'Update global options' => 'Enregistrer les réglages', 'Check connection to Weatherprovider' => 'Lien vers Accuweather', 'Select widget' => 'Séléctionnez un widget', 'Settings successfully updated' => 'Réglages enregistrés', 'You have to change a field to update settings.' => 'Vous devez changer un champ pour mettre à jour les réglages.', 'WP-Forecast Setup' => 'Réglages de WP-Forecast', 'Weatherservice' => 'Le temps', 'OpenWeathermap' => 'Le temps', 'OpenWeatherMap v3' => 'Le temps', 'Location' => 'Emplacement ', 'Use visitors location' => 'Définir l\'emplacement', 'Locationname' => 'Nom du lieu ', 'Refresh cache after' => 'Rafraichir le cache après', 'secs.' => 'secs.', 'Use metric units' => 'Utiliser des unitées métriques', 'Use current time' => 'Utiliser l\'heure courante', 'minutes' => 'Rafales ', 'Windspeed-Unit' => 'Unitée pour la vitesse du vent', 'Meter/Second (m/s)' => 'Mètre/Seconde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilomètre/Heure (km/h)', 'Miles/Hour (mph)' => 'Miles/Heure (mph)', 'Knots (kts)' => 'Noeuds (kts)', 'Language' => 'Langue ', 'Display Configuration' => 'Afficher la configuration', 'Current Conditions' => 'Situation actuelle', 'Forecast Day' => 'Prévision journée', 'Forecast Night' => 'Prévision nuit', 'Icon' => 'Icône', 'Date' => 'Date', 'Time' => 'Heure', 'Short Description' => 'Courte description', 'Temperature' => 'Température', 'Realfeel' => 'Température ressentie', 'Pressure' => 'Pression', 'Humidity' => 'Humidité', 'Wind' => 'Vent', 'Windgusts' => 'Rafales ', 'Precipitation' => 'Courte description', 'Sunrise' => 'Lever du soleil', 'Sunset' => 'Coucher du soleil', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Lien vers Accuweather', 'Forecast' => 'Prévisions', 'All' => 'Tout', 'Day' => 'Jour', 'Daytime' => 'Journée', 'Nighttime' => 'Nuit', 'Update options' => 'Enregistrer les réglages', 'Search location' => 'Rechercher un emplacement', 'Searchterm' => 'Critères ', 'Select weatherprovider' => 'Lien vers Accuweather', 'Checklist for connection test' => 'Lien vers Accuweather', 'wp-forecast on WordPress.org' => 'wp-forescat %s', 'German wp-forecast Site' => 'wp-forescat %s', 'wp-forecast Help' => 'wp-forescat %s', 'Locations:' => 'Emplacement ', 'Sorry, no valid weather data available.' => 'Désolé, pas de données métérologiques disponibles.', 'Please try again later.' => 'Veuillez réessayer plus tard.', 'Winds' => 'Vent', 'Precip.' => 'Courte description', 'Night' => 'nuit', 'Less forecast...' => 'Moins de prévisions...', 'More forecast...' => 'Plus de prévisions...', 'wp-forecast %s' => 'wp-forescat %s', 'wp-forecast-uv %s' => 'wp-forescat %s', 'The Weather' => 'Le temps', ); widgetlang/wp-forecast-fi-fi.php000064400000015035150211511020012614 0ustar00 'Otsikko:', 'Available widgets' => 'Vimpaimet', 'time' => 'Aika', 'Rain' => 'Sadetta', 'Snow' => 'Lumisadetta', 'Clear sky' => 'Selkeää', 'Mainly clear' => 'Melkein selkeää', 'Partly cloudy' => 'Verrattain pilvistä', 'Overcast' => 'Ennuste', 'Fog' => 'Sumua', 'Light drizzle' => 'Jäätävää tihkusadetta', 'Moderate drizzle' => 'Jäätävää tihkusadetta', 'Dense drizzle' => 'Jäätävää tihkusadetta', 'Light freezing drizzle' => 'Jäätävää tihkusadetta', 'Dense freezing drizzle' => 'Satunnaisesti jäätävää tihkusadetta', 'Slight rain' => 'Heikkoa lumisadetta', 'Moderate rain' => 'Satunnaisia sadekuuroja', 'Heavy rain' => 'Rankkaa sadetta', 'Light freezing rain' => 'Jäätävä sadetta', 'Heavy freezing rain' => 'Satunnaisesti jäätävää sadetta', 'Slight snow fall' => 'Heikkoa lumisadetta', 'Moderate snow fall' => 'Sankkaa lumisadetta', 'Heavy snow fall' => 'Sankkaa lumisadetta', 'Snow grains' => 'Lumikuuroja', 'Slight rain showers' => 'Sadekuuroja', 'Moderate rain showers' => 'Satunnaisia sadekuuroja', 'Violent rain showers' => 'Sadekuuroja', 'Slight snow showers' => 'Lumikuuroja', 'Heavy snow showers' => 'Lumikuuroja', 'Thunderstorm' => 'Ukkosta', 'Thunderstorm with rain' => 'Ukkosta', 'Light thunderstorm' => 'Ukkosta', 'Heavy thunderstorm' => 'Ukkosta', 'Ragged thunderstorm' => 'Ukkosta', 'Thunderstorm with drizzle' => 'Ukkosta', 'Drizzle' => 'Tihkusadetta', 'Heavy drizzle' => 'Jäätävää tihkusadetta', 'Light drizzle rain' => 'Jäätävää tihkusadetta', 'Drizzle rain' => 'Tihkusadetta', 'Heavy drizzle rain' => 'Satunnaisesti jäätävää sadetta', 'Heavy shower rain and drizzle' => 'Rankkaa sadetta', 'Shower drizzle' => 'Jäätävää tihkusadetta', 'Light rain' => 'Heikkoa lumisadetta', 'Very heavy rain' => 'Rankkaa sadetta', 'Freezing rain' => 'Jäätävä sadetta', 'Light shower rain' => 'Heikkoa lumisadetta', 'Shower rain' => 'Rankkaa sadetta', 'Heavy shower rain' => 'Rankkaa sadetta', 'Light snow' => 'Heikkoa lumisadetta', 'Heavy snow' => 'Sankkaa lumisadetta', 'Sleet' => 'Räntää', 'Light shower sleet' => 'Heikkoa lumisadetta', 'Light rain and snow' => 'Sadekuuroja', 'Light shower snow' => 'Lumikuuroja', 'Shower snow' => 'Sadekuuroja', 'Heavy shower snow' => 'Lumikuuroja', 'Scattered clouds' => 'Paikallisia sadekuuroja', 'Broken clouds' => 'Lisääntyvää pilvisyyttä', 'Overcast clouds' => 'Ennuste', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-froecasta pikakoodi: Selaimesi ei tue iframe-toimintoa.', 'Searchresults' => 'Hakutulos', 'Please select a location' => 'Valitse paikkakuntasi ja klikkaa Aseta paikkakunta.', 'widget_hint' => 'vimpain_apu', 'How many wp-forecast widgets would you like?' => 'WP-Forecast-vimpainten määrä:', 'Timeout for weatherprovider connections (secs.)?' => 'Säätiedontarjoajan yhteysaika (sekuntia):', 'Preselect WordPress transfer method' => 'Esivalittu WordPressin tiedonsiirtomenetelmä', 'default' => 'oletus', 'Delete options during plugin deactivation?' => 'Tyhjennä asetukset, kun lisäosa poistetaan käytöstä?', 'Update global options' => 'Päivitä valinnat', 'Check connection to Weatherprovider' => 'Tarkista yhteys tiedontarjoajaan', 'Select widget' => 'Valitse vimpain', 'Settings successfully updated' => 'Asetukset päivitetty', 'You have to change a field to update settings.' => 'Asetukset päivitetään ylempänä.', 'WP-Forecast Setup' => 'WP-Forecast Asennus', 'Weatherservice' => 'Sääpalvelu', 'OpenWeathermap' => 'Sää', 'OpenWeatherMap v3' => 'Sää', 'Location' => 'Paikkakunta', 'Use visitors location' => 'Aseta paikkakunta', 'Locationname' => 'Paikannimi', 'Refresh cache after' => 'Virkistä välimuisti', 'secs.' => 'sekunnin jälkeen', 'Use metric units' => 'Käytä metrisiä yksikköjä', 'Use current time' => 'Käytä tämänhetkistä aikaa', 'Time-Offset' => 'Time-Offset', 'minutes' => 'minuuttia', 'Windspeed-Unit' => 'Tuulennopeuden yksikkö', 'Meter/Second (m/s)' => 'Metriä sekunnissa (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometriä tunnissa (km/h)', 'Miles/Hour (mph)' => 'Mailia tunnissa (mph)', 'Knots (kts)' => 'Solmua (kts)', 'Beaufort (bft)' => 'Beaufort (bft)', 'Language' => 'Kieli', 'Show forecast as ajax pull-down' => 'Näytä ennusteet ajax-vetovalikossa', 'First day in pull-down' => 'Vetovalikon ensimmäinen päivä', 'Display Configuration' => 'Näytä muotoilu', 'Current Conditions' => 'Sää tänään', 'Forecast Day' => 'Ennuste päivälle', 'Forecast Night' => 'Ennuste yölle', 'Icon' => 'Kuvake', 'Date' => 'Päiväys', 'Time' => 'Aika', 'Short Description' => 'Kuvaus', 'Temperature' => 'Lämpötila', 'Realfeel' => 'Tuntuma', 'Pressure' => 'Ilmanpaine', 'Humidity' => 'Kosteus', 'Wind' => 'Tuuli', 'Windgusts' => 'Puuskissa', 'Precipitation' => 'Kuvaus', 'Sunrise' => 'Aurinko nousee', 'Sunset' => 'Aurinko laskee', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Linkki säätiedontarjoajaan', 'Open in new Window' => 'Avaa uudessa ikkunassa', 'Forecast' => 'Ennuste', 'All' => 'Kaikki', 'Day' => 'Päivä', 'Daytime' => 'Päivällä', 'Nighttime' => 'Yöllä', 'Update options' => 'Päivitä valinnat', 'Search location' => 'Hae paikkakuntaa', 'Searchterm' => 'Hakusana', 'Connection-check' => 'Yhteyden tarkistus', 'Select weatherprovider' => 'Valitse säätietojen tarjoaja', 'Start check' => 'Aloita tarkistus', 'Close' => 'Sulje', 'Checklist for connection test' => 'Tarkista yhteys tiedontarjoajaan', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'Avaa uudessa ikkunassa', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Paikkakunnat', 'Failure notice from provider' => 'Virheilmoitus tiedontuottajalta', 'Sorry, no valid weather data available.' => 'Säätietoja ei löytynyt.', 'Please try again later.' => 'Ole hyvä ja yritä uudelleen.', 'Winds' => 'Tuuli', 'Precip.' => 'Kuvaus', 'Night' => 'Yöllä', 'Less forecast...' => 'Vähemmän päiviä...', 'More forecast...' => 'Lisää päiviä...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Sää', ); widgetlang/wp-forecast-1.po~.php000064400000011511150211511020012570 0ustar00 'Titel:', 'Available widgets' => 'Verfügbare Widgets', 'Sorry, no valid weather data available.' => 'Aktuell liegen keine gültigen Wetterinformationen vor.', 'Please try again later.' => 'Bitte versuchen Sie es später nochmal.', 'time' => 'Uhrzeit', 'Searchresults' => 'Suchergebnis', 'Please select a location' => '\"Bitte einen Ort auswählen und Ort Übernehmen klicken.', 'Accuweather Hits' => 'Link zu Accuweather', 'How many wp-forecast widgets would you like?' => 'Wieviele wp-forecast widgets möchten Sie verwenden?', 'Timeout for weatherprovider connections (secs.)?' => 'Zeitlimit für Accuweather Verbindungen (Sek.)', 'Delete options during plugin deactivation?' => 'Lösche Einstellungen bei Plugin-Deaktivierung?', 'Update global options' => 'Einstellungen speichern', 'Check connection to Weatherprovider' => 'Link zu Accuweather', 'Select widget' => 'Widget auswählen', 'Settings successfully updated' => 'Die Einstellungen wurden erfolgreich gespeichert.', 'WP-Forecast Setup' => 'WP-Forecast Einstellungen', 'Weatherservice' => 'Das Wetter', 'AccuWeather' => 'Link zu Accuweather', 'OpenWeathermap' => 'Das Wetter', 'Location' => 'Ort', 'Use visitors location' => 'Ort übernehmen', 'Press Update options to save new location and update coordinates.' => 'Klick auf Einstellungen speichern sichert den Ort.', 'Locationname' => 'Ortsname', 'Refresh cache after' => 'Cache erneuern nach', 'secs.' => 'Sekunden', 'Use metric units' => 'metrische Einheiten verwenden', 'Use current time' => 'Verwende aktuelle Zeit', 'minutes' => 'Böen', 'Windspeed-Unit' => 'Einheit der Windgeschwindigkeit', 'Meter/Second (m/s)' => 'Meter/Sekunde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Stunde (km/h)', 'Miles/Hour (mph)' => 'Meilen/Stunde (mph)', 'Knots (kts)' => 'Knoten (kts)', 'Language' => 'Sprache', 'Display Configuration' => 'Anzeige Einstellungen', 'Current Conditions' => 'Aktuelles Wetter', 'Forecast Day' => 'Vorhersage tagsüber', 'Forecast Night' => 'Vorhersage nachts', 'Icon' => 'Symbol', 'Date' => 'Datum', 'Time' => 'Zeit', 'Short Description' => 'Kurzbezeichnung', 'Temperature' => 'Temperatur', 'Realfeel' => 'Gefühlte Temperatur', 'Pressure' => 'Luftdruck', 'Humidity' => 'Luftfeuchtigkeit', 'Wind' => 'Wind', 'Windgusts' => 'Böen', 'Precipitation' => 'Kurzbezeichnung', 'Sunrise' => 'Sonnenaufgang', 'Sunset' => 'Sonnenuntergang', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link zu Accuweather', 'Forecast' => 'Vorhersage', 'All' => 'Alle', 'Day' => 'Tag', 'Daytime' => 'tagsüber', 'Nighttime' => 'nachts', 'Update options' => 'Einstellungen speichern', 'Checklist for connection test' => 'Link zu Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Ort', 'flik' => 'Gefühlte Temperatur', 'barr' => 'Aktueller Luftdruck', 'hmid' => 'Luftfeuchtigkeit', 'winds' => 'Wind', 'sunrise' => 'Sonnenaufgang', 'sunset' => 'Sonnenuntergang', 'day' => 'Tag', 'night' => 'Nacht', 'Save' => 'Speichern', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Das Wetter', 'loc' => 'Ort', '01' => 'Wolkenlos', '02' => 'Heiter', '03' => 'Heiter bis wolkig', '04' => 'Wolkig', '05' => 'Dunstiger Sonnenschein', '06' => 'Bewölkt', '07' => 'Stark bewölkt', '08' => 'Bedeckt', '11' => 'Nebel', '12' => 'Regenschauer', '13' => 'Bewölkt mit Regenschauern', '14' => 'Wolkig mit Regenschauern', '15' => 'Gewitter', '16' => 'Bewölkt mit Gewitterschauern', '17' => 'Wolkig mit Gewitterschauern', '18' => 'Regen', '19' => 'Schneeschauer', '20' => 'Bewölkt mit Schneeschauern', '21' => 'Wolkig mit Schneeschauern', '22' => 'Schneefall', '23' => 'Bewölkt mit Schneefall', '24' => 'Glatteis', '25' => 'Graupelschauer', '26' => 'Eisregen', '29' => 'Schneeregen', '30' => 'Heiß', '31' => 'Kalt', '32' => 'Windig', '33' => 'Klare Nacht', '34' => 'Überwiegend klar', '35' => 'Wolkig', '36' => 'Zeitweise wolkig', '37' => 'Dunstig', '38' => 'Dunstig', '39' => 'Wolkig mit Regenschauern', '40' => 'Bewölkt mit Regenschauern', '41' => 'Wolkig mit Gewitterschauern', '42' => 'Bewölkt mit Gewitterschauern', '43' => 'Bewölkt mit Schneeschauern', '44' => 'Bewölkt mit Schneefall', 'Monday' => 'Montag', 'Tuesday' => 'Dienstag', 'Wednesday' => 'Mittwoch', 'Thursday' => 'Donnerstag', 'Friday' => 'Freitag', 'Saturday' => 'Samstag', 'Sunday' => 'Sonntag', 'N' => 'N', 'E' => 'O', 'W' => 'W', 'S' => 'S', 'Nowcast' => 'Vorhersage', 'Sunny' => 'Sonntag', 'Windy' => 'Wind', 'Light Precipitation' => 'Kurzbezeichnung', 'Overcast' => 'Vorhersage', 'sleet' => 'Link zu Accuweather', ); widgetlang/wp-forecast-id-id.php000064400000006576150211511020012622 0ustar00 'Judul:', 'Available widgets' => 'Widget yang ada', 'time' => 'waktu', 'Rain' => 'Hujan', 'Snow' => 'Salju', 'Clear sky' => 'Cerah', 'Partly cloudy' => 'Sebagian Berawan', 'Overcast' => 'Ramalan', 'Fog' => 'Kabut', 'Light drizzle' => 'Gerimis', 'Moderate drizzle' => 'Gerimis', 'Dense drizzle' => 'Gerimis', 'Light freezing drizzle' => 'Gerimis', 'Dense freezing drizzle' => 'Gerimis', 'Slight rain' => 'Gerimis', 'Moderate rain' => 'Hujan Lebat', 'Heavy rain' => 'Hujan Lebat', 'Heavy freezing rain' => 'Hujan Lebat', 'Slight snow fall' => 'Salju lebat', 'Moderate snow fall' => 'Salju lebat', 'Heavy snow fall' => 'Salju lebat', 'Heavy snow showers' => 'Salju lebat', 'Thunderstorm' => 'Cuaca Buruk', 'Thunderstorm with rain' => 'Cuaca Buruk', 'Light thunderstorm' => 'Cuaca Buruk', 'Heavy thunderstorm' => 'Cuaca Buruk', 'Ragged thunderstorm' => 'Cuaca Buruk', 'Thunderstorm with drizzle' => 'Cuaca Buruk', 'Drizzle' => 'Gerimis', 'Heavy drizzle' => 'Gerimis', 'Light drizzle rain' => 'Gerimis', 'Drizzle rain' => 'Gerimis', 'Heavy drizzle rain' => 'Hujan Lebat', 'Heavy shower rain and drizzle' => 'Hujan Lebat', 'Shower drizzle' => 'Gerimis', 'Light rain' => 'Gerimis', 'Very heavy rain' => 'Hujan Lebat', 'Shower rain' => 'Hujan Lebat', 'Heavy shower rain' => 'Hujan Lebat', 'Heavy snow' => 'Salju lebat', 'Heavy shower snow' => 'Salju lebat', 'Overcast clouds' => 'Ramalan', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast shortcode: browser ini tidak mendukung iframes.', 'Searchresults' => 'Hasil Pencaharian', 'Please select a location' => 'Pilih Lokasi', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Berapa banyak widget wp-forecast yang ingin Anda buat?', 'Timeout for weatherprovider connections (secs.)?' => 'Waktu timeout untuk hubungen dengan provider (detik)?', 'Preselect WordPress transfer method' => 'Pilih cara transfer Wordpress', 'default' => 'Setelan standar (default)', 'Select widget' => 'Pilih widget', 'WP-Forecast Setup' => 'Ramalan Malam Hari', 'OpenWeathermap' => 'Cuaca', 'OpenWeatherMap v3' => 'Cuaca', 'Location' => 'Lokasi', 'Use visitors location' => 'Pilih Lokasi', 'Locationname' => 'Lokasi', 'Use metric units' => 'Gunakan satuan metrik/internasional', 'minutes' => 'menit', 'Windspeed-Unit' => 'Satuan Kecepatan ANgin', 'Meter/Second (m/s)' => 'Meter per Detik', 'Kilometer/Hour (km/h)' => 'Kilometer per Jam', 'Miles/Hour (mph)' => 'Kilometer per Jam', 'Language' => 'Bahasa', 'Current Conditions' => 'Keadaan Cuaca Saat Ini', 'Forecast Day' => 'Ramalan Siang Hari', 'Forecast Night' => 'Ramalan Malam Hari', 'Date' => 'Tanggal', 'Time' => 'Waktu', 'Temperature' => 'Suhu', 'Pressure' => 'Tekanan', 'Humidity' => 'Kelembaban', 'Wind' => 'Angin', 'Sunrise' => 'Matahari terbit', 'Sunset' => 'Matahari tenggelam', 'Copyright' => 'Hak Cipta', 'Forecast' => 'Ramalan', 'Day' => 'Hari', 'Daytime' => 'Siang', 'Nighttime' => 'Malam', 'Search location' => 'Pilih Lokasi', 'Searchterm' => 'Hasil Pencaharian', 'Select weatherprovider' => 'Pilih widget', 'Close' => 'Tutup', 'Locations:' => 'Lokasi:', 'Please try again later.' => 'Coba sebentar lagi.', 'Winds' => 'Angin', 'Night' => 'malam', 'The Weather' => 'Cuaca', ); widgetlang/wp-forecast-uk-ua.php000064400000011071150211511020012640 0ustar00 'Назва', 'Available widgets' => 'Доступні віджети', 'time' => 'час', 'Overcast' => 'Прогноз', 'Slight rain' => 'Краткое описание ', 'Light freezing rain' => 'Краткое описание ', 'Slight rain showers' => 'Краткое описание ', 'Light drizzle rain' => 'Краткое описание ', 'Light rain' => 'Краткое описание ', 'Light shower rain' => 'Краткое описание ', 'Light rain and snow' => 'Краткое описание ', 'Overcast clouds' => 'Прогноз', 'Searchresults' => 'Результат пошуку', 'Please select a location' => 'Будь ласка, выберіть ваше місто та нажміть пошук', 'widget_hint' => 'Віджет', 'How many wp-forecast widgets would you like?' => 'Скільки WP-прогноз віджетів ви хотіли?', 'Timeout for weatherprovider connections (secs.)?' => 'Тайм-аут для з\'єднання з AccuWeather (сек.)', 'Delete options during plugin deactivation?' => 'Видалити плагін під час дизактивації?', 'Update global options' => 'Поновити сторінку', 'Check connection to Weatherprovider' => 'Лінк на AccuWeather', 'Select widget' => 'Виберіть віджет', 'Settings successfully updated' => 'Налаштування поновлено успішно', 'You have to change a field to update settings.' => 'Ви повинні змінити поле для поновлення налаштувань', 'WP-Forecast Setup' => 'WP-прогноз Опції', 'Weatherservice' => 'Погода', 'OpenWeathermap' => 'Погода', 'OpenWeatherMap v3' => 'Погода', 'Location' => 'Місцезнаходження', 'Use visitors location' => 'Установити Місцезнаходження', 'Locationname' => 'Назва місцезнаходження', 'Refresh cache after' => 'Поновлення кеш-пам\'яті', 'secs.' => 'сек.', 'Use metric units' => 'Використання метричних одиниць', 'Use current time' => 'Використовувати поточний час', 'minutes' => 'хвилини', 'Windspeed-Unit' => 'Швидкість вітру', 'Meter/Second (m/s)' => 'Метр/Сек. (м/с)', 'Kilometer/Hour (km/h)' => 'Кілометр за годину (км/г)', 'Miles/Hour (mph)' => 'Міль за годину (міль/г) ', 'Knots (kts)' => 'Вузлів за годину (KTS)', 'Language' => 'Мова', 'Display Configuration' => 'Налаштування дісплею', 'Current Conditions' => 'Состояние погоды', 'Forecast Day' => 'Прогноз на день', 'Forecast Night' => 'Прогноз на вечір', 'Icon' => 'Иконка РС', 'Date' => 'Дата', 'Time' => 'Час', 'Short Description' => 'Краткое описание ', 'Temperature' => 'Температура', 'Realfeel' => 'Температура на поточний момент', 'Pressure' => 'Тиск', 'Humidity' => 'Вологість%', 'Wind' => 'Вітер', 'Windgusts' => 'Напрям вітру', 'Precipitation' => 'Краткое описание ', 'Sunrise' => 'Схід', 'Sunset' => 'Захід', 'Copyright' => 'Авторські права', 'Link to Weatherprovider' => 'Лінк на AccuWeather', 'Forecast' => 'Прогноз', 'All' => 'Все', 'Day' => 'День', 'Daytime' => 'Денний час', 'Nighttime' => 'Вечірній час', 'Update options' => 'Поновити сторінку', 'Search location' => 'Пошук місцезнаходження', 'Searchterm' => 'Пошук', 'Select weatherprovider' => 'Лінк на AccuWeather', 'Checklist for connection test' => 'Лінк на AccuWeather', 'wp-forecast on WordPress.org' => 'WP-прогноз ', 'German wp-forecast Site' => 'WP-прогноз ', 'wp-forecast Help' => 'WP-прогноз ', 'Locations:' => 'Місцезнаходження', 'Sorry, no valid weather data available.' => 'На жаль, відсутні дані про погоду', 'Please try again later.' => 'Будь ласка, повторіть спробу пізніше.', 'Winds' => 'Вітер', 'Precip.' => 'Краткое описание ', 'Night' => 'ніч', 'wp-forecast %s' => 'WP-прогноз ', 'wp-forecast-uv %s' => 'WP-прогноз ', 'The Weather' => 'Погода', ); widgetlang/wp-forecast-bs-ba.php000064400000014043150211511020012604 0ustar00 'Naslov:', 'Available widgets' => 'Raspoloživi dodatci', 'time' => 'Vrijeme', 'Rain' => 'Kiša', 'Snow' => 'Snijeg', 'Clear sky' => 'Vedro', 'Mainly clear' => 'Uglavnom vedro', 'Partly cloudy' => 'Dijelimično oblačno', 'Overcast' => 'Prognoza -', 'Fog' => 'Magla', 'Light drizzle' => 'Hladna sitna kiša', 'Moderate drizzle' => 'Hladna sitna kiša', 'Dense drizzle' => 'Hladna sitna kiša', 'Light freezing drizzle' => 'Hladna sitna kiša', 'Dense freezing drizzle' => 'Moguća sitna hladna kiša', 'Slight rain' => 'Lagan snijeg', 'Moderate rain' => 'Mogući pljuskovi', 'Heavy rain' => 'Jaka kiša', 'Light freezing rain' => 'Ledena kiša', 'Heavy freezing rain' => 'Moguća ledena kiša', 'Slight snow fall' => 'Lagan snijeg', 'Moderate snow fall' => 'Jak snijeg', 'Heavy snow fall' => 'Jak snijeg', 'Snow grains' => 'Jak snijeg', 'Slight rain showers' => 'Pljuskovi', 'Moderate rain showers' => 'Mogući pljuskovi', 'Violent rain showers' => 'Pljuskovi', 'Slight snow showers' => 'Jak snijeg', 'Heavy snow showers' => 'Jak snijeg', 'Thunderstorm' => 'Grmljavina', 'Thunderstorm with rain' => 'Grmljavina', 'Light thunderstorm' => 'Grmljavina', 'Heavy thunderstorm' => 'Grmljavina', 'Ragged thunderstorm' => 'Grmljavina', 'Thunderstorm with drizzle' => 'Grmljavina', 'Drizzle' => 'Sitna kiša', 'Heavy drizzle' => 'Hladna sitna kiša', 'Light drizzle rain' => 'Hladna sitna kiša', 'Drizzle rain' => 'Sitna kiša', 'Heavy drizzle rain' => 'Moguća ledena kiša', 'Heavy shower rain and drizzle' => 'Jaka kiša', 'Shower drizzle' => 'Hladna sitna kiša', 'Light rain' => 'Lagan snijeg', 'Very heavy rain' => 'Jaka kiša', 'Freezing rain' => 'Ledena kiša', 'Light shower rain' => 'Lagan snijeg', 'Shower rain' => 'Jaka kiša', 'Heavy shower rain' => 'Jaka kiša', 'Light snow' => 'Lagan snijeg', 'Heavy snow' => 'Jak snijeg', 'Sleet' => 'Susnježica', 'Light shower sleet' => 'Lagan snijeg', 'Light rain and snow' => 'Pljuskovi', 'Light shower snow' => 'Jak snijeg', 'Shower snow' => 'Pljuskovi', 'Heavy shower snow' => 'Jak snijeg', 'Scattered clouds' => 'Mjestimični pljuskovi', 'Broken clouds' => 'Povećana oblačnost', 'Overcast clouds' => 'Prognoza -', 'wp-forecast shortcode: This browser does not support iframes.' => 'Upozorenje: Ovaj internet pregledač (web browser) ne podržava iframes.', 'Searchresults' => 'Rezultati pretrage', 'Please select a location' => 'Odaberite grad i postavite lokaciju.', 'widget_hint' => 'dodatak savjet', 'How many wp-forecast widgets would you like?' => 'Koliko dodataka hoćete?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout za konekcuju ka provajderu (sek.)?', 'Preselect WordPress transfer method' => 'Odaberite wordpress transfer metodu', 'default' => 'podrazumijevano', 'Delete options during plugin deactivation?' => 'Obrisati opcije prilikom dektivacije?', 'Update global options' => 'Opcije ažuriranja', 'Check connection to Weatherprovider' => 'Provjerite vezu ka provajderu.', 'Select widget' => 'Odaberi dodatak', 'Settings successfully updated' => 'Podešavanja su uspješno ažurirana.', 'You have to change a field to update settings.' => 'Morate nešto da promijenite da bi ste izvršili ažuriranje.', 'WP-Forecast Setup' => 'WP-Forecast podešavanja.', 'Weatherservice' => 'Izaberite servis', 'OpenWeathermap' => 'Prognoza', 'OpenWeatherMap v3' => 'Prognoza', 'Location' => 'Lokacija', 'Use visitors location' => 'Postavi lokaciju', 'Locationname' => 'Lokacija', 'Refresh cache after' => 'Osvježiti keč posle', 'secs.' => 'sek', 'Use metric units' => 'Korisiti metričke jedinice', 'Use current time' => 'Koristi trenutno vrijeme', 'Time-Offset' => 'Vremenska razlika', 'minutes' => 'minuta', 'Windspeed-Unit' => 'Jedinica za mjerenje brzine vijetra', 'Meter/Second (m/s)' => '(m/s)', 'Kilometer/Hour (km/h)' => '(km/h)', 'Miles/Hour (mph)' => '(mph)', 'Knots (kts)' => '(kts)', 'Beaufort (bft)' => 'Bjufort (bft)', 'Language' => 'Jezik', 'Show forecast as ajax pull-down' => 'Prikaži prognozu sa ajax padajućim menijem', 'First day in pull-down' => 'Prvi dan u padajućem meniju', 'Display Configuration' => 'Prikaz Konfiguracije', 'Current Conditions' => 'Trenutni uslovi', 'Forecast Day' => 'Prognoza za Dan', 'Forecast Night' => 'Prognoza za Noć', 'Icon' => 'Ikonica', 'Date' => 'Datum', 'Time' => 'Vrijeme', 'Short Description' => 'Kratak opis', 'Temperature' => 'Temperature', 'Realfeel' => 'Trenutna temperatura', 'Pressure' => 'Pritisak', 'Humidity' => 'Vlažnost', 'Wind' => 'Vijetar', 'Windgusts' => 'Naleti vijetra', 'Precipitation' => 'Kratak opis', 'Sunrise' => 'Izlazak sunca', 'Sunset' => 'Zalazak sunca', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link ka davaocu prognoze', 'Open in new Window' => 'Otvoriti u novom prozoru', 'Forecast' => 'Prognoza -', 'All' => 'Sve', 'Day' => 'Dan', 'Daytime' => 'Danju', 'Nighttime' => 'Noću', 'Update options' => 'Opcije ažuriranja', 'Search location' => 'Pretraži lokaciju', 'Searchterm' => 'Termin pretrage', 'Connection-check' => 'Provjera veze (konekcije)', 'Select weatherprovider' => 'Odaberite provajdera.', 'Start check' => 'Početak provjere', 'Close' => 'Zatvori', 'Checklist for connection test' => 'Provjerite vezu ka provajderu.', 'wp-forecast on WordPress.org' => 'prognoza %s', 'German wp-forecast Site' => 'prognoza %s', 'Links will open in new Window/Tab.' => 'Otvoriti u novom prozoru', 'wp-forecast Help' => 'prognoza %s', 'Locations:' => 'Lokacije:', 'Failure notice from provider' => 'Obavještenje o neuspjehu od provajdera', 'Sorry, no valid weather data available.' => 'Nema podataka', 'Please try again later.' => 'Molimo, pokušajte kasnije...', 'Winds' => 'Vijetar', 'Precip.' => 'Kratak opis', 'Night' => 'Noć', 'Less forecast...' => 'Smanjen prikaz.', 'More forecast...' => 'Više prognoze...', 'wp-forecast %s' => 'prognoza %s', 'wp-forecast-uv %s' => 'prognoza %s', 'The Weather' => 'Prognoza', ); widgetlang/wp-forecast-hr-hr.php000064400000015623150211511020012645 0ustar00 'Naslov:', 'Available widgets' => 'Raspoloživi dodaci', 'time' => 'Vrijeme', 'Current UV-Index' => 'UV indeks', 'Max. UV-Index' => 'Maksimalni UV indeks', 'Ozone' => 'UV indeks', 'Rain' => 'Kiša', 'Snow' => 'Snijeg', 'Clear sky' => 'Vedro', 'Mainly clear' => 'Uglavnom vedro', 'Partly cloudy' => 'Djelimično oblačno', 'Overcast' => 'Prognoza', 'Fog' => 'Magla', 'Light drizzle' => 'Hladna sitna kiša', 'Moderate drizzle' => 'Hladna sitna kiša', 'Dense drizzle' => 'Hladna sitna kiša', 'Light freezing drizzle' => 'Hladna sitna kiša', 'Dense freezing drizzle' => 'Moguća sitna hladna kiša', 'Slight rain' => 'Lagan snijeg', 'Moderate rain' => 'Mogući pljuskovi', 'Heavy rain' => 'Jaka kiša', 'Light freezing rain' => 'Ledena kiša', 'Heavy freezing rain' => 'Moguća ledena kiša', 'Slight snow fall' => 'Lagan snijeg', 'Moderate snow fall' => 'Jak snijeg', 'Heavy snow fall' => 'Jak snijeg', 'Snow grains' => 'Jak snijeg', 'Slight rain showers' => 'Pljuskovi', 'Moderate rain showers' => 'Mogući pljuskovi', 'Violent rain showers' => 'Pljuskovi', 'Slight snow showers' => 'Jak snijeg', 'Heavy snow showers' => 'Jak snijeg', 'Thunderstorm' => 'Grmljavina', 'Thunderstorm with rain' => 'Grmljavina', 'Light thunderstorm' => 'Grmljavina', 'Heavy thunderstorm' => 'Grmljavina', 'Ragged thunderstorm' => 'Grmljavina', 'Thunderstorm with drizzle' => 'Grmljavina', 'Drizzle' => 'Sitna kiša', 'Heavy drizzle' => 'Hladna sitna kiša', 'Light drizzle rain' => 'Hladna sitna kiša', 'Drizzle rain' => 'Sitna kiša', 'Heavy drizzle rain' => 'Moguća ledena kiša', 'Heavy shower rain and drizzle' => 'Jaka kiša', 'Shower drizzle' => 'Hladna sitna kiša', 'Light rain' => 'Lagan snijeg', 'Very heavy rain' => 'Jaka kiša', 'Freezing rain' => 'Ledena kiša', 'Light shower rain' => 'Lagan snijeg', 'Shower rain' => 'Jaka kiša', 'Heavy shower rain' => 'Jaka kiša', 'Light snow' => 'Lagan snijeg', 'Heavy snow' => 'Jak snijeg', 'Sleet' => 'Susnježica', 'Light shower sleet' => 'Lagan snijeg', 'Light rain and snow' => 'Pljuskovi', 'Light shower snow' => 'Jak snijeg', 'Shower snow' => 'Pljuskovi', 'Heavy shower snow' => 'Jak snijeg', 'Scattered clouds' => 'Mjestimični pljuskovi', 'Broken clouds' => 'Povećana naoblaka', 'Overcast clouds' => 'Prognoza', 'wp-forecast shortcode: This browser does not support iframes.' => 'Upozorenje: Ovaj internet preglednik ne podržava iframes.', 'Searchresults' => 'Rezultati pretrage', 'Please enter a non empty searchstring' => 'Upišite termin za pretragu', 'Please select a location' => 'Odaberite grad i postavite lokaciju.', 'widget_hint' => 'dodatak_savjet', 'How many wp-forecast widgets would you like?' => 'Koliko dodataka hoćete?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout za konekciju k provajderu (sek.)?', 'Preselect WordPress transfer method' => 'Odaberite wordpress transfer metodu', 'default' => 'zadano', 'Delete options during plugin deactivation?' => 'Obrisati opcije prilikom dektivacije?', 'Update global options' => 'Opcije ažuriranja', 'Check connection to Weatherprovider' => 'Provjerite vezu k pružatelju usluge', 'Select widget' => 'Odaberi dodatak', 'Settings successfully updated' => 'Podešavanja su uspješno ažurirana.', 'You have to change a field to update settings.' => 'Morate prvo napraviti izmjenu kako bi izvršili ažuriranje.', 'WP-Forecast Setup' => 'WP-Forecast podešavanja.', 'Weatherservice' => 'Izaberite servis', 'OpenWeathermap' => 'Prognoza', 'OpenWeatherMap v3' => 'Prognoza', 'Location' => 'Lokacija', 'Use visitors location' => 'Postavi lokaciju', 'Locationname' => 'Lokacija', 'Refresh cache after' => 'Osvježi privremeni spremnik nakon', 'secs.' => 'sek', 'Use metric units' => 'Korisiti metričke jedinice', 'Use current time' => 'Koristi trenutno vrijeme', 'Time-Offset' => 'Vremenska razlika', 'minutes' => 'minuta', 'Windspeed-Unit' => 'Jedinica za mjerenje brzine vijetra', 'Meter/Second (m/s)' => 'Metar u sekundi (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometar na sat(km/h)', 'Miles/Hour (mph)' => 'Milja na sat (mph)', 'Knots (kts)' => 'Čvorovi (kts)', 'Beaufort (bft)' => 'Beaufort (bft)', 'Language' => 'Jezik', 'Show forecast as ajax pull-down' => 'Prikaži prognozu sa ajax padajućim izbornikom', 'First day in pull-down' => 'Prvi dan u padajućem izborniku', 'Show wind condition as icon' => 'Prikaži podatke o vjetru kao ikonu', 'Use CSS-Sprites for showing icons' => 'Koristi CSS spriteove kod prikaza ikona', 'Display Configuration' => 'Prikaz Konfiguracije', 'Current Conditions' => 'Trenutni uvjeti', 'Forecast Day' => 'Prognoza za Dan', 'Forecast Night' => 'Prognoza za Noć', 'Icon' => 'Ikonica', 'Date' => 'Datum', 'Time' => 'Vrijeme', 'Short Description' => 'Kratak opis', 'Temperature' => 'Temperature', 'Realfeel' => 'Subjektivno', 'Pressure' => 'Pritisak', 'Humidity' => 'Vlažnost', 'Wind' => 'Vjetar', 'Windgusts' => 'Naleti vjetra', 'Precipitation' => 'Kratak opis', 'UV-Index' => 'UV indeks', 'Sunrise' => 'Izlazak sunca', 'Sunset' => 'Zalazak sunca', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link k pružatelju usluge', 'Open in new Window' => 'Otvoriti u novom prozoru', 'Forecast' => 'Prognoza', 'All' => 'Sve', 'Day' => 'Dan', 'Daytime' => 'Danju', 'Nighttime' => 'Noću', 'Show UV-Index' => 'UV indeks', 'Show max. UV-Index' => 'Maksimalni UV indeks', 'Show Ozone' => 'UV indeks', 'Update options' => 'Opcije ažuriranja', 'Search location' => 'Pretraži lokaciju', 'Searchterm' => 'Termin pretrage', 'Connection-check' => 'Provjera veze', 'Select weatherprovider' => 'Odaberite pružatelja usluge', 'Start check' => 'Početak provjere', 'Close' => 'Zatvori', 'English Manual' => 'Upute na engleskom', 'German Manual' => 'Upute na njemačkom', 'Checklist for connection test' => 'Provjerite vezu', 'wp-forecast on WordPress.org' => 'wp-forecast na WordPress.org', 'German wp-forecast Site' => 'Njemačka wp-forecast stranica', 'Using wp-forecast with WPML (german)' => 'Korištenje wp-forecast u kombinaciji s WPML (na njemačkom)', 'Changelog' => 'Izmjene', 'Links will open in new Window/Tab.' => 'Otvoriti u novom prozoru', 'wp-forecast Help' => 'prognoza %s', 'Locations:' => 'Lokacije:', 'Failure notice from provider' => 'Obavještenje o neuspjehu od provajdera', 'Sorry, no valid weather data available.' => 'Nema podataka o vremenu', 'Please try again later.' => 'Molimo, pokušajte kasnije.', 'Winds' => 'Vjetar', 'Precip.' => 'Kratak opis', 'Current UV index' => 'UV indeks', 'Max. UV index' => 'Maksimalni UV indeks', 'Night' => 'Noć', 'max. UV-Index' => 'Maksimalni UV indeks', 'Less forecast...' => 'Smanjen prikaz...', 'More forecast...' => 'Više prognoze...', 'wp-forecast %s' => 'prognoza %s', 'wp-forecast-uv %s' => 'prognoza %s', 'The Weather' => 'Prognoza', ); widgetlang/wp-forecast-1.po.php000064400000006702150211511020012400 0ustar00 'Titel:', 'Available widgets' => 'Verfügbare Widgets', 'time' => 'Uhrzeit', 'Overcast' => 'Vorhersage', 'Slight rain' => 'Kurzbezeichnung', 'Light freezing rain' => 'Kurzbezeichnung', 'Slight rain showers' => 'Kurzbezeichnung', 'Light drizzle rain' => 'Kurzbezeichnung', 'Light rain' => 'Kurzbezeichnung', 'Light shower rain' => 'Kurzbezeichnung', 'Light rain and snow' => 'Kurzbezeichnung', 'Overcast clouds' => 'Vorhersage', 'Searchresults' => 'Suchergebnis', 'Please select a location' => '\"Bitte einen Ort auswählen und Ort Übernehmen klicken.', 'How many wp-forecast widgets would you like?' => 'Wieviele wp-forecast widgets möchten Sie verwenden?', 'Timeout for weatherprovider connections (secs.)?' => 'Zeitlimit für Accuweather Verbindungen (Sek.)', 'Delete options during plugin deactivation?' => 'Lösche Einstellungen bei Plugin-Deaktivierung?', 'Update global options' => 'Einstellungen speichern', 'Check connection to Weatherprovider' => 'Link zu Accuweather', 'Select widget' => 'Widget auswählen', 'Settings successfully updated' => 'Die Einstellungen wurden erfolgreich gespeichert.', 'WP-Forecast Setup' => 'WP-Forecast Einstellungen', 'Weatherservice' => 'Das Wetter', 'OpenWeathermap' => 'Das Wetter', 'OpenWeatherMap v3' => 'Das Wetter', 'Location' => 'Ort', 'Use visitors location' => 'Ort übernehmen', 'Locationname' => 'Ortsname', 'Refresh cache after' => 'Cache erneuern nach', 'secs.' => 'Sekunden', 'Use metric units' => 'metrische Einheiten verwenden', 'Use current time' => 'Verwende aktuelle Zeit', 'minutes' => 'Böen', 'Windspeed-Unit' => 'Einheit der Windgeschwindigkeit', 'Meter/Second (m/s)' => 'Meter/Sekunde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Stunde (km/h)', 'Miles/Hour (mph)' => 'Meilen/Stunde (mph)', 'Knots (kts)' => 'Knoten (kts)', 'Language' => 'Sprache', 'Display Configuration' => 'Anzeige Einstellungen', 'Current Conditions' => 'Aktuelles Wetter', 'Forecast Day' => 'Vorhersage tagsüber', 'Forecast Night' => 'Vorhersage nachts', 'Icon' => 'Symbol', 'Date' => 'Datum', 'Time' => 'Zeit', 'Short Description' => 'Kurzbezeichnung', 'Temperature' => 'Temperatur', 'Realfeel' => 'Gefühlte Temperatur', 'Pressure' => 'Luftdruck', 'Humidity' => 'Luftfeuchtigkeit', 'Wind' => 'Wind', 'Windgusts' => 'Böen', 'Precipitation' => 'Kurzbezeichnung', 'Sunrise' => 'Sonnenaufgang', 'Sunset' => 'Sonnenuntergang', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link zu Accuweather', 'Forecast' => 'Vorhersage', 'All' => 'Alle', 'Day' => 'Tag', 'Daytime' => 'tagsüber', 'Nighttime' => 'nachts', 'Update options' => 'Einstellungen speichern', 'Search location' => 'Ort suchen', 'Searchterm' => 'Suchbegriff', 'Select weatherprovider' => 'Link zu Accuweather', 'Checklist for connection test' => 'Link zu Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Ort', 'Sorry, no valid weather data available.' => 'Aktuell liegen keine gültigen Wetterinformationen vor.', 'Please try again later.' => 'Bitte versuchen Sie es später nochmal.', 'Winds' => 'Wind', 'Precip.' => 'Kurzbezeichnung', 'Night' => 'Nacht', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Das Wetter', ); widgetlang/wp-forecast-hu-hu.php000064400000006551150211511020012653 0ustar00 'Cím : ', 'Available widgets' => 'Használható widget-ek', 'time' => 'idő', 'Overcast' => 'Előjelzés', 'Slight rain' => 'Rövid leírás', 'Light freezing rain' => 'Rövid leírás', 'Slight rain showers' => 'Rövid leírás', 'Light drizzle rain' => 'Rövid leírás', 'Light rain' => 'Rövid leírás', 'Light shower rain' => 'Rövid leírás', 'Light rain and snow' => 'Rövid leírás', 'Overcast clouds' => 'Előjelzés', 'Searchresults' => 'A keresés eredménye', 'Please select a location' => 'Jelöld ki a várost, amit szeretnél és klikkelj a Hely beállítása -ra.', 'widget_hint' => 'Trükk', 'How many wp-forecast widgets would you like?' => 'Hány wp-forecast widget-et (várost) szeretnél ?', 'Timeout for weatherprovider connections (secs.)?' => 'Accuweather kapcsolódási idő (másodpercben)', 'Update global options' => 'Beállítások mentése', 'Check connection to Weatherprovider' => 'Linkelés az Accuweather-re', 'Select widget' => 'Válassz egy widget-et (várost)', 'Settings successfully updated' => 'Sikeresen mentve', 'You have to change a field to update settings.' => 'Változtass egy mezőn a mentéshez.', 'WP-Forecast Setup' => 'WP-Forecast beállítás', 'Weatherservice' => 'Időjárás', 'OpenWeathermap' => 'Időjárás', 'OpenWeatherMap v3' => 'Időjárás', 'Location' => 'Hely ', 'Use visitors location' => 'Hely beállítása', 'Locationname' => 'A hely neve ', 'Refresh cache after' => 'A cahce frissítése', 'secs.' => 'másodperc', 'Use metric units' => 'méterben', 'Use current time' => 'A jelenlegi időt használjuk', 'minutes' => 'Széllökések', 'Windspeed-Unit' => 'A szél-sebesség mértékegysége', 'Meter/Second (m/s)' => 'méter/másodperc (m/s)', 'Kilometer/Hour (km/h)' => 'Km/óra (km/h)', 'Miles/Hour (mph)' => 'Mérföld/óra (mph)', 'Knots (kts)' => 'Csomó (kts)', 'Language' => 'Nyelv', 'Display Configuration' => 'A konfiguráció megjelenítése', 'Current Conditions' => 'Jelenlegi állapot', 'Forecast Day' => 'Nappal várható:', 'Forecast Night' => 'Éjjel várható:', 'Icon' => 'Ikon', 'Date' => 'Dátum', 'Time' => 'Óra', 'Short Description' => 'Rövid leírás', 'Temperature' => 'Hőmérséklet', 'Realfeel' => 'Érzékelhető hő', 'Pressure' => 'Nyomás', 'Humidity' => 'Páratartalom', 'Wind' => 'Szél', 'Windgusts' => 'Széllökések', 'Precipitation' => 'Rövid leírás', 'Sunrise' => 'Napfelkelte', 'Sunset' => 'Napnyugta', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Linkelés az Accuweather-re', 'Forecast' => 'Előjelzés', 'Day' => 'Nap', 'Daytime' => 'Nappal', 'Nighttime' => 'Éjszaka', 'Update options' => 'Beállítások mentése', 'Search location' => 'A hely keresése', 'Searchterm' => 'keresendő', 'Select weatherprovider' => 'Linkelés az Accuweather-re', 'Checklist for connection test' => 'Linkelés az Accuweather-re', 'German wp-forecast Site' => 'WP-Forecast beállítás', 'wp-forecast Help' => 'WP-Forecast beállítás', 'Locations:' => 'Hely ', 'Sorry, no valid weather data available.' => 'Bocsi, nincs adat.', 'Please try again later.' => 'Próbáld újra később.', 'Winds' => 'Szél', 'Precip.' => 'Rövid leírás', 'Night' => 'éjszaka', 'The Weather' => 'Időjárás', ); widgetlang/wp-forecast-latin.php000064400000007571150211511020012737 0ustar00 'Titel:', 'Available widgets' => 'Verfügbare Widgets', 'time' => 'Uhrzeit', 'Clear sky' => 'Schliessen', 'Overcast' => 'Vorhersage', 'Slight rain' => 'Kurzbezeichnung', 'Light freezing rain' => 'Kurzbezeichnung', 'Slight rain showers' => 'Kurzbezeichnung', 'Light drizzle rain' => 'Kurzbezeichnung', 'Light rain' => 'Kurzbezeichnung', 'Light shower rain' => 'Kurzbezeichnung', 'Light rain and snow' => 'Kurzbezeichnung', 'Overcast clouds' => 'Vorhersage', 'Searchresults' => 'Suchergebnis', 'Please select a location' => 'Bitte einen Ort auswählen und Ortübernehmen klicken.', 'How many wp-forecast widgets would you like?' => 'Wieviele wp-forecast widgets möchten Sie verwenden?', 'Timeout for weatherprovider connections (secs.)?' => 'Zeitlimit für Accuweather Verbindungen (Sek.)', 'default' => 'Standard', 'Delete options during plugin deactivation?' => 'Lösche Einstellungen bei Plugin-Deaktivierung?', 'Update global options' => 'Einstellungen speichern', 'Check connection to Weatherprovider' => 'Link zu Accuweather', 'Select widget' => 'Widget auswählen', 'Settings successfully updated' => 'Die Einstellungen wurden erfolgreich gespeichert.', 'WP-Forecast Setup' => 'WP-Forecast Einstellungen', 'Weatherservice' => 'Wetterdienst', 'OpenWeathermap' => 'Das Wetter', 'OpenWeatherMap v3' => 'Das Wetter', 'Location' => 'Ort', 'Use visitors location' => 'Ort übernehmen', 'Locationname' => 'Ortsname', 'Refresh cache after' => 'Cache erneuern nach', 'secs.' => 'Sekunden', 'Use metric units' => 'metrische Einheiten verwenden', 'Use current time' => 'Verwende aktuelle Zeit', 'Time-Offset' => 'Zeitkorrektur', 'minutes' => 'Böen', 'Windspeed-Unit' => 'Einheit der Windgeschwindigkeit', 'Meter/Second (m/s)' => 'Meter/Sekunde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Stunde (km/h)', 'Miles/Hour (mph)' => 'Meilen/Stunde (mph)', 'Knots (kts)' => 'Knoten (kts)', 'Language' => 'Sprache', 'Display Configuration' => 'Anzeige Einstellungen', 'Current Conditions' => 'Aktuelles Wetter', 'Forecast Day' => 'Vorhersage tagsüber', 'Forecast Night' => 'Vorhersage nachts', 'Icon' => 'Symbol', 'Date' => 'Datum', 'Time' => 'Zeit', 'Short Description' => 'Kurzbezeichnung', 'Temperature' => 'Temperatur', 'Realfeel' => 'Gefühlte Temperatur', 'Pressure' => 'Luftdruck', 'Humidity' => 'Luftfeuchtigkeit', 'Wind' => 'Wind', 'Windgusts' => 'Böen', 'Precipitation' => 'Kurzbezeichnung', 'Sunrise' => 'Sonnenaufgang', 'Sunset' => 'Sonnenuntergang', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link zum Wetterprovider', 'Open in new Window' => 'In neuem Fenster öffnen', 'Forecast' => 'Vorhersage', 'All' => 'Alle', 'Day' => 'Tag', 'Daytime' => 'tagsüber', 'Nighttime' => 'nachts', 'Update options' => 'Einstellungen speichern', 'Search location' => 'Ort suchen', 'Searchterm' => 'Suchbegriff', 'Connection-check' => 'Verbindungstest', 'Select weatherprovider' => 'Wetterdienst auswählen', 'Start check' => 'Start', 'Close' => 'Schliessen', 'Checklist for connection test' => 'Link zu Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'In neuem Fenster öffnen', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Ort', 'Sorry, no valid weather data available.' => 'Aktuell liegen keine gültigen Wetterinformationen vor.', 'Please try again later.' => 'Bitte versuchen Sie es später nochmal.', 'Winds' => 'Wind', 'Precip.' => 'Kurzbezeichnung', 'Night' => 'Nacht', 'Less forecast...' => 'Weniger...', 'More forecast...' => 'Mehr...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Das Wetter', ); widgetlang/wp-forecast-ro-ro.php000064400000007151150211511020012660 0ustar00 'Titlu', 'Available widgets' => 'Widgets disponibil', 'time' => 'Oră', 'Overcast' => 'Prognoza', 'Slight rain' => 'Descriere pe scurt', 'Light freezing rain' => 'Descriere pe scurt', 'Slight rain showers' => 'Descriere pe scurt', 'Light drizzle rain' => 'Descriere pe scurt', 'Light rain' => 'Descriere pe scurt', 'Light shower rain' => 'Descriere pe scurt', 'Light rain and snow' => 'Descriere pe scurt', 'Overcast clouds' => 'Prognoza', 'Searchresults' => 'Rezultat căutare', 'Please select a location' => 'Selectaţi oraşul dumneavoastră şi apăsaţi locaţia stabilită.', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Cât de multe wp-forecast widgets ti-ar place?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout pentru accuweather conexiuni (sec.)?', 'Delete options during plugin deactivation?' => 'Ştergere opţiuni în timpul plugin dezactivare?', 'Update global options' => 'Opţiuni de actualizare', 'Check connection to Weatherprovider' => 'Link la Accuweather', 'Select widget' => 'Selectaţi widget', 'Settings successfully updated' => 'Setările au fost actualizate cu succes', 'You have to change a field to update settings.' => 'Trebuie să schimbaţi un câmp pentru a actualiza setările.', 'WP-Forecast Setup' => 'WP-Forecast Setări', 'Weatherservice' => 'Vremea', 'OpenWeathermap' => 'Vremea', 'OpenWeatherMap v3' => 'Vremea', 'Location' => 'Locaţie', 'Use visitors location' => 'Locaţia stabilită', 'Locationname' => 'Nume Locaţie', 'Refresh cache after' => 'Actualizează cache după', 'secs.' => 'secunde.', 'Use metric units' => 'Utilizaţi unităţi metrice', 'Use current time' => 'Utiliza timpul curent', 'minutes' => 'Rafale de vânt', 'Windspeed-Unit' => 'Unitatea viteza vântului', 'Meter/Second (m/s)' => 'Metri/Secunde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometri/Oră (km/h)', 'Miles/Hour (mph)' => 'Mile/Oră (mph)', 'Knots (kts)' => 'Noduri (kts)', 'Language' => 'Limbă', 'Display Configuration' => 'Arată configurarea ', 'Current Conditions' => 'Condiţiile curente', 'Forecast Day' => 'Prognoza Zi', 'Forecast Night' => 'Prognoza noapte', 'Icon' => 'Icoana', 'Date' => 'Dată', 'Time' => 'Oră', 'Short Description' => 'Descriere pe scurt', 'Temperature' => 'Temperatura', 'Realfeel' => 'Perceput de temperatură', 'Pressure' => 'Presiunea', 'Humidity' => 'Umiditate', 'Wind' => 'Vântul', 'Windgusts' => 'Rafale de vânt', 'Precipitation' => 'Descriere pe scurt', 'Sunrise' => 'Răsarit', 'Sunset' => 'Apus', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link la Accuweather', 'Forecast' => 'Prognoza', 'All' => 'Toate', 'Day' => 'Zi', 'Daytime' => 'Timp de zi', 'Nighttime' => 'Timp de noapte', 'Update options' => 'Opţiuni de actualizare', 'Search location' => 'Căutare locaţie', 'Searchterm' => 'Termen de căutare', 'Select weatherprovider' => 'Link la Accuweather', 'Checklist for connection test' => 'Link la Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Locaţie', 'Sorry, no valid weather data available.' => 'Ne pare rău, datele vreme nu sunt disponibile.', 'Please try again later.' => 'Încercaţi din nou mai târziu.', 'Winds' => 'Vântul', 'Precip.' => 'Descriere pe scurt', 'Night' => 'Noapte', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Vremea', ); widgetlang/wp-forecast-nl-nl.php000064400000014140150211511020012636 0ustar00 'Titel:', 'Available widgets' => 'Beschikbare widgets', 'time' => 'tijd', 'Rain' => 'Regen', 'Snow' => 'Sneeuw', 'Clear sky' => 'Helder', 'Mainly clear' => 'Meest helder', 'Partly cloudy' => 'Gedeeltelijk bewolkt', 'Overcast' => 'Verwachting', 'Fog' => 'Mist', 'Light drizzle' => 'Bevriezende motregen', 'Moderate drizzle' => 'Bevriezende motregen', 'Dense drizzle' => 'Bevriezende motregen', 'Light freezing drizzle' => 'Bevriezende motregen', 'Dense freezing drizzle' => 'Kans op bevriezende motregen', 'Slight rain' => 'Lichte sneeuw', 'Moderate rain' => 'Kans op regenbui', 'Heavy rain' => 'Hevige regen', 'Light freezing rain' => 'Bevriezende regen', 'Heavy freezing rain' => 'Kans op bevriezende regen', 'Slight snow fall' => 'Lichte sneeuw', 'Moderate snow fall' => 'Hevige sneeuw', 'Heavy snow fall' => 'Hevige sneeuw', 'Snow grains' => 'Sneeuwbuien', 'Slight rain showers' => 'Regenbuien', 'Moderate rain showers' => 'Kans op regenbui', 'Violent rain showers' => 'Regenbuien', 'Slight snow showers' => 'Sneeuwbuien', 'Heavy snow showers' => 'Sneeuwbuien', 'Thunderstorm' => 'Onweersbuien', 'Thunderstorm with rain' => 'Onweersbuien', 'Light thunderstorm' => 'Onweersbuien', 'Heavy thunderstorm' => 'Onweersbuien', 'Ragged thunderstorm' => 'Onweersbuien', 'Thunderstorm with drizzle' => 'Onweersbuien', 'Drizzle' => 'Miezer', 'Heavy drizzle' => 'Bevriezende motregen', 'Light drizzle rain' => 'Bevriezende motregen', 'Drizzle rain' => 'Miezer', 'Heavy drizzle rain' => 'Kans op bevriezende regen', 'Heavy shower rain and drizzle' => 'Hevige regen', 'Shower drizzle' => 'Bevriezende motregen', 'Light rain' => 'Lichte sneeuw', 'Very heavy rain' => 'Hevige regen', 'Freezing rain' => 'Bevriezende regen', 'Light shower rain' => 'Lichte sneeuw', 'Shower rain' => 'Hevige regen', 'Heavy shower rain' => 'Hevige regen', 'Light snow' => 'Lichte sneeuw', 'Heavy snow' => 'Hevige sneeuw', 'Sleet' => 'IJzel', 'Light shower sleet' => 'Lichte sneeuw', 'Light rain and snow' => 'Regenbuien', 'Light shower snow' => 'Sneeuwbuien', 'Shower snow' => 'Regenbuien', 'Heavy shower snow' => 'Sneeuwbuien', 'Scattered clouds' => 'Verspreide buien', 'Broken clouds' => 'Toenemende bewolking', 'Overcast clouds' => 'Verwachting', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast afkorting: Deze browser ondersteunt geen iframes.', 'Searchresults' => 'Zoekresultaat', 'Please select a location' => 'Selecteer uw stad en druk op stel locatie in.', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Hoeveel wp-forecast widgets wil je hebben?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout voor weerprovider connecties (sec.)?', 'Preselect WordPress transfer method' => 'Selecteer WordPress overdrachtsmodus', 'default' => 'standaard', 'Delete options during plugin deactivation?' => 'Opties verwijderen tijdens plugin de-activatie?', 'Update global options' => 'Bijwerken opties', 'Check connection to Weatherprovider' => 'Controleer connectie met weerprovider', 'Select widget' => 'Selecteer widget', 'Settings successfully updated' => 'Instellingen succesvol bijgewerkt', 'You have to change a field to update settings.' => 'Je moet een veld wijzigen om de instellingen te kunnen bijwerken.', 'WP-Forecast Setup' => 'WP-Forecast instellingen', 'Weatherservice' => 'Weerservice', 'OpenWeathermap' => 'Het weer', 'OpenWeatherMap v3' => 'Het weer', 'Location' => 'Locatie', 'Use visitors location' => 'Stel locatie in', 'Locationname' => 'Locatienaam', 'Refresh cache after' => 'Ververs geheugen na', 'secs.' => 'sec.', 'Use metric units' => 'Gebruik metriek stelsel', 'Use current time' => 'Gebruik huidige tijd', 'Time-Offset' => 'Tijd offset', 'minutes' => 'minuten', 'Windspeed-Unit' => 'Windsnelheid eenheid', 'Meter/Second (m/s)' => 'Meter/Seconde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Uur (km/h)', 'Miles/Hour (mph)' => 'Mijl/Uur (mph)', 'Knots (kts)' => 'Knopen (knpn)', 'Language' => 'Taal', 'Show forecast as ajax pull-down' => 'Toon verwachting als ajax pull-down', 'First day in pull-down' => 'Eerste dag in pull-down', 'Display Configuration' => 'Toon configuratie', 'Current Conditions' => 'Huidig weerbeeld', 'Forecast Day' => 'Verwachting dag', 'Forecast Night' => 'Verwachting nacht', 'Icon' => 'Icoon', 'Date' => 'Datum', 'Time' => 'Tijd', 'Short Description' => 'Korte omschrijving', 'Temperature' => 'Temperatuur', 'Realfeel' => 'Werkelijk gevoel', 'Pressure' => 'Druk', 'Humidity' => 'Vochtigheid', 'Wind' => 'Wind', 'Windgusts' => 'Windstoten', 'Precipitation' => 'Korte omschrijving', 'Sunrise' => 'Zonsopgang', 'Sunset' => 'Zonsondergang', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link naar weerprovider', 'Open in new Window' => 'Open in een nieuw venster', 'Forecast' => 'Verwachting', 'All' => 'Alle', 'Day' => 'Dag', 'Daytime' => 'Overdag', 'Nighttime' => '\'s Nacht', 'Update options' => 'Bijwerken opties', 'Search location' => 'Zoek locatie', 'Searchterm' => 'Zoekterm', 'Connection-check' => 'Connectie controle', 'Select weatherprovider' => 'Selecteer weerprovider', 'Start check' => 'Start controle', 'Close' => 'Sluit', 'Checklist for connection test' => 'Controleer connectie met weerprovider', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'Open in een nieuw venster', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Locaties:', 'Failure notice from provider' => 'Mislukkingsbericht van provider', 'Sorry, no valid weather data available.' => 'Sorry, geen geldige weerdata beschikbaar.', 'Please try again later.' => 'Probeer later opnieuw svp.', 'Winds' => 'Wind', 'Precip.' => 'Korte omschrijving', 'Night' => 'nacht', 'Less forecast...' => 'Minder verwachtingen...', 'More forecast...' => 'Meer verwachtingen...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Het weer', ); widgetlang/wp-forecast-nb-no.php000064400000006271150211511020012635 0ustar00 'Tittel:', 'Available widgets' => 'Tilgjengelige programtillegg', 'time' => 'Tid', 'Overcast' => 'Værmelding', 'Slight rain' => 'Kort beskrivelse', 'Light freezing rain' => 'Kort beskrivelse', 'Slight rain showers' => 'Kort beskrivelse', 'Light drizzle rain' => 'Kort beskrivelse', 'Light rain' => 'Kort beskrivelse', 'Light shower rain' => 'Kort beskrivelse', 'Light rain and snow' => 'Kort beskrivelse', 'Overcast clouds' => 'Værmelding', 'Searchresults' => 'Søkeresultat', 'Please select a location' => 'Velg stedet ditt og trykk Bestem sted', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Hvor mange \' wp-forecast\' programtillegg vil du bruke?', 'Update global options' => 'Oppdater alternativer', 'Check connection to Weatherprovider' => 'Velg programtillegg', 'Select widget' => 'Velg programtillegg', 'Settings successfully updated' => 'Alternativer oppdatert', 'You have to change a field to update settings.' => 'Du må endre et felt for å oppdatere alternativer', 'WP-Forecast Setup' => 'WP-Forecast Alternativer', 'Weatherservice' => 'Været', 'OpenWeathermap' => 'Været', 'OpenWeatherMap v3' => 'Været', 'Location' => 'Sted', 'Use visitors location' => 'Bestem sted', 'Locationname' => 'Stedsnavn', 'Refresh cache after' => 'Forny \'cache\' etter', 'secs.' => 'sekunder', 'Use metric units' => 'Bruk metriske enheter', 'Use current time' => 'Bruk aktuell tid', 'minutes' => 'Vindkast', 'Windspeed-Unit' => 'Vindhastighets-enhet', 'Meter/Second (m/s)' => 'Meter/Sekund (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Time (km/h)', 'Miles/Hour (mph)' => 'Mil/Time (mph)', 'Knots (kts)' => 'Knop (kts)', 'Language' => 'Språk', 'Display Configuration' => 'Vis konfigurering', 'Current Conditions' => 'Nåværende forhold', 'Forecast Day' => 'Værmelding dag', 'Forecast Night' => 'Værmelding natt', 'Icon' => 'Ikon', 'Date' => 'Dato', 'Time' => 'Tid', 'Short Description' => 'Kort beskrivelse', 'Temperature' => 'Temperatur', 'Realfeel' => 'Føles som', 'Pressure' => 'Trykk', 'Humidity' => 'Fuktighet', 'Wind' => 'Vind', 'Windgusts' => 'Vindkast', 'Precipitation' => 'Kort beskrivelse', 'Sunrise' => 'Soloppgang', 'Sunset' => 'Solnedgang', 'Copyright' => '© Kopirettighet', 'Link to Weatherprovider' => 'Velg programtillegg', 'Forecast' => 'Værmelding', 'Day' => 'Dag', 'Daytime' => 'Dagtid', 'Nighttime' => 'Nattid', 'Update options' => 'Oppdater alternativer', 'Search location' => 'Søk etter sted', 'Searchterm' => 'Søkeord', 'Select weatherprovider' => 'Velg programtillegg', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Sted', 'Sorry, no valid weather data available.' => 'Beklager, ingen gyldige værdata tilgjengelige.', 'Please try again later.' => 'Vennligst prøv igjen senere.', 'Winds' => 'Vind', 'Precip.' => 'Kort beskrivelse', 'Night' => 'Natt', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Været', ); widgetlang/wp-forecast-ru-ru.php000064400000011165150211511020012674 0ustar00 'Название', 'Available widgets' => 'Доступные виджеты', 'time' => 'Время', 'Overcast' => 'Прогноз ', 'Slight rain' => 'Краткое описание ', 'Light freezing rain' => 'Краткое описание ', 'Slight rain showers' => 'Краткое описание ', 'Light drizzle rain' => 'Краткое описание ', 'Light rain' => 'Краткое описание ', 'Light shower rain' => 'Краткое описание ', 'Light rain and snow' => 'Краткое описание ', 'Overcast clouds' => 'Прогноз ', 'Searchresults' => 'Результат поиска', 'Please select a location' => 'Пожалуйста, выберите ваш город и нажмите поиск', 'widget_hint' => 'Виджет', 'How many wp-forecast widgets would you like?' => 'Сколько WP-прогноз виджетов вы хотели?', 'Timeout for weatherprovider connections (secs.)?' => 'Тайм-аут для соединения AccuWeather (сек.)', 'Delete options during plugin deactivation?' => 'Удалить плагин в ходе дизактивации ?', 'Update global options' => 'Обновить страницу', 'Check connection to Weatherprovider' => 'Ссылка на AccuWeather', 'Select widget' => 'Выберите виджет', 'Settings successfully updated' => 'Настройки успешно обновлены', 'You have to change a field to update settings.' => 'Вы должны изменить поле для обновления настроек', 'WP-Forecast Setup' => 'WP-прогноз установки', 'Weatherservice' => 'Погода', 'OpenWeathermap' => 'Погода', 'OpenWeatherMap v3' => 'Погода', 'Location' => 'Местонахождение', 'Use visitors location' => 'Установить местонахождение', 'Locationname' => ' Название местонахождения', 'Refresh cache after' => 'Обновление кэш-памяти', 'secs.' => 'сек.', 'Use metric units' => 'Использование метрических единиц', 'Use current time' => 'Использовать текущее время', 'minutes' => 'Направление ветра', 'Windspeed-Unit' => 'Скорость ветра', 'Meter/Second (m/s)' => 'Метр /Сек. ', 'Kilometer/Hour (km/h)' => 'Километр в час (км / ч)', 'Miles/Hour (mph)' => 'Миль в час (миль / ч) ', 'Knots (kts)' => 'Узлы в час (KTS)', 'Language' => 'Язык ', 'Display Configuration' => 'Настройка дисплея', 'Current Conditions' => 'Состояние погоды', 'Forecast Day' => 'Прогноз на день', 'Forecast Night' => 'Прогноз на вечер', 'Icon' => 'Икона РС', 'Date' => 'Дата', 'Time' => 'Время', 'Short Description' => 'Краткое описание ', 'Temperature' => 'Температура ', 'Realfeel' => 'Температура на данный момент', 'Pressure' => 'Давление мм.рт.ст.', 'Humidity' => 'Влажность%', 'Wind' => 'Ветер', 'Windgusts' => 'Направление ветра', 'Precipitation' => 'Краткое описание ', 'Sunrise' => 'Восход', 'Sunset' => 'Закат', 'Copyright' => 'Авторские права', 'Link to Weatherprovider' => 'Ссылка на AccuWeather', 'Forecast' => 'Прогноз ', 'All' => 'Все', 'Day' => 'День ', 'Daytime' => 'Дневное время', 'Nighttime' => 'Вечернее время', 'Update options' => 'Обновить страницу', 'Search location' => 'Поиск местоположения', 'Searchterm' => 'Поиск', 'Select weatherprovider' => 'Ссылка на AccuWeather', 'Checklist for connection test' => 'Ссылка на AccuWeather', 'wp-forecast on WordPress.org' => 'WP-прогноз ', 'German wp-forecast Site' => 'WP-прогноз ', 'wp-forecast Help' => 'WP-прогноз ', 'Locations:' => 'Местонахождение', 'Sorry, no valid weather data available.' => 'К сожалению, отсутствуют данные о погоде', 'Please try again later.' => 'Пожалуйста, повторите попытку позже.', 'Winds' => 'Ветер', 'Precip.' => 'Краткое описание ', 'Night' => 'Ночь', 'wp-forecast %s' => 'WP-прогноз ', 'wp-forecast-uv %s' => 'WP-прогноз ', 'The Weather' => 'Погода', ); widgetlang/wp-forecast-el-el.php000064400000021770150211511020012623 0ustar00 'Τίτλος:', 'Available widgets' => 'Διαθέσιμες μονάδες', 'time' => 'ώρα', 'Current UV-Index' => 'Υπεριώδης ακτινοβολία (UV)', 'Max. UV-Index' => 'μεγ. Υπεριώδης ακτινοβολία (UV)', 'Ozone' => 'Υπεριώδης ακτινοβολία (UV)', 'Rain' => 'Βροχή', 'Snow' => 'Χιόνι', 'Clear sky' => 'Καθαρός', 'Mainly clear' => 'Κυρίως καθαρός', 'Partly cloudy' => 'Μερική συννεφιά', 'Overcast' => 'Πρόβλεψη', 'Fog' => 'Ομίχλη', 'Light drizzle' => 'Παγωμένη ψιχάλα', 'Moderate drizzle' => 'Παγωμένη ψιχάλα', 'Dense drizzle' => 'Παγωμένη ψιχάλα', 'Light freezing drizzle' => 'Παγωμένη ψιχάλα', 'Dense freezing drizzle' => 'Πιθανότητα παγωμένης ψιχάλας', 'Slight rain' => 'Ασθενής χιονόπτωση', 'Moderate rain' => 'Πιθανότητα βροχοπτώσεων', 'Heavy rain' => 'Δυνατή βροχή', 'Light freezing rain' => 'Παγωμένη βροχή', 'Heavy freezing rain' => 'Πιθανότητα παγωμένης βροχής', 'Slight snow fall' => 'Ασθενής χιονόπτωση', 'Moderate snow fall' => 'Δυνατή χιονόπτωση', 'Heavy snow fall' => 'Δυνατή χιονόπτωση', 'Snow grains' => 'Χιονοπτώσεις', 'Slight rain showers' => 'Βροχοπτώσεις', 'Moderate rain showers' => 'Πιθανότητα βροχοπτώσεων', 'Violent rain showers' => 'Βροχοπτώσεις', 'Slight snow showers' => 'Χιονοπτώσεις', 'Heavy snow showers' => 'Χιονοπτώσεις', 'Thunderstorm' => 'Καταιγίδες', 'Thunderstorm with rain' => 'Καταιγίδες', 'Light thunderstorm' => 'Καταιγίδες', 'Heavy thunderstorm' => 'Καταιγίδες', 'Ragged thunderstorm' => 'Καταιγίδες', 'Thunderstorm with drizzle' => 'Καταιγίδες', 'Drizzle' => 'Ψιχάλα', 'Heavy drizzle' => 'Παγωμένη ψιχάλα', 'Light drizzle rain' => 'Παγωμένη ψιχάλα', 'Drizzle rain' => 'Ψιχάλα', 'Heavy drizzle rain' => 'Πιθανότητα παγωμένης βροχής', 'Heavy shower rain and drizzle' => 'Δυνατή βροχή', 'Shower drizzle' => 'Παγωμένη ψιχάλα', 'Light rain' => 'Ασθενής χιονόπτωση', 'Very heavy rain' => 'Δυνατή βροχή', 'Freezing rain' => 'Παγωμένη βροχή', 'Light shower rain' => 'Ασθενής χιονόπτωση', 'Shower rain' => 'Δυνατή βροχή', 'Heavy shower rain' => 'Δυνατή βροχή', 'Light snow' => 'Ασθενής χιονόπτωση', 'Heavy snow' => 'Δυνατή χιονόπτωση', 'Sleet' => 'Χιονόνερο', 'Light shower sleet' => 'Ασθενής χιονόπτωση', 'Light rain and snow' => 'Βροχοπτώσεις', 'Light shower snow' => 'Χιονοπτώσεις', 'Shower snow' => 'Βροχοπτώσεις', 'Heavy shower snow' => 'Χιονοπτώσεις', 'Scattered clouds' => 'Δυνατές Βροχοπτώσεις', 'Broken clouds' => 'Συννεφιά', 'Overcast clouds' => 'Πρόβλεψη', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast shortcode: Αυτός ο περιηγητής δεν υποστηρίζει iframes.', 'Searchresults' => 'Αποτελέσματα αναζήτησης', 'Please enter a non empty searchstring' => 'Παρακαλώ καταχωρίστε μια επιλογή αναζήτησης.', 'Please select a location' => 'Παρακαλώ επιλέξτε τοποθεσία', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Πόσες μονάδες wp-forecast θέλετε;', 'Timeout for weatherprovider connections (secs.)?' => 'Χρονοκαθυστέρηση συνδέσεων από τον πάροχο καιρού (δευτ.);', 'Preselect WordPress transfer method' => 'Προεπιλογή μεθόδου μεταφοράς από το wordpress', 'default' => 'Προκαθορισμένο', 'Delete options during plugin deactivation?' => 'Διαγραφή των επιλογών κατά την απενεργοποίηση του πρόσθετου;', 'Update global options' => 'Ανανέωση επιλογών', 'Check connection to Weatherprovider' => 'Έλεγχος σύνδεσης με τον πάροχο καιρού', 'Select widget' => 'Επιλέξτε μονάδα', 'Settings successfully updated' => 'Οι ρυθμίσεις αποθηκεύτηκαν επιτυχώς', 'WP-Forecast Setup' => 'Ρυθμίσεις WP-Forecast', 'Weatherservice' => 'Υπηρεσία καιρού', 'OpenWeathermap' => 'Ο καιρός', 'OpenWeatherMap v3' => 'Ο καιρός', 'Location' => 'Τοποθεσία', 'Use visitors location' => 'Παρακαλώ επιλέξτε τοποθεσία', 'Locationname' => 'Όνομα τοποθεσίας', 'Refresh cache after' => 'Ανανέωση μνήμης μετά από', 'secs.' => 'δευτ.', 'Use metric units' => 'Χρήση μονάδων μετρικού συστήματος', 'Use current time' => 'Χρήση τωρινής ώρας', 'Time-Offset' => 'Time-Offset', 'minutes' => 'λεπτά', 'Windspeed-Unit' => 'Μονάδα ταχύτητας ανέμων', 'Meter/Second (m/s)' => 'μέτρα/δευτερόλεπτο (μ/δ)', 'Kilometer/Hour (km/h)' => 'Χιλιόμετρα/ώρα (χιλ/ω)', 'Miles/Hour (mph)' => 'Μίλια/ώρα (μιλια/ω)', 'Knots (kts)' => 'Knots (kts)', 'Beaufort (bft)' => 'μποφόρ (bft)', 'Language' => 'Γλώσσα', 'Show forecast as ajax pull-down' => 'Εμφάνιση πρόβλεψης ως αναδυόμενο μενού ajax', 'First day in pull-down' => 'Πρώτη μέρα στο αναδυόμενο μενού', 'Display Configuration' => 'Εμφάνιση διαμόρφωσης', 'Current Conditions' => 'Τρέχουσες συνθήκες', 'Forecast Day' => 'Πρόβλεψη ημέρας', 'Forecast Night' => 'Πρόβλεψη νύχτας', 'Icon' => 'Εικονίδιο', 'Date' => 'Ημερομηνία', 'Time' => 'Ώρα', 'Short Description' => 'Σύντομη περιγραφή', 'Temperature' => 'Θερμοκρασία', 'Realfeel' => 'Πραγματική αίσθηση', 'Pressure' => 'Πίεση', 'Humidity' => 'Υγρασία', 'Wind' => 'Άνεμοι', 'Windgusts' => 'Ριπές ανέμου', 'Precipitation' => 'Σύντομη περιγραφή', 'UV-Index' => 'Υπεριώδης ακτινοβολία (UV)', 'Sunrise' => 'Ανατολή', 'Sunset' => 'Ηλιοβασίλεμα', 'Copyright' => 'Πνευματικά δικαιώματα', 'Link to Weatherprovider' => 'Σύνδεσμος στον πάροχο καιρού', 'Open in new Window' => 'Άνοιγμα σε νέο παράθυρο', 'Forecast' => 'Πρόβλεψη', 'All' => 'Όλα', 'Day' => 'Ημέρα', 'Daytime' => 'Διάρκεια ημέρας', 'Nighttime' => 'Διάρκεια νύχτας', 'Show UV-Index' => 'Υπεριώδης ακτινοβολία (UV)', 'Show max. UV-Index' => 'μεγ. Υπεριώδης ακτινοβολία (UV)', 'Show Ozone' => 'Υπεριώδης ακτινοβολία (UV)', 'Update options' => 'Ανανέωση επιλογών', 'Search location' => 'Αναζήτηση τοποθεσίας', 'Searchterm' => 'Όρος αναζήτησης', 'Connection-check' => 'Έλεγχος σύνδεσης', 'Select weatherprovider' => 'Επιλογή παρόχου καιρού', 'Start check' => 'Έναρξη ελέγχου', 'Close' => 'Κλείσιμο', 'Checklist for connection test' => 'Έλεγχος σύνδεσης με τον πάροχο καιρού', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'Άνοιγμα σε νέο παράθυρο', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Τοποθεσίες:', 'Failure notice from provider' => 'Ειδοποίηση σφάλματος από τον πάροχο', 'Sorry, no valid weather data available.' => 'Συγνώμη, δεν υπάρχουν διαθέσιμα στοιχεία καιρού.', 'Please try again later.' => 'Παρακαλώ δοκιμάστε αργότερα.', 'Winds' => 'Άνεμοι', 'Precip.' => 'Σύντομη περιγραφή', 'Current UV index' => 'Υπεριώδης ακτινοβολία (UV)', 'Max. UV index' => 'μεγ. Υπεριώδης ακτινοβολία (UV)', 'Night' => 'νύχτα', 'max. UV-Index' => 'μεγ. Υπεριώδης ακτινοβολία (UV)', 'Less forecast...' => 'Λιγότερες ημέρες...', 'More forecast...' => 'Περισσότερες ημέρες...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Ο καιρός', ); widgetlang/wp-forecast-bg-bg.php000064400000017077150211511020012610 0ustar00 'Заглавие:', 'Available widgets' => 'Налични джаджи', 'time' => 'Време', 'Rain' => 'Дъжд', 'Snow' => 'Сняг', 'Clear sky' => 'Ясно', 'Mainly clear' => 'Предимно ясно', 'Partly cloudy' => 'Частична облачност', 'Overcast' => 'Прогноза за', 'Fog' => 'Мъгла', 'Light drizzle' => 'Леден дъждец', 'Moderate drizzle' => 'Леден дъждец', 'Dense drizzle' => 'Леден дъждец', 'Light freezing drizzle' => 'Леден дъждец', 'Dense freezing drizzle' => 'Вероятност за леден ситен дъжд', 'Slight rain' => 'Лек сняг', 'Moderate rain' => 'Вероятност за порои', 'Heavy rain' => 'Силен дъжд', 'Light freezing rain' => 'Леден дъжд', 'Heavy freezing rain' => 'Вероятност за леден дъжд', 'Slight snow fall' => 'Лек сняг', 'Moderate snow fall' => 'Силен сняг', 'Heavy snow fall' => 'Силен сняг', 'Snow grains' => 'Снежни порои', 'Slight rain showers' => 'Порои', 'Moderate rain showers' => 'Вероятност за порои', 'Violent rain showers' => 'Порои', 'Slight snow showers' => 'Снежни порои', 'Heavy snow showers' => 'Снежни порои', 'Thunderstorm' => 'Гръмотевични бури', 'Thunderstorm with rain' => 'Гръмотевични бури', 'Light thunderstorm' => 'Гръмотевични бури', 'Heavy thunderstorm' => 'Гръмотевични бури', 'Ragged thunderstorm' => 'Гръмотевични бури', 'Thunderstorm with drizzle' => 'Гръмотевични бури', 'Drizzle' => 'Ръми', 'Heavy drizzle' => 'Леден дъждец', 'Light drizzle rain' => 'Леден дъждец', 'Drizzle rain' => 'Ръми', 'Heavy drizzle rain' => 'Вероятност за леден дъжд', 'Heavy shower rain and drizzle' => 'Силен дъжд', 'Shower drizzle' => 'Леден дъждец', 'Light rain' => 'Лек сняг', 'Very heavy rain' => 'Силен дъжд', 'Freezing rain' => 'Леден дъжд', 'Light shower rain' => 'Лек сняг', 'Shower rain' => 'Силен дъжд', 'Heavy shower rain' => 'Силен дъжд', 'Light snow' => 'Лек сняг', 'Heavy snow' => 'Силен сняг', 'Sleet' => 'Суграшица', 'Light shower sleet' => 'Лек сняг', 'Light rain and snow' => 'Порои', 'Light shower snow' => 'Снежни порои', 'Shower snow' => 'Порои', 'Heavy shower snow' => 'Снежни порои', 'Scattered clouds' => 'Разпръснати порои', 'Broken clouds' => 'Заоблачаване', 'Overcast clouds' => 'Прогноза за', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast shortcode: Браузърът Ви не поддържа iframes.', 'Searchresults' => 'Резултати от търсенето', 'Please select a location' => 'Маркирайте своя град и натиснете \"Избери място\".', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Колко джаджи на WP-Forecast да има?', 'Timeout for weatherprovider connections (secs.)?' => 'Времеви интервал на връзката с доставчика (сек.)?', 'Preselect WordPress transfer method' => 'Изберете метод за трансфер на Wordpress', 'default' => 'стандартен', 'Delete options during plugin deactivation?' => 'Да изтрия ли настройките при деактивиране на плъгина?', 'Update global options' => 'Обнови', 'Check connection to Weatherprovider' => 'Връзка към доставчика', 'Select widget' => 'Избери джаджа', 'Settings successfully updated' => 'Настройките са успешно обновени', 'You have to change a field to update settings.' => 'Трябва да направите промяна, преди да обновите настройките.', 'WP-Forecast Setup' => 'Настройки на WP-Forecast', 'Weatherservice' => 'Доставчик', 'OpenWeathermap' => 'Времето', 'OpenWeatherMap v3' => 'Времето', 'Location' => 'Място', 'Use visitors location' => 'Избери място', 'Locationname' => 'Име на мястото', 'Refresh cache after' => 'Обнови кеша след', 'secs.' => 'сек.', 'Use metric units' => 'Използвай метрична система', 'Use current time' => 'Използвай местно време', 'Time-Offset' => 'Измести времето с', 'minutes' => 'минути', 'Windspeed-Unit' => 'Скорост на вятъра в', 'Meter/Second (m/s)' => 'Метри в секунда (м/с)', 'Kilometer/Hour (km/h)' => 'Километри в час (кмч)', 'Miles/Hour (mph)' => 'Мили в час (м/ч)', 'Knots (kts)' => 'Възли (взл)', 'Language' => 'Език', 'Show forecast as ajax pull-down' => 'Покажи прогнозата като падащо меню', 'First day in pull-down' => 'От кой ден да се скрива прогнозата', 'Display Configuration' => 'Display Configuration', 'Current Conditions' => 'Текущо състояние', 'Forecast Day' => 'Прогноза за деня', 'Forecast Night' => 'Прогноза за вечерта', 'Icon' => 'Икона', 'Date' => 'Дата', 'Time' => 'Час', 'Short Description' => 'Кратко описание', 'Temperature' => 'Температура', 'Realfeel' => 'Усеща се като', 'Pressure' => 'Налягане', 'Humidity' => 'Влажност', 'Wind' => 'Вятър', 'Windgusts' => 'Ветровито', 'Precipitation' => 'Кратко описание', 'Sunrise' => 'Изгрев', 'Sunset' => 'Залез', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Връзка към доставчика', 'Open in new Window' => 'Отвори в нов прозорец', 'Forecast' => 'Прогноза за', 'All' => 'Всички', 'Day' => 'Ден', 'Daytime' => 'Дневно време', 'Nighttime' => 'Нощно време', 'Update options' => 'Обнови', 'Search location' => 'Търси място', 'Searchterm' => 'Търси за', 'Connection-check' => 'Проверка на връзката', 'Select weatherprovider' => 'Връзка към доставчика', 'Start check' => 'Започни проверка', 'Close' => 'Затвори', 'Checklist for connection test' => 'Връзка към доставчика', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'Отвори в нов прозорец', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Места:', 'Failure notice from provider' => 'Грешка от доставчика', 'Sorry, no valid weather data available.' => 'Няма налична информация.', 'Please try again later.' => 'Опитайте отново по-късно.', 'Winds' => 'Вятър', 'Precip.' => 'Кратко описание', 'Night' => 'Нощ', 'Less forecast...' => 'Скрий прогнозата', 'More forecast...' => 'Покажи прогнозата за 3 дни', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Времето', ); widgetlang/wp-forecast-da-dk.php000064400000013613150211511020012602 0ustar00 'Titel:', 'Available widgets' => 'Tilgængelige Widgets', 'time' => 'Tid', 'Rain' => 'Regn', 'Snow' => 'Sne', 'Clear sky' => 'Klart', 'Mainly clear' => 'Overvejdende klart', 'Partly cloudy' => 'Delvist skyet', 'Overcast' => 'Vejrprognose', 'Fog' => 'Tåge', 'Light drizzle' => 'Frysende støvregn', 'Moderate drizzle' => 'Frysende støvregn', 'Dense drizzle' => 'Frysende støvregn', 'Light freezing drizzle' => 'Frysende støvregn', 'Dense freezing drizzle' => 'Mulighed for frysende støvregn', 'Slight rain' => 'Let snefald', 'Moderate rain' => 'Mulighed for regnbyger', 'Heavy rain' => 'Tætte regnbyger', 'Light freezing rain' => 'Isslag', 'Heavy freezing rain' => 'Mulighed for isslag', 'Slight snow fall' => 'Let snefald', 'Moderate snow fall' => 'Tæt snefald', 'Heavy snow fall' => 'Tæt snefald', 'Snow grains' => 'Snebyger', 'Slight rain showers' => 'Regnbyger', 'Moderate rain showers' => 'Mulighed for regnbyger', 'Violent rain showers' => 'Regnbyger', 'Slight snow showers' => 'Snebyger', 'Heavy snow showers' => 'Snebyger', 'Thunderstorm' => 'Torden', 'Thunderstorm with rain' => 'Torden', 'Light thunderstorm' => 'Torden', 'Heavy thunderstorm' => 'Torden', 'Ragged thunderstorm' => 'Torden', 'Thunderstorm with drizzle' => 'Torden', 'Drizzle' => 'Støvregn', 'Heavy drizzle' => 'Frysende støvregn', 'Light drizzle rain' => 'Frysende støvregn', 'Drizzle rain' => 'Støvregn', 'Heavy drizzle rain' => 'Mulighed for isslag', 'Heavy shower rain and drizzle' => 'Tætte regnbyger', 'Shower drizzle' => 'Frysende støvregn', 'Light rain' => 'Let snefald', 'Very heavy rain' => 'Tætte regnbyger', 'Freezing rain' => 'Isslag', 'Light shower rain' => 'Let snefald', 'Shower rain' => 'Tætte regnbyger', 'Heavy shower rain' => 'Tætte regnbyger', 'Light snow' => 'Let snefald', 'Heavy snow' => 'Tæt snefald', 'Sleet' => 'Slud', 'Light shower sleet' => 'Let snefald', 'Light rain and snow' => 'Regnbyger', 'Light shower snow' => 'Snebyger', 'Shower snow' => 'Regnbyger', 'Heavy shower snow' => 'Snebyger', 'Scattered clouds' => 'Spredte byger', 'Broken clouds' => 'Tiltagende skydække', 'Overcast clouds' => 'Vejrprognose', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast shortcode: Denne \'browser\' understøtter ikke \'iframes\'.', 'Searchresults' => 'Søgeresultat', 'Please select a location' => 'Vælg korrekt stednavn og tryk Gem sted', 'How many wp-forecast widgets would you like?' => 'Hvor mange wp-forecast widgets Ønsker De?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout for forbindelse til leverandør af vejrudsigter (sek.)?', 'Preselect WordPress transfer method' => 'Forudvælg wordpress overførsels metode', 'default' => 'standard', 'Delete options during plugin deactivation?' => 'Slet indstillinger ved deaktiveret plugin?', 'Update global options' => 'Gem', 'Check connection to Weatherprovider' => 'Test forbindelse til leverandør af vejrudsigter', 'Select widget' => 'Vælg widget', 'Settings successfully updated' => 'Indstillingerne blev succesfuldt opdateret.', 'WP-Forecast Setup' => 'WP-Forecast indstillinger', 'Weatherservice' => 'Vejrtjeneste', 'OpenWeathermap' => 'Vejret', 'OpenWeatherMap v3' => 'Vejret', 'Location' => 'Sted', 'Use visitors location' => 'Gem sted', 'Locationname' => 'Stednavn', 'Refresh cache after' => 'Forny cache efter', 'secs.' => 'Sek.', 'Use metric units' => 'Benyt metriske enheder', 'Use current time' => 'Benyt aktuel tid', 'Time-Offset' => 'Tidsforskydelse', 'minutes' => 'minutter', 'Windspeed-Unit' => 'Enhed for vindhastighed', 'Meter/Second (m/s)' => 'Meter/Sekund (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/time (km/h)', 'Miles/Hour (mph)' => 'Mil/time (mph)', 'Knots (kts)' => 'Knob (kts)', 'Beaufort (bft)' => 'Beaufort (bft)', 'Language' => 'Sprog', 'Show forecast as ajax pull-down' => 'Vis vejrudsigt som en ajax pull-down', 'First day in pull-down' => 'Første dag i pull-down', 'Display Configuration' => 'Vis indstillinger', 'Current Conditions' => 'Aktuelt vejr', 'Forecast Day' => 'Prognose dag', 'Forecast Night' => 'Prognose nat', 'Icon' => 'Ikon', 'Date' => 'Dato', 'Time' => 'Tid', 'Short Description' => 'Kort beskrivelse', 'Temperature' => 'Temperatur', 'Realfeel' => 'Føles som', 'Pressure' => 'Lufttryk', 'Humidity' => 'Luftfugtighed', 'Wind' => 'Vind', 'Windgusts' => 'Vindstød', 'Precipitation' => 'Kort beskrivelse', 'Sunrise' => 'Solopgang', 'Sunset' => 'Solnedgang', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link til leverandør af vejrudsigter', 'Open in new Window' => 'Åbn i nyt vindue', 'Forecast' => 'Vejrprognose', 'All' => 'Alle', 'Day' => 'Dag', 'Daytime' => 'Dagtid', 'Nighttime' => 'Nattetid', 'Update options' => 'Gem', 'Search location' => 'Søg efter sted', 'Searchterm' => 'Søgebegreb', 'Connection-check' => 'Forbindelsestest', 'Select weatherprovider' => 'Vælg leverandør af vejrudsigter', 'Start check' => 'Start test', 'Close' => 'Luk', 'Checklist for connection test' => 'Test forbindelse til leverandør af vejrudsigter', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'Åbn i nyt vindue', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Lokaliteter:', 'Failure notice from provider' => 'Fejlbesked fra leverandør', 'Sorry, no valid weather data available.' => 'Der er desværre ingen gyldig vejrinformation tilgængelig.', 'Please try again later.' => 'Prøv igen senere.', 'Winds' => 'Vind', 'Precip.' => 'Kort beskrivelse', 'Night' => 'Nat', 'Less forecast...' => 'Mindre detaljeret...', 'More forecast...' => 'Mere detaljeret...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Vejret', ); widgetlang/wp-forecast-cs-cz.php000064400000014611150211511020012640 0ustar00 'Nadpis:', 'Available widgets' => 'Dostupné widgety', 'time' => 'Čas', 'Rain' => 'Déšť', 'Snow' => 'Sníh', 'Clear sky' => 'Jasno', 'Mainly clear' => 'Převážně jasno', 'Partly cloudy' => 'Částečně zataženo', 'Overcast' => 'Předpověď', 'Fog' => 'Mlha', 'Light drizzle' => 'Namrzající mrholení', 'Moderate drizzle' => 'Namrzající mrholení', 'Dense drizzle' => 'Namrzající mrholení', 'Light freezing drizzle' => 'Namrzající mrholení', 'Dense freezing drizzle' => 'Možnost mrholení', 'Slight rain' => 'Lehké sněžení', 'Moderate rain' => 'Možnost přeháněk', 'Heavy rain' => 'Silný déšť', 'Light freezing rain' => 'Namrzající déšť', 'Heavy freezing rain' => 'Možnost namrzajícího deště', 'Slight snow fall' => 'Lehké sněžení', 'Moderate snow fall' => 'Silné sněžení', 'Heavy snow fall' => 'Silné sněžení', 'Snow grains' => 'Sněhové přeháňky', 'Slight rain showers' => 'Dešťové přeháňky', 'Moderate rain showers' => 'Možnost přeháněk', 'Violent rain showers' => 'Dešťové přeháňky', 'Slight snow showers' => 'Sněhové přeháňky', 'Heavy snow showers' => 'Sněhové přeháňky', 'Thunderstorm' => 'Bouřky', 'Thunderstorm with rain' => 'Bouřky', 'Light thunderstorm' => 'Bouřky', 'Heavy thunderstorm' => 'Bouřky', 'Ragged thunderstorm' => 'Bouřky', 'Thunderstorm with drizzle' => 'Bouřky', 'Drizzle' => 'Mrholení', 'Heavy drizzle' => 'Namrzající mrholení', 'Light drizzle rain' => 'Namrzající mrholení', 'Drizzle rain' => 'Mrholení', 'Heavy drizzle rain' => 'Možnost namrzajícího deště', 'Heavy shower rain and drizzle' => 'Silný déšť', 'Shower drizzle' => 'Namrzající mrholení', 'Light rain' => 'Lehké sněžení', 'Very heavy rain' => 'Silný déšť', 'Freezing rain' => 'Namrzající déšť', 'Light shower rain' => 'Lehké sněžení', 'Shower rain' => 'Silný déšť', 'Heavy shower rain' => 'Silný déšť', 'Light snow' => 'Lehké sněžení', 'Heavy snow' => 'Silné sněžení', 'Sleet' => 'Déšť se sněhem', 'Light shower sleet' => 'Lehké sněžení', 'Light rain and snow' => 'Dešťové přeháňky', 'Light shower snow' => 'Sněhové přeháňky', 'Shower snow' => 'Dešťové přeháňky', 'Heavy shower snow' => 'Sněhové přeháňky', 'Scattered clouds' => 'Občasné přeháňky', 'Broken clouds' => 'Přibývající oblačnost', 'Overcast clouds' => 'Předpověď', 'wp-forecast shortcode: This browser does not support iframes.' => 'shortcode pro wp-forecast: Tento prohlížeč nepodporuje iframes.', 'Searchresults' => 'Výsledek hledání', 'Please select a location' => 'Vyberte požadované město a klikněte na Nastavit lokaci.', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Kolik widgetů wp-forecast chcete mít?', 'Timeout for weatherprovider connections (secs.)?' => 'Doba čekání na připojení accuweather (s)?', 'Preselect WordPress transfer method' => 'Předvolte komunikační metodu:', 'default' => 'výchozí', 'Delete options during plugin deactivation?' => 'Odstranit při deaktivaci pluginu nastavení?', 'Update global options' => 'Aktualizovat možnosti', 'Check connection to Weatherprovider' => 'Kontrola připojení k Weatherprovider', 'Select widget' => 'Zvolit widget', 'Settings successfully updated' => 'Nastavení bylo úspěšně aktualizováno', 'You have to change a field to update settings.' => 'Aktualizaci lze provést po změně některého pole.', 'WP-Forecast Setup' => 'Nastavení widgetu WP-Forecast', 'Weatherservice' => 'Weatherservice', 'OpenWeathermap' => 'The Weather', 'OpenWeatherMap v3' => 'The Weather', 'Location' => 'Lokace', 'Use visitors location' => 'Nastavit lokaci', 'Locationname' => 'Název lokace', 'Refresh cache after' => 'Obnovit vyrovnávací paměť po', 'secs.' => 's', 'Use metric units' => 'Použít metrickou soustavu', 'Use current time' => 'Použít aktuální čas', 'Time-Offset' => 'Časový posun', 'minutes' => 'minut', 'Windspeed-Unit' => 'Jednotky rychlosti větru', 'Meter/Second (m/s)' => 'metr/sekundu (m/s)', 'Kilometer/Hour (km/h)' => 'kilometr/hodinu (km/h)', 'Miles/Hour (mph)' => 'míle/hodinu (mph)', 'Knots (kts)' => 'Uzly (kts)', 'Language' => 'Jazyk', 'Show forecast as ajax pull-down' => 'Zobrazit předpověď rozevírací metodou Ajax', 'First day in pull-down' => 'První rozevírací den', 'Display Configuration' => 'Konfigurace zobrazení', 'Current Conditions' => 'Aktuální podmínky', 'Forecast Day' => 'Předpověď na den', 'Forecast Night' => 'Předpověď na noc', 'Icon' => 'Ikona', 'Date' => 'Datum', 'Time' => 'Čas', 'Short Description' => 'Krátký popis', 'Temperature' => 'Teplota', 'Realfeel' => 'Odpovídá teplotě', 'Pressure' => 'Tlak', 'Humidity' => 'Vlhkost', 'Wind' => 'Vítr', 'Windgusts' => 'Nárazový vítr', 'Precipitation' => 'Krátký popis', 'Sunrise' => 'Východ slunce', 'Sunset' => 'Západ slunce', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Odkaz na Weatherprovider', 'Open in new Window' => 'Otevřít v novém okně', 'Forecast' => 'Předpověď', 'All' => 'Všechny', 'Day' => 'Den', 'Daytime' => 'Denní', 'Nighttime' => 'Noční', 'Update options' => 'Aktualizovat možnosti', 'Search location' => 'Hledat lokaci', 'Searchterm' => 'Hledaný pojem', 'Connection-check' => 'Kontrola připojení', 'Select weatherprovider' => 'Zvolte poskytovatele počasí', 'Start check' => 'Zahájit kontrolu', 'Close' => 'Zavřít', 'Checklist for connection test' => 'Kontrola připojení k Weatherprovider', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'Otevřít v novém okně', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Lokace:', 'Failure notice from provider' => 'Oznámení o chybě od poskytovatele', 'Sorry, no valid weather data available.' => 'Nejsou dostupná žádné platné údaje o počasí.', 'Please try again later.' => 'Zkuste to prosím později.', 'Winds' => 'Vítr', 'Precip.' => 'Krátký popis', 'Night' => 'Noc', 'Less forecast...' => 'Méně dnů...', 'More forecast...' => 'Více dnů...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'The Weather', ); widgetlang/wp-forecast-pl-pl.php000064400000006333150211511020012647 0ustar00 'Tytuł', 'Available widgets' => 'Dostępne widgety', 'time' => 'czas', 'Overcast' => 'Prognoza', 'Slight rain' => 'Opis', 'Light freezing rain' => 'Opis', 'Slight rain showers' => 'Opis', 'Light drizzle rain' => 'Opis', 'Light rain' => 'Opis', 'Light shower rain' => 'Opis', 'Light rain and snow' => 'Opis', 'Overcast clouds' => 'Prognoza', 'Searchresults' => 'Wyniki szukania', 'Please select a location' => 'Proszę wybierz swoje miasto a następnie kliknij położenie', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Liczba widgetów wp-forecast ?', 'Update global options' => 'Zapisz ustawienia', 'Check connection to Weatherprovider' => 'Link do Accuweather', 'Select widget' => 'Wybierz widget', 'Settings successfully updated' => 'Ustawienia zapisane pomyślnie', 'You have to change a field to update settings.' => 'Aby zachować ustawienia musisz coś zmienić ', 'WP-Forecast Setup' => 'Ustawienia WP-Forecast ', 'Weatherservice' => 'Pogoda', 'OpenWeathermap' => 'Pogoda', 'OpenWeatherMap v3' => 'Pogoda', 'Location' => 'Położenie', 'Use visitors location' => 'Zapamiętaj położenie', 'Locationname' => 'NazwaPołożenia', 'Refresh cache after' => 'Odśwież cache co', 'secs.' => 'sekund', 'Use metric units' => 'Użyj jednostek metrycznych', 'Use current time' => 'Użyj aktualnego czasu', 'minutes' => 'Wiatr w porywach', 'Windspeed-Unit' => 'Jednostka prędkości wiatru', 'Meter/Second (m/s)' => 'Metrów/Sekundę (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometrów/Godzinę (km/h)', 'Miles/Hour (mph)' => 'Mil/Godzinę (mph)', 'Knots (kts)' => 'Węzłów (kts)', 'Language' => 'Język', 'Display Configuration' => 'Wyświetl konfigurację', 'Current Conditions' => 'Aktualne warunki', 'Forecast Day' => 'Prognoza na dzień', 'Forecast Night' => 'Prognoza na noc', 'Icon' => 'Ikona', 'Date' => 'Data', 'Time' => 'Czas', 'Short Description' => 'Opis', 'Temperature' => 'Temperatura', 'Realfeel' => 'Temperatura odczuwalna', 'Pressure' => 'Ciśnienie', 'Humidity' => 'Wilgotność', 'Wind' => 'Wiatr', 'Windgusts' => 'Wiatr w porywach', 'Precipitation' => 'Opis', 'Sunrise' => 'Wschód słońca', 'Sunset' => 'Zachód słońca', 'Copyright' => 'Prawa autorskie', 'Link to Weatherprovider' => 'Link do Accuweather', 'Forecast' => 'Prognoza', 'Day' => 'Dzień', 'Daytime' => 'Dzień', 'Nighttime' => 'Noc', 'Update options' => 'Zapisz ustawienia', 'Search location' => 'Szukaj położenia', 'Searchterm' => 'Szukaj', 'Select weatherprovider' => 'Link do Accuweather', 'Checklist for connection test' => 'Link do Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Położenie', 'Sorry, no valid weather data available.' => 'Przepraszam, brak poprawnych danych pogodowych.', 'Please try again later.' => 'Proszę spróbować później.', 'Winds' => 'Wiatr', 'Precip.' => 'Opis', 'Night' => 'noc', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Pogoda', ); widgetlang/wp-forecast-es-es.php000064400000016160150211511020012636 0ustar00 'Título:', 'Available widgets' => 'Wiggets disponibles', 'time' => 'Hora', 'Current UV-Index' => 'Indice UV', 'Max. UV-Index' => 'Índice UV máximo', 'Ozone' => 'Indice UV', 'Rain' => 'Lluvia', 'Snow' => 'Nieve', 'Clear sky' => 'Claro', 'Mainly clear' => 'Mayormente claro', 'Partly cloudy' => 'Parcialmente nublado', 'Overcast' => 'Previsión', 'Fog' => 'Niebla', 'Light drizzle' => 'Llovizna helada', 'Moderate drizzle' => 'Llovizna helada', 'Dense drizzle' => 'Llovizna helada', 'Light freezing drizzle' => 'Llovizna helada', 'Dense freezing drizzle' => 'Probabilidad de Llovizna helada', 'Slight rain' => 'Nevada suave', 'Moderate rain' => 'probabilidad de Chaparrones', 'Heavy rain' => 'Lluvias fuertes', 'Light freezing rain' => 'Lluvia helada', 'Heavy freezing rain' => 'Probabilidad de Lluvia helada', 'Slight snow fall' => 'Nevada suave', 'Moderate snow fall' => 'Nevada fuerte', 'Heavy snow fall' => 'Nevada fuerte', 'Snow grains' => 'Chaparrones de nieve', 'Slight rain showers' => 'Chaparrones', 'Moderate rain showers' => 'probabilidad de Chaparrones', 'Violent rain showers' => 'Chaparrones', 'Slight snow showers' => 'Chaparrones de nieve', 'Heavy snow showers' => 'Chaparrones de nieve', 'Thunderstorm' => 'Tormentas', 'Thunderstorm with rain' => 'Tormentas', 'Light thunderstorm' => 'Tormentas', 'Heavy thunderstorm' => 'Tormentas', 'Ragged thunderstorm' => 'Tormentas', 'Thunderstorm with drizzle' => 'Tormentas', 'Drizzle' => 'Llovizna', 'Heavy drizzle' => 'Llovizna helada', 'Light drizzle rain' => 'Llovizna helada', 'Drizzle rain' => 'Llovizna', 'Heavy drizzle rain' => 'Probabilidad de Lluvia helada', 'Heavy shower rain and drizzle' => 'Lluvias fuertes', 'Shower drizzle' => 'Llovizna helada', 'Light rain' => 'Nevada suave', 'Very heavy rain' => 'Lluvias fuertes', 'Freezing rain' => 'Lluvia helada', 'Light shower rain' => 'Nevada suave', 'Shower rain' => 'Lluvias fuertes', 'Heavy shower rain' => 'Lluvias fuertes', 'Light snow' => 'Nevada suave', 'Heavy snow' => 'Nevada fuerte', 'Sleet' => 'Aguanieve', 'Light shower sleet' => 'Nevada suave', 'Light rain and snow' => 'Chaparrones', 'Light shower snow' => 'Chaparrones de nieve', 'Shower snow' => 'Chaparrones', 'Heavy shower snow' => 'Chaparrones de nieve', 'Scattered clouds' => 'Chaparrones dispersos', 'Broken clouds' => 'Nubosidad creciente', 'Overcast clouds' => 'Previsión', 'wp-forecast shortcode: This browser does not support iframes.' => 'Shortcode wp-forecast: El navegador no soporta iframes.', 'Searchresults' => 'Resultados de la búsqueda', 'Please enter a non empty searchstring' => 'Por favor entrar una cadena de búsqueda no vacía.', 'Please select a location' => 'Selecciona tú ciudad y pulsa \'Establecer ubicación\'', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => '¿Cuántos widgets de wp-forecast quieres?', 'Timeout for weatherprovider connections (secs.)?' => '\tTiempo de espera para las conexiones Accuweather (seg.)', 'Preselect WordPress transfer method' => 'Preseleccionar método de transferencia Wordpress', 'default' => 'Por defecto', 'Delete options during plugin deactivation?' => 'Eliminar opciones al desactivar plugin?', 'Update global options' => 'Actualizar Opciones', 'Check connection to Weatherprovider' => 'Revisar conexión a proveedor de clima', 'Select widget' => 'Elije un widget', 'Settings successfully updated' => 'Configuración actualizada con éxito', 'You have to change a field to update settings.' => '\tDebe cambiar un campo para actualizar la configuración.', 'WP-Forecast Setup' => 'Configuración de WP-Forecast', 'Weatherservice' => 'Servicio de clima', 'OpenWeathermap' => 'El Tiempo', 'OpenWeatherMap v3' => 'El Tiempo', 'Location' => 'Población', 'Use visitors location' => 'Establecer ubicación', 'Locationname' => 'Nombre de la Población', 'Refresh cache after' => 'Actualiza la página después', 'secs.' => 'seg.', 'Use metric units' => 'Usar unidades métricas', 'Use current time' => 'Usar hora actual', 'Time-Offset' => 'Corrimiento de tiempo', 'minutes' => 'minutos', 'Windspeed-Unit' => 'Unidad Viento', 'Meter/Second (m/s)' => 'Metros/Segundo (m/s)', 'Kilometer/Hour (km/h)' => 'Kilómetros/Hora (km/h)', 'Miles/Hour (mph)' => 'Millas/Hora (mph)', 'Knots (kts)' => 'Nudos (kts)', 'Beaufort (bft)' => 'Beaufort (bft)', 'Language' => 'Idioma', 'Show forecast as ajax pull-down' => 'Mostrar como desplegable ajax', 'First day in pull-down' => 'Primer día en desplegable', 'Show wind condition as icon' => 'Mostrar condición de viento como icono', 'Use CSS-Sprites for showing icons' => 'Usar Sprites-CSS para mostrar iconos', 'Display Configuration' => 'Mostar configuración', 'Current Conditions' => 'Condiciones actuales', 'Forecast Day' => 'Previsión Día', 'Forecast Night' => 'Previsión Noche', 'Icon' => 'Icono', 'Date' => 'Fecha', 'Time' => 'Hora', 'Short Description' => 'Descripción breve', 'Temperature' => 'Temperatura', 'Realfeel' => 'Sensación térmica', 'Pressure' => 'Presión', 'Humidity' => 'Humedad', 'Wind' => 'Viento', 'Windgusts' => 'Ráfagas', 'Precipitation' => 'Descripción breve', 'UV-Index' => 'Indice UV', 'Sunrise' => 'Salida del Sol', 'Sunset' => 'Puesta de Sol', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Enlace al proveedor de clima', 'Open in new Window' => 'Abrir nueva ventana', 'Forecast' => 'Previsión', 'All' => 'Todo', 'Day' => 'Día', 'Daytime' => 'Día', 'Nighttime' => 'Noche', 'Show UV-Index' => 'Indice UV', 'Show max. UV-Index' => 'Índice UV máximo', 'Show Ozone' => 'Indice UV', 'Update options' => 'Actualizar Opciones', 'Search location' => 'Buscar población', 'Searchterm' => 'Término de búsqueda', 'Connection-check' => 'Checkeo de conexión.', 'Select weatherprovider' => 'Enlace', 'Start check' => 'Iniciar checkeo', 'Close' => 'Cerrar', 'English Manual' => 'Manual en Inglés', 'German Manual' => 'Manual en Alemán', 'Checklist for connection test' => 'Lista de chequeo para test de conexión', 'wp-forecast on WordPress.org' => 'wp-forecast en %s', 'German wp-forecast Site' => 'Sitio wp-forecast en alemán.', 'Using wp-forecast with WPML (german)' => 'Usando wp-forecast con WPML (alemán)', 'Changelog' => 'Log de cambios', 'Links will open in new Window/Tab.' => 'Los enlaces se abren en una nueva ventana/pestaña', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Ubicaciones', 'Failure notice from provider' => 'Aviso de falla del proveedor.', 'Sorry, no valid weather data available.' => 'Disculpa, no hay datos disponibles', 'Please try again later.' => 'Por favor, inténtalo de nuevo.', 'Winds' => 'Viento', 'Precip.' => 'Descripción breve', 'Current UV index' => 'Indice UV', 'Max. UV index' => 'Índice UV máximo', 'Night' => 'Noche', 'max. UV-Index' => 'Índice UV máximo', 'Less forecast...' => 'Menos pronóstico', 'More forecast...' => 'Más pronóstico', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'El Tiempo', ); widgetlang/wp-forecast-sv-se.php000064400000014021150211511020012651 0ustar00 'Titel:', 'Available widgets' => 'Tillgängliga widgets', 'time' => 'tid', 'Rain' => 'Regn', 'Snow' => 'Snö', 'Clear sky' => 'Klart', 'Mainly clear' => 'Mestadels klart', 'Partly cloudy' => 'Delvis molnigt', 'Overcast' => 'Prognos', 'Fog' => 'Dimma', 'Light drizzle' => 'Underkylt duggregn', 'Moderate drizzle' => 'Underkylt duggregn', 'Dense drizzle' => 'Underkylt duggregn', 'Light freezing drizzle' => 'Underkylt duggregn', 'Dense freezing drizzle' => 'Risk för underkylt duggregn', 'Slight rain' => 'Lätt sn&oul;fall', 'Moderate rain' => 'Risk för regnskurar', 'Heavy rain' => 'Kraftigt regn', 'Light freezing rain' => 'Underkylt regn', 'Heavy freezing rain' => 'Risk för underkylt regn', 'Slight snow fall' => 'Lätt sn&oul;fall', 'Moderate snow fall' => 'Kraftigt snöfall', 'Heavy snow fall' => 'Kraftigt snöfall', 'Snow grains' => 'Snöfall', 'Slight rain showers' => 'Regnskurar', 'Moderate rain showers' => 'Risk för regnskurar', 'Violent rain showers' => 'Regnskurar', 'Slight snow showers' => 'Snöfall', 'Heavy snow showers' => 'Snöfall', 'Thunderstorm' => 'Åska', 'Thunderstorm with rain' => 'Åska', 'Light thunderstorm' => 'Åska', 'Heavy thunderstorm' => 'Åska', 'Ragged thunderstorm' => 'Åska', 'Thunderstorm with drizzle' => 'Åska', 'Drizzle' => 'Duggregn', 'Heavy drizzle' => 'Underkylt duggregn', 'Light drizzle rain' => 'Underkylt duggregn', 'Drizzle rain' => 'Duggregn', 'Heavy drizzle rain' => 'Risk för underkylt regn', 'Heavy shower rain and drizzle' => 'Kraftigt regn', 'Shower drizzle' => 'Underkylt duggregn', 'Light rain' => 'Lätt sn&oul;fall', 'Very heavy rain' => 'Kraftigt regn', 'Freezing rain' => 'Underkylt regn', 'Light shower rain' => 'Lätt sn&oul;fall', 'Shower rain' => 'Kraftigt regn', 'Heavy shower rain' => 'Kraftigt regn', 'Light snow' => 'Lätt sn&oul;fall', 'Heavy snow' => 'Kraftigt snöfall', 'Sleet' => 'Snöblandat regn', 'Light shower sleet' => 'Lätt sn&oul;fall', 'Light rain and snow' => 'Regnskurar', 'Light shower snow' => 'Snöfall', 'Shower snow' => 'Regnskurar', 'Heavy shower snow' => 'Snöfall', 'Scattered clouds' => 'Spridda skurar', 'Broken clouds' => '…kande molnighet', 'Overcast clouds' => 'Prognos', 'Searchresults' => 'Sökresultat', 'Please select a location' => 'Välj stad och tryck spara plats.', 'How many wp-forecast widgets would you like?' => 'Hur många wp-forecast widgets vill du ha?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout för vädertjänstanslutningar (sekunder)?', 'Preselect WordPress transfer method' => 'Förhandsvald överföringsmetod för WordPress', 'default' => 'standard', 'Delete options during plugin deactivation?' => 'Radera inställningar vid inaktivering av plugin?', 'Update global options' => 'Spara inställningar', 'Check connection to Weatherprovider' => 'Kontrollera anslutning till vädertjänst', 'Select widget' => 'Välj widget', 'Settings successfully updated' => 'Inställningar sparade', 'WP-Forecast Setup' => 'WP-Forecast Inställningar', 'Weatherservice' => 'Vädertjänst', 'OpenWeathermap' => 'Vädret', 'OpenWeatherMap v3' => 'Vädret', 'Location' => 'Plats', 'Use visitors location' => 'Spara plats', 'Locationname' => 'Platsnamn', 'Refresh cache after' => 'Förnya cache efter', 'secs.' => 'sekunder', 'Use metric units' => 'Använd metriska enheter', 'Use current time' => 'Använd nuvarande tid', 'Time-Offset' => 'Tidsförskjutning', 'minutes' => 'minuter', 'Windspeed-Unit' => 'Enhet för vindhastighet', 'Meter/Second (m/s)' => 'Meter/Sekund (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Timme (km/h)', 'Miles/Hour (mph)' => 'Miles/Timme (mph)', 'Knots (kts)' => 'Knop (kts)', 'Language' => 'Språk', 'Show forecast as ajax pull-down' => 'Visa prognos som ajax rullgardin', 'First day in pull-down' => 'Första dag i rullgardinen', 'Display Configuration' => 'Visningsinställningar', 'Current Conditions' => 'Nuvarande förhållande', 'Forecast Day' => 'Prognos dag', 'Forecast Night' => 'Prognos natt', 'Icon' => 'Ikon', 'Date' => 'Datum', 'Time' => 'Tid', 'Short Description' => 'Kort beskrivning', 'Temperature' => 'Temperatur', 'Realfeel' => 'Upplevd temperatur', 'Pressure' => 'Tryck', 'Humidity' => 'Luftfuktighet', 'Wind' => 'Vind', 'Windgusts' => 'Vindbyar', 'Precipitation' => 'Kort beskrivning', 'Sunrise' => 'Soluppgång', 'Sunset' => 'Solnedgång', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Länk till vädertjänst', 'Open in new Window' => 'Öppna i nytt fönster', 'Forecast' => 'Prognos', 'All' => 'Alla', 'Day' => 'Dag', 'Daytime' => 'Dagtid', 'Nighttime' => 'Nattetid', 'Update options' => 'Spara inställningar', 'Search location' => 'Leta efter plats', 'Searchterm' => 'Sökterm', 'Connection-check' => 'Anslutningskontroll', 'Select weatherprovider' => 'Välj vädertjänst', 'Start check' => 'Starta kontroll', 'Close' => 'Stäng', 'Checklist for connection test' => 'Kontrollera anslutning till vädertjänst', 'German wp-forecast Site' => 'WP-Forecast Inställningar', 'Links will open in new Window/Tab.' => 'Öppna i nytt fönster', 'wp-forecast Help' => 'WP-Forecast Inställningar', 'Locations:' => 'Platser:', 'Failure notice from provider' => 'Felmeddelande frŒn leverantören', 'Sorry, no valid weather data available.' => 'Tyvärr, ingen giltig väderdata tillgänglig.', 'Please try again later.' => 'Försök senare.', 'Winds' => 'Vind', 'Precip.' => 'Kort beskrivning', 'Night' => 'natt', 'Less forecast...' => 'Visa mindre prognos...', 'More forecast...' => 'Visa mer prognos...', 'The Weather' => 'Vädret', ); widgetlang/wp-forecast-it-it.php000064400000007131150211511020012646 0ustar00 'Titolo', 'Available widgets' => 'Widgets disponibili', 'time' => 'Ora', 'Overcast' => 'Previsione', 'Slight rain' => 'Descrizione Breve ', 'Light freezing rain' => 'Descrizione Breve ', 'Slight rain showers' => 'Descrizione Breve ', 'Light drizzle rain' => 'Descrizione Breve ', 'Light rain' => 'Descrizione Breve ', 'Light shower rain' => 'Descrizione Breve ', 'Light rain and snow' => 'Descrizione Breve ', 'Overcast clouds' => 'Previsione', 'Searchresults' => 'Risultati Ricerca', 'Please select a location' => 'Seleziona la tua città e premi imposta ', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Quanti widget wp-forecast desideri?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout connessione a accuweather (sec.)?', 'Delete options during plugin deactivation?' => 'Cancella le opzioni durante la disattivazione del plugin?', 'Update global options' => 'Aggiorna impostazioni', 'Check connection to Weatherprovider' => 'Link a Accuweather', 'Select widget' => 'Seleziona widget', 'Settings successfully updated' => 'Impostazioni aggiornate con successo.', 'You have to change a field to update settings.' => 'Devi cambiare un campo per aggiornare le impostazioni.', 'WP-Forecast Setup' => 'WP-Forecast Configurazione', 'Weatherservice' => 'Il Meteo', 'OpenWeathermap' => 'Il Meteo', 'OpenWeatherMap v3' => 'Il Meteo', 'Location' => 'Località', 'Use visitors location' => 'Imposta località', 'Locationname' => 'Nome Località', 'Refresh cache after' => 'Aggiorna cache dopo', 'secs.' => 'secondi.', 'Use metric units' => 'Usa unità metriche', 'Use current time' => 'Usa ora corrente', 'minutes' => 'Raffiche di vento', 'Windspeed-Unit' => 'Unità Vento', 'Meter/Second (m/s)' => 'Metri/Secondo (m/s)', 'Kilometer/Hour (km/h)' => 'Chilometri/Ora (km/h)', 'Miles/Hour (mph)' => 'Miglia/Ora (mph)', 'Knots (kts)' => 'Nodi (kts)', 'Language' => 'Lingua', 'Display Configuration' => 'Mostra Configurazione', 'Current Conditions' => 'Condizioni Attuali', 'Forecast Day' => 'Previsione Giorno', 'Forecast Night' => 'Previsione Notte', 'Icon' => 'Icona', 'Date' => 'Data', 'Time' => 'Ora', 'Short Description' => 'Descrizione Breve ', 'Temperature' => 'Temperatura', 'Realfeel' => 'Temperatura percepita', 'Pressure' => 'Pressione', 'Humidity' => 'Umidità', 'Wind' => 'Vento', 'Windgusts' => 'Raffiche di vento', 'Precipitation' => 'Descrizione Breve ', 'Sunrise' => 'Alba', 'Sunset' => 'Tramonto', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link a Accuweather', 'Forecast' => 'Previsione', 'All' => 'Tutti', 'Day' => 'Giorno', 'Daytime' => 'Ora diurna', 'Nighttime' => 'Ora notturna', 'Update options' => 'Aggiorna impostazioni', 'Search location' => 'Cerca località', 'Searchterm' => 'Termine di ricerca', 'Select weatherprovider' => 'Link a Accuweather', 'Checklist for connection test' => 'Link a Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Località', 'Sorry, no valid weather data available.' => 'Ci scusiamo, ma non ci sono dati disponibili.', 'Please try again later.' => 'Prova di nuovo.', 'Winds' => 'Vento', 'Precip.' => 'Descrizione Breve ', 'Night' => 'Notte', 'Less forecast...' => 'meno', 'More forecast...' => 'ulteriori', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Il Meteo', ); widgetlang/wp-forecast-pt-pt.php000064400000005206150211511020012665 0ustar00 'Hora', 'Overcast' => 'Previsão', 'Slight rain' => 'Descrição curta', 'Light freezing rain' => 'Descrição curta', 'Slight rain showers' => 'Descrição curta', 'Light drizzle rain' => 'Descrição curta', 'Light rain' => 'Descrição curta', 'Light shower rain' => 'Descrição curta', 'Light rain and snow' => 'Descrição curta', 'Overcast clouds' => 'Previsão', 'Searchresults' => 'Resultado da Procura', 'Please select a location' => 'Seleccione a sua Cidade e pressione Definir Localização.', 'Update global options' => 'Actualizar Opções', 'Settings successfully updated' => 'Definições actualizadas com sucesso', 'You have to change a field to update settings.' => 'Tem que modificar um campo para actualizar as definições.', 'WP-Forecast Setup' => 'WP-Forecast Setup', 'Location' => 'Localização', 'Use visitors location' => 'Definir Localização', 'Locationname' => 'Nome Local', 'Refresh cache after' => 'Refrescar a cache a cada', 'Use metric units' => 'Usar unidades métricas', 'minutes' => 'Rajada', 'Windspeed-Unit' => 'Velocidade do Vento-Unidade', 'Meter/Second (m/s)' => 'Metros/Segundo (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometros/Hora (km/h)', 'Miles/Hour (mph)' => 'Milhas/Hora (mph)', 'Knots (kts)' => 'Knots (kts)', 'Language' => 'Lingua', 'Display Configuration' => 'Mostrar Configuração', 'Current Conditions' => 'Condições Actuais', 'Forecast Day' => 'Previsão para o dia', 'Forecast Night' => 'Previsão para a noite', 'Icon' => 'Icone', 'Date' => 'Data', 'Time' => 'Hora', 'Short Description' => 'Descrição curta', 'Temperature' => 'Temperatura', 'Realfeel' => 'Realfeel', 'Pressure' => 'Pressão', 'Humidity' => 'Humidade', 'Wind' => 'Vento', 'Windgusts' => 'Rajada', 'Precipitation' => 'Descrição curta', 'Sunrise' => 'Nascer do Sol', 'Sunset' => 'Por do Sol', 'Copyright' => 'Copyright', 'Forecast' => 'Previsão', 'Day' => 'Dia', 'Daytime' => 'Periodo do Dia', 'Nighttime' => 'Periodo da Noite', 'Update options' => 'Actualizar Opções', 'Search location' => 'Procurar Localização', 'Searchterm' => 'Termo da procura', 'German wp-forecast Site' => 'WP-Forecast Setup', 'wp-forecast Help' => 'WP-Forecast Setup', 'Locations:' => 'Localização', 'Sorry, no valid weather data available.' => 'Desculpe, não existem dados metereológicos disponíveis.', 'Please try again later.' => 'Por favor tente de novo mais tarde.', 'Winds' => 'Vento', 'Precip.' => 'Descrição curta', 'Night' => 'Noite', 'The Weather' => 'Temp. sentida', ); widgetlang/wp-forecast-sr-sr.php000064400000013672150211511020012675 0ustar00 'Naslov:', 'Available widgets' => 'Raspoloživi dodaci', 'time' => 'Vreme', 'Rain' => 'Kiša', 'Snow' => 'Sneg', 'Clear sky' => 'Vedro', 'Mainly clear' => 'Uglavnom vedro', 'Partly cloudy' => 'Delimično oblačno', 'Overcast' => 'Prognoza -', 'Fog' => 'Magla', 'Light drizzle' => 'Hladna sitna kiša', 'Moderate drizzle' => 'Hladna sitna kiša', 'Dense drizzle' => 'Hladna sitna kiša', 'Light freezing drizzle' => 'Hladna sitna kiša', 'Dense freezing drizzle' => 'Moguća hladna sitna kiša', 'Slight rain' => 'Lagan sneg', 'Moderate rain' => 'Mogući pljuskovi', 'Heavy rain' => 'Jaka kiša', 'Light freezing rain' => 'Ledena kiša', 'Heavy freezing rain' => 'Moguća ledena kiša', 'Slight snow fall' => 'Lagan sneg', 'Moderate snow fall' => 'Jak sneg', 'Heavy snow fall' => 'Jak sneg', 'Snow grains' => 'Jak sneg', 'Slight rain showers' => 'Pljuskovi', 'Moderate rain showers' => 'Mogući pljuskovi', 'Violent rain showers' => 'Pljuskovi', 'Slight snow showers' => 'Jak sneg', 'Heavy snow showers' => 'Jak sneg', 'Thunderstorm' => 'Grmljavina', 'Thunderstorm with rain' => 'Grmljavina', 'Light thunderstorm' => 'Grmljavina', 'Heavy thunderstorm' => 'Grmljavina', 'Ragged thunderstorm' => 'Grmljavina', 'Thunderstorm with drizzle' => 'Grmljavina', 'Drizzle' => 'Sitna kiša', 'Heavy drizzle' => 'Hladna sitna kiša', 'Light drizzle rain' => 'Hladna sitna kiša', 'Drizzle rain' => 'Sitna kiša', 'Heavy drizzle rain' => 'Moguća ledena kiša', 'Heavy shower rain and drizzle' => 'Jaka kiša', 'Shower drizzle' => 'Hladna sitna kiša', 'Light rain' => 'Lagan sneg', 'Very heavy rain' => 'Jaka kiša', 'Freezing rain' => 'Ledena kiša', 'Light shower rain' => 'Lagan sneg', 'Shower rain' => 'Jaka kiša', 'Heavy shower rain' => 'Jaka kiša', 'Light snow' => 'Lagan sneg', 'Heavy snow' => 'Jak sneg', 'Sleet' => 'Susnežica', 'Light shower sleet' => 'Lagan sneg', 'Light rain and snow' => 'Pljuskovi', 'Light shower snow' => 'Jak sneg', 'Shower snow' => 'Pljuskovi', 'Heavy shower snow' => 'Jak sneg', 'Scattered clouds' => 'Mestimični pljuskovi', 'Broken clouds' => 'Povećana oblačnost', 'Overcast clouds' => 'Prognoza -', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast shortcode: Ovaj interent pregledač ne podržava iframes.', 'Searchresults' => 'Rezultati pretrage', 'Please select a location' => 'Odaberite grad i postavite lokaciju.', 'widget_hint' => 'dodatak savet', 'How many wp-forecast widgets would you like?' => 'Koliko dodataka hocete?', 'Timeout for weatherprovider connections (secs.)?' => 'Timeout za konekcuju ka provajderu (secs.)?', 'Preselect WordPress transfer method' => 'Odaberite wordpress transfer metod', 'default' => 'podrazumevano', 'Delete options during plugin deactivation?' => 'Obrisati opcije prilikom dektivacije?', 'Update global options' => 'Opcije ažuriranja', 'Check connection to Weatherprovider' => 'Proverite vezu ka provajderu.', 'Select widget' => 'Odaberi dodatak', 'Settings successfully updated' => 'Podešavanja su uspešno ažurirana.', 'You have to change a field to update settings.' => 'Morate nešto da promenite da bi ste izvršili ažuriranje.', 'WP-Forecast Setup' => 'WP-Forecast podešavanja.', 'Weatherservice' => 'Weatherservice', 'OpenWeathermap' => 'Prognoza', 'OpenWeatherMap v3' => 'Prognoza', 'Location' => 'Lokacija', 'Use visitors location' => 'Postavi lokaciju', 'Locationname' => 'Lokacija', 'Refresh cache after' => 'Osvežiti keš posle', 'secs.' => 'secs.', 'Use metric units' => 'Korisiti metričke jedinice', 'Use current time' => 'Koristi trenutno vreme', 'Time-Offset' => 'Vremenska razlika', 'minutes' => 'minuta', 'Windspeed-Unit' => 'Jedinica brzine vetra', 'Meter/Second (m/s)' => '(m/s)', 'Kilometer/Hour (km/h)' => '(km/h)', 'Miles/Hour (mph)' => '(mph)', 'Knots (kts)' => '(kts)', 'Beaufort (bft)' => 'Bjufort (bft)', 'Language' => 'Jezik', 'Show forecast as ajax pull-down' => 'Prikaži prognozu sa ajax padajućim menijem', 'First day in pull-down' => 'Prvi dan u padajućem meniju', 'Display Configuration' => 'Prikaz Konfiguracije', 'Current Conditions' => 'Trenutni uslovi', 'Forecast Day' => 'Prognoza Dan', 'Forecast Night' => 'Prognoza Noć', 'Icon' => 'Ikonica', 'Date' => 'Datum', 'Time' => 'Vreme', 'Short Description' => 'Kratak opis', 'Temperature' => 'Temperature', 'Realfeel' => 'Subjektivno', 'Pressure' => 'Pritisak', 'Humidity' => 'Vlažnost', 'Wind' => 'Vetar', 'Windgusts' => 'Naleti vetra', 'Precipitation' => 'Kratak opis', 'Sunrise' => 'Izlazak sunca', 'Sunset' => 'Zalazak sunca', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link ka davaocu prognoze', 'Open in new Window' => 'Otvoriti u novom prozoru', 'Forecast' => 'Prognoza -', 'All' => 'All', 'Day' => 'Dan', 'Daytime' => 'Danju', 'Nighttime' => 'Noću', 'Update options' => 'Opcije ažuriranja', 'Search location' => 'Pretraži lokaciju', 'Searchterm' => 'Termin pretrage', 'Connection-check' => 'Provera veze', 'Select weatherprovider' => 'Odaberite porvajdera.', 'Start check' => 'Početak provere', 'Close' => 'Zatvori', 'Checklist for connection test' => 'Proverite vezu ka provajderu.', 'wp-forecast on WordPress.org' => 'prognoza %s', 'German wp-forecast Site' => 'prognoza %s', 'Links will open in new Window/Tab.' => 'Otvoriti u novom prozoru', 'wp-forecast Help' => 'prognoza %s', 'Locations:' => 'Lokacije:', 'Failure notice from provider' => 'Obaveštenje o neuspehu od provajdera', 'Sorry, no valid weather data available.' => 'Nema podataka', 'Please try again later.' => 'Molimo, pokušajte kasnije...', 'Winds' => 'Vetar', 'Precip.' => 'Kratak opis', 'Night' => 'Noć', 'Less forecast...' => 'Smanjen prikaz.', 'More forecast...' => 'Više prognoze...', 'wp-forecast %s' => 'prognoza %s', 'wp-forecast-uv %s' => 'prognoza %s', 'The Weather' => 'Prognoza', ); widgetlang/wp-forecast-he-il.php000064400000016343150211511020012623 0ustar00 'נושא:', 'Available widgets' => 'וידג\'טים שימושיים', 'time' => 'זמן', 'Current UV-Index' => 'מדד UV', 'Max. UV-Index' => 'מדד UV מקסימלי', 'Ozone' => 'מדד UV', 'Rain' => 'גשם', 'Snow' => 'שלג', 'Clear sky' => 'בהיר', 'Mainly clear' => 'בעיקר בהיר', 'Partly cloudy' => 'מעונן חלקית', 'Overcast' => 'תחזית', 'Fog' => 'ערפל', 'Light drizzle' => 'טפטוף קפוא', 'Moderate drizzle' => 'טפטוף קפוא', 'Dense drizzle' => 'טפטוף קפוא', 'Light freezing drizzle' => 'טפטוף קפוא', 'Dense freezing drizzle' => 'טפטוף קפוא', 'Slight rain' => 'שלג קל', 'Moderate rain' => 'מטחי גשם', 'Heavy rain' => 'גשם כבד', 'Light freezing rain' => 'גשם קופא', 'Heavy freezing rain' => 'גשם קופא', 'Slight snow fall' => 'שלג קל', 'Moderate snow fall' => 'שלג כבד', 'Heavy snow fall' => 'שלג כבד', 'Snow grains' => 'מטחי שלג', 'Slight rain showers' => 'מטחי גשם', 'Moderate rain showers' => 'מטחי גשם', 'Violent rain showers' => 'מטחי גשם', 'Slight snow showers' => 'מטחי שלג', 'Heavy snow showers' => 'מטחי שלג', 'Thunderstorm' => 'סופות רעמים', 'Thunderstorm with rain' => 'סופות רעמים', 'Light thunderstorm' => 'סופות רעמים', 'Heavy thunderstorm' => 'סופות רעמים', 'Ragged thunderstorm' => 'סופות רעמים', 'Thunderstorm with drizzle' => 'סופות רעמים', 'Drizzle' => 'טפטוף', 'Heavy drizzle' => 'טפטוף קפוא', 'Light drizzle rain' => 'טפטוף קפוא', 'Drizzle rain' => 'טפטוף', 'Heavy drizzle rain' => 'גשם קופא', 'Heavy shower rain and drizzle' => 'גשם כבד', 'Shower drizzle' => 'טפטוף קפוא', 'Light rain' => 'שלג קל', 'Very heavy rain' => 'גשם כבד', 'Freezing rain' => 'גשם קופא', 'Light shower rain' => 'שלג קל', 'Shower rain' => 'גשם כבד', 'Heavy shower rain' => 'גשם כבד', 'Light snow' => 'שלג קל', 'Heavy snow' => 'שלג כבד', 'Sleet' => 'גשם ושלג מעורב', 'Light shower sleet' => 'שלג קל', 'Light rain and snow' => 'מטחי גשם', 'Light shower snow' => 'מטחי שלג', 'Shower snow' => 'מטחי גשם', 'Heavy shower snow' => 'מטחי שלג', 'Scattered clouds' => 'ממטרים פזורים', 'Broken clouds' => 'עננות מוגברת', 'Overcast clouds' => 'תחזית', 'wp-forecast shortcode: This browser does not support iframes.' => 'הודעת קוד תוסף: הדפדפן הזה לא תומך ב- iframes', 'Searchresults' => 'חפש תוצאות', 'Please enter a non empty searchstring' => 'נא הכנס מחרוזת חיפוש לא ריקה', 'Please select a location' => 'בחרו מיקום בבקשה', 'widget_hint' => 'רמז לווידג\'ט', 'How many wp-forecast widgets would you like?' => 'כמה וידג\'טים של מזג האוויר תרצו?', 'Timeout for weatherprovider connections (secs.)?' => 'זמן ההמתנה למענה מספק מידע על מזג האוויר (בשניות)?', 'Preselect WordPress transfer method' => 'בחירה מוקדמת של שיטת ההעברה של וורדפרס', 'default' => 'ברירת מחדל', 'Delete options during plugin deactivation?' => 'האם למחוק את ההגדרות בזמן הפסקת פעילות התוסף?', 'Update global options' => 'עדכן אפשרויות', 'Check connection to Weatherprovider' => 'בדוק את החיבור לספק מידע מזג האוויר', 'Select widget' => 'בחרו וידג\'ט', 'Settings successfully updated' => 'ההגדרות עודכנו בהצלחה', 'You have to change a field to update settings.' => 'אתם צריכים לשנות ערך על מנת לעדכן את ההגדרות.', 'WP-Forecast Setup' => 'הגדרת התוסף', 'Weatherservice' => 'שירות מזג האוויר', 'OpenWeathermap' => 'מזג האוויר', 'OpenWeatherMap v3' => 'מזג האוויר', 'Location' => 'מיקום', 'Use visitors location' => 'בחרו מיקום בבקשה', 'Locationname' => 'שם המיקום', 'Refresh cache after' => 'רעננו לאחר', 'secs.' => 'שניות', 'Use metric units' => 'השתמשו ביחידות מטריות', 'Use current time' => 'השתמשו בזמן נוכחי', 'minutes' => 'דקות', 'Windspeed-Unit' => 'יחידות מהירות רוח', 'Meter/Second (m/s)' => 'מטר לשנייה (מ\'/שנ\')', 'Kilometer/Hour (km/h)' => 'קילומטר/שעה (קמ\"ש)', 'Miles/Hour (mph)' => 'מייל לשעה (מ\'/ש\')', 'Language' => 'שפה', 'Show forecast as ajax pull-down' => 'הראה את התחזית כתפריט נגלל מטה (אג\'קס)', 'First day in pull-down' => 'היום הראשון בתפריט נגלל מטה', 'Show wind condition as icon' => 'הראה את מצב הרוח כאייקון', 'Display Configuration' => 'הצג הגדרות', 'Current Conditions' => 'תנאים נוכחיים', 'Forecast Day' => 'תחזית יום', 'Forecast Night' => 'תחזית לילה', 'Icon' => 'אייקון', 'Date' => 'תאריך', 'Time' => 'שעה', 'Short Description' => 'תאור קצר', 'Temperature' => 'טמפרטורה', 'Realfeel' => 'תחושה אמיתית', 'Pressure' => 'לחץ ברומטרי', 'Humidity' => 'לחות', 'Wind' => 'רוח', 'Windgusts' => 'משבי רוח', 'Precipitation' => 'תאור קצר', 'UV-Index' => 'מדד UV', 'Sunrise' => 'זריחה', 'Sunset' => 'שקיעה', 'Copyright' => 'זכויות יוצרים', 'Link to Weatherprovider' => 'קישור לספק מזג האוויר', 'Open in new Window' => 'פתח בחלון חדש', 'Forecast' => 'תחזית', 'All' => 'הכל', 'Day' => 'יום', 'Daytime' => 'שעות יום', 'Nighttime' => 'שעות לילה', 'Show UV-Index' => 'מדד UV', 'Show max. UV-Index' => 'מדד UV מקסימלי', 'Show Ozone' => 'מדד UV', 'Update options' => 'עדכן אפשרויות', 'Search location' => 'חפש מיקום', 'Searchterm' => 'תנאי חיפוש', 'Connection-check' => 'בדיקת קישור', 'Select weatherprovider' => 'בחר ספק מזג אוויר', 'Start check' => 'התחל בדיקה', 'Close' => 'סגור', 'Checklist for connection test' => 'בדוק את החיבור לספק מידע מזג האוויר', 'German wp-forecast Site' => 'הגדרת התוסף', 'Links will open in new Window/Tab.' => 'פתח בחלון חדש', 'wp-forecast Help' => 'הגדרת התוסף', 'Locations:' => 'מיקומים:', 'Failure notice from provider' => 'הודעת שגיאה מהספק', 'Sorry, no valid weather data available.' => 'מצטערים, אין מידע על מזג האוויר', 'Please try again later.' => 'נסו שוב מאוחר יותר.', 'Winds' => 'רוח', 'Precip.' => 'תאור קצר', 'Current UV index' => 'מדד UV', 'Max. UV index' => 'מדד UV מקסימלי', 'Night' => 'לילה', 'max. UV-Index' => 'מדד UV מקסימלי', 'Less forecast...' => 'תחזית מקוצרת...', 'More forecast...' => 'תחזית מורחבת...', 'The Weather' => 'מזג האוויר', ); widgetlang/wp-forecast-sk-sk.php000064400000006526150211511020012657 0ustar00 'Názov:', 'Available widgets' => 'Dostupné widgety', 'time' => 'čas', 'Overcast' => 'Predpoveď na', 'Slight rain' => 'skrátený popis', 'Light freezing rain' => 'skrátený popis', 'Slight rain showers' => 'skrátený popis', 'Light drizzle rain' => 'skrátený popis', 'Light rain' => 'skrátený popis', 'Light shower rain' => 'skrátený popis', 'Light rain and snow' => 'skrátený popis', 'Overcast clouds' => 'Predpoveď na', 'Searchresults' => 'Výsledok hľadania', 'Please select a location' => 'Vyberte prosím mesto a kliknite na nastavenie polohy.', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'Koľko wp-forecast widgetov si prajete ?', 'Update global options' => 'Aktualizovať voľby', 'Check connection to Weatherprovider' => 'Odkaz na Accuweather', 'Select widget' => 'Vyberte widget', 'Settings successfully updated' => 'Nastavenia boli úspešne aktualizované.', 'You have to change a field to update settings.' => 'Musíte zmeniť toto pole pre aktualizáciu nastavení.', 'WP-Forecast Setup' => 'Nastavenie WP-Forecast', 'Weatherservice' => 'Počasie', 'OpenWeathermap' => 'Počasie', 'OpenWeatherMap v3' => 'Počasie', 'Location' => 'Poloha', 'Use visitors location' => 'Nastaviť polohu', 'Locationname' => 'Názov polohy', 'Refresh cache after' => 'Obnov cache po', 'secs.' => 'sek.', 'Use metric units' => 'Použiť metrické jednotky', 'Use current time' => 'Použiť aktuálny čas', 'minutes' => 'nárazy vetra', 'Windspeed-Unit' => 'Jednotka rýchlosti vetra', 'Meter/Second (m/s)' => 'Meter/Sekunda (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Hodina (km/h)', 'Miles/Hour (mph)' => 'Míľ/Hodina (mph)', 'Knots (kts)' => 'Uzly (kts)', 'Language' => 'Jazyk', 'Display Configuration' => 'Zobraziť konfiguráciu', 'Current Conditions' => 'aktuálne podmienky', 'Forecast Day' => 'predpoveď na deň', 'Forecast Night' => 'predpoveď na noc', 'Icon' => 'ikona', 'Date' => 'dátum', 'Time' => 'čas', 'Short Description' => 'skrátený popis', 'Temperature' => 'teplota', 'Realfeel' => 'pocitová teplota', 'Pressure' => 'tlak', 'Humidity' => 'vlhkosť', 'Wind' => 'vietor', 'Windgusts' => 'nárazy vetra', 'Precipitation' => 'skrátený popis', 'Sunrise' => 'Východ Slnka', 'Sunset' => 'Západ Slnka', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Odkaz na Accuweather', 'Forecast' => 'Predpoveď na', 'Day' => 'deň', 'Daytime' => 'cez deň', 'Nighttime' => 'v noci', 'Update options' => 'Aktualizovať voľby', 'Search location' => 'Vyhľadať polohu', 'Searchterm' => 'Hľadaný výraz', 'Select weatherprovider' => 'Odkaz na Accuweather', 'Checklist for connection test' => 'Odkaz na Accuweather', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'Poloha', 'Sorry, no valid weather data available.' => 'Prepáčte, nie sú dostupné žiadne aktuálne dáta.', 'Please try again later.' => 'Skúste prosím neskôr.', 'Winds' => 'vietor', 'Precip.' => 'skrátený popis', 'Night' => 'noc', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'Počasie', ); widgetlang/wp-forecast-de-de.php000064400000021731150211511020012600 0ustar00 'Titel:', 'Available widgets' => 'Verfügbare Widgets', 'Show UV graph:' => 'UV Grafik anzeigen:', 'Show safe exposure time:' => 'Mögliche Aufenthaltsdauer anzeigen:', 'time' => 'Uhrzeit', 'Current UV-Index' => 'UV-Index', 'Max. UV-Index' => 'Max. UV-Index', 'Ozone' => 'Ozonwert', 'Safe Exposure Time for Skin Type' => 'Max. Aufenthaltsdauer für Hauttyp', 'Rain' => 'Regen', 'Snow' => 'Schnee', 'Clear sky' => 'Klar', 'Mainly clear' => 'Größtenteils klar', 'Partly cloudy' => 'Teilweise wolkig', 'Overcast' => 'Bedeckt', 'Fog' => 'Nebel', 'Rime fog' => 'Raureifnebel', 'Light drizzle' => 'Leichter Niesel', 'Moderate drizzle' => 'Mäßiger Niesel', 'Dense drizzle' => 'Dichter Niesel', 'Light freezing drizzle' => 'Leichter gefrierender Niesel', 'Dense freezing drizzle' => 'Dichter gefrierender Niesel', 'Slight rain' => 'Leichter Regen', 'Moderate rain' => 'Mäßiger Regen', 'Heavy rain' => 'Schwerer Regen', 'Light freezing rain' => 'Leichter gefrierender Regen', 'Heavy freezing rain' => 'Schwerer Eisregen', 'Slight snow fall' => 'Leichter Schneefall', 'Moderate snow fall' => 'Mäßiger Schneefall', 'Heavy snow fall' => 'Schwerer Schneefall', 'Snow grains' => 'Graupel', 'Slight rain showers' => 'Leichte Regenschauer', 'Moderate rain showers' => 'Mäßige Regenschauer', 'Violent rain showers' => 'Heftige Regenschauer', 'Slight snow showers' => 'Leichte Schneeschauer', 'Heavy snow showers' => 'Schwere Schneeschauer', 'Thunderstorm' => 'Gewitter', 'Thunderstorm with light hail' => 'Gewitter mit leichtem Hagel', 'Thunderstorm with heavy hail' => 'Gewitter mit schwerem Hagel', 'clear sky' => 'klar', 'Thunderstorm with light rain' => 'Gewitter mit leichtem Regen', 'Thunderstorm with rain' => 'Gewitter mit Regen', 'Thunderstorm with heavy rain' => 'Gewitter mit schwerem Regen', 'Light thunderstorm' => 'Leichtes Gewitter', 'Heavy thunderstorm' => 'Schweres Gewitter', 'Ragged thunderstorm' => 'Heftiges Gewitter', 'Thunderstorm with light drizzle' => 'Gewitter mit leichtem Niesel', 'Thunderstorm with drizzle' => 'Gewitter mit Niesel', 'Thunderstorm with heavy drizzle' => 'Gewitter mit schwerem Niesel', 'Drizzle' => 'Niesel', 'Heavy drizzle' => 'Starker Niesel', 'Light drizzle rain' => 'Leichter Niesel', 'Drizzle rain' => 'Niesel', 'Heavy drizzle rain' => 'Schwerer Niesel', 'Shower rain and drizzle' => 'Niesel- und Regenschauer', 'Heavy shower rain and drizzle' => 'Schwere Niesel- und Regenschauer', 'Shower drizzle' => 'Nieselschauer', 'Light rain' => 'Leichter Regen', 'Very heavy rain' => 'Sehr schwerer Regen', 'Extreme rain' => 'Extremer Regen', 'Freezing rain' => 'Überfrierender Regen', 'Light shower rain' => 'Leichte Regenschauer', 'Shower rain' => 'Regenschauer', 'Heavy shower rain' => 'Schwere Regenschauer', 'Ragged shower rain' => 'Heftige Regenschauer', 'Light snow' => 'Leichter Schneefall', 'Heavy snow' => 'Schwerer Schneefall', 'Sleet' => 'Graupel', 'Light shower sleet' => 'Leichte Regenschauer', 'Shower sleet' => 'Regenschauer', 'Light rain and snow' => 'Leichter Schneeregen', 'Rain and snow' => 'Schneeregen', 'Light shower snow' => 'Leichte Schneeschauer', 'Shower snow' => 'Schneeschauer', 'Heavy shower snow' => 'Schwere Schneeschauer', 'Mist' => 'Mist', 'Smoke' => 'Rauch', 'Haze' => 'Dunst', 'Dust' => 'Staub', 'Sand' => 'Sandsturm', 'Ash' => 'Ascheregen', 'Squalls' => 'Sturmböen', 'Tornado' => 'Tornado', 'Few clouds' => 'Wenige Wolken', 'Scattered clouds' => 'Aufgelockerte Bewölkung', 'Broken clouds' => 'Aufgelockerte Bewölkung', 'Overcast clouds' => 'Bedeckt', 'wp-forecast shortcode: This browser does not support iframes.' => 'wp-forecast shortcode: Der Browser unterstützt keine iframes.', 'Searchresults' => 'Suchergebnisse', 'Please enter a non empty searchstring' => 'Bitte geben Sie einen Suchbegriff ein', 'Please select a location' => 'Bitte einen Ort auswählen', 'Open-Meteo Hits' => 'Open-Meteo Treffer', 'You have to set the API-Key to test OpenWeatherMap.' => 'Um OpenWeatherMap zu testen muss der API-Key hinterlegt sein.', 'Global Settings' => 'Generelle Einstellungen', 'How many wp-forecast widgets would you like?' => 'Wieviele wp-forecast widgets möchten Sie verwenden?', 'Timeout for weatherprovider connections (secs.)?' => 'Zeitlimit für Wetterdienst Verbindungen (Sek.)', 'Preselect WordPress transfer method' => 'WordPress Übertragungsmethode auswählen', 'default' => 'default', 'Delete options during plugin deactivation?' => 'Lösche Einstellungen bei Plugin-Deaktivierung?', 'API key to use location from ipstack.com ' => 'API Key zur Nutzung von ipstack.com ', 'Do not load default CSS' => 'Standard CSS nicht laden', 'Update global options' => 'Generelle Einstellungen speichern', 'Check connection to Weatherprovider' => 'Verbindungstest zum Wetterdienst', 'Select widget' => 'Widget auswählen', 'Settings successfully updated' => 'Die Einstellungen wurden erfolgreich gespeichert', 'WP-Forecast Setup' => 'WP-Forecast Einstellungen', 'Weatherservice' => 'Wetterdienst', 'OpenWeathermap' => 'OpenWeathermap', 'OpenWeatherMap v3' => 'OpenWeathermap v3', 'Open-Meteo' => 'Open-Meteo', 'API-Key' => 'API-Key', 'Location' => 'Ort', 'Use visitors location' => 'Ermittle Ort über IP-Adresse', 'Latitude' => 'Geographische Breite', 'Longitude' => 'Geographische Länge', 'Locationname' => 'Ortsname', 'Refresh cache after' => 'Cache erneuern nach', 'secs.' => 'Sek.', 'Use metric units' => 'Metrische Einheiten verwenden', 'Use current time' => 'Verwende aktuelle Zeit', 'Time-Offset' => 'Zeitkorrektur', 'minutes' => 'Minuten', 'Windspeed-Unit' => 'Einheit der Windgeschwindigkeit', 'Meter/Second (m/s)' => 'Meter/Sekunde (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Stunde (km/h)', 'Miles/Hour (mph)' => 'Meilen/Stunde (mph)', 'Knots (kts)' => 'Knoten (kts)', 'Beaufort (bft)' => 'Beaufort (bft)', 'Language' => 'Sprache', 'Show forecast as ajax pull-down' => 'Aufklappbare Vorhersageanzeige', 'First day in pull-down' => 'Erster Tag zum Aufklappen', 'Show wind condition as icon' => 'Windrose (Icon) anzeigen', 'Use CSS-Sprites for showing icons' => 'Verwende CSS-Sprites zur Anzeige der Icons', 'Display Configuration' => 'Anzeige Einstellungen', 'Current Conditions' => 'Aktuelles Wetter', 'Forecast Day' => 'Vorhersage tagsüber', 'Forecast Night' => 'Vorhersage nachts', 'Icon' => 'Symbol', 'Date' => 'Datum', 'Time' => 'Zeit', 'Short Description' => 'Kurzbezeichnung', 'Temperature' => 'Temperatur', 'Realfeel' => 'Gefühlte Temperatur', 'Pressure' => 'Luftdruck', 'Humidity' => 'Luftfeuchtigkeit', 'Wind' => 'Wind', 'Windgusts' => 'Böen', 'Precipitation' => 'Niederschlag', 'UV-Index' => 'UV-Index', 'Sunrise' => 'Sonnenaufgang', 'Sunset' => 'Sonnenuntergang', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link zum Wetterprovider', 'Open in new Window' => 'In neuem Fenster öffnen', 'Forecast' => 'Vorhersage', 'All' => 'Alle', 'Day' => 'Tag', 'Daytime' => 'Tagsüber', 'Nighttime' => 'Nachts', 'Use UV-Data from openuv.io' => 'Anzeigen von UV-Daten von openuv.io', 'OpenUV - API-Key' => 'OpenUV - API-Key', 'Show UV-Index' => 'UV-Index anzeigen', 'Show max. UV-Index' => 'Max. UV-Index anzeigen', 'Show Ozone' => 'Ozonwert anzeigen', 'Show safe exposure time as tooltip' => 'Mögliche Aufenthaltsdauer anzeigen', 'Update options' => 'Einstellungen speichern', 'Search location' => 'Ort suchen', 'Searchterm' => 'Suchbegriff', 'The search will be performed using OpenMeteo location database.' => 'Die Suche wird über die OpenMeteo Datenbank durchgeführt.', 'Connection-check' => 'Verbindungstest', 'Select weatherprovider' => 'Wetterdienst auswählen', 'Start check' => 'Starte Prüfung', 'Close' => 'Schliessen', 'English Manual' => 'Englisches Handbuch', 'German Manual' => 'Deutsches Handbuch', 'Checklist for connection test' => 'Checkliste für den Verbindungstest zum Wetterdienst', 'wp-forecast on WordPress.org' => 'wp-forecast auf WordPress.org', 'German wp-forecast Site' => 'Deutsche wp-forecast Seite', 'Using wp-forecast with WPML (german)' => 'wp-forecast mit WPML verwenden', 'Changelog' => 'Änderungshistorie', 'Links will open in new Window/Tab.' => 'Die Verweise öffnen ein neues Fenster/Tab.', 'wp-forecast Help' => 'wp-forecast Hilfe', 'Locations:' => 'Orte:', 'Failure notice from provider' => 'Fehlermeldung des Wetterproviders', 'Sorry, no valid weather data available.' => 'Aktuell liegen keine gültigen Wetterinformationen vor.', 'Please try again later.' => 'Bitte versuchen Sie es später nochmal.', 'Apparent' => 'Gefühlt', 'Winds' => 'Wind', 'Precip.' => 'Niederschlag', 'Current UV index' => 'UV-Index', 'Max. UV index' => 'Max. UV-Index', 'Night' => 'Nacht', 'max. UV-Index' => 'max. UV-Index', 'Less forecast...' => 'Weniger...', 'More forecast...' => 'Mehr...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast-uv %s', 'The Weather' => 'Das Wetter', ); widgetlang/wp-forecast-fa-ir.php000064400000016734150211511020012627 0ustar00 'عنوان : ', 'Available widgets' => 'ابزارک های در دسترس', 'time' => 'تاریخ', 'Rain' => 'بارندگی', 'Snow' => 'برف', 'Clear sky' => 'صاف', 'Mainly clear' => 'اغلب صاف', 'Partly cloudy' => 'قسمتی ابری', 'Overcast' => 'پیش بینی', 'Fog' => 'مه', 'Light drizzle' => ' تبلور سطحی', 'Moderate drizzle' => ' تبلور سطحی', 'Dense drizzle' => ' تبلور سطحی', 'Light freezing drizzle' => ' تبلور سطحی', 'Dense freezing drizzle' => 'احتمال تبلور سطحی', 'Slight rain' => 'برف ملایم', 'Moderate rain' => 'احتمال بارندگی شدید', 'Heavy rain' => 'بارش سنگین', 'Light freezing rain' => 'بارش همراه با انجماد سطحی', 'Heavy freezing rain' => 'احتمال تبلور سطحی شدید', 'Slight snow fall' => 'برف ملایم', 'Moderate snow fall' => 'برف سنگین', 'Heavy snow fall' => 'برف سنگین', 'Snow grains' => 'برف شدید', 'Slight rain showers' => 'باراندگی شدید', 'Moderate rain showers' => 'احتمال بارندگی شدید', 'Violent rain showers' => 'باراندگی شدید', 'Slight snow showers' => 'برف شدید', 'Heavy snow showers' => 'برف شدید', 'Thunderstorm' => 'رعد و برق', 'Thunderstorm with rain' => 'رعد و برق', 'Light thunderstorm' => 'رعد و برق', 'Heavy thunderstorm' => 'رعد و برق', 'Ragged thunderstorm' => 'رعد و برق', 'Thunderstorm with drizzle' => 'رعد و برق', 'Drizzle' => 'نم نم باران', 'Heavy drizzle' => ' تبلور سطحی', 'Light drizzle rain' => ' تبلور سطحی', 'Drizzle rain' => 'نم نم باران', 'Heavy drizzle rain' => 'احتمال تبلور سطحی شدید', 'Heavy shower rain and drizzle' => 'بارش سنگین', 'Shower drizzle' => ' تبلور سطحی', 'Light rain' => 'برف ملایم', 'Very heavy rain' => 'بارش سنگین', 'Freezing rain' => 'بارش همراه با انجماد سطحی', 'Light shower rain' => 'برف ملایم', 'Shower rain' => 'بارش سنگین', 'Heavy shower rain' => 'بارش سنگین', 'Light snow' => 'برف ملایم', 'Heavy snow' => 'برف سنگین', 'Sleet' => 'برف و باران', 'Light shower sleet' => 'برف ملایم', 'Light rain and snow' => 'باراندگی شدید', 'Light shower snow' => 'برف شدید', 'Shower snow' => 'باراندگی شدید', 'Heavy shower snow' => 'برف شدید', 'Scattered clouds' => 'رعد و برق شدید', 'Broken clouds' => 'ابری رو به افزایش', 'Overcast clouds' => 'پیش بینی', 'wp-forecast shortcode: This browser does not support iframes.' => 'مرورگر قابلیت iframe را پشتیبانی نمی کند!', 'Searchresults' => 'نتایج جستجو', 'Please enter a non empty searchstring' => 'یک عنوان غیر خالی برای جستجو وارد کنید.', 'Please select a location' => 'لطفا یک مکان را انتخاب کنید', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'چه تعداد ابزارک نیاز دارید ؟', 'Timeout for weatherprovider connections (secs.)?' => 'زمان وقفه برای اتصال به سرویس هواشناسی (ثانیه )', 'Preselect WordPress transfer method' => 'متد انتقالی اطلاعات وردپرس را انتخاب کنید.', 'default' => 'پیشفرض', 'Delete options during plugin deactivation?' => 'حذف کردن اطلاعات هنگام غیر فعال کردن افزونه ؟', 'Update global options' => 'به روز رسانی تنظیمات', 'Check connection to Weatherprovider' => 'معتبر سازی اتصال به سرویس', 'Select widget' => 'انتخاب ابزارک', 'Settings successfully updated' => 'تنظیمات با موفقیت به روز رسانی شد .', 'You have to change a field to update settings.' => 'You have to change a field to update settings.', 'WP-Forecast Setup' => 'نصب WP-Forecast', 'Weatherservice' => 'سرویس هواشناسی', 'OpenWeathermap' => 'پیشبینی وضعیت آب و هوا ', 'OpenWeatherMap v3' => 'پیشبینی وضعیت آب و هوا ', 'Location' => 'مکان', 'Use visitors location' => 'Set location', 'Locationname' => 'نام مکان', 'Refresh cache after' => 'به روز رسانی کش بعد از ', 'secs.' => 'ثانیه.', 'Use metric units' => 'استفاده از سیستم متریک (متر و کیلومتر)', 'Use current time' => 'استفاده از زمان جاری', 'Time-Offset' => 'زمان افست', 'minutes' => 'دقیقه', 'Windspeed-Unit' => 'واحد سرعت باد ', 'Meter/Second (m/s)' => 'متر با ثانیه (M/S)', 'Kilometer/Hour (km/h)' => 'کیلومتر بر ساعت (KM/H)', 'Miles/Hour (mph)' => 'مایل بر ساعت(mph)', 'Knots (kts)' => 'مایل بر ساعت', 'Language' => 'زبان', 'Show forecast as ajax pull-down' => 'نمایش اطلاعات به صورت منوی افتادنی آژاکس', 'First day in pull-down' => 'اولین روز در منوی افتادنی', 'Display Configuration' => 'نمایش تنظیمات', 'Current Conditions' => 'شرایط کنونی', 'Forecast Day' => 'پیشبینی روز', 'Forecast Night' => 'پیش بینی شب ', 'Icon' => 'آیکون', 'Date' => 'تاریخ', 'Time' => 'زمان', 'Short Description' => 'توضیح کوتاه', 'Temperature' => 'دما ', 'Realfeel' => 'احساس واقعی', 'Pressure' => 'فشار', 'Humidity' => 'رطوبت', 'Wind' => 'باد', 'Windgusts' => 'تند باد', 'Precipitation' => 'توضیح کوتاه', 'Sunrise' => 'طلوع خورشید', 'Sunset' => 'غروب خورشید', 'Copyright' => 'کپی رایت', 'Link to Weatherprovider' => 'لینک به سرویس هواشناسی ؟', 'Open in new Window' => 'باز شدن در پنجره ی دیگر', 'Forecast' => 'پیش بینی', 'All' => 'همه', 'Day' => 'روز ', 'Daytime' => 'هنگام روز', 'Nighttime' => 'هنگام شب', 'Update options' => 'به روز رسانی تنظیمات', 'Search location' => 'جستجوی مکان', 'Searchterm' => 'جستجوی مکان', 'Connection-check' => 'معتبر سازی اتصال', 'Select weatherprovider' => 'انتخاب سرویس هواشناسی', 'Start check' => 'شروع معتبر سازی', 'Close' => 'بستن', 'Checklist for connection test' => 'معتبر سازی اتصال به سرویس', 'wp-forecast on WordPress.org' => 'wp-forecast %s', 'German wp-forecast Site' => 'wp-forecast %s', 'Links will open in new Window/Tab.' => 'باز شدن در پنجره ی دیگر', 'wp-forecast Help' => 'wp-forecast %s', 'Locations:' => 'مکان', 'Failure notice from provider' => 'اعلان خطا از سرویس دهنده!', 'Sorry, no valid weather data available.' => 'متاسفیم. اطلاعات هواشناسی معتبری در دسترس نیست !', 'Please try again later.' => 'لطفا دوباره تلاش کنید', 'Winds' => 'باد', 'Precip.' => 'توضیح کوتاه', 'Night' => 'شب', 'Less forecast...' => 'اطلاعات کمتر...', 'More forecast...' => 'اطلاعات بیشتر...', 'wp-forecast %s' => 'wp-forecast %s', 'wp-forecast-uv %s' => 'wp-forecast %s', 'The Weather' => 'پیشبینی وضعیت آب و هوا ', ); widgetlang/wp-forecast-en-us.php000064400000007457150211511020012662 0ustar00 'Title:', 'Available widgets' => 'Available widgets', 'time' => 'time', 'Please select a location' => 'Please select your city and press set location', 'widget_hint' => 'widget_hint', 'How many wp-forecast widgets would you like?' => 'How many wp-forecast widgets would you like?', 'Delete options during plugin deactivation?' => 'Delete options during plugin deactivation?', 'Select widget' => 'Select widget', 'Settings successfully updated' => 'Settings successfully updated', 'You have to change a field to update settings.' => 'You have to change a field to update settings.', 'WP-Forecast Setup' => 'WP-Forecast Setup', 'Location' => 'Location', 'Locationname' => 'Locationname', 'Refresh cache after' => 'Refresh cache after', 'secs.' => 'secs.', 'Use metric units' => 'Use metric units', 'Use current time' => 'Use current time', 'Windspeed-Unit' => 'Windspeed-Unit', 'Meter/Second (m/s)' => 'Meter/Second (m/s)', 'Kilometer/Hour (km/h)' => 'Kilometer/Hour (km/h)', 'Miles/Hour (mph)' => 'Miles/Hour (mph)', 'Knots (kts)' => 'Knots (kts)', 'Language' => 'Language', 'Display Configuration' => 'Display Configuration', 'Current Conditions' => 'Current Conditions', 'Forecast Day' => 'Forecast Day', 'Forecast Night' => 'Forecast Night', 'Icon' => 'Icon', 'Date' => 'Date', 'Time' => 'Time', 'Short Description' => 'Short Description', 'Temperature' => 'Temperature', 'Realfeel' => 'Realfeel', 'Pressure' => 'Pressure', 'Humidity' => 'Humidity', 'Wind' => 'Wind', 'Sunrise' => 'Sunrise', 'Sunset' => 'Sunset', 'Copyright' => 'Copyright', 'Link to Weatherprovider' => 'Link to Weatherprovider', 'Forecast' => 'Forecast', 'All' => 'All', 'Day' => 'Day', 'Daytime' => 'Daytime', 'Nighttime' => 'Nighttime', 'Update options' => 'Update options', 'Search location' => 'Search location', 'Searchterm' => 'Searchterm', 'Sorry, no valid weather data available.' => 'Sorry, no valid weather data available.', 'Please try again later.' => 'Please try again later.', 'flik' => 'real feel', 'barr' => 'current pressure', 'hmid' => 'humidity', 'winds' => 'wind speed', 'sunrise' => 'sunrise', 'sunset' => 'sunset', 'day' => 'day', 'night' => 'night', 'wp-forecast %s' => 'wp-forecast %s', 'The Weather' => 'The Weather', 'loc' => 'location', '01' => 'Sunny', '02' => 'Mostly sunny', '03' => 'Partly sunny', '04' => 'Intermittent clouds', '05' => 'Hazy sunshine', '06' => 'Mostly cloudy', '07' => 'Cloudy', '08' => 'Dreary (overcast)', '11' => 'Fog', '12' => 'Showers', '13' => 'Mostly cloudy with showers', '14' => 'Partly sunny with showers', '15' => 'Thunderstorms', '16' => 'Mostly cloudy with thundershowers', '17' => 'Partly sunny with thundershowers', '18' => 'Rain', '19' => 'Flurries', '20' => 'Mostly cloudy with flurries', '21' => 'Partly sunny with flurries', '22' => 'Snow', '23' => 'Mostly cloudy with snow', '24' => 'Ice', '25' => 'Sleet', '26' => 'Freezing rain', '29' => 'Rain and snow', '30' => 'Hot', '31' => 'Cold', '32' => 'Windy', '33' => 'Clear', '34' => 'Mostly clear', '35' => 'Partly cloudy', '36' => 'Intermittent clouds', '37' => 'Hazy moonlight', '38' => 'Mostly cloudy', '39' => 'Partly cloudy with showers', '40' => 'Mostly cloudy with showers', '41' => 'Partly cloudy with thunderstorms', '42' => 'Mostly cloudy with thunderstorms', '43' => 'Mostly cloudy with flurries', '44' => 'Mostly cloudy with snow', 'Monday' => 'Monday', 'Tuesday' => 'Tuesday', 'Wednesday' => 'Wednesday', 'Thursday' => 'Thursday', 'Friday' => 'Friday', 'Saturday' => 'Saturday', 'Sunday' => 'Sunday', 'N' => 'N', 'E' => 'E', 'W' => 'W', 'S' => 'S', 'Nowcast' => 'Nowcast', 'Windy' => 'Press Update options to save new location.', ); wpf-autoupdate.php000064400000005105150211511020010207 0ustar00wp_content_dir() . '/upgrade/wpf_update/'; // wenn vorhanden, altes backup verzeichnis löschen. if ( is_dir( $backupdir ) ) { $wp_filesystem->delete( $backupdir, true ); } // backupdir anlegen. $wp_filesystem->mkdir( $backupdir ); // individuelle css datei sichern. if ( $wp_filesystem->is_file( dirname( __FILE__ ) . '/wp-forecast.css' ) ) { $wp_filesystem->copy( dirname( __FILE__ ) . '/wp-forecast.css', $backupdir . '/wp-forecast.css' ); } // individuelle css datei sichern. if ( $wp_filesystem->is_file( dirname( __FILE__ ) . '/wp-forecast-nowp.css' ) ) { $wp_filesystem->copy( dirname( __FILE__ ) . '/wp-forecast-nowp.css', $backupdir . '/wp-forecast-nowp.css' ); } } /** * Restoer files changed by the user */ function hm_recover_wpf() { global $wp_filesystem; $backupdir = $wp_filesystem->wp_content_dir() . '/upgrade/wpf_update/'; $pdir = dirname( __FILE__ ); // individuelle css datei zurück holen. if ( $wp_filesystem->is_file( $backupdir . '/wp-forecast.css' ) ) { $wp_filesystem->copy( $backupdir . '/wp-forecast.css', $pdir . '/wp-forecast.css' ); } // individuelle css datei zurück holen. if ( $wp_filesystem->is_file( $backupdir . '/wp-forecast-nowp.css' ) ) { $wp_filesystem->copy( $backupdir . '/wp-forecast-nowp.css', $pdir . '/wp-forecast-nowp.css' ); } // backup verzeichnis löschen. $wp_filesystem->delete( $backupdir, true ); } // add filter. add_filter( 'upgrader_pre_install', 'hm_backup_wpf', 10, 2 ); add_filter( 'upgrader_post_install', 'hm_recover_wpf', 10, 2 ); class-wpfuvwidget.php000064400000035047150211511020010730 0ustar00 'wp_forecast_uv_widget', 'description' => 'WP Forecast UV-Widget', ); $control_ops = array( 'width' => 300, 'height' => 150, ); parent::__construct( 'wp-forecast-uv', 'WP Forecast UV', $widget_ops, $control_ops ); } /** * Instantiate widget * * @param array $args Widgetparameters. * @param array $instance Instance of the widget. */ public function widget( $args, $instance ) { // get widget params from instance. $title = ( isset( $instance['title'] ) ? $instance['title'] : '' ); $wpfcid = ( isset( $instance['wpfcid'] ) ? $instance['wpfcid'] : '' ); $safeexposure = ( isset( $instance['safeexposure'] ) ? esc_attr( $instance['safeexposure'] ) : '' ); $showgraph = ( isset( $instance['showgraph'] ) ? esc_attr( $instance['showgraph'] ) : '' ); if ( trim( $wpfcid ) == '' ) { $wpfcid = 'A'; } // pass title to show function. $args['title'] = $title; if ( '?' == $wpfcid ) { $wpf_vars = get_wpf_opts( 'A' ); } else { $wpf_vars = get_wpf_opts( $wpfcid ); } if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } // call display method. $this->show( $wpfcid, $args, $wpf_vars, $showgraph, $safeexposure ); } /** * Update the values from the form for the widget. * * @param array $new_instance New instance of th widget. * @param array $old_instance Old instance of the widget. */ public function update( $new_instance, $old_instance ) { // update semaphor counter for loading wpf ajax script. if ( $old_instance['wpfcid'] != $new_instance['wpfcid'] ) { $semnow = get_option( 'wpf_sem_ajaxload' ); if ( '?' == $new_instance['wpfcid'] ) { update_option( 'wpf_sem_ajaxload', $semnow + 1 ); } else { update_option( 'wpf_sem_ajaxload', ( $semnow - 1 < 0 ? 0 : $semnow - 1 ) ); } } return $new_instance; } /** * Show the form. * * @param array $instance The instance of the widget. */ public function form( $instance ) { $count = wpf_get_option( 'wp-forecast-count' ); // get translation. $locale = get_locale(); if ( empty( $locale ) ) { $locale = 'en_US'; } if ( function_exists( 'load_plugin_textdomain' ) ) { add_filter( 'plugin_locale', 'wpf_lplug', 10, 2 ); load_plugin_textdomain( 'wp-forecast_' . $locale, false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); remove_filter( 'plugin_locale', 'wpf_lplug', 10, 2 ); } $title = ( isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '' ); $wpfcid = ( isset( $instance['wpfcid'] ) ? esc_attr( $instance['wpfcid'] ) : '' ); $safeexposure = ( isset( $instance['safeexposure'] ) ? esc_attr( $instance['safeexposure'] ) : '' ); $showgraph = ( isset( $instance['showgraph'] ) ? esc_attr( $instance['showgraph'] ) : '' ); // code for widget title form. $out = ''; $out .= '

'; // print out widget selector. $out .= '

'; $out .= '

'; $out .= '

'; echo wp_kses( $out, wpf_allowed_tags() ); } /** * Show the widget. * * @param string $wpfcid The Widget ID. * @param array $args The Widget arguments. * @param array $wpf_vars The wp-forecast parameters. * @param bool $showgraph Show the graph. * @param bool $safeexposure Show the safe exposure time for the skin. */ public function show( $wpfcid, $args, $wpf_vars, $showgraph, $safeexposure ) { // check how we are called as a widget or from sidebar. if ( count( $args ) == 0 ) { $show_from_widget = 0; } else { $show_from_widget = 1; } // take title from widget args. $title = ''; if ( isset( $args['title'] ) ) { // remember title from widget. $wpf_vars['title'] = $args['title']; // apply wp default filters to title for output. $title = apply_filters( 'widget_title', $args['title'] ); } // get translations. if ( function_exists( 'load_plugin_textdomain' ) ) { add_filter( 'plugin_locale', 'wpf_lplug', 10, 2 ); load_plugin_textdomain( 'wp-forecast_' . $wpf_vars['wpf_language'], false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); remove_filter( 'plugin_locale', 'wpf_lplug', 10, 2 ); } $plugin_path = plugins_url( '', __FILE__ ); $w = wp_forecast_data( $wpfcid, $wpf_vars['wpf_language'] ); // output current conditions. $out = ''; $out .= "\n
\n"; // if the provider sends us a failure notice print it and return. if ( '' != $w['failure'] ) { $out .= wpf_esc_attr__( 'Failure notice from provider', $wpf_vars['wpf_language'] ) . ':
'; $out .= $w['failure'] . '
'; // print it. if ( 1 == $show_from_widget ) { echo wp_kses( $before_widget . $before_title . $title . $after_title . $out . $after_widget, wpf_allowed_tags() ); } else { echo wp_kses( $out, wpf_allowed_tags() ); } return false; } // if error print an error message and return. if ( count( $w ) <= 0 ) { $out .= wpf_esc_attr__( 'Sorry, no valid weather data available.', $wpf_vars['wpf_language'] ) . '
'; $out .= wpf_esc_attr__( 'Please try again later.', $wpf_vars['wpf_language'] ) . ''; // print it. if ( 1 == $show_from_widget ) { echo wp_kses( $before_widget . $before_title . $title . $after_title . $out . $after_widget, wpf_allowed_tags() ); } else { echo wp_kses( $out, wpf_allowed_tags() ); } return false; } // ortsnamen ausgeben parameter fuer open in new window berücksichtigen. $servicelink = ''; $servicelink_end = ''; if ( substr( $wpf_vars['dispconfig'], 25, 1 ) == '1' ) { $servicelink = ''; } else { $servicelink = $servicelink . ' >'; } } $out .= '
'; if ( '' == $w['location'] || 1 == $wpf_vars['visitorlocation'] ) { $out .= '
' . $servicelink . $w['locname'] . $servicelink_end . "
\n"; } elseif ( '' != trim( $w['location'] ) && ' ' != $w['location'] ) { $out .= '
' . $servicelink . $w['location'] . $servicelink_end . "
\n"; } // show date / time. // if current time should be used. if ( '1' == $wpf_vars['currtime'] ) { $cd = $w['blogdate']; $ct = $w['blogtime']; } else { // else take given accuweather time. $cd = $w['accudate']; $ct = $w['accutime']; } if ( substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' || substr( $wpf_vars['dispconfig'], 1, 1 ) == '1' ) { $out .= '
'; if ( substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' ) { $out .= $cd; } else { $out .= wpf__( 'time', $wpf_vars['wpf_language'] ) . ': '; } if ( substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' && substr( $wpf_vars['dispconfig'], 1, 1 ) == '1' ) { $out .= ', '; } if ( substr( $wpf_vars['dispconfig'], 1, 1 ) == '1' ) { $out .= $ct; } $out .= "
\n"; } $out .= "
\n"; $out .= '
'; // show icon. $out .= "
"; $uviconno = ( isset( $w['openuv']['uv'] ) ? round( $w['openuv']['uv'] ) : 0 ); error_log( print_r( $wpf_vars, true ) ); $uvicon = 'UVIndex' . $uviconno . '.jpg'; if ( $wpf_vars['ouv_alticons'] ) { $uvicon = 'A' . $uvicon; } $breite = 0; $hoehe = 0; if ( file_exists( plugin_dir_path( __FILE__ ) . '/icons/' . $uvicon ) ) { $isize = getimagesize( plugin_dir_path( __FILE__ ) . '/icons/' . $uvicon ); if ( false != $isize ) { $breite = $isize[0]; $hoehe = $isize[1]; } } $out .= "" . $w[\n"; $out .= '
'; $out .= '
'; $out .= "
\n"; // end of block. $out .= '
'; // show data from OpenUV.io if applicable. if ( trim( $wpf_vars['ouv_apikey'] ) != '' ) { if ( $wpf_vars['ouv_uv'] ) { $out .= '
' . wpf__( 'Current UV-Index', $wpf_vars['wpf_language'] ) . ': ' . $w['openuv']['uv'] . "
\n"; } if ( $wpf_vars['ouv_uvmax'] ) { $out .= '
' . wpf__( 'Max. UV-Index', $wpf_vars['wpf_language'] ) . ': ' . $w['openuv']['uv_max'] . "
\n"; } if ( $wpf_vars['ouv_ozone'] ) { $out .= '
' . wpf__( 'Ozone', $wpf_vars['wpf_language'] ) . ': ' . $w['openuv']['ozone'] . " DU
\n"; } $out .= '
'; if ( $wpf_vars['ouv_safetime'] || $safeexposure ) { $j = 1; foreach ( $w['openuv']['safe_exposure_time'] as $set ) { if ( trim( $set ) != '' ) { $out .= '
' . wpf__( 'Safe Exposure Time for Skin Type', $wpf_vars['wpf_language'] ) . " $j: " . $set . " Min.
\n"; } else { $out .= '
' . wpf__( 'Safe Exposure Time for Skin Type', $wpf_vars['wpf_language'] ) . " $j: ∞ Min.
\n"; } $j++; } $out .= '
'; } if ( $showgraph ) { $count_values = count( $w['openuv']['forecast'] ); // determine min and max values. $uvmin = 99; $uvmax = 0; $data = array(); foreach ( $w['openuv']['forecast'] as $uvfc ) { if ( $uvfc['uv'] > $uvmax ) { $uvmax = $uvfc['uv']; } if ( $uvfc['uv'] < $uvmin ) { $uvmin = $uvfc['uv']; } $d = new DateTime( $uvfc['uv_time'] ); $data[ (int) $d->format( 'H' ) ] = round( $uvfc['uv'], 1 ) * 10; } $scale_ymax = ( (int) $uvmax + 1 ) * 10; // print out diagram. $out .= ''; for ( $i = $scale_ymax;$i >= 0;$i-- ) { if ( 0 == $i % 10 ) { $out .= "
" . (int) ( $i / 10 ) . '
'; } else { $out .= "
 
"; } foreach ( $data as $dk => $dv ) { if ( $dv >= $i ) { $out .= "
 
"; } else { $out .= "
 
"; } } $out .= "
"; } // print x -axis. $out .= "
 
"; foreach ( $data as $dk => $dv ) { $out .= "
$dk
"; } $out .= "

"; $d = new DateTime( $w['openuv']['forecast'][0]['uv_time'] ); $d1 = new DateTime( $w['openuv']['forecast'][ count( $w['openuv']['forecast'] ) - 1 ]['uv_time'] ); $out .= '
Werte vom ' . $d->format( 'd.m.y' ) . ' von ' . $d->format( 'H:i' ) . ' bis ' . $d1->format( 'H:i' ) . ' Uhr.
'; } // print copyright notice. $out .= "

"; $out .= ''; } // show copyright. if ( substr( $wpf_vars['dispconfig'], 21, 1 ) == '1' ) { $out .= ''; } $out .= "
\n"; // end of details. $out .= "\n"; // end of curr. // print it. if ( 1 == $show_from_widget ) { echo wp_kses( $args['before_widget'] . $args['before_title'] . $title . $args['after_title'], wpf_allowed_tags() ); } echo '
' . wp_kses( $out, wpf_allowed_tags() ) . '
' . "\n"; // to come back to theme floating status. echo '
 
'; if ( 1 == $show_from_widget ) { echo wp_kses( $args['after_widget'], wpf_allowed_tags() ); } } } } class-wpf-virtualpage.php000064400000007514150211511020011470 0ustar00slug = $args['slug']; $this->title = isset( $args['title'] ) ? $args['title'] : ''; $this->content = isset( $args['content'] ) ? $args['content'] : ''; $this->author = isset( $args['author'] ) ? $args['author'] : 1; $this->date = isset( $args['date'] ) ? $args['date'] : current_time( 'mysql' ); $this->dategmt = isset( $args['date'] ) ? $args['date'] : current_time( 'mysql', 1 ); $this->type = isset( $args['type'] ) ? $args['type'] : 'page'; add_filter( 'the_posts', array( &$this, 'virtual_page' ) ); } /** * Filter to create virtual page content. * * @param array $posts Parameter array for the virtual page. */ public function virtual_page( $posts ) { global $wp, $wp_query; if ( count( $posts ) === 0 && ( strcasecmp( $wp->request, $this->slug ) === 0 || $wp->query_vars['page_id'] === $this->slug ) ) { // create a fake post intance. $post = new stdClass(); // fill properties of $post with everything a page in the database would have. $post->ID = -1; // use an illegal value for page ID. $post->post_author = $this->author; // post author id. $post->post_date = $this->date; // date of post. $post->post_date_gmt = $this->dategmt; $post->post_content = $this->content; $post->post_title = $this->title; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; // mark as closed for comments, since page doesn't exist. $post->ping_status = 'closed'; // mark as closed for pings, since page doesn't exist. $post->post_password = ''; // no password. $post->post_name = $this->slug; $post->to_ping = ''; $post->pinged = ''; $post->modified = $post->post_date; $post->modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url( '/' . $this->slug ); $post->menu_order = 0; $post->post_tyle = $this->type; $post->post_mime_type = ''; $post->comment_count = 0; // set filter results. $posts = array( $post ); // reset wp_query properties to simulate a found page. $wp_query->is_page = true; $wp_query->is_singular = true; $wp_query->is_home = false; $wp_query->is_archive = false; $wp_query->is_category = false; unset( $wp_query->query['error'] ); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = false; } return ( $posts ); } } } func-openuv.php000064400000004401150211511020007505 0ustar00 array( 'method' => 'GET', 'header' => "x-access-token: $apikey\r\n", ), ); $context = stream_context_create( $opts ); $eheaders = array( 'headers' => array( 'x-access-token' => $apikey ) ); // Open the file using the HTTP headers set above. $file1 = wp_remote_get( $url1, $eheaders ); if ( is_wp_error( $file1 ) ) { return $file1; } $data = json_decode( $file1['body'], true ); $file2 = wp_remote_get( $url2, $eheaders ); if ( is_wp_error( $file2 ) ) { return $file2; } $data2 = json_decode( $file2['body'], true ); // add forecast data to array. $data['result']['forecast'] = $data2['result']; // add copyright notice. $data['result']['copyright'] = 'UV Data is delivered by openuv.io'; return $data['result']; } } funclib.php000064400000045277150211511020006702 0ustar00 '1' && isset( $defaults['wp-forecast-count'] ) ) { $wpf_maxwidgets = $defaults['wp-forecast-count']; } // map rest of fields. foreach ( $allowed as $f => $fswitch ) { $fname = substr( $f, 3 ); // strip ue_ prefix. if ( 1 != $fswitch || ! isset( $av[ $fname ] ) ) { // replace value in av with forced default. if ( array_key_exists( $fname, $defaults ) ) { $av[ $fname ] = $defaults[ $fname ]; } } } } return $av; } /** * Just return the css link. * this function is called via the wp_head hook. * * @param string $wpfcid the widget id. */ function wp_forecast_css( $wpfcid = 'A' ) { // load weather icon font. wp_enqueue_style( 'wp-forecast-weathericons', plugin_dir_url( __FILE__ ) . '/weather-icons/weather-icons.min.css', array(), '9999' ); wp_enqueue_style( 'wp-forecast-weathericons-wind', plugin_dir_url( __FILE__ ) . '/weather-icons/weather-icons-wind.min.css', array(), '9999' ); $wpf_loadcss = wpf_get_option( 'wp-forecast-loadcss' ); if ( 1 == $wpf_loadcss ) { return; } $def = 'wp-forecast-default.css'; $user = 'wp-forecast.css'; if ( file_exists( WP_PLUGIN_DIR . '/wp-forecast/' . $user ) ) { $def = $user; } wp_enqueue_style( 'wp-forecast', plugin_dir_url( __FILE__ ) . $def, array(), '9999' ); } /** * Just return the css link when not using WordPress * this function is called when showing widget directly * * @param string $wpfcid the widget id. */ function wp_forecast_css_nowp( $wpfcid = 'A' ) { // load weather icon font. wp_enqueue_style( 'wp-forecast-weathericons', plugin_dir_url( __FILE__ ) . '/weather-icons/weather-icons.min.css', array(), '9999' ); wp_enqueue_style( 'wp-forecast-weathericons-wind', plugin_dir_url( __FILE__ ) . '/weather-icons/weather-icons-wind.min.css', array(), '9999' ); $wpf_loadcss = wpf_get_option( 'wp-forecast-loadcss' ); if ( 1 == $wpf_loadcss ) { return; } $def = 'wp-forecast-default-nowp.css'; $user = 'wp-forecast-nowp.css'; if ( file_exists( WP_PLUGIN_DIR . '/wp-forecast/' . $user ) ) { $def = $user; } wp_enqueue_style( 'wp-forecast-nowp', plugin_dir_url( __FILE__ ) . $def, array(), '9999' ); } /** * Just return the css link when not using WordPress * this function is called when showing widget directly */ function wp_forecast_get_nowp_css() { $wpf_loadcss = wpf_get_option( 'wp-forecast-loadcss' ); if ( 1 == $wpf_loadcss ) { return ''; } $def = 'wp-forecast-default-nowp.css'; $user = 'wp-forecast-nowp.css'; if ( file_exists( WP_PLUGIN_DIR . '/wp-forecast/' . $user ) ) { $def = $user; } $res = ''; $file = WP_PLUGIN_DIR . "/wp-forecast/$def"; $f = fopen( $file, 'r' ); if ( $f ) { $res = fread( $f, filesize( $file ) ); fclose( $f ); } return $res; } /** * Returns the number's widget id used with wp-forecast * maximum is 999999 :-) * * @param int $number number of widgets to use. */ function get_widget_id( $number ) { // if negative take the first id. if ( $number < 0 ) { return 'A'; } // the first widgets use chars above we go with 0 padded numbers. if ( $number <= 25 ) { return substr( 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', $number, 1 ); } else { return str_pad( $number, 6, '0', STR_PAD_LEFT ); } } /** * Function tries to determine the icon path for icon number ino. * * @param string $ino icon number. */ function find_icon( $ino ) { $path = WPF_PATH . '/icons/' . $ino; $ext = '.gif'; if ( file_exists( $path . '.gif' ) ) { $ext = '.gif'; } elseif ( file_exists( $path . '.png' ) ) { $ext = '.png'; } elseif ( file_exists( $path . '.jpg' ) ) { $ext = '.jpg'; } elseif ( file_exists( $path . '.GIF' ) ) { $ext = '.GIF'; } elseif ( file_exists( $path . '.PNG' ) ) { $ext = '.PNG'; } elseif ( file_exists( $path . '.JPG' ) ) { $ext = '.JPG'; } elseif ( file_exists( $path . '.jpeg' ) ) { $ext = '.jpeg'; } elseif ( file_exists( $path . '.JPEG' ) ) { $ext = '.JPEG'; } elseif ( file_exists( $path . '.svg' ) ) { $ext = '.svg'; } elseif ( file_exists( $path . '.SVG' ) ) { $ext = '.SVG'; } return $ino . $ext; } /** * Translates the wind direction into another language * * @param string $wdir direction in degrees. * @param string $tdom textdomain. */ function translate_winddir( $wdir, $tdom ) { // translate winddir char by char. $winddir = ''; $l = strlen( $wdir ); for ( $i = 0;$i < $l;$i++ ) { $winddir = $winddir . wpf__( $wdir[ $i ], $tdom ); } return $winddir; } /** * Translates the wind direction in degree to a string. * * @param string $wdir direction in degrees. * @param string $tdom passhtrough. */ function translate_winddir_degree( $wdir, $tdom ) { $dir = '-'; if ( 0 <= $wdir ) { $dir = 'N'; } if ( 11.25 <= $wdir ) { $dir = 'NNE'; } if ( 33.75 <= $wdir ) { $dir = 'NE'; } if ( 56.25 <= $wdir ) { $dir = 'ENE'; } if ( 78.75 <= $wdir ) { $dir = 'E'; } if ( 101.25 <= $wdir ) { $dir = 'ESE'; } if ( 123.75 <= $wdir ) { $dir = 'SE'; } if ( 146.25 <= $wdir ) { $dir = 'SSE'; } if ( 168.75 <= $wdir ) { $dir = 'S'; } if ( 191.25 <= $wdir ) { $dir = 'SSW'; } if ( 213.75 <= $wdir ) { $dir = 'SW'; } if ( 236.25 <= $wdir ) { $dir = 'WSW'; } if ( 258.75 <= $wdir ) { $dir = 'W'; } if ( 281.25 <= $wdir ) { $dir = 'WNW'; } if ( 303.75 <= $wdir ) { $dir = 'NW'; } if ( 326.25 <= $wdir ) { $dir = 'NNW'; } if ( 348.75 <= $wdir ) { $dir = 'N'; } return translate_winddir( $dir, $tdom ); } /** * Function for plugin_locale filter hook. * only returns the first parameter. * * @param string $locale iso code of the locale. * @param string $domain complete domain of the .mo file. */ function wpf_lplug( $locale, $domain ) { // extract locale from domain. $wpf_locale = substr( $domain, 12, 5 ); return $wpf_locale; } /** * Return an array containgin all allowed HTML tags and attributes */ function wpf_allowed_tags() { $allowed_atts = array( 'align' => array(), 'class' => array(), 'type' => array(), 'id' => array(), 'dir' => array(), 'lang' => array(), 'style' => array(), 'xml:lang' => array(), 'src' => array(), 'alt' => array(), 'href' => array(), 'rel' => array(), 'rev' => array(), 'target' => array(), 'novalidate' => array(), 'type' => array(), 'value' => array(), 'name' => array(), 'tabindex' => array(), 'action' => array(), 'method' => array(), 'for' => array(), 'width' => array(), 'height' => array(), 'data' => array(), 'title' => array(), 'maxlength' => array(), 'border' => array(), 'onclick' => array(), 'checked' => array(), 'selected' => array(), 'size' => array(), 'onchange' => array(), ); $allowedposttags['aside'] = $allowed_atts; $allowedposttags['section'] = $allowed_atts; $allowedposttags['nav'] = $allowed_atts; $allowedposttags['form'] = $allowed_atts; $allowedposttags['label'] = $allowed_atts; $allowedposttags['input'] = $allowed_atts; $allowedposttags['textarea'] = $allowed_atts; $allowedposttags['select'] = $allowed_atts; $allowedposttags['option'] = $allowed_atts; $allowedposttags['iframe'] = $allowed_atts; $allowedposttags['script'] = $allowed_atts; $allowedposttags['style'] = $allowed_atts; $allowedposttags['strong'] = $allowed_atts; $allowedposttags['small'] = $allowed_atts; $allowedposttags['table'] = $allowed_atts; $allowedposttags['span'] = $allowed_atts; $allowedposttags['abbr'] = $allowed_atts; $allowedposttags['code'] = $allowed_atts; $allowedposttags['pre'] = $allowed_atts; $allowedposttags['div'] = $allowed_atts; $allowedposttags['img'] = $allowed_atts; $allowedposttags['h1'] = $allowed_atts; $allowedposttags['h2'] = $allowed_atts; $allowedposttags['h3'] = $allowed_atts; $allowedposttags['h4'] = $allowed_atts; $allowedposttags['h5'] = $allowed_atts; $allowedposttags['h6'] = $allowed_atts; $allowedposttags['ol'] = $allowed_atts; $allowedposttags['ul'] = $allowed_atts; $allowedposttags['li'] = $allowed_atts; $allowedposttags['em'] = $allowed_atts; $allowedposttags['hr'] = $allowed_atts; $allowedposttags['br'] = $allowed_atts; $allowedposttags['tr'] = $allowed_atts; $allowedposttags['td'] = $allowed_atts; $allowedposttags['p'] = $allowed_atts; $allowedposttags['a'] = $allowed_atts; $allowedposttags['b'] = $allowed_atts; $allowedposttags['i'] = $allowed_atts; return $allowedposttags; } /** * Function to translate a string into another language * using the wpf own translation mechanism * this is necessary because WordPress does not allow * more than one language per plugin * * @param string $s string to translate. * @param string $d domain to translate to. */ function wpf__( $s, $d ) { global $wpf_lang_dict; if ( ! isset( $wpf_lang_dict ) ) { $wpf_lang_dict = array(); } if ( array_key_exists( $d, $wpf_lang_dict ) && isset( $wpf_lang_dict[ $d ] ) ) { if ( array_key_exists( $s, $wpf_lang_dict[ $d ] ) ) { return $wpf_lang_dict[ $d ][ $s ]; } } // nothing found return original. return $s; } /** * Function to translate a string into another language * using the wpf own translation mechanism * this is necessary because WordPress does not allow * more than one language per plugin * This one echos the translation. * * @param string $s string to translate. * @param string $d domain to translate to. */ function wpf_e( $s, $d ) { echo esc_attr( wpf__( $s, $d ) ); } /** * Function to translate a string into another language * using the wpf own translation mechanism * this is necessary because WordPress does not allow * more than one language per plugin * This one escape it too * * @param string $s string to translate. * @param string $d domain to translate to. */ function wpf_esc_attr__( $s, $d ) { return esc_attr( wpf__( $s, $d ) ); } /** * Function to translate a string into another language * using the wpf own translation mechanism * this is necessary because WordPress does not allow * more than one language per plugin * This one escapes and echos the translation. * * @param string $s string to translate. * @param string $d domain to translate to. */ function wpf_esc_attr_e( $s, $d ) { echo esc_attr( wpf__( $s, $d ) ); } /** * Echos the admin notice concerning the accuweather probem. */ function wpf_accuweather_problem_notice() { $flag = get_option( 'wpf-show-admin-notice' ); if ( false === $flag ) { $out = '

'; $out .= __( 'As of September 10, 2023 it seems Accuweather has discontinued the free api-service. Please switch to either Openweathermap or Open-Meteo instead. For use with OpenWeatherMap.org you will need a personal API-Key and have to register at their site. All your Accuweather Widgets have been set to Open-Meteo to avoid errors on your website. Please check if all settings are correct.', 'wp-forecast' ); $out .= '

'; echo wp_kses( $out, wpf_allowed_tags() ); update_option( 'wpf-show-admin-notice', 1 ); } } } // end of function_exists func-openweathermap-v2.php000064400000033631150211511020011544 0ustar00 0 ) { $w['precipProbability'] = 100; } // sunset sunrise. $sr = new DateTime(); $sr->setTimezone( $mtz ); $sr->setTimestamp( $weather_array['current']['sys']['sunrise'] ); $w['sunrise'] = $sr->format( get_option( 'time_format' ) ); $ss = new DateTime(); $ss->setTimezone( $mtz ); $ss->setTimestamp( $weather_array['current']['sys']['sunset'] ); $w['sunset'] = $ss->format( get_option( 'time_format' ) ); // forecast. $j = 0; foreach ( $weather_array['forecast']['list'] as $ff ) { if ( substr( $ff['dt_txt'], 11 ) == '00:00:00' ) { ++$j; } $odt = new DateTime(); $odt->setTimezone( $mtz ); if ( substr( $ff['dt_txt'], 11 ) == '00:00:00' ) { $w[ 'fc_nt_short_' . $j ] = $ff['weather'][0]['description']; $w[ 'fc_nt_icon_' . $j ] = $ff['weather'][0]['icon']; $w[ 'fc_nt_iconcode_' . $j ] = openweathermap_map_icon( $ff['weather'][0]['icon'], true, $wpf_vars['fonticon'] ); $w[ 'fc_nt_id_' . $j ] = $ff['weather'][0]['id']; $w[ 'fc_nt_htemp_' . $j ] = round( $ff['main']['temp_max'], 0 ); $w[ 'fc_nt_ltemp_' . $j ] = round( $ff['main']['temp_min'], 0 ); $w[ 'fc_nt_windspeed_' . $j ] = $ff['wind']['speed']; $w[ 'fc_nt_winddir_' . $j ] = $ff['wind']['deg']; $w[ 'fc_nt_wgusts_' . $j ] = $ff['wind']['gust']; $w[ 'fc_nt_maxuv_' . $j ] = -1; } if ( substr( $ff['dt_txt'], 11 ) == '12:00:00' ) { $w[ 'fc_obsdate_' . $j ] = $ff['dt'] + $odt->getOffset(); $w[ 'fc_dt_short_' . $j ] = $ff['weather'][0]['description']; $w[ 'fc_dt_icon_' . $j ] = $ff['weather'][0]['icon']; $w[ 'fc_dt_iconcode_' . $j ] = openweathermap_map_icon( $ff['weather'][0]['icon'], false, $wpf_vars['fonticon'] ); $w[ 'fc_dt_id_' . $j ] = $ff['weather'][0]['id']; $w[ 'fc_dt_htemp_' . $j ] = round( $ff['main']['temp_max'], 0 ); $w[ 'fc_dt_ltemp_' . $j ] = round( $ff['main']['temp_min'], 0 ); $w[ 'fc_dt_windspeed_' . $j ] = $ff['wind']['speed']; $w[ 'fc_dt_winddir_' . $j ] = $ff['wind']['deg']; $w[ 'fc_dt_wgusts_' . $j ] = $ff['wind']['gust']; $w[ 'fc_dt_maxuv_' . $j ] = -1; // map precipitation values. // init vars. $w[ 'fc_dt_precipProbability' . $j ] = $ff['pop'] * 100; $w[ 'fc_dt_precipIntensity' . $j ] = 0; $w[ 'fc_dt_precipType' . $j ] = ''; // if it rains add rain volume and set precipitation type to rain. if ( isset( $ff['rain'] ) ) { $w[ 'fc_dt_precipIntensity' . $j ] += $ff['rain']['3h']; $w[ 'fc_dt_precipType' . $j ] = 'Rain'; } // if it snows add snow volume and set precipitation type to snow. if ( isset( $ff['snow'] ) ) { $w[ 'fc_dt_precipIntensity' . $j ] += $ff['snow']['3h']; $w[ 'fc_dt_precipType' . $j ] = 'Snow'; } // convert mm to inches for compatibility reasons with accuweather. $w[ 'fc_dt_precipIntensity' . $j ] = $w[ 'fc_dt_precipIntensity' . $j ] / 2.54 / 10; } } // fill failure anyway. $w['failure'] = ( isset( $w['failure'] ) ? $w['failure'] : '' ); return $w; } } if ( ! function_exists( 'openweathermap_forecast_data_v2' ) ) { /** * Return the weather data for the cache from OWM * * @param string $wpfcid the Widget ID. * @param string $language_override the iso code of the language to use. */ function openweathermap_forecast_data_v2( $wpfcid = 'A', $language_override = null ) { $wpf_vars = get_wpf_opts( $wpfcid ); if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } $w = maybe_unserialize( wpf_get_option( 'wp-forecast-cache' . $wpfcid ) ); // get translations. global $wpf_lang_dict; $wpf_lang = array(); $langfile = WP_PLUGIN_DIR . '/wp-forecast/widgetlang/wp-forecast-' . strtolower( str_replace( '_', '-', $wpf_vars['wpf_language'] ) ) . '.php'; if ( file_exists( $langfile ) ) { include $langfile; } $wpf_lang_dict[ $wpf_vars['wpf_language'] ] = $wpf_lang; // -------------------------------------------------------------- // calc values for current conditions. if ( isset( $w['failure'] ) && '' != $w['failure'] ) { return array( 'failure' => $w['failure'] ); } $w['servicelink'] = 'https://openweathermap.org/weathermap?basemap=map&cities=true&layer=temperature&lat=' . $w['lat'] . '&lon=' . $w['lon'] . '&zoom=5'; $w['copyright'] = '
© ' . gmdate( 'Y' ) . ' Powered by OpenWeather'; // next line is for compatibility. $w['acculink'] = $w['servicelink']; $w['location'] = $wpf_vars['locname']; $w['locname'] = $w['location']; // handle empty timezone setting. if ( ! isset( $w['timezone'] ) ) { $w['timezone'] = get_option( 'timezone_string' ); $tz = new DateTimeZone( $w['timezone'] ); } else { $tz_prefix = '+'; if ( $w['timezone'] < 0 ) { $tz_prefix = '-'; } $tz = new DateTimeZone( $tz_prefix . $w['timezone'] / 36 ); } $w['gmtdiff'] = $tz->getOffset( new DateTime() ); $ct = current_time( 'U' ); $ct = $ct + $wpf_vars['timeoffset'] * 60; // add or subtract time offset. $w['blogdate'] = date_i18n( $wpf_vars['fc_date_format'], $ct ); $w['blogtime'] = date_i18n( $wpf_vars['fc_time_format'], $ct ); // get date/time from openweathermap. $ct = $w['time'] + $w['gmtdiff']; $w['accudate'] = date_i18n( $wpf_vars['fc_date_format'], $ct ); $w['accutime'] = date_i18n( $wpf_vars['fc_time_format'], $ct ); $ico = openweathermap_map_icon( $w['weatherid'], false, $wpf_vars['fonticon'] ); $iconfile = find_icon( $ico ); $w['icon'] = 'icons/' . $iconfile; $w['iconcode'] = $ico; $w['shorttext'] = wpf__( openweathermap_wcode2text( $w['weatherid'] ), $wpf_vars['wpf_language'] ); $w['temperature'] = $w['temperature'] . '°' . $w['un_temp']; $w['realfeel'] = $w['realfeel'] . '°' . $w['un_temp']; $w['humidity'] = round( $w['humidity'], 0 ); // workaround different pressure values returned by accuweather. $press = round( $w['pressure'], 0 ); if ( strlen( $press ) == 3 && substr( $press, 0, 1 ) == '1' ) { $press = $press * 10; } $w['pressure'] = $press . ' ' . $w['un_pres']; $w['humidity'] = round( $w['humidity'], 0 ); $w['windspeed'] = windstr( $wpf_vars['metric'], $w['windspeed'], $wpf_vars['windunit'] ); $w['winddir'] = translate_winddir_degree( $w['winddirection'], $wpf_vars['wpf_language'] ); $w['winddir_orig'] = str_replace( 'O', 'E', $w['winddir'] ); $w['windgusts'] = windstr( $wpf_vars['metric'], $w['wgusts'], $wpf_vars['windunit'] ); // calc values for forecast. for ( $i = 1; $i < 6; $i++ ) { if ( ! isset( $w[ 'fc_obsdate_' . $i ] ) ) { continue; } // daytime forecast. $w[ 'fc_obsdate_' . $i ] = date_i18n( $wpf_vars['fc_date_format'], $w[ 'fc_obsdate_' . $i ] ); $ico = openweathermap_map_icon( $w[ 'fc_dt_id_' . $i ], false, $wpf_vars['fonticon'] ); $iconfile = find_icon( $ico ); $w[ 'fc_dt_icon_' . $i ] = 'icons/' . $iconfile; $w[ 'fc_dt_iconcode_' . $i ] = $ico; $w[ 'fc_dt_desc_' . $i ] = wpf__( openweathermap_wcode2text( $w[ 'fc_dt_id_' . $i ] ), $wpf_vars['wpf_language'] ); $w[ 'fc_dt_htemp_' . $i ] = $w[ 'fc_dt_htemp_' . $i ] . '°' . $w['un_temp']; $wstr = windstr( $wpf_vars['metric'], $w[ 'fc_dt_windspeed_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_dt_windspeed_' . $i ] = $wstr; $w[ 'fc_dt_winddir_' . $i ] = translate_winddir_degree( $w[ 'fc_dt_winddir_' . $i ], $wpf_vars['wpf_language'] ); $w[ 'fc_dt_winddir_orig_' . $i ] = str_replace( 'O', 'E', $w[ 'fc_dt_winddir_' . $i ] ); $w[ 'fc_dt_wgusts_' . $i ] = windstr( $wpf_vars['metric'], $w[ 'fc_dt_wgusts_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_dt_maxuv_' . $i ] = $w[ 'fc_dt_maxuv_' . $i ]; // nighttime forecast. $ico = openweathermap_map_icon( $w[ 'fc_nt_id_' . $i ], true, $wpf_vars['fonticon'] ); $iconfile = find_icon( $ico ); $w[ 'fc_nt_icon_' . $i ] = 'icons/' . $iconfile; $w[ 'fc_nt_iconcode_' . $i ] = $ico; $w[ 'fc_nt_desc_' . $i ] = wpf__( openweathermap_wcode2text( $w[ 'fc_nt_id_' . $i ] ), $wpf_vars['wpf_language'] ); $w[ 'fc_nt_ltemp_' . $i ] = $w[ 'fc_nt_ltemp_' . $i ] . '°' . $w['un_temp']; $wstr = windstr( $wpf_vars['metric'], $w[ 'fc_nt_windspeed_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_nt_windspeed_' . $i ] = $wstr; $w[ 'fc_nt_winddir_' . $i ] = translate_winddir_degree( $w[ 'fc_nt_winddir_' . $i ], $wpf_vars['wpf_language'] ); $w[ 'fc_nt_winddir_orig_' . $i ] = str_replace( 'O', 'E', $w[ 'fc_nt_winddir_' . $i ] ); $w[ 'fc_nt_wgusts_' . $i ] = windstr( $wpf_vars['metric'], $w[ 'fc_nt_wgusts_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_nt_maxuv_' . $i ] = $w[ 'fc_nt_maxuv_' . $i ]; } // add hook for possible individual changes. $w = apply_filters( 'wp-forecast-openweathermap-data', $w ); return $w; } } weather-icons/weather-icons.css000064400000074007150211511020012572 0ustar00/*! * Weather Icons 2.0.10 * Updated November 1, 2020 * Weather themed icons for Bootstrap * Author - Erik Flowers - erik@helloerik.com * Email: erik@helloerik.com * Twitter: http://twitter.com/Erik_UX * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons * * License * ------------------------------------------------------------------------------ * - Font licensed under SIL OFL 1.1 - * http://scripts.sil.org/OFL * - CSS, SCSS and LESS are licensed under MIT License - * http://opensource.org/licenses/mit-license.html * - Documentation licensed under CC BY 3.0 - * http://creativecommons.org/licenses/by/3.0/ * - Inspired by and works great as a companion with Font Awesome * "Font Awesome by Dave Gandy - http://fontawesome.io" */ @font-face { font-family: 'weathericons'; src: url('../font/weathericons-regular-webfont.eot'); src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff2') format('woff2'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg'); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: 'weathericons'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { text-align: center; width: 1.4em; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } .wi-day-sunny:before { content: "\f00d"; } .wi-day-cloudy:before { content: "\f002"; } .wi-day-cloudy-gusts:before { content: "\f000"; } .wi-day-cloudy-windy:before { content: "\f001"; } .wi-day-fog:before { content: "\f003"; } .wi-day-hail:before { content: "\f004"; } .wi-day-haze:before { content: "\f0b6"; } .wi-day-lightning:before { content: "\f005"; } .wi-day-rain:before { content: "\f008"; } .wi-day-rain-mix:before { content: "\f006"; } .wi-day-rain-wind:before { content: "\f007"; } .wi-day-showers:before { content: "\f009"; } .wi-day-sleet:before { content: "\f0b2"; } .wi-day-sleet-storm:before { content: "\f068"; } .wi-day-snow:before { content: "\f00a"; } .wi-day-snow-thunderstorm:before { content: "\f06b"; } .wi-day-snow-wind:before { content: "\f065"; } .wi-day-sprinkle:before { content: "\f00b"; } .wi-day-storm-showers:before { content: "\f00e"; } .wi-day-sunny-overcast:before { content: "\f00c"; } .wi-day-thunderstorm:before { content: "\f010"; } .wi-day-windy:before { content: "\f085"; } .wi-solar-eclipse:before { content: "\f06e"; } .wi-hot:before { content: "\f072"; } .wi-day-cloudy-high:before { content: "\f07d"; } .wi-day-light-wind:before { content: "\f0c4"; } .wi-night-clear:before { content: "\f02e"; } .wi-night-alt-cloudy:before { content: "\f086"; } .wi-night-alt-cloudy-gusts:before { content: "\f022"; } .wi-night-alt-cloudy-windy:before { content: "\f023"; } .wi-night-alt-hail:before { content: "\f024"; } .wi-night-alt-lightning:before { content: "\f025"; } .wi-night-alt-rain:before { content: "\f028"; } .wi-night-alt-rain-mix:before { content: "\f026"; } .wi-night-alt-rain-wind:before { content: "\f027"; } .wi-night-alt-showers:before { content: "\f029"; } .wi-night-alt-sleet:before { content: "\f0b4"; } .wi-night-alt-sleet-storm:before { content: "\f06a"; } .wi-night-alt-snow:before { content: "\f02a"; } .wi-night-alt-snow-thunderstorm:before { content: "\f06d"; } .wi-night-alt-snow-wind:before { content: "\f067"; } .wi-night-alt-sprinkle:before { content: "\f02b"; } .wi-night-alt-storm-showers:before { content: "\f02c"; } .wi-night-alt-thunderstorm:before { content: "\f02d"; } .wi-night-cloudy:before { content: "\f031"; } .wi-night-cloudy-gusts:before { content: "\f02f"; } .wi-night-cloudy-windy:before { content: "\f030"; } .wi-night-fog:before { content: "\f04a"; } .wi-night-hail:before { content: "\f032"; } .wi-night-lightning:before { content: "\f033"; } .wi-night-partly-cloudy:before { content: "\f083"; } .wi-night-rain:before { content: "\f036"; } .wi-night-rain-mix:before { content: "\f034"; } .wi-night-rain-wind:before { content: "\f035"; } .wi-night-showers:before { content: "\f037"; } .wi-night-sleet:before { content: "\f0b3"; } .wi-night-sleet-storm:before { content: "\f069"; } .wi-night-snow:before { content: "\f038"; } .wi-night-snow-thunderstorm:before { content: "\f06c"; } .wi-night-snow-wind:before { content: "\f066"; } .wi-night-sprinkle:before { content: "\f039"; } .wi-night-storm-showers:before { content: "\f03a"; } .wi-night-thunderstorm:before { content: "\f03b"; } .wi-lunar-eclipse:before { content: "\f070"; } .wi-stars:before { content: "\f077"; } .wi-storm-showers:before { content: "\f01d"; } .wi-thunderstorm:before { content: "\f01e"; } .wi-night-alt-cloudy-high:before { content: "\f07e"; } .wi-night-cloudy-high:before { content: "\f080"; } .wi-night-alt-partly-cloudy:before { content: "\f081"; } .wi-cloud:before { content: "\f041"; } .wi-cloudy:before { content: "\f013"; } .wi-cloudy-gusts:before { content: "\f011"; } .wi-cloudy-windy:before { content: "\f012"; } .wi-fog:before { content: "\f014"; } .wi-hail:before { content: "\f015"; } .wi-rain:before { content: "\f019"; } .wi-rain-mix:before { content: "\f017"; } .wi-rain-wind:before { content: "\f018"; } .wi-showers:before { content: "\f01a"; } .wi-sleet:before { content: "\f0b5"; } .wi-snow:before { content: "\f01b"; } .wi-sprinkle:before { content: "\f01c"; } .wi-storm-showers:before { content: "\f01d"; } .wi-thunderstorm:before { content: "\f01e"; } .wi-snow-wind:before { content: "\f064"; } .wi-snow:before { content: "\f01b"; } .wi-smog:before { content: "\f074"; } .wi-smoke:before { content: "\f062"; } .wi-lightning:before { content: "\f016"; } .wi-raindrops:before { content: "\f04e"; } .wi-raindrop:before { content: "\f078"; } .wi-dust:before { content: "\f063"; } .wi-snowflake-cold:before { content: "\f076"; } .wi-windy:before { content: "\f021"; } .wi-strong-wind:before { content: "\f050"; } .wi-sandstorm:before { content: "\f082"; } .wi-earthquake:before { content: "\f0c6"; } .wi-fire:before { content: "\f0c7"; } .wi-flood:before { content: "\f07c"; } .wi-meteor:before { content: "\f071"; } .wi-tsunami:before { content: "\f0c5"; } .wi-volcano:before { content: "\f0c8"; } .wi-hurricane:before { content: "\f073"; } .wi-tornado:before { content: "\f056"; } .wi-small-craft-advisory:before { content: "\f0cc"; } .wi-gale-warning:before { content: "\f0cd"; } .wi-storm-warning:before { content: "\f0ce"; } .wi-hurricane-warning:before { content: "\f0cf"; } .wi-wind-direction:before { content: "\f0b1"; } .wi-alien:before { content: "\f075"; } .wi-celsius:before { content: "\f03c"; } .wi-fahrenheit:before { content: "\f045"; } .wi-degrees:before { content: "\f042"; } .wi-thermometer:before { content: "\f055"; } .wi-thermometer-exterior:before { content: "\f053"; } .wi-thermometer-internal:before { content: "\f054"; } .wi-cloud-down:before { content: "\f03d"; } .wi-cloud-up:before { content: "\f040"; } .wi-cloud-refresh:before { content: "\f03e"; } .wi-horizon:before { content: "\f047"; } .wi-horizon-alt:before { content: "\f046"; } .wi-sunrise:before { content: "\f051"; } .wi-sunset:before { content: "\f052"; } .wi-moonrise:before { content: "\f0c9"; } .wi-moonset:before { content: "\f0ca"; } .wi-refresh:before { content: "\f04c"; } .wi-refresh-alt:before { content: "\f04b"; } .wi-umbrella:before { content: "\f084"; } .wi-barometer:before { content: "\f079"; } .wi-humidity:before { content: "\f07a"; } .wi-na:before { content: "\f07b"; } .wi-train:before { content: "\f0cb"; } .wi-moon-new:before { content: "\f095"; } .wi-moon-waxing-crescent-1:before { content: "\f096"; } .wi-moon-waxing-crescent-2:before { content: "\f097"; } .wi-moon-waxing-crescent-3:before { content: "\f098"; } .wi-moon-waxing-crescent-4:before { content: "\f099"; } .wi-moon-waxing-crescent-5:before { content: "\f09a"; } .wi-moon-waxing-crescent-6:before { content: "\f09b"; } .wi-moon-first-quarter:before { content: "\f09c"; } .wi-moon-waxing-gibbous-1:before { content: "\f09d"; } .wi-moon-waxing-gibbous-2:before { content: "\f09e"; } .wi-moon-waxing-gibbous-3:before { content: "\f09f"; } .wi-moon-waxing-gibbous-4:before { content: "\f0a0"; } .wi-moon-waxing-gibbous-5:before { content: "\f0a1"; } .wi-moon-waxing-gibbous-6:before { content: "\f0a2"; } .wi-moon-full:before { content: "\f0a3"; } .wi-moon-waning-gibbous-1:before { content: "\f0a4"; } .wi-moon-waning-gibbous-2:before { content: "\f0a5"; } .wi-moon-waning-gibbous-3:before { content: "\f0a6"; } .wi-moon-waning-gibbous-4:before { content: "\f0a7"; } .wi-moon-waning-gibbous-5:before { content: "\f0a8"; } .wi-moon-waning-gibbous-6:before { content: "\f0a9"; } .wi-moon-third-quarter:before { content: "\f0aa"; } .wi-moon-waning-crescent-1:before { content: "\f0ab"; } .wi-moon-waning-crescent-2:before { content: "\f0ac"; } .wi-moon-waning-crescent-3:before { content: "\f0ad"; } .wi-moon-waning-crescent-4:before { content: "\f0ae"; } .wi-moon-waning-crescent-5:before { content: "\f0af"; } .wi-moon-waning-crescent-6:before { content: "\f0b0"; } .wi-moon-alt-new:before { content: "\f0eb"; } .wi-moon-alt-waxing-crescent-1:before { content: "\f0d0"; } .wi-moon-alt-waxing-crescent-2:before { content: "\f0d1"; } .wi-moon-alt-waxing-crescent-3:before { content: "\f0d2"; } .wi-moon-alt-waxing-crescent-4:before { content: "\f0d3"; } .wi-moon-alt-waxing-crescent-5:before { content: "\f0d4"; } .wi-moon-alt-waxing-crescent-6:before { content: "\f0d5"; } .wi-moon-alt-first-quarter:before { content: "\f0d6"; } .wi-moon-alt-waxing-gibbous-1:before { content: "\f0d7"; } .wi-moon-alt-waxing-gibbous-2:before { content: "\f0d8"; } .wi-moon-alt-waxing-gibbous-3:before { content: "\f0d9"; } .wi-moon-alt-waxing-gibbous-4:before { content: "\f0da"; } .wi-moon-alt-waxing-gibbous-5:before { content: "\f0db"; } .wi-moon-alt-waxing-gibbous-6:before { content: "\f0dc"; } .wi-moon-alt-full:before { content: "\f0dd"; } .wi-moon-alt-waning-gibbous-1:before { content: "\f0de"; } .wi-moon-alt-waning-gibbous-2:before { content: "\f0df"; } .wi-moon-alt-waning-gibbous-3:before { content: "\f0e0"; } .wi-moon-alt-waning-gibbous-4:before { content: "\f0e1"; } .wi-moon-alt-waning-gibbous-5:before { content: "\f0e2"; } .wi-moon-alt-waning-gibbous-6:before { content: "\f0e3"; } .wi-moon-alt-third-quarter:before { content: "\f0e4"; } .wi-moon-alt-waning-crescent-1:before { content: "\f0e5"; } .wi-moon-alt-waning-crescent-2:before { content: "\f0e6"; } .wi-moon-alt-waning-crescent-3:before { content: "\f0e7"; } .wi-moon-alt-waning-crescent-4:before { content: "\f0e8"; } .wi-moon-alt-waning-crescent-5:before { content: "\f0e9"; } .wi-moon-alt-waning-crescent-6:before { content: "\f0ea"; } .wi-moon-0:before { content: "\f095"; } .wi-moon-1:before { content: "\f096"; } .wi-moon-2:before { content: "\f097"; } .wi-moon-3:before { content: "\f098"; } .wi-moon-4:before { content: "\f099"; } .wi-moon-5:before { content: "\f09a"; } .wi-moon-6:before { content: "\f09b"; } .wi-moon-7:before { content: "\f09c"; } .wi-moon-8:before { content: "\f09d"; } .wi-moon-9:before { content: "\f09e"; } .wi-moon-10:before { content: "\f09f"; } .wi-moon-11:before { content: "\f0a0"; } .wi-moon-12:before { content: "\f0a1"; } .wi-moon-13:before { content: "\f0a2"; } .wi-moon-14:before { content: "\f0a3"; } .wi-moon-15:before { content: "\f0a4"; } .wi-moon-16:before { content: "\f0a5"; } .wi-moon-17:before { content: "\f0a6"; } .wi-moon-18:before { content: "\f0a7"; } .wi-moon-19:before { content: "\f0a8"; } .wi-moon-20:before { content: "\f0a9"; } .wi-moon-21:before { content: "\f0aa"; } .wi-moon-22:before { content: "\f0ab"; } .wi-moon-23:before { content: "\f0ac"; } .wi-moon-24:before { content: "\f0ad"; } .wi-moon-25:before { content: "\f0ae"; } .wi-moon-26:before { content: "\f0af"; } .wi-moon-27:before { content: "\f0b0"; } .wi-time-1:before { content: "\f08a"; } .wi-time-2:before { content: "\f08b"; } .wi-time-3:before { content: "\f08c"; } .wi-time-4:before { content: "\f08d"; } .wi-time-5:before { content: "\f08e"; } .wi-time-6:before { content: "\f08f"; } .wi-time-7:before { content: "\f090"; } .wi-time-8:before { content: "\f091"; } .wi-time-9:before { content: "\f092"; } .wi-time-10:before { content: "\f093"; } .wi-time-11:before { content: "\f094"; } .wi-time-12:before { content: "\f089"; } .wi-direction-up:before { content: "\f058"; } .wi-direction-up-right:before { content: "\f057"; } .wi-direction-right:before { content: "\f04d"; } .wi-direction-down-right:before { content: "\f088"; } .wi-direction-down:before { content: "\f044"; } .wi-direction-down-left:before { content: "\f043"; } .wi-direction-left:before { content: "\f048"; } .wi-direction-up-left:before { content: "\f087"; } .wi-wind-beaufort-0:before { content: "\f0b7"; } .wi-wind-beaufort-1:before { content: "\f0b8"; } .wi-wind-beaufort-2:before { content: "\f0b9"; } .wi-wind-beaufort-3:before { content: "\f0ba"; } .wi-wind-beaufort-4:before { content: "\f0bb"; } .wi-wind-beaufort-5:before { content: "\f0bc"; } .wi-wind-beaufort-6:before { content: "\f0bd"; } .wi-wind-beaufort-7:before { content: "\f0be"; } .wi-wind-beaufort-8:before { content: "\f0bf"; } .wi-wind-beaufort-9:before { content: "\f0c0"; } .wi-wind-beaufort-10:before { content: "\f0c1"; } .wi-wind-beaufort-11:before { content: "\f0c2"; } .wi-wind-beaufort-12:before { content: "\f0c3"; } .wi-yahoo-0:before { content: "\f056"; } .wi-yahoo-1:before { content: "\f00e"; } .wi-yahoo-2:before { content: "\f073"; } .wi-yahoo-3:before { content: "\f01e"; } .wi-yahoo-4:before { content: "\f01e"; } .wi-yahoo-5:before { content: "\f017"; } .wi-yahoo-6:before { content: "\f017"; } .wi-yahoo-7:before { content: "\f017"; } .wi-yahoo-8:before { content: "\f015"; } .wi-yahoo-9:before { content: "\f01a"; } .wi-yahoo-10:before { content: "\f015"; } .wi-yahoo-11:before { content: "\f01a"; } .wi-yahoo-12:before { content: "\f01a"; } .wi-yahoo-13:before { content: "\f01b"; } .wi-yahoo-14:before { content: "\f00a"; } .wi-yahoo-15:before { content: "\f064"; } .wi-yahoo-16:before { content: "\f01b"; } .wi-yahoo-17:before { content: "\f015"; } .wi-yahoo-18:before { content: "\f017"; } .wi-yahoo-19:before { content: "\f063"; } .wi-yahoo-20:before { content: "\f014"; } .wi-yahoo-21:before { content: "\f021"; } .wi-yahoo-22:before { content: "\f062"; } .wi-yahoo-23:before { content: "\f050"; } .wi-yahoo-24:before { content: "\f050"; } .wi-yahoo-25:before { content: "\f076"; } .wi-yahoo-26:before { content: "\f013"; } .wi-yahoo-27:before { content: "\f031"; } .wi-yahoo-28:before { content: "\f002"; } .wi-yahoo-29:before { content: "\f031"; } .wi-yahoo-30:before { content: "\f002"; } .wi-yahoo-31:before { content: "\f02e"; } .wi-yahoo-32:before { content: "\f00d"; } .wi-yahoo-33:before { content: "\f083"; } .wi-yahoo-34:before { content: "\f00c"; } .wi-yahoo-35:before { content: "\f017"; } .wi-yahoo-36:before { content: "\f072"; } .wi-yahoo-37:before { content: "\f00e"; } .wi-yahoo-38:before { content: "\f00e"; } .wi-yahoo-39:before { content: "\f00e"; } .wi-yahoo-40:before { content: "\f01a"; } .wi-yahoo-41:before { content: "\f064"; } .wi-yahoo-42:before { content: "\f01b"; } .wi-yahoo-43:before { content: "\f064"; } .wi-yahoo-44:before { content: "\f00c"; } .wi-yahoo-45:before { content: "\f00e"; } .wi-yahoo-46:before { content: "\f01b"; } .wi-yahoo-47:before { content: "\f00e"; } .wi-yahoo-3200:before { content: "\f077"; } .wi-forecast-io-clear-day:before { content: "\f00d"; } .wi-forecast-io-clear-night:before { content: "\f02e"; } .wi-forecast-io-rain:before { content: "\f019"; } .wi-forecast-io-snow:before { content: "\f01b"; } .wi-forecast-io-sleet:before { content: "\f0b5"; } .wi-forecast-io-wind:before { content: "\f050"; } .wi-forecast-io-fog:before { content: "\f014"; } .wi-forecast-io-cloudy:before { content: "\f013"; } .wi-forecast-io-partly-cloudy-day:before { content: "\f002"; } .wi-forecast-io-partly-cloudy-night:before { content: "\f031"; } .wi-forecast-io-hail:before { content: "\f015"; } .wi-forecast-io-thunderstorm:before { content: "\f01e"; } .wi-forecast-io-tornado:before { content: "\f056"; } .wi-wmo4680-0:before, .wi-wmo4680-00:before { content: "\f055"; } .wi-wmo4680-1:before, .wi-wmo4680-01:before { content: "\f013"; } .wi-wmo4680-2:before, .wi-wmo4680-02:before { content: "\f055"; } .wi-wmo4680-3:before, .wi-wmo4680-03:before { content: "\f013"; } .wi-wmo4680-4:before, .wi-wmo4680-04:before { content: "\f014"; } .wi-wmo4680-5:before, .wi-wmo4680-05:before { content: "\f014"; } .wi-wmo4680-10:before { content: "\f014"; } .wi-wmo4680-11:before { content: "\f014"; } .wi-wmo4680-12:before { content: "\f016"; } .wi-wmo4680-18:before { content: "\f050"; } .wi-wmo4680-20:before { content: "\f014"; } .wi-wmo4680-21:before { content: "\f017"; } .wi-wmo4680-22:before { content: "\f017"; } .wi-wmo4680-23:before { content: "\f019"; } .wi-wmo4680-24:before { content: "\f01b"; } .wi-wmo4680-25:before { content: "\f015"; } .wi-wmo4680-26:before { content: "\f01e"; } .wi-wmo4680-27:before { content: "\f063"; } .wi-wmo4680-28:before { content: "\f063"; } .wi-wmo4680-29:before { content: "\f063"; } .wi-wmo4680-30:before { content: "\f014"; } .wi-wmo4680-31:before { content: "\f014"; } .wi-wmo4680-32:before { content: "\f014"; } .wi-wmo4680-33:before { content: "\f014"; } .wi-wmo4680-34:before { content: "\f014"; } .wi-wmo4680-35:before { content: "\f014"; } .wi-wmo4680-40:before { content: "\f017"; } .wi-wmo4680-41:before { content: "\f01c"; } .wi-wmo4680-42:before { content: "\f019"; } .wi-wmo4680-43:before { content: "\f01c"; } .wi-wmo4680-44:before { content: "\f019"; } .wi-wmo4680-45:before { content: "\f015"; } .wi-wmo4680-46:before { content: "\f015"; } .wi-wmo4680-47:before { content: "\f01b"; } .wi-wmo4680-48:before { content: "\f01b"; } .wi-wmo4680-50:before { content: "\f01c"; } .wi-wmo4680-51:before { content: "\f01c"; } .wi-wmo4680-52:before { content: "\f019"; } .wi-wmo4680-53:before { content: "\f019"; } .wi-wmo4680-54:before { content: "\f076"; } .wi-wmo4680-55:before { content: "\f076"; } .wi-wmo4680-56:before { content: "\f076"; } .wi-wmo4680-57:before { content: "\f01c"; } .wi-wmo4680-58:before { content: "\f019"; } .wi-wmo4680-60:before { content: "\f01c"; } .wi-wmo4680-61:before { content: "\f01c"; } .wi-wmo4680-62:before { content: "\f019"; } .wi-wmo4680-63:before { content: "\f019"; } .wi-wmo4680-64:before { content: "\f015"; } .wi-wmo4680-65:before { content: "\f015"; } .wi-wmo4680-66:before { content: "\f015"; } .wi-wmo4680-67:before { content: "\f017"; } .wi-wmo4680-68:before { content: "\f017"; } .wi-wmo4680-70:before { content: "\f01b"; } .wi-wmo4680-71:before { content: "\f01b"; } .wi-wmo4680-72:before { content: "\f01b"; } .wi-wmo4680-73:before { content: "\f01b"; } .wi-wmo4680-74:before { content: "\f076"; } .wi-wmo4680-75:before { content: "\f076"; } .wi-wmo4680-76:before { content: "\f076"; } .wi-wmo4680-77:before { content: "\f01b"; } .wi-wmo4680-78:before { content: "\f076"; } .wi-wmo4680-80:before { content: "\f019"; } .wi-wmo4680-81:before { content: "\f01c"; } .wi-wmo4680-82:before { content: "\f019"; } .wi-wmo4680-83:before { content: "\f019"; } .wi-wmo4680-84:before { content: "\f01d"; } .wi-wmo4680-85:before { content: "\f017"; } .wi-wmo4680-86:before { content: "\f017"; } .wi-wmo4680-87:before { content: "\f017"; } .wi-wmo4680-89:before { content: "\f015"; } .wi-wmo4680-90:before { content: "\f016"; } .wi-wmo4680-91:before { content: "\f01d"; } .wi-wmo4680-92:before { content: "\f01e"; } .wi-wmo4680-93:before { content: "\f01e"; } .wi-wmo4680-94:before { content: "\f016"; } .wi-wmo4680-95:before { content: "\f01e"; } .wi-wmo4680-96:before { content: "\f01e"; } .wi-wmo4680-99:before { content: "\f056"; } .wi-owm-200:before { content: "\f01e"; } .wi-owm-201:before { content: "\f01e"; } .wi-owm-202:before { content: "\f01e"; } .wi-owm-210:before { content: "\f016"; } .wi-owm-211:before { content: "\f016"; } .wi-owm-212:before { content: "\f016"; } .wi-owm-221:before { content: "\f016"; } .wi-owm-230:before { content: "\f01e"; } .wi-owm-231:before { content: "\f01e"; } .wi-owm-232:before { content: "\f01e"; } .wi-owm-300:before { content: "\f01c"; } .wi-owm-301:before { content: "\f01c"; } .wi-owm-302:before { content: "\f019"; } .wi-owm-310:before { content: "\f017"; } .wi-owm-311:before { content: "\f019"; } .wi-owm-312:before { content: "\f019"; } .wi-owm-313:before { content: "\f01a"; } .wi-owm-314:before { content: "\f019"; } .wi-owm-321:before { content: "\f01c"; } .wi-owm-500:before { content: "\f01c"; } .wi-owm-501:before { content: "\f019"; } .wi-owm-502:before { content: "\f019"; } .wi-owm-503:before { content: "\f019"; } .wi-owm-504:before { content: "\f019"; } .wi-owm-511:before { content: "\f017"; } .wi-owm-520:before { content: "\f01a"; } .wi-owm-521:before { content: "\f01a"; } .wi-owm-522:before { content: "\f01a"; } .wi-owm-531:before { content: "\f01d"; } .wi-owm-600:before { content: "\f01b"; } .wi-owm-601:before { content: "\f01b"; } .wi-owm-602:before { content: "\f0b5"; } .wi-owm-611:before { content: "\f017"; } .wi-owm-612:before { content: "\f017"; } .wi-owm-615:before { content: "\f017"; } .wi-owm-616:before { content: "\f017"; } .wi-owm-620:before { content: "\f017"; } .wi-owm-621:before { content: "\f01b"; } .wi-owm-622:before { content: "\f01b"; } .wi-owm-701:before { content: "\f014"; } .wi-owm-711:before { content: "\f062"; } .wi-owm-721:before { content: "\f0b6"; } .wi-owm-731:before { content: "\f063"; } .wi-owm-741:before { content: "\f014"; } .wi-owm-761:before { content: "\f063"; } .wi-owm-762:before { content: "\f063"; } .wi-owm-771:before { content: "\f011"; } .wi-owm-781:before { content: "\f056"; } .wi-owm-800:before { content: "\f00d"; } .wi-owm-801:before { content: "\f041"; } .wi-owm-802:before { content: "\f041"; } .wi-owm-803:before { content: "\f013"; } .wi-owm-804:before { content: "\f013"; } .wi-owm-900:before { content: "\f056"; } .wi-owm-901:before { content: "\f01d"; } .wi-owm-902:before { content: "\f073"; } .wi-owm-903:before { content: "\f076"; } .wi-owm-904:before { content: "\f072"; } .wi-owm-905:before { content: "\f021"; } .wi-owm-906:before { content: "\f015"; } .wi-owm-957:before { content: "\f050"; } .wi-owm-day-200:before { content: "\f010"; } .wi-owm-day-201:before { content: "\f010"; } .wi-owm-day-202:before { content: "\f010"; } .wi-owm-day-210:before { content: "\f005"; } .wi-owm-day-211:before { content: "\f005"; } .wi-owm-day-212:before { content: "\f005"; } .wi-owm-day-221:before { content: "\f005"; } .wi-owm-day-230:before { content: "\f010"; } .wi-owm-day-231:before { content: "\f010"; } .wi-owm-day-232:before { content: "\f010"; } .wi-owm-day-300:before { content: "\f00b"; } .wi-owm-day-301:before { content: "\f00b"; } .wi-owm-day-302:before { content: "\f008"; } .wi-owm-day-310:before { content: "\f008"; } .wi-owm-day-311:before { content: "\f008"; } .wi-owm-day-312:before { content: "\f008"; } .wi-owm-day-313:before { content: "\f008"; } .wi-owm-day-314:before { content: "\f008"; } .wi-owm-day-321:before { content: "\f00b"; } .wi-owm-day-500:before { content: "\f00b"; } .wi-owm-day-501:before { content: "\f008"; } .wi-owm-day-502:before { content: "\f008"; } .wi-owm-day-503:before { content: "\f008"; } .wi-owm-day-504:before { content: "\f008"; } .wi-owm-day-511:before { content: "\f006"; } .wi-owm-day-520:before { content: "\f009"; } .wi-owm-day-521:before { content: "\f009"; } .wi-owm-day-522:before { content: "\f009"; } .wi-owm-day-531:before { content: "\f00e"; } .wi-owm-day-600:before { content: "\f00a"; } .wi-owm-day-601:before { content: "\f0b2"; } .wi-owm-day-602:before { content: "\f00a"; } .wi-owm-day-611:before { content: "\f006"; } .wi-owm-day-612:before { content: "\f006"; } .wi-owm-day-615:before { content: "\f006"; } .wi-owm-day-616:before { content: "\f006"; } .wi-owm-day-620:before { content: "\f006"; } .wi-owm-day-621:before { content: "\f00a"; } .wi-owm-day-622:before { content: "\f00a"; } .wi-owm-day-701:before { content: "\f003"; } .wi-owm-day-711:before { content: "\f062"; } .wi-owm-day-721:before { content: "\f0b6"; } .wi-owm-day-731:before { content: "\f063"; } .wi-owm-day-741:before { content: "\f003"; } .wi-owm-day-761:before { content: "\f063"; } .wi-owm-day-762:before { content: "\f063"; } .wi-owm-day-781:before { content: "\f056"; } .wi-owm-day-800:before { content: "\f00d"; } .wi-owm-day-801:before { content: "\f002"; } .wi-owm-day-802:before { content: "\f002"; } .wi-owm-day-803:before { content: "\f013"; } .wi-owm-day-804:before { content: "\f013"; } .wi-owm-day-900:before { content: "\f056"; } .wi-owm-day-902:before { content: "\f073"; } .wi-owm-day-903:before { content: "\f076"; } .wi-owm-day-904:before { content: "\f072"; } .wi-owm-day-906:before { content: "\f004"; } .wi-owm-day-957:before { content: "\f050"; } .wi-owm-night-200:before { content: "\f02d"; } .wi-owm-night-201:before { content: "\f02d"; } .wi-owm-night-202:before { content: "\f02d"; } .wi-owm-night-210:before { content: "\f025"; } .wi-owm-night-211:before { content: "\f025"; } .wi-owm-night-212:before { content: "\f025"; } .wi-owm-night-221:before { content: "\f025"; } .wi-owm-night-230:before { content: "\f02d"; } .wi-owm-night-231:before { content: "\f02d"; } .wi-owm-night-232:before { content: "\f02d"; } .wi-owm-night-300:before { content: "\f02b"; } .wi-owm-night-301:before { content: "\f02b"; } .wi-owm-night-302:before { content: "\f028"; } .wi-owm-night-310:before { content: "\f028"; } .wi-owm-night-311:before { content: "\f028"; } .wi-owm-night-312:before { content: "\f028"; } .wi-owm-night-313:before { content: "\f028"; } .wi-owm-night-314:before { content: "\f028"; } .wi-owm-night-321:before { content: "\f02b"; } .wi-owm-night-500:before { content: "\f02b"; } .wi-owm-night-501:before { content: "\f028"; } .wi-owm-night-502:before { content: "\f028"; } .wi-owm-night-503:before { content: "\f028"; } .wi-owm-night-504:before { content: "\f028"; } .wi-owm-night-511:before { content: "\f026"; } .wi-owm-night-520:before { content: "\f029"; } .wi-owm-night-521:before { content: "\f029"; } .wi-owm-night-522:before { content: "\f029"; } .wi-owm-night-531:before { content: "\f02c"; } .wi-owm-night-600:before { content: "\f02a"; } .wi-owm-night-601:before { content: "\f0b4"; } .wi-owm-night-602:before { content: "\f02a"; } .wi-owm-night-611:before { content: "\f026"; } .wi-owm-night-612:before { content: "\f026"; } .wi-owm-night-615:before { content: "\f026"; } .wi-owm-night-616:before { content: "\f026"; } .wi-owm-night-620:before { content: "\f026"; } .wi-owm-night-621:before { content: "\f02a"; } .wi-owm-night-622:before { content: "\f02a"; } .wi-owm-night-701:before { content: "\f04a"; } .wi-owm-night-711:before { content: "\f062"; } .wi-owm-night-721:before { content: "\f0b6"; } .wi-owm-night-731:before { content: "\f063"; } .wi-owm-night-741:before { content: "\f04a"; } .wi-owm-night-761:before { content: "\f063"; } .wi-owm-night-762:before { content: "\f063"; } .wi-owm-night-781:before { content: "\f056"; } .wi-owm-night-800:before { content: "\f02e"; } .wi-owm-night-801:before { content: "\f081"; } .wi-owm-night-802:before { content: "\f086"; } .wi-owm-night-803:before { content: "\f013"; } .wi-owm-night-804:before { content: "\f013"; } .wi-owm-night-900:before { content: "\f056"; } .wi-owm-night-902:before { content: "\f073"; } .wi-owm-night-903:before { content: "\f076"; } .wi-owm-night-904:before { content: "\f072"; } .wi-owm-night-906:before { content: "\f024"; } .wi-owm-night-957:before { content: "\f050"; } .wi-wu-chanceflurries:before { content: "\f064"; } .wi-wu-chancerain:before { content: "\f019"; } .wi-wu-chancesleat:before { content: "\f0b5"; } .wi-wu-chancesnow:before { content: "\f01b"; } .wi-wu-chancetstorms:before { content: "\f01e"; } .wi-wu-clear:before { content: "\f00d"; } .wi-wu-cloudy:before { content: "\f002"; } .wi-wu-flurries:before { content: "\f064"; } .wi-wu-hazy:before { content: "\f0b6"; } .wi-wu-mostlycloudy:before { content: "\f002"; } .wi-wu-mostlysunny:before { content: "\f00d"; } .wi-wu-partlycloudy:before { content: "\f002"; } .wi-wu-partlysunny:before { content: "\f00d"; } .wi-wu-rain:before { content: "\f01a"; } .wi-wu-sleat:before { content: "\f0b5"; } .wi-wu-snow:before { content: "\f01b"; } .wi-wu-sunny:before { content: "\f00d"; } .wi-wu-tstorms:before { content: "\f01e"; } .wi-wu-unknown:before { content: "\f00d"; } weather-icons/weather-icons-wind.min.css000064400000367540150211511020014322 0ustar00@font-face{font-family:weathericons;src:url(../font/weathericons-regular-webfont.eot);src:url(../font/weathericons-regular-webfont.eot?#iefix)format('embedded-opentype'),url(../font/weathericons-regular-webfont.woff2)format('woff2'),url(../font/weathericons-regular-webfont.woff)format('woff'),url(../font/weathericons-regular-webfont.ttf)format('truetype'),url(../font/weathericons-regular-webfont.svg#weather_iconsregular)format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.wi-wind:before{content:"\f0b1"}.wi-wind.towards-0-deg{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.wi-wind.towards-1-deg{-webkit-transform:rotate(1deg);-moz-transform:rotate(1deg);-ms-transform:rotate(1deg);-o-transform:rotate(1deg);transform:rotate(1deg)}.wi-wind.towards-2-deg{-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-ms-transform:rotate(2deg);-o-transform:rotate(2deg);transform:rotate(2deg)}.wi-wind.towards-3-deg{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}.wi-wind.towards-4-deg{-webkit-transform:rotate(4deg);-moz-transform:rotate(4deg);-ms-transform:rotate(4deg);-o-transform:rotate(4deg);transform:rotate(4deg)}.wi-wind.towards-5-deg{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}.wi-wind.towards-6-deg{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-ms-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}.wi-wind.towards-7-deg{-webkit-transform:rotate(7deg);-moz-transform:rotate(7deg);-ms-transform:rotate(7deg);-o-transform:rotate(7deg);transform:rotate(7deg)}.wi-wind.towards-8-deg{-webkit-transform:rotate(8deg);-moz-transform:rotate(8deg);-ms-transform:rotate(8deg);-o-transform:rotate(8deg);transform:rotate(8deg)}.wi-wind.towards-9-deg{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-ms-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}.wi-wind.towards-10-deg{-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-ms-transform:rotate(10deg);-o-transform:rotate(10deg);transform:rotate(10deg)}.wi-wind.towards-11-deg{-webkit-transform:rotate(11deg);-moz-transform:rotate(11deg);-ms-transform:rotate(11deg);-o-transform:rotate(11deg);transform:rotate(11deg)}.wi-wind.towards-12-deg{-webkit-transform:rotate(12deg);-moz-transform:rotate(12deg);-ms-transform:rotate(12deg);-o-transform:rotate(12deg);transform:rotate(12deg)}.wi-wind.towards-13-deg{-webkit-transform:rotate(13deg);-moz-transform:rotate(13deg);-ms-transform:rotate(13deg);-o-transform:rotate(13deg);transform:rotate(13deg)}.wi-wind.towards-14-deg{-webkit-transform:rotate(14deg);-moz-transform:rotate(14deg);-ms-transform:rotate(14deg);-o-transform:rotate(14deg);transform:rotate(14deg)}.wi-wind.towards-15-deg{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}.wi-wind.towards-16-deg{-webkit-transform:rotate(16deg);-moz-transform:rotate(16deg);-ms-transform:rotate(16deg);-o-transform:rotate(16deg);transform:rotate(16deg)}.wi-wind.towards-17-deg{-webkit-transform:rotate(17deg);-moz-transform:rotate(17deg);-ms-transform:rotate(17deg);-o-transform:rotate(17deg);transform:rotate(17deg)}.wi-wind.towards-18-deg{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-ms-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}.wi-wind.towards-19-deg{-webkit-transform:rotate(19deg);-moz-transform:rotate(19deg);-ms-transform:rotate(19deg);-o-transform:rotate(19deg);transform:rotate(19deg)}.wi-wind.towards-20-deg{-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);transform:rotate(20deg)}.wi-wind.towards-21-deg{-webkit-transform:rotate(21deg);-moz-transform:rotate(21deg);-ms-transform:rotate(21deg);-o-transform:rotate(21deg);transform:rotate(21deg)}.wi-wind.towards-22-deg{-webkit-transform:rotate(22deg);-moz-transform:rotate(22deg);-ms-transform:rotate(22deg);-o-transform:rotate(22deg);transform:rotate(22deg)}.wi-wind.towards-23-deg{-webkit-transform:rotate(23deg);-moz-transform:rotate(23deg);-ms-transform:rotate(23deg);-o-transform:rotate(23deg);transform:rotate(23deg)}.wi-wind.towards-24-deg{-webkit-transform:rotate(24deg);-moz-transform:rotate(24deg);-ms-transform:rotate(24deg);-o-transform:rotate(24deg);transform:rotate(24deg)}.wi-wind.towards-25-deg{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-ms-transform:rotate(25deg);-o-transform:rotate(25deg);transform:rotate(25deg)}.wi-wind.towards-26-deg{-webkit-transform:rotate(26deg);-moz-transform:rotate(26deg);-ms-transform:rotate(26deg);-o-transform:rotate(26deg);transform:rotate(26deg)}.wi-wind.towards-27-deg{-webkit-transform:rotate(27deg);-moz-transform:rotate(27deg);-ms-transform:rotate(27deg);-o-transform:rotate(27deg);transform:rotate(27deg)}.wi-wind.towards-28-deg{-webkit-transform:rotate(28deg);-moz-transform:rotate(28deg);-ms-transform:rotate(28deg);-o-transform:rotate(28deg);transform:rotate(28deg)}.wi-wind.towards-29-deg{-webkit-transform:rotate(29deg);-moz-transform:rotate(29deg);-ms-transform:rotate(29deg);-o-transform:rotate(29deg);transform:rotate(29deg)}.wi-wind.towards-30-deg{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}.wi-wind.towards-31-deg{-webkit-transform:rotate(31deg);-moz-transform:rotate(31deg);-ms-transform:rotate(31deg);-o-transform:rotate(31deg);transform:rotate(31deg)}.wi-wind.towards-32-deg{-webkit-transform:rotate(32deg);-moz-transform:rotate(32deg);-ms-transform:rotate(32deg);-o-transform:rotate(32deg);transform:rotate(32deg)}.wi-wind.towards-33-deg{-webkit-transform:rotate(33deg);-moz-transform:rotate(33deg);-ms-transform:rotate(33deg);-o-transform:rotate(33deg);transform:rotate(33deg)}.wi-wind.towards-34-deg{-webkit-transform:rotate(34deg);-moz-transform:rotate(34deg);-ms-transform:rotate(34deg);-o-transform:rotate(34deg);transform:rotate(34deg)}.wi-wind.towards-35-deg{-webkit-transform:rotate(35deg);-moz-transform:rotate(35deg);-ms-transform:rotate(35deg);-o-transform:rotate(35deg);transform:rotate(35deg)}.wi-wind.towards-36-deg{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.wi-wind.towards-37-deg{-webkit-transform:rotate(37deg);-moz-transform:rotate(37deg);-ms-transform:rotate(37deg);-o-transform:rotate(37deg);transform:rotate(37deg)}.wi-wind.towards-38-deg{-webkit-transform:rotate(38deg);-moz-transform:rotate(38deg);-ms-transform:rotate(38deg);-o-transform:rotate(38deg);transform:rotate(38deg)}.wi-wind.towards-39-deg{-webkit-transform:rotate(39deg);-moz-transform:rotate(39deg);-ms-transform:rotate(39deg);-o-transform:rotate(39deg);transform:rotate(39deg)}.wi-wind.towards-40-deg{-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg)}.wi-wind.towards-41-deg{-webkit-transform:rotate(41deg);-moz-transform:rotate(41deg);-ms-transform:rotate(41deg);-o-transform:rotate(41deg);transform:rotate(41deg)}.wi-wind.towards-42-deg{-webkit-transform:rotate(42deg);-moz-transform:rotate(42deg);-ms-transform:rotate(42deg);-o-transform:rotate(42deg);transform:rotate(42deg)}.wi-wind.towards-43-deg{-webkit-transform:rotate(43deg);-moz-transform:rotate(43deg);-ms-transform:rotate(43deg);-o-transform:rotate(43deg);transform:rotate(43deg)}.wi-wind.towards-44-deg{-webkit-transform:rotate(44deg);-moz-transform:rotate(44deg);-ms-transform:rotate(44deg);-o-transform:rotate(44deg);transform:rotate(44deg)}.wi-wind.towards-45-deg{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wi-wind.towards-46-deg{-webkit-transform:rotate(46deg);-moz-transform:rotate(46deg);-ms-transform:rotate(46deg);-o-transform:rotate(46deg);transform:rotate(46deg)}.wi-wind.towards-47-deg{-webkit-transform:rotate(47deg);-moz-transform:rotate(47deg);-ms-transform:rotate(47deg);-o-transform:rotate(47deg);transform:rotate(47deg)}.wi-wind.towards-48-deg{-webkit-transform:rotate(48deg);-moz-transform:rotate(48deg);-ms-transform:rotate(48deg);-o-transform:rotate(48deg);transform:rotate(48deg)}.wi-wind.towards-49-deg{-webkit-transform:rotate(49deg);-moz-transform:rotate(49deg);-ms-transform:rotate(49deg);-o-transform:rotate(49deg);transform:rotate(49deg)}.wi-wind.towards-50-deg{-webkit-transform:rotate(50deg);-moz-transform:rotate(50deg);-ms-transform:rotate(50deg);-o-transform:rotate(50deg);transform:rotate(50deg)}.wi-wind.towards-51-deg{-webkit-transform:rotate(51deg);-moz-transform:rotate(51deg);-ms-transform:rotate(51deg);-o-transform:rotate(51deg);transform:rotate(51deg)}.wi-wind.towards-52-deg{-webkit-transform:rotate(52deg);-moz-transform:rotate(52deg);-ms-transform:rotate(52deg);-o-transform:rotate(52deg);transform:rotate(52deg)}.wi-wind.towards-53-deg{-webkit-transform:rotate(53deg);-moz-transform:rotate(53deg);-ms-transform:rotate(53deg);-o-transform:rotate(53deg);transform:rotate(53deg)}.wi-wind.towards-54-deg{-webkit-transform:rotate(54deg);-moz-transform:rotate(54deg);-ms-transform:rotate(54deg);-o-transform:rotate(54deg);transform:rotate(54deg)}.wi-wind.towards-55-deg{-webkit-transform:rotate(55deg);-moz-transform:rotate(55deg);-ms-transform:rotate(55deg);-o-transform:rotate(55deg);transform:rotate(55deg)}.wi-wind.towards-56-deg{-webkit-transform:rotate(56deg);-moz-transform:rotate(56deg);-ms-transform:rotate(56deg);-o-transform:rotate(56deg);transform:rotate(56deg)}.wi-wind.towards-57-deg{-webkit-transform:rotate(57deg);-moz-transform:rotate(57deg);-ms-transform:rotate(57deg);-o-transform:rotate(57deg);transform:rotate(57deg)}.wi-wind.towards-58-deg{-webkit-transform:rotate(58deg);-moz-transform:rotate(58deg);-ms-transform:rotate(58deg);-o-transform:rotate(58deg);transform:rotate(58deg)}.wi-wind.towards-59-deg{-webkit-transform:rotate(59deg);-moz-transform:rotate(59deg);-ms-transform:rotate(59deg);-o-transform:rotate(59deg);transform:rotate(59deg)}.wi-wind.towards-60-deg{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}.wi-wind.towards-61-deg{-webkit-transform:rotate(61deg);-moz-transform:rotate(61deg);-ms-transform:rotate(61deg);-o-transform:rotate(61deg);transform:rotate(61deg)}.wi-wind.towards-62-deg{-webkit-transform:rotate(62deg);-moz-transform:rotate(62deg);-ms-transform:rotate(62deg);-o-transform:rotate(62deg);transform:rotate(62deg)}.wi-wind.towards-63-deg{-webkit-transform:rotate(63deg);-moz-transform:rotate(63deg);-ms-transform:rotate(63deg);-o-transform:rotate(63deg);transform:rotate(63deg)}.wi-wind.towards-64-deg{-webkit-transform:rotate(64deg);-moz-transform:rotate(64deg);-ms-transform:rotate(64deg);-o-transform:rotate(64deg);transform:rotate(64deg)}.wi-wind.towards-65-deg{-webkit-transform:rotate(65deg);-moz-transform:rotate(65deg);-ms-transform:rotate(65deg);-o-transform:rotate(65deg);transform:rotate(65deg)}.wi-wind.towards-66-deg{-webkit-transform:rotate(66deg);-moz-transform:rotate(66deg);-ms-transform:rotate(66deg);-o-transform:rotate(66deg);transform:rotate(66deg)}.wi-wind.towards-67-deg{-webkit-transform:rotate(67deg);-moz-transform:rotate(67deg);-ms-transform:rotate(67deg);-o-transform:rotate(67deg);transform:rotate(67deg)}.wi-wind.towards-68-deg{-webkit-transform:rotate(68deg);-moz-transform:rotate(68deg);-ms-transform:rotate(68deg);-o-transform:rotate(68deg);transform:rotate(68deg)}.wi-wind.towards-69-deg{-webkit-transform:rotate(69deg);-moz-transform:rotate(69deg);-ms-transform:rotate(69deg);-o-transform:rotate(69deg);transform:rotate(69deg)}.wi-wind.towards-70-deg{-webkit-transform:rotate(70deg);-moz-transform:rotate(70deg);-ms-transform:rotate(70deg);-o-transform:rotate(70deg);transform:rotate(70deg)}.wi-wind.towards-71-deg{-webkit-transform:rotate(71deg);-moz-transform:rotate(71deg);-ms-transform:rotate(71deg);-o-transform:rotate(71deg);transform:rotate(71deg)}.wi-wind.towards-72-deg{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}.wi-wind.towards-73-deg{-webkit-transform:rotate(73deg);-moz-transform:rotate(73deg);-ms-transform:rotate(73deg);-o-transform:rotate(73deg);transform:rotate(73deg)}.wi-wind.towards-74-deg{-webkit-transform:rotate(74deg);-moz-transform:rotate(74deg);-ms-transform:rotate(74deg);-o-transform:rotate(74deg);transform:rotate(74deg)}.wi-wind.towards-75-deg{-webkit-transform:rotate(75deg);-moz-transform:rotate(75deg);-ms-transform:rotate(75deg);-o-transform:rotate(75deg);transform:rotate(75deg)}.wi-wind.towards-76-deg{-webkit-transform:rotate(76deg);-moz-transform:rotate(76deg);-ms-transform:rotate(76deg);-o-transform:rotate(76deg);transform:rotate(76deg)}.wi-wind.towards-77-deg{-webkit-transform:rotate(77deg);-moz-transform:rotate(77deg);-ms-transform:rotate(77deg);-o-transform:rotate(77deg);transform:rotate(77deg)}.wi-wind.towards-78-deg{-webkit-transform:rotate(78deg);-moz-transform:rotate(78deg);-ms-transform:rotate(78deg);-o-transform:rotate(78deg);transform:rotate(78deg)}.wi-wind.towards-79-deg{-webkit-transform:rotate(79deg);-moz-transform:rotate(79deg);-ms-transform:rotate(79deg);-o-transform:rotate(79deg);transform:rotate(79deg)}.wi-wind.towards-80-deg{-webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg)}.wi-wind.towards-81-deg{-webkit-transform:rotate(81deg);-moz-transform:rotate(81deg);-ms-transform:rotate(81deg);-o-transform:rotate(81deg);transform:rotate(81deg)}.wi-wind.towards-82-deg{-webkit-transform:rotate(82deg);-moz-transform:rotate(82deg);-ms-transform:rotate(82deg);-o-transform:rotate(82deg);transform:rotate(82deg)}.wi-wind.towards-83-deg{-webkit-transform:rotate(83deg);-moz-transform:rotate(83deg);-ms-transform:rotate(83deg);-o-transform:rotate(83deg);transform:rotate(83deg)}.wi-wind.towards-84-deg{-webkit-transform:rotate(84deg);-moz-transform:rotate(84deg);-ms-transform:rotate(84deg);-o-transform:rotate(84deg);transform:rotate(84deg)}.wi-wind.towards-85-deg{-webkit-transform:rotate(85deg);-moz-transform:rotate(85deg);-ms-transform:rotate(85deg);-o-transform:rotate(85deg);transform:rotate(85deg)}.wi-wind.towards-86-deg{-webkit-transform:rotate(86deg);-moz-transform:rotate(86deg);-ms-transform:rotate(86deg);-o-transform:rotate(86deg);transform:rotate(86deg)}.wi-wind.towards-87-deg{-webkit-transform:rotate(87deg);-moz-transform:rotate(87deg);-ms-transform:rotate(87deg);-o-transform:rotate(87deg);transform:rotate(87deg)}.wi-wind.towards-88-deg{-webkit-transform:rotate(88deg);-moz-transform:rotate(88deg);-ms-transform:rotate(88deg);-o-transform:rotate(88deg);transform:rotate(88deg)}.wi-wind.towards-89-deg{-webkit-transform:rotate(89deg);-moz-transform:rotate(89deg);-ms-transform:rotate(89deg);-o-transform:rotate(89deg);transform:rotate(89deg)}.wi-wind.towards-90-deg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.wi-wind.towards-91-deg{-webkit-transform:rotate(91deg);-moz-transform:rotate(91deg);-ms-transform:rotate(91deg);-o-transform:rotate(91deg);transform:rotate(91deg)}.wi-wind.towards-92-deg{-webkit-transform:rotate(92deg);-moz-transform:rotate(92deg);-ms-transform:rotate(92deg);-o-transform:rotate(92deg);transform:rotate(92deg)}.wi-wind.towards-93-deg{-webkit-transform:rotate(93deg);-moz-transform:rotate(93deg);-ms-transform:rotate(93deg);-o-transform:rotate(93deg);transform:rotate(93deg)}.wi-wind.towards-94-deg{-webkit-transform:rotate(94deg);-moz-transform:rotate(94deg);-ms-transform:rotate(94deg);-o-transform:rotate(94deg);transform:rotate(94deg)}.wi-wind.towards-95-deg{-webkit-transform:rotate(95deg);-moz-transform:rotate(95deg);-ms-transform:rotate(95deg);-o-transform:rotate(95deg);transform:rotate(95deg)}.wi-wind.towards-96-deg{-webkit-transform:rotate(96deg);-moz-transform:rotate(96deg);-ms-transform:rotate(96deg);-o-transform:rotate(96deg);transform:rotate(96deg)}.wi-wind.towards-97-deg{-webkit-transform:rotate(97deg);-moz-transform:rotate(97deg);-ms-transform:rotate(97deg);-o-transform:rotate(97deg);transform:rotate(97deg)}.wi-wind.towards-98-deg{-webkit-transform:rotate(98deg);-moz-transform:rotate(98deg);-ms-transform:rotate(98deg);-o-transform:rotate(98deg);transform:rotate(98deg)}.wi-wind.towards-99-deg{-webkit-transform:rotate(99deg);-moz-transform:rotate(99deg);-ms-transform:rotate(99deg);-o-transform:rotate(99deg);transform:rotate(99deg)}.wi-wind.towards-100-deg{-webkit-transform:rotate(100deg);-moz-transform:rotate(100deg);-ms-transform:rotate(100deg);-o-transform:rotate(100deg);transform:rotate(100deg)}.wi-wind.towards-101-deg{-webkit-transform:rotate(101deg);-moz-transform:rotate(101deg);-ms-transform:rotate(101deg);-o-transform:rotate(101deg);transform:rotate(101deg)}.wi-wind.towards-102-deg{-webkit-transform:rotate(102deg);-moz-transform:rotate(102deg);-ms-transform:rotate(102deg);-o-transform:rotate(102deg);transform:rotate(102deg)}.wi-wind.towards-103-deg{-webkit-transform:rotate(103deg);-moz-transform:rotate(103deg);-ms-transform:rotate(103deg);-o-transform:rotate(103deg);transform:rotate(103deg)}.wi-wind.towards-104-deg{-webkit-transform:rotate(104deg);-moz-transform:rotate(104deg);-ms-transform:rotate(104deg);-o-transform:rotate(104deg);transform:rotate(104deg)}.wi-wind.towards-105-deg{-webkit-transform:rotate(105deg);-moz-transform:rotate(105deg);-ms-transform:rotate(105deg);-o-transform:rotate(105deg);transform:rotate(105deg)}.wi-wind.towards-106-deg{-webkit-transform:rotate(106deg);-moz-transform:rotate(106deg);-ms-transform:rotate(106deg);-o-transform:rotate(106deg);transform:rotate(106deg)}.wi-wind.towards-107-deg{-webkit-transform:rotate(107deg);-moz-transform:rotate(107deg);-ms-transform:rotate(107deg);-o-transform:rotate(107deg);transform:rotate(107deg)}.wi-wind.towards-108-deg{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}.wi-wind.towards-109-deg{-webkit-transform:rotate(109deg);-moz-transform:rotate(109deg);-ms-transform:rotate(109deg);-o-transform:rotate(109deg);transform:rotate(109deg)}.wi-wind.towards-110-deg{-webkit-transform:rotate(110deg);-moz-transform:rotate(110deg);-ms-transform:rotate(110deg);-o-transform:rotate(110deg);transform:rotate(110deg)}.wi-wind.towards-111-deg{-webkit-transform:rotate(111deg);-moz-transform:rotate(111deg);-ms-transform:rotate(111deg);-o-transform:rotate(111deg);transform:rotate(111deg)}.wi-wind.towards-112-deg{-webkit-transform:rotate(112deg);-moz-transform:rotate(112deg);-ms-transform:rotate(112deg);-o-transform:rotate(112deg);transform:rotate(112deg)}.wi-wind.towards-113-deg{-webkit-transform:rotate(113deg);-moz-transform:rotate(113deg);-ms-transform:rotate(113deg);-o-transform:rotate(113deg);transform:rotate(113deg)}.wi-wind.towards-114-deg{-webkit-transform:rotate(114deg);-moz-transform:rotate(114deg);-ms-transform:rotate(114deg);-o-transform:rotate(114deg);transform:rotate(114deg)}.wi-wind.towards-115-deg{-webkit-transform:rotate(115deg);-moz-transform:rotate(115deg);-ms-transform:rotate(115deg);-o-transform:rotate(115deg);transform:rotate(115deg)}.wi-wind.towards-116-deg{-webkit-transform:rotate(116deg);-moz-transform:rotate(116deg);-ms-transform:rotate(116deg);-o-transform:rotate(116deg);transform:rotate(116deg)}.wi-wind.towards-117-deg{-webkit-transform:rotate(117deg);-moz-transform:rotate(117deg);-ms-transform:rotate(117deg);-o-transform:rotate(117deg);transform:rotate(117deg)}.wi-wind.towards-118-deg{-webkit-transform:rotate(118deg);-moz-transform:rotate(118deg);-ms-transform:rotate(118deg);-o-transform:rotate(118deg);transform:rotate(118deg)}.wi-wind.towards-119-deg{-webkit-transform:rotate(119deg);-moz-transform:rotate(119deg);-ms-transform:rotate(119deg);-o-transform:rotate(119deg);transform:rotate(119deg)}.wi-wind.towards-120-deg{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.wi-wind.towards-121-deg{-webkit-transform:rotate(121deg);-moz-transform:rotate(121deg);-ms-transform:rotate(121deg);-o-transform:rotate(121deg);transform:rotate(121deg)}.wi-wind.towards-122-deg{-webkit-transform:rotate(122deg);-moz-transform:rotate(122deg);-ms-transform:rotate(122deg);-o-transform:rotate(122deg);transform:rotate(122deg)}.wi-wind.towards-123-deg{-webkit-transform:rotate(123deg);-moz-transform:rotate(123deg);-ms-transform:rotate(123deg);-o-transform:rotate(123deg);transform:rotate(123deg)}.wi-wind.towards-124-deg{-webkit-transform:rotate(124deg);-moz-transform:rotate(124deg);-ms-transform:rotate(124deg);-o-transform:rotate(124deg);transform:rotate(124deg)}.wi-wind.towards-125-deg{-webkit-transform:rotate(125deg);-moz-transform:rotate(125deg);-ms-transform:rotate(125deg);-o-transform:rotate(125deg);transform:rotate(125deg)}.wi-wind.towards-126-deg{-webkit-transform:rotate(126deg);-moz-transform:rotate(126deg);-ms-transform:rotate(126deg);-o-transform:rotate(126deg);transform:rotate(126deg)}.wi-wind.towards-127-deg{-webkit-transform:rotate(127deg);-moz-transform:rotate(127deg);-ms-transform:rotate(127deg);-o-transform:rotate(127deg);transform:rotate(127deg)}.wi-wind.towards-128-deg{-webkit-transform:rotate(128deg);-moz-transform:rotate(128deg);-ms-transform:rotate(128deg);-o-transform:rotate(128deg);transform:rotate(128deg)}.wi-wind.towards-129-deg{-webkit-transform:rotate(129deg);-moz-transform:rotate(129deg);-ms-transform:rotate(129deg);-o-transform:rotate(129deg);transform:rotate(129deg)}.wi-wind.towards-130-deg{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}.wi-wind.towards-131-deg{-webkit-transform:rotate(131deg);-moz-transform:rotate(131deg);-ms-transform:rotate(131deg);-o-transform:rotate(131deg);transform:rotate(131deg)}.wi-wind.towards-132-deg{-webkit-transform:rotate(132deg);-moz-transform:rotate(132deg);-ms-transform:rotate(132deg);-o-transform:rotate(132deg);transform:rotate(132deg)}.wi-wind.towards-133-deg{-webkit-transform:rotate(133deg);-moz-transform:rotate(133deg);-ms-transform:rotate(133deg);-o-transform:rotate(133deg);transform:rotate(133deg)}.wi-wind.towards-134-deg{-webkit-transform:rotate(134deg);-moz-transform:rotate(134deg);-ms-transform:rotate(134deg);-o-transform:rotate(134deg);transform:rotate(134deg)}.wi-wind.towards-135-deg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.wi-wind.towards-136-deg{-webkit-transform:rotate(136deg);-moz-transform:rotate(136deg);-ms-transform:rotate(136deg);-o-transform:rotate(136deg);transform:rotate(136deg)}.wi-wind.towards-137-deg{-webkit-transform:rotate(137deg);-moz-transform:rotate(137deg);-ms-transform:rotate(137deg);-o-transform:rotate(137deg);transform:rotate(137deg)}.wi-wind.towards-138-deg{-webkit-transform:rotate(138deg);-moz-transform:rotate(138deg);-ms-transform:rotate(138deg);-o-transform:rotate(138deg);transform:rotate(138deg)}.wi-wind.towards-139-deg{-webkit-transform:rotate(139deg);-moz-transform:rotate(139deg);-ms-transform:rotate(139deg);-o-transform:rotate(139deg);transform:rotate(139deg)}.wi-wind.towards-140-deg{-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);-o-transform:rotate(140deg);transform:rotate(140deg)}.wi-wind.towards-141-deg{-webkit-transform:rotate(141deg);-moz-transform:rotate(141deg);-ms-transform:rotate(141deg);-o-transform:rotate(141deg);transform:rotate(141deg)}.wi-wind.towards-142-deg{-webkit-transform:rotate(142deg);-moz-transform:rotate(142deg);-ms-transform:rotate(142deg);-o-transform:rotate(142deg);transform:rotate(142deg)}.wi-wind.towards-143-deg{-webkit-transform:rotate(143deg);-moz-transform:rotate(143deg);-ms-transform:rotate(143deg);-o-transform:rotate(143deg);transform:rotate(143deg)}.wi-wind.towards-144-deg{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}.wi-wind.towards-145-deg{-webkit-transform:rotate(145deg);-moz-transform:rotate(145deg);-ms-transform:rotate(145deg);-o-transform:rotate(145deg);transform:rotate(145deg)}.wi-wind.towards-146-deg{-webkit-transform:rotate(146deg);-moz-transform:rotate(146deg);-ms-transform:rotate(146deg);-o-transform:rotate(146deg);transform:rotate(146deg)}.wi-wind.towards-147-deg{-webkit-transform:rotate(147deg);-moz-transform:rotate(147deg);-ms-transform:rotate(147deg);-o-transform:rotate(147deg);transform:rotate(147deg)}.wi-wind.towards-148-deg{-webkit-transform:rotate(148deg);-moz-transform:rotate(148deg);-ms-transform:rotate(148deg);-o-transform:rotate(148deg);transform:rotate(148deg)}.wi-wind.towards-149-deg{-webkit-transform:rotate(149deg);-moz-transform:rotate(149deg);-ms-transform:rotate(149deg);-o-transform:rotate(149deg);transform:rotate(149deg)}.wi-wind.towards-150-deg{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg)}.wi-wind.towards-151-deg{-webkit-transform:rotate(151deg);-moz-transform:rotate(151deg);-ms-transform:rotate(151deg);-o-transform:rotate(151deg);transform:rotate(151deg)}.wi-wind.towards-152-deg{-webkit-transform:rotate(152deg);-moz-transform:rotate(152deg);-ms-transform:rotate(152deg);-o-transform:rotate(152deg);transform:rotate(152deg)}.wi-wind.towards-153-deg{-webkit-transform:rotate(153deg);-moz-transform:rotate(153deg);-ms-transform:rotate(153deg);-o-transform:rotate(153deg);transform:rotate(153deg)}.wi-wind.towards-154-deg{-webkit-transform:rotate(154deg);-moz-transform:rotate(154deg);-ms-transform:rotate(154deg);-o-transform:rotate(154deg);transform:rotate(154deg)}.wi-wind.towards-155-deg{-webkit-transform:rotate(155deg);-moz-transform:rotate(155deg);-ms-transform:rotate(155deg);-o-transform:rotate(155deg);transform:rotate(155deg)}.wi-wind.towards-156-deg{-webkit-transform:rotate(156deg);-moz-transform:rotate(156deg);-ms-transform:rotate(156deg);-o-transform:rotate(156deg);transform:rotate(156deg)}.wi-wind.towards-157-deg{-webkit-transform:rotate(157deg);-moz-transform:rotate(157deg);-ms-transform:rotate(157deg);-o-transform:rotate(157deg);transform:rotate(157deg)}.wi-wind.towards-158-deg{-webkit-transform:rotate(158deg);-moz-transform:rotate(158deg);-ms-transform:rotate(158deg);-o-transform:rotate(158deg);transform:rotate(158deg)}.wi-wind.towards-159-deg{-webkit-transform:rotate(159deg);-moz-transform:rotate(159deg);-ms-transform:rotate(159deg);-o-transform:rotate(159deg);transform:rotate(159deg)}.wi-wind.towards-160-deg{-webkit-transform:rotate(160deg);-moz-transform:rotate(160deg);-ms-transform:rotate(160deg);-o-transform:rotate(160deg);transform:rotate(160deg)}.wi-wind.towards-161-deg{-webkit-transform:rotate(161deg);-moz-transform:rotate(161deg);-ms-transform:rotate(161deg);-o-transform:rotate(161deg);transform:rotate(161deg)}.wi-wind.towards-162-deg{-webkit-transform:rotate(162deg);-moz-transform:rotate(162deg);-ms-transform:rotate(162deg);-o-transform:rotate(162deg);transform:rotate(162deg)}.wi-wind.towards-163-deg{-webkit-transform:rotate(163deg);-moz-transform:rotate(163deg);-ms-transform:rotate(163deg);-o-transform:rotate(163deg);transform:rotate(163deg)}.wi-wind.towards-164-deg{-webkit-transform:rotate(164deg);-moz-transform:rotate(164deg);-ms-transform:rotate(164deg);-o-transform:rotate(164deg);transform:rotate(164deg)}.wi-wind.towards-165-deg{-webkit-transform:rotate(165deg);-moz-transform:rotate(165deg);-ms-transform:rotate(165deg);-o-transform:rotate(165deg);transform:rotate(165deg)}.wi-wind.towards-166-deg{-webkit-transform:rotate(166deg);-moz-transform:rotate(166deg);-ms-transform:rotate(166deg);-o-transform:rotate(166deg);transform:rotate(166deg)}.wi-wind.towards-167-deg{-webkit-transform:rotate(167deg);-moz-transform:rotate(167deg);-ms-transform:rotate(167deg);-o-transform:rotate(167deg);transform:rotate(167deg)}.wi-wind.towards-168-deg{-webkit-transform:rotate(168deg);-moz-transform:rotate(168deg);-ms-transform:rotate(168deg);-o-transform:rotate(168deg);transform:rotate(168deg)}.wi-wind.towards-169-deg{-webkit-transform:rotate(169deg);-moz-transform:rotate(169deg);-ms-transform:rotate(169deg);-o-transform:rotate(169deg);transform:rotate(169deg)}.wi-wind.towards-170-deg{-webkit-transform:rotate(170deg);-moz-transform:rotate(170deg);-ms-transform:rotate(170deg);-o-transform:rotate(170deg);transform:rotate(170deg)}.wi-wind.towards-171-deg{-webkit-transform:rotate(171deg);-moz-transform:rotate(171deg);-ms-transform:rotate(171deg);-o-transform:rotate(171deg);transform:rotate(171deg)}.wi-wind.towards-172-deg{-webkit-transform:rotate(172deg);-moz-transform:rotate(172deg);-ms-transform:rotate(172deg);-o-transform:rotate(172deg);transform:rotate(172deg)}.wi-wind.towards-173-deg{-webkit-transform:rotate(173deg);-moz-transform:rotate(173deg);-ms-transform:rotate(173deg);-o-transform:rotate(173deg);transform:rotate(173deg)}.wi-wind.towards-174-deg{-webkit-transform:rotate(174deg);-moz-transform:rotate(174deg);-ms-transform:rotate(174deg);-o-transform:rotate(174deg);transform:rotate(174deg)}.wi-wind.towards-175-deg{-webkit-transform:rotate(175deg);-moz-transform:rotate(175deg);-ms-transform:rotate(175deg);-o-transform:rotate(175deg);transform:rotate(175deg)}.wi-wind.towards-176-deg{-webkit-transform:rotate(176deg);-moz-transform:rotate(176deg);-ms-transform:rotate(176deg);-o-transform:rotate(176deg);transform:rotate(176deg)}.wi-wind.towards-177-deg{-webkit-transform:rotate(177deg);-moz-transform:rotate(177deg);-ms-transform:rotate(177deg);-o-transform:rotate(177deg);transform:rotate(177deg)}.wi-wind.towards-178-deg{-webkit-transform:rotate(178deg);-moz-transform:rotate(178deg);-ms-transform:rotate(178deg);-o-transform:rotate(178deg);transform:rotate(178deg)}.wi-wind.towards-179-deg{-webkit-transform:rotate(179deg);-moz-transform:rotate(179deg);-ms-transform:rotate(179deg);-o-transform:rotate(179deg);transform:rotate(179deg)}.wi-wind.towards-180-deg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wi-wind.towards-181-deg{-webkit-transform:rotate(181deg);-moz-transform:rotate(181deg);-ms-transform:rotate(181deg);-o-transform:rotate(181deg);transform:rotate(181deg)}.wi-wind.towards-182-deg{-webkit-transform:rotate(182deg);-moz-transform:rotate(182deg);-ms-transform:rotate(182deg);-o-transform:rotate(182deg);transform:rotate(182deg)}.wi-wind.towards-183-deg{-webkit-transform:rotate(183deg);-moz-transform:rotate(183deg);-ms-transform:rotate(183deg);-o-transform:rotate(183deg);transform:rotate(183deg)}.wi-wind.towards-184-deg{-webkit-transform:rotate(184deg);-moz-transform:rotate(184deg);-ms-transform:rotate(184deg);-o-transform:rotate(184deg);transform:rotate(184deg)}.wi-wind.towards-185-deg{-webkit-transform:rotate(185deg);-moz-transform:rotate(185deg);-ms-transform:rotate(185deg);-o-transform:rotate(185deg);transform:rotate(185deg)}.wi-wind.towards-186-deg{-webkit-transform:rotate(186deg);-moz-transform:rotate(186deg);-ms-transform:rotate(186deg);-o-transform:rotate(186deg);transform:rotate(186deg)}.wi-wind.towards-187-deg{-webkit-transform:rotate(187deg);-moz-transform:rotate(187deg);-ms-transform:rotate(187deg);-o-transform:rotate(187deg);transform:rotate(187deg)}.wi-wind.towards-188-deg{-webkit-transform:rotate(188deg);-moz-transform:rotate(188deg);-ms-transform:rotate(188deg);-o-transform:rotate(188deg);transform:rotate(188deg)}.wi-wind.towards-189-deg{-webkit-transform:rotate(189deg);-moz-transform:rotate(189deg);-ms-transform:rotate(189deg);-o-transform:rotate(189deg);transform:rotate(189deg)}.wi-wind.towards-190-deg{-webkit-transform:rotate(190deg);-moz-transform:rotate(190deg);-ms-transform:rotate(190deg);-o-transform:rotate(190deg);transform:rotate(190deg)}.wi-wind.towards-191-deg{-webkit-transform:rotate(191deg);-moz-transform:rotate(191deg);-ms-transform:rotate(191deg);-o-transform:rotate(191deg);transform:rotate(191deg)}.wi-wind.towards-192-deg{-webkit-transform:rotate(192deg);-moz-transform:rotate(192deg);-ms-transform:rotate(192deg);-o-transform:rotate(192deg);transform:rotate(192deg)}.wi-wind.towards-193-deg{-webkit-transform:rotate(193deg);-moz-transform:rotate(193deg);-ms-transform:rotate(193deg);-o-transform:rotate(193deg);transform:rotate(193deg)}.wi-wind.towards-194-deg{-webkit-transform:rotate(194deg);-moz-transform:rotate(194deg);-ms-transform:rotate(194deg);-o-transform:rotate(194deg);transform:rotate(194deg)}.wi-wind.towards-195-deg{-webkit-transform:rotate(195deg);-moz-transform:rotate(195deg);-ms-transform:rotate(195deg);-o-transform:rotate(195deg);transform:rotate(195deg)}.wi-wind.towards-196-deg{-webkit-transform:rotate(196deg);-moz-transform:rotate(196deg);-ms-transform:rotate(196deg);-o-transform:rotate(196deg);transform:rotate(196deg)}.wi-wind.towards-197-deg{-webkit-transform:rotate(197deg);-moz-transform:rotate(197deg);-ms-transform:rotate(197deg);-o-transform:rotate(197deg);transform:rotate(197deg)}.wi-wind.towards-198-deg{-webkit-transform:rotate(198deg);-moz-transform:rotate(198deg);-ms-transform:rotate(198deg);-o-transform:rotate(198deg);transform:rotate(198deg)}.wi-wind.towards-199-deg{-webkit-transform:rotate(199deg);-moz-transform:rotate(199deg);-ms-transform:rotate(199deg);-o-transform:rotate(199deg);transform:rotate(199deg)}.wi-wind.towards-200-deg{-webkit-transform:rotate(200deg);-moz-transform:rotate(200deg);-ms-transform:rotate(200deg);-o-transform:rotate(200deg);transform:rotate(200deg)}.wi-wind.towards-201-deg{-webkit-transform:rotate(201deg);-moz-transform:rotate(201deg);-ms-transform:rotate(201deg);-o-transform:rotate(201deg);transform:rotate(201deg)}.wi-wind.towards-202-deg{-webkit-transform:rotate(202deg);-moz-transform:rotate(202deg);-ms-transform:rotate(202deg);-o-transform:rotate(202deg);transform:rotate(202deg)}.wi-wind.towards-203-deg{-webkit-transform:rotate(203deg);-moz-transform:rotate(203deg);-ms-transform:rotate(203deg);-o-transform:rotate(203deg);transform:rotate(203deg)}.wi-wind.towards-204-deg{-webkit-transform:rotate(204deg);-moz-transform:rotate(204deg);-ms-transform:rotate(204deg);-o-transform:rotate(204deg);transform:rotate(204deg)}.wi-wind.towards-205-deg{-webkit-transform:rotate(205deg);-moz-transform:rotate(205deg);-ms-transform:rotate(205deg);-o-transform:rotate(205deg);transform:rotate(205deg)}.wi-wind.towards-206-deg{-webkit-transform:rotate(206deg);-moz-transform:rotate(206deg);-ms-transform:rotate(206deg);-o-transform:rotate(206deg);transform:rotate(206deg)}.wi-wind.towards-207-deg{-webkit-transform:rotate(207deg);-moz-transform:rotate(207deg);-ms-transform:rotate(207deg);-o-transform:rotate(207deg);transform:rotate(207deg)}.wi-wind.towards-208-deg{-webkit-transform:rotate(208deg);-moz-transform:rotate(208deg);-ms-transform:rotate(208deg);-o-transform:rotate(208deg);transform:rotate(208deg)}.wi-wind.towards-209-deg{-webkit-transform:rotate(209deg);-moz-transform:rotate(209deg);-ms-transform:rotate(209deg);-o-transform:rotate(209deg);transform:rotate(209deg)}.wi-wind.towards-210-deg{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);-o-transform:rotate(210deg);transform:rotate(210deg)}.wi-wind.towards-211-deg{-webkit-transform:rotate(211deg);-moz-transform:rotate(211deg);-ms-transform:rotate(211deg);-o-transform:rotate(211deg);transform:rotate(211deg)}.wi-wind.towards-212-deg{-webkit-transform:rotate(212deg);-moz-transform:rotate(212deg);-ms-transform:rotate(212deg);-o-transform:rotate(212deg);transform:rotate(212deg)}.wi-wind.towards-213-deg{-webkit-transform:rotate(213deg);-moz-transform:rotate(213deg);-ms-transform:rotate(213deg);-o-transform:rotate(213deg);transform:rotate(213deg)}.wi-wind.towards-214-deg{-webkit-transform:rotate(214deg);-moz-transform:rotate(214deg);-ms-transform:rotate(214deg);-o-transform:rotate(214deg);transform:rotate(214deg)}.wi-wind.towards-215-deg{-webkit-transform:rotate(215deg);-moz-transform:rotate(215deg);-ms-transform:rotate(215deg);-o-transform:rotate(215deg);transform:rotate(215deg)}.wi-wind.towards-216-deg{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg)}.wi-wind.towards-217-deg{-webkit-transform:rotate(217deg);-moz-transform:rotate(217deg);-ms-transform:rotate(217deg);-o-transform:rotate(217deg);transform:rotate(217deg)}.wi-wind.towards-218-deg{-webkit-transform:rotate(218deg);-moz-transform:rotate(218deg);-ms-transform:rotate(218deg);-o-transform:rotate(218deg);transform:rotate(218deg)}.wi-wind.towards-219-deg{-webkit-transform:rotate(219deg);-moz-transform:rotate(219deg);-ms-transform:rotate(219deg);-o-transform:rotate(219deg);transform:rotate(219deg)}.wi-wind.towards-220-deg{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);-o-transform:rotate(220deg);transform:rotate(220deg)}.wi-wind.towards-221-deg{-webkit-transform:rotate(221deg);-moz-transform:rotate(221deg);-ms-transform:rotate(221deg);-o-transform:rotate(221deg);transform:rotate(221deg)}.wi-wind.towards-222-deg{-webkit-transform:rotate(222deg);-moz-transform:rotate(222deg);-ms-transform:rotate(222deg);-o-transform:rotate(222deg);transform:rotate(222deg)}.wi-wind.towards-223-deg{-webkit-transform:rotate(223deg);-moz-transform:rotate(223deg);-ms-transform:rotate(223deg);-o-transform:rotate(223deg);transform:rotate(223deg)}.wi-wind.towards-224-deg{-webkit-transform:rotate(224deg);-moz-transform:rotate(224deg);-ms-transform:rotate(224deg);-o-transform:rotate(224deg);transform:rotate(224deg)}.wi-wind.towards-225-deg{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.wi-wind.towards-226-deg{-webkit-transform:rotate(226deg);-moz-transform:rotate(226deg);-ms-transform:rotate(226deg);-o-transform:rotate(226deg);transform:rotate(226deg)}.wi-wind.towards-227-deg{-webkit-transform:rotate(227deg);-moz-transform:rotate(227deg);-ms-transform:rotate(227deg);-o-transform:rotate(227deg);transform:rotate(227deg)}.wi-wind.towards-228-deg{-webkit-transform:rotate(228deg);-moz-transform:rotate(228deg);-ms-transform:rotate(228deg);-o-transform:rotate(228deg);transform:rotate(228deg)}.wi-wind.towards-229-deg{-webkit-transform:rotate(229deg);-moz-transform:rotate(229deg);-ms-transform:rotate(229deg);-o-transform:rotate(229deg);transform:rotate(229deg)}.wi-wind.towards-230-deg{-webkit-transform:rotate(230deg);-moz-transform:rotate(230deg);-ms-transform:rotate(230deg);-o-transform:rotate(230deg);transform:rotate(230deg)}.wi-wind.towards-231-deg{-webkit-transform:rotate(231deg);-moz-transform:rotate(231deg);-ms-transform:rotate(231deg);-o-transform:rotate(231deg);transform:rotate(231deg)}.wi-wind.towards-232-deg{-webkit-transform:rotate(232deg);-moz-transform:rotate(232deg);-ms-transform:rotate(232deg);-o-transform:rotate(232deg);transform:rotate(232deg)}.wi-wind.towards-233-deg{-webkit-transform:rotate(233deg);-moz-transform:rotate(233deg);-ms-transform:rotate(233deg);-o-transform:rotate(233deg);transform:rotate(233deg)}.wi-wind.towards-234-deg{-webkit-transform:rotate(234deg);-moz-transform:rotate(234deg);-ms-transform:rotate(234deg);-o-transform:rotate(234deg);transform:rotate(234deg)}.wi-wind.towards-235-deg{-webkit-transform:rotate(235deg);-moz-transform:rotate(235deg);-ms-transform:rotate(235deg);-o-transform:rotate(235deg);transform:rotate(235deg)}.wi-wind.towards-236-deg{-webkit-transform:rotate(236deg);-moz-transform:rotate(236deg);-ms-transform:rotate(236deg);-o-transform:rotate(236deg);transform:rotate(236deg)}.wi-wind.towards-237-deg{-webkit-transform:rotate(237deg);-moz-transform:rotate(237deg);-ms-transform:rotate(237deg);-o-transform:rotate(237deg);transform:rotate(237deg)}.wi-wind.towards-238-deg{-webkit-transform:rotate(238deg);-moz-transform:rotate(238deg);-ms-transform:rotate(238deg);-o-transform:rotate(238deg);transform:rotate(238deg)}.wi-wind.towards-239-deg{-webkit-transform:rotate(239deg);-moz-transform:rotate(239deg);-ms-transform:rotate(239deg);-o-transform:rotate(239deg);transform:rotate(239deg)}.wi-wind.towards-240-deg{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}.wi-wind.towards-241-deg{-webkit-transform:rotate(241deg);-moz-transform:rotate(241deg);-ms-transform:rotate(241deg);-o-transform:rotate(241deg);transform:rotate(241deg)}.wi-wind.towards-242-deg{-webkit-transform:rotate(242deg);-moz-transform:rotate(242deg);-ms-transform:rotate(242deg);-o-transform:rotate(242deg);transform:rotate(242deg)}.wi-wind.towards-243-deg{-webkit-transform:rotate(243deg);-moz-transform:rotate(243deg);-ms-transform:rotate(243deg);-o-transform:rotate(243deg);transform:rotate(243deg)}.wi-wind.towards-244-deg{-webkit-transform:rotate(244deg);-moz-transform:rotate(244deg);-ms-transform:rotate(244deg);-o-transform:rotate(244deg);transform:rotate(244deg)}.wi-wind.towards-245-deg{-webkit-transform:rotate(245deg);-moz-transform:rotate(245deg);-ms-transform:rotate(245deg);-o-transform:rotate(245deg);transform:rotate(245deg)}.wi-wind.towards-246-deg{-webkit-transform:rotate(246deg);-moz-transform:rotate(246deg);-ms-transform:rotate(246deg);-o-transform:rotate(246deg);transform:rotate(246deg)}.wi-wind.towards-247-deg{-webkit-transform:rotate(247deg);-moz-transform:rotate(247deg);-ms-transform:rotate(247deg);-o-transform:rotate(247deg);transform:rotate(247deg)}.wi-wind.towards-248-deg{-webkit-transform:rotate(248deg);-moz-transform:rotate(248deg);-ms-transform:rotate(248deg);-o-transform:rotate(248deg);transform:rotate(248deg)}.wi-wind.towards-249-deg{-webkit-transform:rotate(249deg);-moz-transform:rotate(249deg);-ms-transform:rotate(249deg);-o-transform:rotate(249deg);transform:rotate(249deg)}.wi-wind.towards-250-deg{-webkit-transform:rotate(250deg);-moz-transform:rotate(250deg);-ms-transform:rotate(250deg);-o-transform:rotate(250deg);transform:rotate(250deg)}.wi-wind.towards-251-deg{-webkit-transform:rotate(251deg);-moz-transform:rotate(251deg);-ms-transform:rotate(251deg);-o-transform:rotate(251deg);transform:rotate(251deg)}.wi-wind.towards-252-deg{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg)}.wi-wind.towards-253-deg{-webkit-transform:rotate(253deg);-moz-transform:rotate(253deg);-ms-transform:rotate(253deg);-o-transform:rotate(253deg);transform:rotate(253deg)}.wi-wind.towards-254-deg{-webkit-transform:rotate(254deg);-moz-transform:rotate(254deg);-ms-transform:rotate(254deg);-o-transform:rotate(254deg);transform:rotate(254deg)}.wi-wind.towards-255-deg{-webkit-transform:rotate(255deg);-moz-transform:rotate(255deg);-ms-transform:rotate(255deg);-o-transform:rotate(255deg);transform:rotate(255deg)}.wi-wind.towards-256-deg{-webkit-transform:rotate(256deg);-moz-transform:rotate(256deg);-ms-transform:rotate(256deg);-o-transform:rotate(256deg);transform:rotate(256deg)}.wi-wind.towards-257-deg{-webkit-transform:rotate(257deg);-moz-transform:rotate(257deg);-ms-transform:rotate(257deg);-o-transform:rotate(257deg);transform:rotate(257deg)}.wi-wind.towards-258-deg{-webkit-transform:rotate(258deg);-moz-transform:rotate(258deg);-ms-transform:rotate(258deg);-o-transform:rotate(258deg);transform:rotate(258deg)}.wi-wind.towards-259-deg{-webkit-transform:rotate(259deg);-moz-transform:rotate(259deg);-ms-transform:rotate(259deg);-o-transform:rotate(259deg);transform:rotate(259deg)}.wi-wind.towards-260-deg{-webkit-transform:rotate(260deg);-moz-transform:rotate(260deg);-ms-transform:rotate(260deg);-o-transform:rotate(260deg);transform:rotate(260deg)}.wi-wind.towards-261-deg{-webkit-transform:rotate(261deg);-moz-transform:rotate(261deg);-ms-transform:rotate(261deg);-o-transform:rotate(261deg);transform:rotate(261deg)}.wi-wind.towards-262-deg{-webkit-transform:rotate(262deg);-moz-transform:rotate(262deg);-ms-transform:rotate(262deg);-o-transform:rotate(262deg);transform:rotate(262deg)}.wi-wind.towards-263-deg{-webkit-transform:rotate(263deg);-moz-transform:rotate(263deg);-ms-transform:rotate(263deg);-o-transform:rotate(263deg);transform:rotate(263deg)}.wi-wind.towards-264-deg{-webkit-transform:rotate(264deg);-moz-transform:rotate(264deg);-ms-transform:rotate(264deg);-o-transform:rotate(264deg);transform:rotate(264deg)}.wi-wind.towards-265-deg{-webkit-transform:rotate(265deg);-moz-transform:rotate(265deg);-ms-transform:rotate(265deg);-o-transform:rotate(265deg);transform:rotate(265deg)}.wi-wind.towards-266-deg{-webkit-transform:rotate(266deg);-moz-transform:rotate(266deg);-ms-transform:rotate(266deg);-o-transform:rotate(266deg);transform:rotate(266deg)}.wi-wind.towards-267-deg{-webkit-transform:rotate(267deg);-moz-transform:rotate(267deg);-ms-transform:rotate(267deg);-o-transform:rotate(267deg);transform:rotate(267deg)}.wi-wind.towards-268-deg{-webkit-transform:rotate(268deg);-moz-transform:rotate(268deg);-ms-transform:rotate(268deg);-o-transform:rotate(268deg);transform:rotate(268deg)}.wi-wind.towards-269-deg{-webkit-transform:rotate(269deg);-moz-transform:rotate(269deg);-ms-transform:rotate(269deg);-o-transform:rotate(269deg);transform:rotate(269deg)}.wi-wind.towards-270-deg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.wi-wind.towards-271-deg{-webkit-transform:rotate(271deg);-moz-transform:rotate(271deg);-ms-transform:rotate(271deg);-o-transform:rotate(271deg);transform:rotate(271deg)}.wi-wind.towards-272-deg{-webkit-transform:rotate(272deg);-moz-transform:rotate(272deg);-ms-transform:rotate(272deg);-o-transform:rotate(272deg);transform:rotate(272deg)}.wi-wind.towards-273-deg{-webkit-transform:rotate(273deg);-moz-transform:rotate(273deg);-ms-transform:rotate(273deg);-o-transform:rotate(273deg);transform:rotate(273deg)}.wi-wind.towards-274-deg{-webkit-transform:rotate(274deg);-moz-transform:rotate(274deg);-ms-transform:rotate(274deg);-o-transform:rotate(274deg);transform:rotate(274deg)}.wi-wind.towards-275-deg{-webkit-transform:rotate(275deg);-moz-transform:rotate(275deg);-ms-transform:rotate(275deg);-o-transform:rotate(275deg);transform:rotate(275deg)}.wi-wind.towards-276-deg{-webkit-transform:rotate(276deg);-moz-transform:rotate(276deg);-ms-transform:rotate(276deg);-o-transform:rotate(276deg);transform:rotate(276deg)}.wi-wind.towards-277-deg{-webkit-transform:rotate(277deg);-moz-transform:rotate(277deg);-ms-transform:rotate(277deg);-o-transform:rotate(277deg);transform:rotate(277deg)}.wi-wind.towards-278-deg{-webkit-transform:rotate(278deg);-moz-transform:rotate(278deg);-ms-transform:rotate(278deg);-o-transform:rotate(278deg);transform:rotate(278deg)}.wi-wind.towards-279-deg{-webkit-transform:rotate(279deg);-moz-transform:rotate(279deg);-ms-transform:rotate(279deg);-o-transform:rotate(279deg);transform:rotate(279deg)}.wi-wind.towards-280-deg{-webkit-transform:rotate(280deg);-moz-transform:rotate(280deg);-ms-transform:rotate(280deg);-o-transform:rotate(280deg);transform:rotate(280deg)}.wi-wind.towards-281-deg{-webkit-transform:rotate(281deg);-moz-transform:rotate(281deg);-ms-transform:rotate(281deg);-o-transform:rotate(281deg);transform:rotate(281deg)}.wi-wind.towards-282-deg{-webkit-transform:rotate(282deg);-moz-transform:rotate(282deg);-ms-transform:rotate(282deg);-o-transform:rotate(282deg);transform:rotate(282deg)}.wi-wind.towards-283-deg{-webkit-transform:rotate(283deg);-moz-transform:rotate(283deg);-ms-transform:rotate(283deg);-o-transform:rotate(283deg);transform:rotate(283deg)}.wi-wind.towards-284-deg{-webkit-transform:rotate(284deg);-moz-transform:rotate(284deg);-ms-transform:rotate(284deg);-o-transform:rotate(284deg);transform:rotate(284deg)}.wi-wind.towards-285-deg{-webkit-transform:rotate(285deg);-moz-transform:rotate(285deg);-ms-transform:rotate(285deg);-o-transform:rotate(285deg);transform:rotate(285deg)}.wi-wind.towards-286-deg{-webkit-transform:rotate(286deg);-moz-transform:rotate(286deg);-ms-transform:rotate(286deg);-o-transform:rotate(286deg);transform:rotate(286deg)}.wi-wind.towards-287-deg{-webkit-transform:rotate(287deg);-moz-transform:rotate(287deg);-ms-transform:rotate(287deg);-o-transform:rotate(287deg);transform:rotate(287deg)}.wi-wind.towards-288-deg{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg)}.wi-wind.towards-289-deg{-webkit-transform:rotate(289deg);-moz-transform:rotate(289deg);-ms-transform:rotate(289deg);-o-transform:rotate(289deg);transform:rotate(289deg)}.wi-wind.towards-290-deg{-webkit-transform:rotate(290deg);-moz-transform:rotate(290deg);-ms-transform:rotate(290deg);-o-transform:rotate(290deg);transform:rotate(290deg)}.wi-wind.towards-291-deg{-webkit-transform:rotate(291deg);-moz-transform:rotate(291deg);-ms-transform:rotate(291deg);-o-transform:rotate(291deg);transform:rotate(291deg)}.wi-wind.towards-292-deg{-webkit-transform:rotate(292deg);-moz-transform:rotate(292deg);-ms-transform:rotate(292deg);-o-transform:rotate(292deg);transform:rotate(292deg)}.wi-wind.towards-293-deg{-webkit-transform:rotate(293deg);-moz-transform:rotate(293deg);-ms-transform:rotate(293deg);-o-transform:rotate(293deg);transform:rotate(293deg)}.wi-wind.towards-294-deg{-webkit-transform:rotate(294deg);-moz-transform:rotate(294deg);-ms-transform:rotate(294deg);-o-transform:rotate(294deg);transform:rotate(294deg)}.wi-wind.towards-295-deg{-webkit-transform:rotate(295deg);-moz-transform:rotate(295deg);-ms-transform:rotate(295deg);-o-transform:rotate(295deg);transform:rotate(295deg)}.wi-wind.towards-296-deg{-webkit-transform:rotate(296deg);-moz-transform:rotate(296deg);-ms-transform:rotate(296deg);-o-transform:rotate(296deg);transform:rotate(296deg)}.wi-wind.towards-297-deg{-webkit-transform:rotate(297deg);-moz-transform:rotate(297deg);-ms-transform:rotate(297deg);-o-transform:rotate(297deg);transform:rotate(297deg)}.wi-wind.towards-298-deg{-webkit-transform:rotate(298deg);-moz-transform:rotate(298deg);-ms-transform:rotate(298deg);-o-transform:rotate(298deg);transform:rotate(298deg)}.wi-wind.towards-299-deg{-webkit-transform:rotate(299deg);-moz-transform:rotate(299deg);-ms-transform:rotate(299deg);-o-transform:rotate(299deg);transform:rotate(299deg)}.wi-wind.towards-300-deg{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);-o-transform:rotate(300deg);transform:rotate(300deg)}.wi-wind.towards-301-deg{-webkit-transform:rotate(301deg);-moz-transform:rotate(301deg);-ms-transform:rotate(301deg);-o-transform:rotate(301deg);transform:rotate(301deg)}.wi-wind.towards-302-deg{-webkit-transform:rotate(302deg);-moz-transform:rotate(302deg);-ms-transform:rotate(302deg);-o-transform:rotate(302deg);transform:rotate(302deg)}.wi-wind.towards-303-deg{-webkit-transform:rotate(303deg);-moz-transform:rotate(303deg);-ms-transform:rotate(303deg);-o-transform:rotate(303deg);transform:rotate(303deg)}.wi-wind.towards-304-deg{-webkit-transform:rotate(304deg);-moz-transform:rotate(304deg);-ms-transform:rotate(304deg);-o-transform:rotate(304deg);transform:rotate(304deg)}.wi-wind.towards-305-deg{-webkit-transform:rotate(305deg);-moz-transform:rotate(305deg);-ms-transform:rotate(305deg);-o-transform:rotate(305deg);transform:rotate(305deg)}.wi-wind.towards-306-deg{-webkit-transform:rotate(306deg);-moz-transform:rotate(306deg);-ms-transform:rotate(306deg);-o-transform:rotate(306deg);transform:rotate(306deg)}.wi-wind.towards-307-deg{-webkit-transform:rotate(307deg);-moz-transform:rotate(307deg);-ms-transform:rotate(307deg);-o-transform:rotate(307deg);transform:rotate(307deg)}.wi-wind.towards-308-deg{-webkit-transform:rotate(308deg);-moz-transform:rotate(308deg);-ms-transform:rotate(308deg);-o-transform:rotate(308deg);transform:rotate(308deg)}.wi-wind.towards-309-deg{-webkit-transform:rotate(309deg);-moz-transform:rotate(309deg);-ms-transform:rotate(309deg);-o-transform:rotate(309deg);transform:rotate(309deg)}.wi-wind.towards-310-deg{-webkit-transform:rotate(310deg);-moz-transform:rotate(310deg);-ms-transform:rotate(310deg);-o-transform:rotate(310deg);transform:rotate(310deg)}.wi-wind.towards-311-deg{-webkit-transform:rotate(311deg);-moz-transform:rotate(311deg);-ms-transform:rotate(311deg);-o-transform:rotate(311deg);transform:rotate(311deg)}.wi-wind.towards-312-deg{-webkit-transform:rotate(312deg);-moz-transform:rotate(312deg);-ms-transform:rotate(312deg);-o-transform:rotate(312deg);transform:rotate(312deg)}.wi-wind.towards-313-deg{-webkit-transform:rotate(313deg);-moz-transform:rotate(313deg);-ms-transform:rotate(313deg);-o-transform:rotate(313deg);transform:rotate(313deg)}.wi-wind.towards-314-deg{-webkit-transform:rotate(314deg);-moz-transform:rotate(314deg);-ms-transform:rotate(314deg);-o-transform:rotate(314deg);transform:rotate(314deg)}.wi-wind.towards-315-deg{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg)}.wi-wind.towards-316-deg{-webkit-transform:rotate(316deg);-moz-transform:rotate(316deg);-ms-transform:rotate(316deg);-o-transform:rotate(316deg);transform:rotate(316deg)}.wi-wind.towards-317-deg{-webkit-transform:rotate(317deg);-moz-transform:rotate(317deg);-ms-transform:rotate(317deg);-o-transform:rotate(317deg);transform:rotate(317deg)}.wi-wind.towards-318-deg{-webkit-transform:rotate(318deg);-moz-transform:rotate(318deg);-ms-transform:rotate(318deg);-o-transform:rotate(318deg);transform:rotate(318deg)}.wi-wind.towards-319-deg{-webkit-transform:rotate(319deg);-moz-transform:rotate(319deg);-ms-transform:rotate(319deg);-o-transform:rotate(319deg);transform:rotate(319deg)}.wi-wind.towards-320-deg{-webkit-transform:rotate(320deg);-moz-transform:rotate(320deg);-ms-transform:rotate(320deg);-o-transform:rotate(320deg);transform:rotate(320deg)}.wi-wind.towards-321-deg{-webkit-transform:rotate(321deg);-moz-transform:rotate(321deg);-ms-transform:rotate(321deg);-o-transform:rotate(321deg);transform:rotate(321deg)}.wi-wind.towards-322-deg{-webkit-transform:rotate(322deg);-moz-transform:rotate(322deg);-ms-transform:rotate(322deg);-o-transform:rotate(322deg);transform:rotate(322deg)}.wi-wind.towards-323-deg{-webkit-transform:rotate(323deg);-moz-transform:rotate(323deg);-ms-transform:rotate(323deg);-o-transform:rotate(323deg);transform:rotate(323deg)}.wi-wind.towards-324-deg{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg)}.wi-wind.towards-325-deg{-webkit-transform:rotate(325deg);-moz-transform:rotate(325deg);-ms-transform:rotate(325deg);-o-transform:rotate(325deg);transform:rotate(325deg)}.wi-wind.towards-326-deg{-webkit-transform:rotate(326deg);-moz-transform:rotate(326deg);-ms-transform:rotate(326deg);-o-transform:rotate(326deg);transform:rotate(326deg)}.wi-wind.towards-327-deg{-webkit-transform:rotate(327deg);-moz-transform:rotate(327deg);-ms-transform:rotate(327deg);-o-transform:rotate(327deg);transform:rotate(327deg)}.wi-wind.towards-328-deg{-webkit-transform:rotate(328deg);-moz-transform:rotate(328deg);-ms-transform:rotate(328deg);-o-transform:rotate(328deg);transform:rotate(328deg)}.wi-wind.towards-329-deg{-webkit-transform:rotate(329deg);-moz-transform:rotate(329deg);-ms-transform:rotate(329deg);-o-transform:rotate(329deg);transform:rotate(329deg)}.wi-wind.towards-330-deg{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);-o-transform:rotate(330deg);transform:rotate(330deg)}.wi-wind.towards-331-deg{-webkit-transform:rotate(331deg);-moz-transform:rotate(331deg);-ms-transform:rotate(331deg);-o-transform:rotate(331deg);transform:rotate(331deg)}.wi-wind.towards-332-deg{-webkit-transform:rotate(332deg);-moz-transform:rotate(332deg);-ms-transform:rotate(332deg);-o-transform:rotate(332deg);transform:rotate(332deg)}.wi-wind.towards-333-deg{-webkit-transform:rotate(333deg);-moz-transform:rotate(333deg);-ms-transform:rotate(333deg);-o-transform:rotate(333deg);transform:rotate(333deg)}.wi-wind.towards-334-deg{-webkit-transform:rotate(334deg);-moz-transform:rotate(334deg);-ms-transform:rotate(334deg);-o-transform:rotate(334deg);transform:rotate(334deg)}.wi-wind.towards-335-deg{-webkit-transform:rotate(335deg);-moz-transform:rotate(335deg);-ms-transform:rotate(335deg);-o-transform:rotate(335deg);transform:rotate(335deg)}.wi-wind.towards-336-deg{-webkit-transform:rotate(336deg);-moz-transform:rotate(336deg);-ms-transform:rotate(336deg);-o-transform:rotate(336deg);transform:rotate(336deg)}.wi-wind.towards-337-deg{-webkit-transform:rotate(337deg);-moz-transform:rotate(337deg);-ms-transform:rotate(337deg);-o-transform:rotate(337deg);transform:rotate(337deg)}.wi-wind.towards-338-deg{-webkit-transform:rotate(338deg);-moz-transform:rotate(338deg);-ms-transform:rotate(338deg);-o-transform:rotate(338deg);transform:rotate(338deg)}.wi-wind.towards-339-deg{-webkit-transform:rotate(339deg);-moz-transform:rotate(339deg);-ms-transform:rotate(339deg);-o-transform:rotate(339deg);transform:rotate(339deg)}.wi-wind.towards-340-deg{-webkit-transform:rotate(340deg);-moz-transform:rotate(340deg);-ms-transform:rotate(340deg);-o-transform:rotate(340deg);transform:rotate(340deg)}.wi-wind.towards-341-deg{-webkit-transform:rotate(341deg);-moz-transform:rotate(341deg);-ms-transform:rotate(341deg);-o-transform:rotate(341deg);transform:rotate(341deg)}.wi-wind.towards-342-deg{-webkit-transform:rotate(342deg);-moz-transform:rotate(342deg);-ms-transform:rotate(342deg);-o-transform:rotate(342deg);transform:rotate(342deg)}.wi-wind.towards-343-deg{-webkit-transform:rotate(343deg);-moz-transform:rotate(343deg);-ms-transform:rotate(343deg);-o-transform:rotate(343deg);transform:rotate(343deg)}.wi-wind.towards-344-deg{-webkit-transform:rotate(344deg);-moz-transform:rotate(344deg);-ms-transform:rotate(344deg);-o-transform:rotate(344deg);transform:rotate(344deg)}.wi-wind.towards-345-deg{-webkit-transform:rotate(345deg);-moz-transform:rotate(345deg);-ms-transform:rotate(345deg);-o-transform:rotate(345deg);transform:rotate(345deg)}.wi-wind.towards-346-deg{-webkit-transform:rotate(346deg);-moz-transform:rotate(346deg);-ms-transform:rotate(346deg);-o-transform:rotate(346deg);transform:rotate(346deg)}.wi-wind.towards-347-deg{-webkit-transform:rotate(347deg);-moz-transform:rotate(347deg);-ms-transform:rotate(347deg);-o-transform:rotate(347deg);transform:rotate(347deg)}.wi-wind.towards-348-deg{-webkit-transform:rotate(348deg);-moz-transform:rotate(348deg);-ms-transform:rotate(348deg);-o-transform:rotate(348deg);transform:rotate(348deg)}.wi-wind.towards-349-deg{-webkit-transform:rotate(349deg);-moz-transform:rotate(349deg);-ms-transform:rotate(349deg);-o-transform:rotate(349deg);transform:rotate(349deg)}.wi-wind.towards-350-deg{-webkit-transform:rotate(350deg);-moz-transform:rotate(350deg);-ms-transform:rotate(350deg);-o-transform:rotate(350deg);transform:rotate(350deg)}.wi-wind.towards-351-deg{-webkit-transform:rotate(351deg);-moz-transform:rotate(351deg);-ms-transform:rotate(351deg);-o-transform:rotate(351deg);transform:rotate(351deg)}.wi-wind.towards-352-deg{-webkit-transform:rotate(352deg);-moz-transform:rotate(352deg);-ms-transform:rotate(352deg);-o-transform:rotate(352deg);transform:rotate(352deg)}.wi-wind.towards-353-deg{-webkit-transform:rotate(353deg);-moz-transform:rotate(353deg);-ms-transform:rotate(353deg);-o-transform:rotate(353deg);transform:rotate(353deg)}.wi-wind.towards-354-deg{-webkit-transform:rotate(354deg);-moz-transform:rotate(354deg);-ms-transform:rotate(354deg);-o-transform:rotate(354deg);transform:rotate(354deg)}.wi-wind.towards-355-deg{-webkit-transform:rotate(355deg);-moz-transform:rotate(355deg);-ms-transform:rotate(355deg);-o-transform:rotate(355deg);transform:rotate(355deg)}.wi-wind.towards-356-deg{-webkit-transform:rotate(356deg);-moz-transform:rotate(356deg);-ms-transform:rotate(356deg);-o-transform:rotate(356deg);transform:rotate(356deg)}.wi-wind.towards-357-deg{-webkit-transform:rotate(357deg);-moz-transform:rotate(357deg);-ms-transform:rotate(357deg);-o-transform:rotate(357deg);transform:rotate(357deg)}.wi-wind.towards-358-deg{-webkit-transform:rotate(358deg);-moz-transform:rotate(358deg);-ms-transform:rotate(358deg);-o-transform:rotate(358deg);transform:rotate(358deg)}.wi-wind.towards-359-deg{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}.wi-wind.towards-360-deg{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.wi-wind.from-0-deg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wi-wind.from-1-deg{-webkit-transform:rotate(181deg);-moz-transform:rotate(181deg);-ms-transform:rotate(181deg);-o-transform:rotate(181deg);transform:rotate(181deg)}.wi-wind.from-2-deg{-webkit-transform:rotate(182deg);-moz-transform:rotate(182deg);-ms-transform:rotate(182deg);-o-transform:rotate(182deg);transform:rotate(182deg)}.wi-wind.from-3-deg{-webkit-transform:rotate(183deg);-moz-transform:rotate(183deg);-ms-transform:rotate(183deg);-o-transform:rotate(183deg);transform:rotate(183deg)}.wi-wind.from-4-deg{-webkit-transform:rotate(184deg);-moz-transform:rotate(184deg);-ms-transform:rotate(184deg);-o-transform:rotate(184deg);transform:rotate(184deg)}.wi-wind.from-5-deg{-webkit-transform:rotate(185deg);-moz-transform:rotate(185deg);-ms-transform:rotate(185deg);-o-transform:rotate(185deg);transform:rotate(185deg)}.wi-wind.from-6-deg{-webkit-transform:rotate(186deg);-moz-transform:rotate(186deg);-ms-transform:rotate(186deg);-o-transform:rotate(186deg);transform:rotate(186deg)}.wi-wind.from-7-deg{-webkit-transform:rotate(187deg);-moz-transform:rotate(187deg);-ms-transform:rotate(187deg);-o-transform:rotate(187deg);transform:rotate(187deg)}.wi-wind.from-8-deg{-webkit-transform:rotate(188deg);-moz-transform:rotate(188deg);-ms-transform:rotate(188deg);-o-transform:rotate(188deg);transform:rotate(188deg)}.wi-wind.from-9-deg{-webkit-transform:rotate(189deg);-moz-transform:rotate(189deg);-ms-transform:rotate(189deg);-o-transform:rotate(189deg);transform:rotate(189deg)}.wi-wind.from-10-deg{-webkit-transform:rotate(190deg);-moz-transform:rotate(190deg);-ms-transform:rotate(190deg);-o-transform:rotate(190deg);transform:rotate(190deg)}.wi-wind.from-11-deg{-webkit-transform:rotate(191deg);-moz-transform:rotate(191deg);-ms-transform:rotate(191deg);-o-transform:rotate(191deg);transform:rotate(191deg)}.wi-wind.from-12-deg{-webkit-transform:rotate(192deg);-moz-transform:rotate(192deg);-ms-transform:rotate(192deg);-o-transform:rotate(192deg);transform:rotate(192deg)}.wi-wind.from-13-deg{-webkit-transform:rotate(193deg);-moz-transform:rotate(193deg);-ms-transform:rotate(193deg);-o-transform:rotate(193deg);transform:rotate(193deg)}.wi-wind.from-14-deg{-webkit-transform:rotate(194deg);-moz-transform:rotate(194deg);-ms-transform:rotate(194deg);-o-transform:rotate(194deg);transform:rotate(194deg)}.wi-wind.from-15-deg{-webkit-transform:rotate(195deg);-moz-transform:rotate(195deg);-ms-transform:rotate(195deg);-o-transform:rotate(195deg);transform:rotate(195deg)}.wi-wind.from-16-deg{-webkit-transform:rotate(196deg);-moz-transform:rotate(196deg);-ms-transform:rotate(196deg);-o-transform:rotate(196deg);transform:rotate(196deg)}.wi-wind.from-17-deg{-webkit-transform:rotate(197deg);-moz-transform:rotate(197deg);-ms-transform:rotate(197deg);-o-transform:rotate(197deg);transform:rotate(197deg)}.wi-wind.from-18-deg{-webkit-transform:rotate(198deg);-moz-transform:rotate(198deg);-ms-transform:rotate(198deg);-o-transform:rotate(198deg);transform:rotate(198deg)}.wi-wind.from-19-deg{-webkit-transform:rotate(199deg);-moz-transform:rotate(199deg);-ms-transform:rotate(199deg);-o-transform:rotate(199deg);transform:rotate(199deg)}.wi-wind.from-20-deg{-webkit-transform:rotate(200deg);-moz-transform:rotate(200deg);-ms-transform:rotate(200deg);-o-transform:rotate(200deg);transform:rotate(200deg)}.wi-wind.from-21-deg{-webkit-transform:rotate(201deg);-moz-transform:rotate(201deg);-ms-transform:rotate(201deg);-o-transform:rotate(201deg);transform:rotate(201deg)}.wi-wind.from-22-deg{-webkit-transform:rotate(202deg);-moz-transform:rotate(202deg);-ms-transform:rotate(202deg);-o-transform:rotate(202deg);transform:rotate(202deg)}.wi-wind.from-23-deg{-webkit-transform:rotate(203deg);-moz-transform:rotate(203deg);-ms-transform:rotate(203deg);-o-transform:rotate(203deg);transform:rotate(203deg)}.wi-wind.from-24-deg{-webkit-transform:rotate(204deg);-moz-transform:rotate(204deg);-ms-transform:rotate(204deg);-o-transform:rotate(204deg);transform:rotate(204deg)}.wi-wind.from-25-deg{-webkit-transform:rotate(205deg);-moz-transform:rotate(205deg);-ms-transform:rotate(205deg);-o-transform:rotate(205deg);transform:rotate(205deg)}.wi-wind.from-26-deg{-webkit-transform:rotate(206deg);-moz-transform:rotate(206deg);-ms-transform:rotate(206deg);-o-transform:rotate(206deg);transform:rotate(206deg)}.wi-wind.from-27-deg{-webkit-transform:rotate(207deg);-moz-transform:rotate(207deg);-ms-transform:rotate(207deg);-o-transform:rotate(207deg);transform:rotate(207deg)}.wi-wind.from-28-deg{-webkit-transform:rotate(208deg);-moz-transform:rotate(208deg);-ms-transform:rotate(208deg);-o-transform:rotate(208deg);transform:rotate(208deg)}.wi-wind.from-29-deg{-webkit-transform:rotate(209deg);-moz-transform:rotate(209deg);-ms-transform:rotate(209deg);-o-transform:rotate(209deg);transform:rotate(209deg)}.wi-wind.from-30-deg{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);-o-transform:rotate(210deg);transform:rotate(210deg)}.wi-wind.from-31-deg{-webkit-transform:rotate(211deg);-moz-transform:rotate(211deg);-ms-transform:rotate(211deg);-o-transform:rotate(211deg);transform:rotate(211deg)}.wi-wind.from-32-deg{-webkit-transform:rotate(212deg);-moz-transform:rotate(212deg);-ms-transform:rotate(212deg);-o-transform:rotate(212deg);transform:rotate(212deg)}.wi-wind.from-33-deg{-webkit-transform:rotate(213deg);-moz-transform:rotate(213deg);-ms-transform:rotate(213deg);-o-transform:rotate(213deg);transform:rotate(213deg)}.wi-wind.from-34-deg{-webkit-transform:rotate(214deg);-moz-transform:rotate(214deg);-ms-transform:rotate(214deg);-o-transform:rotate(214deg);transform:rotate(214deg)}.wi-wind.from-35-deg{-webkit-transform:rotate(215deg);-moz-transform:rotate(215deg);-ms-transform:rotate(215deg);-o-transform:rotate(215deg);transform:rotate(215deg)}.wi-wind.from-36-deg{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg)}.wi-wind.from-37-deg{-webkit-transform:rotate(217deg);-moz-transform:rotate(217deg);-ms-transform:rotate(217deg);-o-transform:rotate(217deg);transform:rotate(217deg)}.wi-wind.from-38-deg{-webkit-transform:rotate(218deg);-moz-transform:rotate(218deg);-ms-transform:rotate(218deg);-o-transform:rotate(218deg);transform:rotate(218deg)}.wi-wind.from-39-deg{-webkit-transform:rotate(219deg);-moz-transform:rotate(219deg);-ms-transform:rotate(219deg);-o-transform:rotate(219deg);transform:rotate(219deg)}.wi-wind.from-40-deg{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);-o-transform:rotate(220deg);transform:rotate(220deg)}.wi-wind.from-41-deg{-webkit-transform:rotate(221deg);-moz-transform:rotate(221deg);-ms-transform:rotate(221deg);-o-transform:rotate(221deg);transform:rotate(221deg)}.wi-wind.from-42-deg{-webkit-transform:rotate(222deg);-moz-transform:rotate(222deg);-ms-transform:rotate(222deg);-o-transform:rotate(222deg);transform:rotate(222deg)}.wi-wind.from-43-deg{-webkit-transform:rotate(223deg);-moz-transform:rotate(223deg);-ms-transform:rotate(223deg);-o-transform:rotate(223deg);transform:rotate(223deg)}.wi-wind.from-44-deg{-webkit-transform:rotate(224deg);-moz-transform:rotate(224deg);-ms-transform:rotate(224deg);-o-transform:rotate(224deg);transform:rotate(224deg)}.wi-wind.from-45-deg{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.wi-wind.from-46-deg{-webkit-transform:rotate(226deg);-moz-transform:rotate(226deg);-ms-transform:rotate(226deg);-o-transform:rotate(226deg);transform:rotate(226deg)}.wi-wind.from-47-deg{-webkit-transform:rotate(227deg);-moz-transform:rotate(227deg);-ms-transform:rotate(227deg);-o-transform:rotate(227deg);transform:rotate(227deg)}.wi-wind.from-48-deg{-webkit-transform:rotate(228deg);-moz-transform:rotate(228deg);-ms-transform:rotate(228deg);-o-transform:rotate(228deg);transform:rotate(228deg)}.wi-wind.from-49-deg{-webkit-transform:rotate(229deg);-moz-transform:rotate(229deg);-ms-transform:rotate(229deg);-o-transform:rotate(229deg);transform:rotate(229deg)}.wi-wind.from-50-deg{-webkit-transform:rotate(230deg);-moz-transform:rotate(230deg);-ms-transform:rotate(230deg);-o-transform:rotate(230deg);transform:rotate(230deg)}.wi-wind.from-51-deg{-webkit-transform:rotate(231deg);-moz-transform:rotate(231deg);-ms-transform:rotate(231deg);-o-transform:rotate(231deg);transform:rotate(231deg)}.wi-wind.from-52-deg{-webkit-transform:rotate(232deg);-moz-transform:rotate(232deg);-ms-transform:rotate(232deg);-o-transform:rotate(232deg);transform:rotate(232deg)}.wi-wind.from-53-deg{-webkit-transform:rotate(233deg);-moz-transform:rotate(233deg);-ms-transform:rotate(233deg);-o-transform:rotate(233deg);transform:rotate(233deg)}.wi-wind.from-54-deg{-webkit-transform:rotate(234deg);-moz-transform:rotate(234deg);-ms-transform:rotate(234deg);-o-transform:rotate(234deg);transform:rotate(234deg)}.wi-wind.from-55-deg{-webkit-transform:rotate(235deg);-moz-transform:rotate(235deg);-ms-transform:rotate(235deg);-o-transform:rotate(235deg);transform:rotate(235deg)}.wi-wind.from-56-deg{-webkit-transform:rotate(236deg);-moz-transform:rotate(236deg);-ms-transform:rotate(236deg);-o-transform:rotate(236deg);transform:rotate(236deg)}.wi-wind.from-57-deg{-webkit-transform:rotate(237deg);-moz-transform:rotate(237deg);-ms-transform:rotate(237deg);-o-transform:rotate(237deg);transform:rotate(237deg)}.wi-wind.from-58-deg{-webkit-transform:rotate(238deg);-moz-transform:rotate(238deg);-ms-transform:rotate(238deg);-o-transform:rotate(238deg);transform:rotate(238deg)}.wi-wind.from-59-deg{-webkit-transform:rotate(239deg);-moz-transform:rotate(239deg);-ms-transform:rotate(239deg);-o-transform:rotate(239deg);transform:rotate(239deg)}.wi-wind.from-60-deg{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}.wi-wind.from-61-deg{-webkit-transform:rotate(241deg);-moz-transform:rotate(241deg);-ms-transform:rotate(241deg);-o-transform:rotate(241deg);transform:rotate(241deg)}.wi-wind.from-62-deg{-webkit-transform:rotate(242deg);-moz-transform:rotate(242deg);-ms-transform:rotate(242deg);-o-transform:rotate(242deg);transform:rotate(242deg)}.wi-wind.from-63-deg{-webkit-transform:rotate(243deg);-moz-transform:rotate(243deg);-ms-transform:rotate(243deg);-o-transform:rotate(243deg);transform:rotate(243deg)}.wi-wind.from-64-deg{-webkit-transform:rotate(244deg);-moz-transform:rotate(244deg);-ms-transform:rotate(244deg);-o-transform:rotate(244deg);transform:rotate(244deg)}.wi-wind.from-65-deg{-webkit-transform:rotate(245deg);-moz-transform:rotate(245deg);-ms-transform:rotate(245deg);-o-transform:rotate(245deg);transform:rotate(245deg)}.wi-wind.from-66-deg{-webkit-transform:rotate(246deg);-moz-transform:rotate(246deg);-ms-transform:rotate(246deg);-o-transform:rotate(246deg);transform:rotate(246deg)}.wi-wind.from-67-deg{-webkit-transform:rotate(247deg);-moz-transform:rotate(247deg);-ms-transform:rotate(247deg);-o-transform:rotate(247deg);transform:rotate(247deg)}.wi-wind.from-68-deg{-webkit-transform:rotate(248deg);-moz-transform:rotate(248deg);-ms-transform:rotate(248deg);-o-transform:rotate(248deg);transform:rotate(248deg)}.wi-wind.from-69-deg{-webkit-transform:rotate(249deg);-moz-transform:rotate(249deg);-ms-transform:rotate(249deg);-o-transform:rotate(249deg);transform:rotate(249deg)}.wi-wind.from-70-deg{-webkit-transform:rotate(250deg);-moz-transform:rotate(250deg);-ms-transform:rotate(250deg);-o-transform:rotate(250deg);transform:rotate(250deg)}.wi-wind.from-71-deg{-webkit-transform:rotate(251deg);-moz-transform:rotate(251deg);-ms-transform:rotate(251deg);-o-transform:rotate(251deg);transform:rotate(251deg)}.wi-wind.from-72-deg{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg)}.wi-wind.from-73-deg{-webkit-transform:rotate(253deg);-moz-transform:rotate(253deg);-ms-transform:rotate(253deg);-o-transform:rotate(253deg);transform:rotate(253deg)}.wi-wind.from-74-deg{-webkit-transform:rotate(254deg);-moz-transform:rotate(254deg);-ms-transform:rotate(254deg);-o-transform:rotate(254deg);transform:rotate(254deg)}.wi-wind.from-75-deg{-webkit-transform:rotate(255deg);-moz-transform:rotate(255deg);-ms-transform:rotate(255deg);-o-transform:rotate(255deg);transform:rotate(255deg)}.wi-wind.from-76-deg{-webkit-transform:rotate(256deg);-moz-transform:rotate(256deg);-ms-transform:rotate(256deg);-o-transform:rotate(256deg);transform:rotate(256deg)}.wi-wind.from-77-deg{-webkit-transform:rotate(257deg);-moz-transform:rotate(257deg);-ms-transform:rotate(257deg);-o-transform:rotate(257deg);transform:rotate(257deg)}.wi-wind.from-78-deg{-webkit-transform:rotate(258deg);-moz-transform:rotate(258deg);-ms-transform:rotate(258deg);-o-transform:rotate(258deg);transform:rotate(258deg)}.wi-wind.from-79-deg{-webkit-transform:rotate(259deg);-moz-transform:rotate(259deg);-ms-transform:rotate(259deg);-o-transform:rotate(259deg);transform:rotate(259deg)}.wi-wind.from-80-deg{-webkit-transform:rotate(260deg);-moz-transform:rotate(260deg);-ms-transform:rotate(260deg);-o-transform:rotate(260deg);transform:rotate(260deg)}.wi-wind.from-81-deg{-webkit-transform:rotate(261deg);-moz-transform:rotate(261deg);-ms-transform:rotate(261deg);-o-transform:rotate(261deg);transform:rotate(261deg)}.wi-wind.from-82-deg{-webkit-transform:rotate(262deg);-moz-transform:rotate(262deg);-ms-transform:rotate(262deg);-o-transform:rotate(262deg);transform:rotate(262deg)}.wi-wind.from-83-deg{-webkit-transform:rotate(263deg);-moz-transform:rotate(263deg);-ms-transform:rotate(263deg);-o-transform:rotate(263deg);transform:rotate(263deg)}.wi-wind.from-84-deg{-webkit-transform:rotate(264deg);-moz-transform:rotate(264deg);-ms-transform:rotate(264deg);-o-transform:rotate(264deg);transform:rotate(264deg)}.wi-wind.from-85-deg{-webkit-transform:rotate(265deg);-moz-transform:rotate(265deg);-ms-transform:rotate(265deg);-o-transform:rotate(265deg);transform:rotate(265deg)}.wi-wind.from-86-deg{-webkit-transform:rotate(266deg);-moz-transform:rotate(266deg);-ms-transform:rotate(266deg);-o-transform:rotate(266deg);transform:rotate(266deg)}.wi-wind.from-87-deg{-webkit-transform:rotate(267deg);-moz-transform:rotate(267deg);-ms-transform:rotate(267deg);-o-transform:rotate(267deg);transform:rotate(267deg)}.wi-wind.from-88-deg{-webkit-transform:rotate(268deg);-moz-transform:rotate(268deg);-ms-transform:rotate(268deg);-o-transform:rotate(268deg);transform:rotate(268deg)}.wi-wind.from-89-deg{-webkit-transform:rotate(269deg);-moz-transform:rotate(269deg);-ms-transform:rotate(269deg);-o-transform:rotate(269deg);transform:rotate(269deg)}.wi-wind.from-90-deg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.wi-wind.from-91-deg{-webkit-transform:rotate(271deg);-moz-transform:rotate(271deg);-ms-transform:rotate(271deg);-o-transform:rotate(271deg);transform:rotate(271deg)}.wi-wind.from-92-deg{-webkit-transform:rotate(272deg);-moz-transform:rotate(272deg);-ms-transform:rotate(272deg);-o-transform:rotate(272deg);transform:rotate(272deg)}.wi-wind.from-93-deg{-webkit-transform:rotate(273deg);-moz-transform:rotate(273deg);-ms-transform:rotate(273deg);-o-transform:rotate(273deg);transform:rotate(273deg)}.wi-wind.from-94-deg{-webkit-transform:rotate(274deg);-moz-transform:rotate(274deg);-ms-transform:rotate(274deg);-o-transform:rotate(274deg);transform:rotate(274deg)}.wi-wind.from-95-deg{-webkit-transform:rotate(275deg);-moz-transform:rotate(275deg);-ms-transform:rotate(275deg);-o-transform:rotate(275deg);transform:rotate(275deg)}.wi-wind.from-96-deg{-webkit-transform:rotate(276deg);-moz-transform:rotate(276deg);-ms-transform:rotate(276deg);-o-transform:rotate(276deg);transform:rotate(276deg)}.wi-wind.from-97-deg{-webkit-transform:rotate(277deg);-moz-transform:rotate(277deg);-ms-transform:rotate(277deg);-o-transform:rotate(277deg);transform:rotate(277deg)}.wi-wind.from-98-deg{-webkit-transform:rotate(278deg);-moz-transform:rotate(278deg);-ms-transform:rotate(278deg);-o-transform:rotate(278deg);transform:rotate(278deg)}.wi-wind.from-99-deg{-webkit-transform:rotate(279deg);-moz-transform:rotate(279deg);-ms-transform:rotate(279deg);-o-transform:rotate(279deg);transform:rotate(279deg)}.wi-wind.from-100-deg{-webkit-transform:rotate(280deg);-moz-transform:rotate(280deg);-ms-transform:rotate(280deg);-o-transform:rotate(280deg);transform:rotate(280deg)}.wi-wind.from-101-deg{-webkit-transform:rotate(281deg);-moz-transform:rotate(281deg);-ms-transform:rotate(281deg);-o-transform:rotate(281deg);transform:rotate(281deg)}.wi-wind.from-102-deg{-webkit-transform:rotate(282deg);-moz-transform:rotate(282deg);-ms-transform:rotate(282deg);-o-transform:rotate(282deg);transform:rotate(282deg)}.wi-wind.from-103-deg{-webkit-transform:rotate(283deg);-moz-transform:rotate(283deg);-ms-transform:rotate(283deg);-o-transform:rotate(283deg);transform:rotate(283deg)}.wi-wind.from-104-deg{-webkit-transform:rotate(284deg);-moz-transform:rotate(284deg);-ms-transform:rotate(284deg);-o-transform:rotate(284deg);transform:rotate(284deg)}.wi-wind.from-105-deg{-webkit-transform:rotate(285deg);-moz-transform:rotate(285deg);-ms-transform:rotate(285deg);-o-transform:rotate(285deg);transform:rotate(285deg)}.wi-wind.from-106-deg{-webkit-transform:rotate(286deg);-moz-transform:rotate(286deg);-ms-transform:rotate(286deg);-o-transform:rotate(286deg);transform:rotate(286deg)}.wi-wind.from-107-deg{-webkit-transform:rotate(287deg);-moz-transform:rotate(287deg);-ms-transform:rotate(287deg);-o-transform:rotate(287deg);transform:rotate(287deg)}.wi-wind.from-108-deg{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg)}.wi-wind.from-109-deg{-webkit-transform:rotate(289deg);-moz-transform:rotate(289deg);-ms-transform:rotate(289deg);-o-transform:rotate(289deg);transform:rotate(289deg)}.wi-wind.from-110-deg{-webkit-transform:rotate(290deg);-moz-transform:rotate(290deg);-ms-transform:rotate(290deg);-o-transform:rotate(290deg);transform:rotate(290deg)}.wi-wind.from-111-deg{-webkit-transform:rotate(291deg);-moz-transform:rotate(291deg);-ms-transform:rotate(291deg);-o-transform:rotate(291deg);transform:rotate(291deg)}.wi-wind.from-112-deg{-webkit-transform:rotate(292deg);-moz-transform:rotate(292deg);-ms-transform:rotate(292deg);-o-transform:rotate(292deg);transform:rotate(292deg)}.wi-wind.from-113-deg{-webkit-transform:rotate(293deg);-moz-transform:rotate(293deg);-ms-transform:rotate(293deg);-o-transform:rotate(293deg);transform:rotate(293deg)}.wi-wind.from-114-deg{-webkit-transform:rotate(294deg);-moz-transform:rotate(294deg);-ms-transform:rotate(294deg);-o-transform:rotate(294deg);transform:rotate(294deg)}.wi-wind.from-115-deg{-webkit-transform:rotate(295deg);-moz-transform:rotate(295deg);-ms-transform:rotate(295deg);-o-transform:rotate(295deg);transform:rotate(295deg)}.wi-wind.from-116-deg{-webkit-transform:rotate(296deg);-moz-transform:rotate(296deg);-ms-transform:rotate(296deg);-o-transform:rotate(296deg);transform:rotate(296deg)}.wi-wind.from-117-deg{-webkit-transform:rotate(297deg);-moz-transform:rotate(297deg);-ms-transform:rotate(297deg);-o-transform:rotate(297deg);transform:rotate(297deg)}.wi-wind.from-118-deg{-webkit-transform:rotate(298deg);-moz-transform:rotate(298deg);-ms-transform:rotate(298deg);-o-transform:rotate(298deg);transform:rotate(298deg)}.wi-wind.from-119-deg{-webkit-transform:rotate(299deg);-moz-transform:rotate(299deg);-ms-transform:rotate(299deg);-o-transform:rotate(299deg);transform:rotate(299deg)}.wi-wind.from-120-deg{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);-o-transform:rotate(300deg);transform:rotate(300deg)}.wi-wind.from-121-deg{-webkit-transform:rotate(301deg);-moz-transform:rotate(301deg);-ms-transform:rotate(301deg);-o-transform:rotate(301deg);transform:rotate(301deg)}.wi-wind.from-122-deg{-webkit-transform:rotate(302deg);-moz-transform:rotate(302deg);-ms-transform:rotate(302deg);-o-transform:rotate(302deg);transform:rotate(302deg)}.wi-wind.from-123-deg{-webkit-transform:rotate(303deg);-moz-transform:rotate(303deg);-ms-transform:rotate(303deg);-o-transform:rotate(303deg);transform:rotate(303deg)}.wi-wind.from-124-deg{-webkit-transform:rotate(304deg);-moz-transform:rotate(304deg);-ms-transform:rotate(304deg);-o-transform:rotate(304deg);transform:rotate(304deg)}.wi-wind.from-125-deg{-webkit-transform:rotate(305deg);-moz-transform:rotate(305deg);-ms-transform:rotate(305deg);-o-transform:rotate(305deg);transform:rotate(305deg)}.wi-wind.from-126-deg{-webkit-transform:rotate(306deg);-moz-transform:rotate(306deg);-ms-transform:rotate(306deg);-o-transform:rotate(306deg);transform:rotate(306deg)}.wi-wind.from-127-deg{-webkit-transform:rotate(307deg);-moz-transform:rotate(307deg);-ms-transform:rotate(307deg);-o-transform:rotate(307deg);transform:rotate(307deg)}.wi-wind.from-128-deg{-webkit-transform:rotate(308deg);-moz-transform:rotate(308deg);-ms-transform:rotate(308deg);-o-transform:rotate(308deg);transform:rotate(308deg)}.wi-wind.from-129-deg{-webkit-transform:rotate(309deg);-moz-transform:rotate(309deg);-ms-transform:rotate(309deg);-o-transform:rotate(309deg);transform:rotate(309deg)}.wi-wind.from-130-deg{-webkit-transform:rotate(310deg);-moz-transform:rotate(310deg);-ms-transform:rotate(310deg);-o-transform:rotate(310deg);transform:rotate(310deg)}.wi-wind.from-131-deg{-webkit-transform:rotate(311deg);-moz-transform:rotate(311deg);-ms-transform:rotate(311deg);-o-transform:rotate(311deg);transform:rotate(311deg)}.wi-wind.from-132-deg{-webkit-transform:rotate(312deg);-moz-transform:rotate(312deg);-ms-transform:rotate(312deg);-o-transform:rotate(312deg);transform:rotate(312deg)}.wi-wind.from-133-deg{-webkit-transform:rotate(313deg);-moz-transform:rotate(313deg);-ms-transform:rotate(313deg);-o-transform:rotate(313deg);transform:rotate(313deg)}.wi-wind.from-134-deg{-webkit-transform:rotate(314deg);-moz-transform:rotate(314deg);-ms-transform:rotate(314deg);-o-transform:rotate(314deg);transform:rotate(314deg)}.wi-wind.from-135-deg{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg)}.wi-wind.from-136-deg{-webkit-transform:rotate(316deg);-moz-transform:rotate(316deg);-ms-transform:rotate(316deg);-o-transform:rotate(316deg);transform:rotate(316deg)}.wi-wind.from-137-deg{-webkit-transform:rotate(317deg);-moz-transform:rotate(317deg);-ms-transform:rotate(317deg);-o-transform:rotate(317deg);transform:rotate(317deg)}.wi-wind.from-138-deg{-webkit-transform:rotate(318deg);-moz-transform:rotate(318deg);-ms-transform:rotate(318deg);-o-transform:rotate(318deg);transform:rotate(318deg)}.wi-wind.from-139-deg{-webkit-transform:rotate(319deg);-moz-transform:rotate(319deg);-ms-transform:rotate(319deg);-o-transform:rotate(319deg);transform:rotate(319deg)}.wi-wind.from-140-deg{-webkit-transform:rotate(320deg);-moz-transform:rotate(320deg);-ms-transform:rotate(320deg);-o-transform:rotate(320deg);transform:rotate(320deg)}.wi-wind.from-141-deg{-webkit-transform:rotate(321deg);-moz-transform:rotate(321deg);-ms-transform:rotate(321deg);-o-transform:rotate(321deg);transform:rotate(321deg)}.wi-wind.from-142-deg{-webkit-transform:rotate(322deg);-moz-transform:rotate(322deg);-ms-transform:rotate(322deg);-o-transform:rotate(322deg);transform:rotate(322deg)}.wi-wind.from-143-deg{-webkit-transform:rotate(323deg);-moz-transform:rotate(323deg);-ms-transform:rotate(323deg);-o-transform:rotate(323deg);transform:rotate(323deg)}.wi-wind.from-144-deg{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg)}.wi-wind.from-145-deg{-webkit-transform:rotate(325deg);-moz-transform:rotate(325deg);-ms-transform:rotate(325deg);-o-transform:rotate(325deg);transform:rotate(325deg)}.wi-wind.from-146-deg{-webkit-transform:rotate(326deg);-moz-transform:rotate(326deg);-ms-transform:rotate(326deg);-o-transform:rotate(326deg);transform:rotate(326deg)}.wi-wind.from-147-deg{-webkit-transform:rotate(327deg);-moz-transform:rotate(327deg);-ms-transform:rotate(327deg);-o-transform:rotate(327deg);transform:rotate(327deg)}.wi-wind.from-148-deg{-webkit-transform:rotate(328deg);-moz-transform:rotate(328deg);-ms-transform:rotate(328deg);-o-transform:rotate(328deg);transform:rotate(328deg)}.wi-wind.from-149-deg{-webkit-transform:rotate(329deg);-moz-transform:rotate(329deg);-ms-transform:rotate(329deg);-o-transform:rotate(329deg);transform:rotate(329deg)}.wi-wind.from-150-deg{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);-o-transform:rotate(330deg);transform:rotate(330deg)}.wi-wind.from-151-deg{-webkit-transform:rotate(331deg);-moz-transform:rotate(331deg);-ms-transform:rotate(331deg);-o-transform:rotate(331deg);transform:rotate(331deg)}.wi-wind.from-152-deg{-webkit-transform:rotate(332deg);-moz-transform:rotate(332deg);-ms-transform:rotate(332deg);-o-transform:rotate(332deg);transform:rotate(332deg)}.wi-wind.from-153-deg{-webkit-transform:rotate(333deg);-moz-transform:rotate(333deg);-ms-transform:rotate(333deg);-o-transform:rotate(333deg);transform:rotate(333deg)}.wi-wind.from-154-deg{-webkit-transform:rotate(334deg);-moz-transform:rotate(334deg);-ms-transform:rotate(334deg);-o-transform:rotate(334deg);transform:rotate(334deg)}.wi-wind.from-155-deg{-webkit-transform:rotate(335deg);-moz-transform:rotate(335deg);-ms-transform:rotate(335deg);-o-transform:rotate(335deg);transform:rotate(335deg)}.wi-wind.from-156-deg{-webkit-transform:rotate(336deg);-moz-transform:rotate(336deg);-ms-transform:rotate(336deg);-o-transform:rotate(336deg);transform:rotate(336deg)}.wi-wind.from-157-deg{-webkit-transform:rotate(337deg);-moz-transform:rotate(337deg);-ms-transform:rotate(337deg);-o-transform:rotate(337deg);transform:rotate(337deg)}.wi-wind.from-158-deg{-webkit-transform:rotate(338deg);-moz-transform:rotate(338deg);-ms-transform:rotate(338deg);-o-transform:rotate(338deg);transform:rotate(338deg)}.wi-wind.from-159-deg{-webkit-transform:rotate(339deg);-moz-transform:rotate(339deg);-ms-transform:rotate(339deg);-o-transform:rotate(339deg);transform:rotate(339deg)}.wi-wind.from-160-deg{-webkit-transform:rotate(340deg);-moz-transform:rotate(340deg);-ms-transform:rotate(340deg);-o-transform:rotate(340deg);transform:rotate(340deg)}.wi-wind.from-161-deg{-webkit-transform:rotate(341deg);-moz-transform:rotate(341deg);-ms-transform:rotate(341deg);-o-transform:rotate(341deg);transform:rotate(341deg)}.wi-wind.from-162-deg{-webkit-transform:rotate(342deg);-moz-transform:rotate(342deg);-ms-transform:rotate(342deg);-o-transform:rotate(342deg);transform:rotate(342deg)}.wi-wind.from-163-deg{-webkit-transform:rotate(343deg);-moz-transform:rotate(343deg);-ms-transform:rotate(343deg);-o-transform:rotate(343deg);transform:rotate(343deg)}.wi-wind.from-164-deg{-webkit-transform:rotate(344deg);-moz-transform:rotate(344deg);-ms-transform:rotate(344deg);-o-transform:rotate(344deg);transform:rotate(344deg)}.wi-wind.from-165-deg{-webkit-transform:rotate(345deg);-moz-transform:rotate(345deg);-ms-transform:rotate(345deg);-o-transform:rotate(345deg);transform:rotate(345deg)}.wi-wind.from-166-deg{-webkit-transform:rotate(346deg);-moz-transform:rotate(346deg);-ms-transform:rotate(346deg);-o-transform:rotate(346deg);transform:rotate(346deg)}.wi-wind.from-167-deg{-webkit-transform:rotate(347deg);-moz-transform:rotate(347deg);-ms-transform:rotate(347deg);-o-transform:rotate(347deg);transform:rotate(347deg)}.wi-wind.from-168-deg{-webkit-transform:rotate(348deg);-moz-transform:rotate(348deg);-ms-transform:rotate(348deg);-o-transform:rotate(348deg);transform:rotate(348deg)}.wi-wind.from-169-deg{-webkit-transform:rotate(349deg);-moz-transform:rotate(349deg);-ms-transform:rotate(349deg);-o-transform:rotate(349deg);transform:rotate(349deg)}.wi-wind.from-170-deg{-webkit-transform:rotate(350deg);-moz-transform:rotate(350deg);-ms-transform:rotate(350deg);-o-transform:rotate(350deg);transform:rotate(350deg)}.wi-wind.from-171-deg{-webkit-transform:rotate(351deg);-moz-transform:rotate(351deg);-ms-transform:rotate(351deg);-o-transform:rotate(351deg);transform:rotate(351deg)}.wi-wind.from-172-deg{-webkit-transform:rotate(352deg);-moz-transform:rotate(352deg);-ms-transform:rotate(352deg);-o-transform:rotate(352deg);transform:rotate(352deg)}.wi-wind.from-173-deg{-webkit-transform:rotate(353deg);-moz-transform:rotate(353deg);-ms-transform:rotate(353deg);-o-transform:rotate(353deg);transform:rotate(353deg)}.wi-wind.from-174-deg{-webkit-transform:rotate(354deg);-moz-transform:rotate(354deg);-ms-transform:rotate(354deg);-o-transform:rotate(354deg);transform:rotate(354deg)}.wi-wind.from-175-deg{-webkit-transform:rotate(355deg);-moz-transform:rotate(355deg);-ms-transform:rotate(355deg);-o-transform:rotate(355deg);transform:rotate(355deg)}.wi-wind.from-176-deg{-webkit-transform:rotate(356deg);-moz-transform:rotate(356deg);-ms-transform:rotate(356deg);-o-transform:rotate(356deg);transform:rotate(356deg)}.wi-wind.from-177-deg{-webkit-transform:rotate(357deg);-moz-transform:rotate(357deg);-ms-transform:rotate(357deg);-o-transform:rotate(357deg);transform:rotate(357deg)}.wi-wind.from-178-deg{-webkit-transform:rotate(358deg);-moz-transform:rotate(358deg);-ms-transform:rotate(358deg);-o-transform:rotate(358deg);transform:rotate(358deg)}.wi-wind.from-179-deg{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}.wi-wind.from-180-deg{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.wi-wind.from-181-deg{-webkit-transform:rotate(1deg);-moz-transform:rotate(1deg);-ms-transform:rotate(1deg);-o-transform:rotate(1deg);transform:rotate(1deg)}.wi-wind.from-182-deg{-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-ms-transform:rotate(2deg);-o-transform:rotate(2deg);transform:rotate(2deg)}.wi-wind.from-183-deg{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}.wi-wind.from-184-deg{-webkit-transform:rotate(4deg);-moz-transform:rotate(4deg);-ms-transform:rotate(4deg);-o-transform:rotate(4deg);transform:rotate(4deg)}.wi-wind.from-185-deg{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}.wi-wind.from-186-deg{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-ms-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}.wi-wind.from-187-deg{-webkit-transform:rotate(7deg);-moz-transform:rotate(7deg);-ms-transform:rotate(7deg);-o-transform:rotate(7deg);transform:rotate(7deg)}.wi-wind.from-188-deg{-webkit-transform:rotate(8deg);-moz-transform:rotate(8deg);-ms-transform:rotate(8deg);-o-transform:rotate(8deg);transform:rotate(8deg)}.wi-wind.from-189-deg{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-ms-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}.wi-wind.from-190-deg{-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-ms-transform:rotate(10deg);-o-transform:rotate(10deg);transform:rotate(10deg)}.wi-wind.from-191-deg{-webkit-transform:rotate(11deg);-moz-transform:rotate(11deg);-ms-transform:rotate(11deg);-o-transform:rotate(11deg);transform:rotate(11deg)}.wi-wind.from-192-deg{-webkit-transform:rotate(12deg);-moz-transform:rotate(12deg);-ms-transform:rotate(12deg);-o-transform:rotate(12deg);transform:rotate(12deg)}.wi-wind.from-193-deg{-webkit-transform:rotate(13deg);-moz-transform:rotate(13deg);-ms-transform:rotate(13deg);-o-transform:rotate(13deg);transform:rotate(13deg)}.wi-wind.from-194-deg{-webkit-transform:rotate(14deg);-moz-transform:rotate(14deg);-ms-transform:rotate(14deg);-o-transform:rotate(14deg);transform:rotate(14deg)}.wi-wind.from-195-deg{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}.wi-wind.from-196-deg{-webkit-transform:rotate(16deg);-moz-transform:rotate(16deg);-ms-transform:rotate(16deg);-o-transform:rotate(16deg);transform:rotate(16deg)}.wi-wind.from-197-deg{-webkit-transform:rotate(17deg);-moz-transform:rotate(17deg);-ms-transform:rotate(17deg);-o-transform:rotate(17deg);transform:rotate(17deg)}.wi-wind.from-198-deg{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-ms-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}.wi-wind.from-199-deg{-webkit-transform:rotate(19deg);-moz-transform:rotate(19deg);-ms-transform:rotate(19deg);-o-transform:rotate(19deg);transform:rotate(19deg)}.wi-wind.from-200-deg{-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);transform:rotate(20deg)}.wi-wind.from-201-deg{-webkit-transform:rotate(21deg);-moz-transform:rotate(21deg);-ms-transform:rotate(21deg);-o-transform:rotate(21deg);transform:rotate(21deg)}.wi-wind.from-202-deg{-webkit-transform:rotate(22deg);-moz-transform:rotate(22deg);-ms-transform:rotate(22deg);-o-transform:rotate(22deg);transform:rotate(22deg)}.wi-wind.from-203-deg{-webkit-transform:rotate(23deg);-moz-transform:rotate(23deg);-ms-transform:rotate(23deg);-o-transform:rotate(23deg);transform:rotate(23deg)}.wi-wind.from-204-deg{-webkit-transform:rotate(24deg);-moz-transform:rotate(24deg);-ms-transform:rotate(24deg);-o-transform:rotate(24deg);transform:rotate(24deg)}.wi-wind.from-205-deg{-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-ms-transform:rotate(25deg);-o-transform:rotate(25deg);transform:rotate(25deg)}.wi-wind.from-206-deg{-webkit-transform:rotate(26deg);-moz-transform:rotate(26deg);-ms-transform:rotate(26deg);-o-transform:rotate(26deg);transform:rotate(26deg)}.wi-wind.from-207-deg{-webkit-transform:rotate(27deg);-moz-transform:rotate(27deg);-ms-transform:rotate(27deg);-o-transform:rotate(27deg);transform:rotate(27deg)}.wi-wind.from-208-deg{-webkit-transform:rotate(28deg);-moz-transform:rotate(28deg);-ms-transform:rotate(28deg);-o-transform:rotate(28deg);transform:rotate(28deg)}.wi-wind.from-209-deg{-webkit-transform:rotate(29deg);-moz-transform:rotate(29deg);-ms-transform:rotate(29deg);-o-transform:rotate(29deg);transform:rotate(29deg)}.wi-wind.from-210-deg{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}.wi-wind.from-211-deg{-webkit-transform:rotate(31deg);-moz-transform:rotate(31deg);-ms-transform:rotate(31deg);-o-transform:rotate(31deg);transform:rotate(31deg)}.wi-wind.from-212-deg{-webkit-transform:rotate(32deg);-moz-transform:rotate(32deg);-ms-transform:rotate(32deg);-o-transform:rotate(32deg);transform:rotate(32deg)}.wi-wind.from-213-deg{-webkit-transform:rotate(33deg);-moz-transform:rotate(33deg);-ms-transform:rotate(33deg);-o-transform:rotate(33deg);transform:rotate(33deg)}.wi-wind.from-214-deg{-webkit-transform:rotate(34deg);-moz-transform:rotate(34deg);-ms-transform:rotate(34deg);-o-transform:rotate(34deg);transform:rotate(34deg)}.wi-wind.from-215-deg{-webkit-transform:rotate(35deg);-moz-transform:rotate(35deg);-ms-transform:rotate(35deg);-o-transform:rotate(35deg);transform:rotate(35deg)}.wi-wind.from-216-deg{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.wi-wind.from-217-deg{-webkit-transform:rotate(37deg);-moz-transform:rotate(37deg);-ms-transform:rotate(37deg);-o-transform:rotate(37deg);transform:rotate(37deg)}.wi-wind.from-218-deg{-webkit-transform:rotate(38deg);-moz-transform:rotate(38deg);-ms-transform:rotate(38deg);-o-transform:rotate(38deg);transform:rotate(38deg)}.wi-wind.from-219-deg{-webkit-transform:rotate(39deg);-moz-transform:rotate(39deg);-ms-transform:rotate(39deg);-o-transform:rotate(39deg);transform:rotate(39deg)}.wi-wind.from-220-deg{-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg)}.wi-wind.from-221-deg{-webkit-transform:rotate(41deg);-moz-transform:rotate(41deg);-ms-transform:rotate(41deg);-o-transform:rotate(41deg);transform:rotate(41deg)}.wi-wind.from-222-deg{-webkit-transform:rotate(42deg);-moz-transform:rotate(42deg);-ms-transform:rotate(42deg);-o-transform:rotate(42deg);transform:rotate(42deg)}.wi-wind.from-223-deg{-webkit-transform:rotate(43deg);-moz-transform:rotate(43deg);-ms-transform:rotate(43deg);-o-transform:rotate(43deg);transform:rotate(43deg)}.wi-wind.from-224-deg{-webkit-transform:rotate(44deg);-moz-transform:rotate(44deg);-ms-transform:rotate(44deg);-o-transform:rotate(44deg);transform:rotate(44deg)}.wi-wind.from-225-deg{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wi-wind.from-226-deg{-webkit-transform:rotate(46deg);-moz-transform:rotate(46deg);-ms-transform:rotate(46deg);-o-transform:rotate(46deg);transform:rotate(46deg)}.wi-wind.from-227-deg{-webkit-transform:rotate(47deg);-moz-transform:rotate(47deg);-ms-transform:rotate(47deg);-o-transform:rotate(47deg);transform:rotate(47deg)}.wi-wind.from-228-deg{-webkit-transform:rotate(48deg);-moz-transform:rotate(48deg);-ms-transform:rotate(48deg);-o-transform:rotate(48deg);transform:rotate(48deg)}.wi-wind.from-229-deg{-webkit-transform:rotate(49deg);-moz-transform:rotate(49deg);-ms-transform:rotate(49deg);-o-transform:rotate(49deg);transform:rotate(49deg)}.wi-wind.from-230-deg{-webkit-transform:rotate(50deg);-moz-transform:rotate(50deg);-ms-transform:rotate(50deg);-o-transform:rotate(50deg);transform:rotate(50deg)}.wi-wind.from-231-deg{-webkit-transform:rotate(51deg);-moz-transform:rotate(51deg);-ms-transform:rotate(51deg);-o-transform:rotate(51deg);transform:rotate(51deg)}.wi-wind.from-232-deg{-webkit-transform:rotate(52deg);-moz-transform:rotate(52deg);-ms-transform:rotate(52deg);-o-transform:rotate(52deg);transform:rotate(52deg)}.wi-wind.from-233-deg{-webkit-transform:rotate(53deg);-moz-transform:rotate(53deg);-ms-transform:rotate(53deg);-o-transform:rotate(53deg);transform:rotate(53deg)}.wi-wind.from-234-deg{-webkit-transform:rotate(54deg);-moz-transform:rotate(54deg);-ms-transform:rotate(54deg);-o-transform:rotate(54deg);transform:rotate(54deg)}.wi-wind.from-235-deg{-webkit-transform:rotate(55deg);-moz-transform:rotate(55deg);-ms-transform:rotate(55deg);-o-transform:rotate(55deg);transform:rotate(55deg)}.wi-wind.from-236-deg{-webkit-transform:rotate(56deg);-moz-transform:rotate(56deg);-ms-transform:rotate(56deg);-o-transform:rotate(56deg);transform:rotate(56deg)}.wi-wind.from-237-deg{-webkit-transform:rotate(57deg);-moz-transform:rotate(57deg);-ms-transform:rotate(57deg);-o-transform:rotate(57deg);transform:rotate(57deg)}.wi-wind.from-238-deg{-webkit-transform:rotate(58deg);-moz-transform:rotate(58deg);-ms-transform:rotate(58deg);-o-transform:rotate(58deg);transform:rotate(58deg)}.wi-wind.from-239-deg{-webkit-transform:rotate(59deg);-moz-transform:rotate(59deg);-ms-transform:rotate(59deg);-o-transform:rotate(59deg);transform:rotate(59deg)}.wi-wind.from-240-deg{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}.wi-wind.from-241-deg{-webkit-transform:rotate(61deg);-moz-transform:rotate(61deg);-ms-transform:rotate(61deg);-o-transform:rotate(61deg);transform:rotate(61deg)}.wi-wind.from-242-deg{-webkit-transform:rotate(62deg);-moz-transform:rotate(62deg);-ms-transform:rotate(62deg);-o-transform:rotate(62deg);transform:rotate(62deg)}.wi-wind.from-243-deg{-webkit-transform:rotate(63deg);-moz-transform:rotate(63deg);-ms-transform:rotate(63deg);-o-transform:rotate(63deg);transform:rotate(63deg)}.wi-wind.from-244-deg{-webkit-transform:rotate(64deg);-moz-transform:rotate(64deg);-ms-transform:rotate(64deg);-o-transform:rotate(64deg);transform:rotate(64deg)}.wi-wind.from-245-deg{-webkit-transform:rotate(65deg);-moz-transform:rotate(65deg);-ms-transform:rotate(65deg);-o-transform:rotate(65deg);transform:rotate(65deg)}.wi-wind.from-246-deg{-webkit-transform:rotate(66deg);-moz-transform:rotate(66deg);-ms-transform:rotate(66deg);-o-transform:rotate(66deg);transform:rotate(66deg)}.wi-wind.from-247-deg{-webkit-transform:rotate(67deg);-moz-transform:rotate(67deg);-ms-transform:rotate(67deg);-o-transform:rotate(67deg);transform:rotate(67deg)}.wi-wind.from-248-deg{-webkit-transform:rotate(68deg);-moz-transform:rotate(68deg);-ms-transform:rotate(68deg);-o-transform:rotate(68deg);transform:rotate(68deg)}.wi-wind.from-249-deg{-webkit-transform:rotate(69deg);-moz-transform:rotate(69deg);-ms-transform:rotate(69deg);-o-transform:rotate(69deg);transform:rotate(69deg)}.wi-wind.from-250-deg{-webkit-transform:rotate(70deg);-moz-transform:rotate(70deg);-ms-transform:rotate(70deg);-o-transform:rotate(70deg);transform:rotate(70deg)}.wi-wind.from-251-deg{-webkit-transform:rotate(71deg);-moz-transform:rotate(71deg);-ms-transform:rotate(71deg);-o-transform:rotate(71deg);transform:rotate(71deg)}.wi-wind.from-252-deg{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}.wi-wind.from-253-deg{-webkit-transform:rotate(73deg);-moz-transform:rotate(73deg);-ms-transform:rotate(73deg);-o-transform:rotate(73deg);transform:rotate(73deg)}.wi-wind.from-254-deg{-webkit-transform:rotate(74deg);-moz-transform:rotate(74deg);-ms-transform:rotate(74deg);-o-transform:rotate(74deg);transform:rotate(74deg)}.wi-wind.from-255-deg{-webkit-transform:rotate(75deg);-moz-transform:rotate(75deg);-ms-transform:rotate(75deg);-o-transform:rotate(75deg);transform:rotate(75deg)}.wi-wind.from-256-deg{-webkit-transform:rotate(76deg);-moz-transform:rotate(76deg);-ms-transform:rotate(76deg);-o-transform:rotate(76deg);transform:rotate(76deg)}.wi-wind.from-257-deg{-webkit-transform:rotate(77deg);-moz-transform:rotate(77deg);-ms-transform:rotate(77deg);-o-transform:rotate(77deg);transform:rotate(77deg)}.wi-wind.from-258-deg{-webkit-transform:rotate(78deg);-moz-transform:rotate(78deg);-ms-transform:rotate(78deg);-o-transform:rotate(78deg);transform:rotate(78deg)}.wi-wind.from-259-deg{-webkit-transform:rotate(79deg);-moz-transform:rotate(79deg);-ms-transform:rotate(79deg);-o-transform:rotate(79deg);transform:rotate(79deg)}.wi-wind.from-260-deg{-webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg)}.wi-wind.from-261-deg{-webkit-transform:rotate(81deg);-moz-transform:rotate(81deg);-ms-transform:rotate(81deg);-o-transform:rotate(81deg);transform:rotate(81deg)}.wi-wind.from-262-deg{-webkit-transform:rotate(82deg);-moz-transform:rotate(82deg);-ms-transform:rotate(82deg);-o-transform:rotate(82deg);transform:rotate(82deg)}.wi-wind.from-263-deg{-webkit-transform:rotate(83deg);-moz-transform:rotate(83deg);-ms-transform:rotate(83deg);-o-transform:rotate(83deg);transform:rotate(83deg)}.wi-wind.from-264-deg{-webkit-transform:rotate(84deg);-moz-transform:rotate(84deg);-ms-transform:rotate(84deg);-o-transform:rotate(84deg);transform:rotate(84deg)}.wi-wind.from-265-deg{-webkit-transform:rotate(85deg);-moz-transform:rotate(85deg);-ms-transform:rotate(85deg);-o-transform:rotate(85deg);transform:rotate(85deg)}.wi-wind.from-266-deg{-webkit-transform:rotate(86deg);-moz-transform:rotate(86deg);-ms-transform:rotate(86deg);-o-transform:rotate(86deg);transform:rotate(86deg)}.wi-wind.from-267-deg{-webkit-transform:rotate(87deg);-moz-transform:rotate(87deg);-ms-transform:rotate(87deg);-o-transform:rotate(87deg);transform:rotate(87deg)}.wi-wind.from-268-deg{-webkit-transform:rotate(88deg);-moz-transform:rotate(88deg);-ms-transform:rotate(88deg);-o-transform:rotate(88deg);transform:rotate(88deg)}.wi-wind.from-269-deg{-webkit-transform:rotate(89deg);-moz-transform:rotate(89deg);-ms-transform:rotate(89deg);-o-transform:rotate(89deg);transform:rotate(89deg)}.wi-wind.from-270-deg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.wi-wind.from-271-deg{-webkit-transform:rotate(91deg);-moz-transform:rotate(91deg);-ms-transform:rotate(91deg);-o-transform:rotate(91deg);transform:rotate(91deg)}.wi-wind.from-272-deg{-webkit-transform:rotate(92deg);-moz-transform:rotate(92deg);-ms-transform:rotate(92deg);-o-transform:rotate(92deg);transform:rotate(92deg)}.wi-wind.from-273-deg{-webkit-transform:rotate(93deg);-moz-transform:rotate(93deg);-ms-transform:rotate(93deg);-o-transform:rotate(93deg);transform:rotate(93deg)}.wi-wind.from-274-deg{-webkit-transform:rotate(94deg);-moz-transform:rotate(94deg);-ms-transform:rotate(94deg);-o-transform:rotate(94deg);transform:rotate(94deg)}.wi-wind.from-275-deg{-webkit-transform:rotate(95deg);-moz-transform:rotate(95deg);-ms-transform:rotate(95deg);-o-transform:rotate(95deg);transform:rotate(95deg)}.wi-wind.from-276-deg{-webkit-transform:rotate(96deg);-moz-transform:rotate(96deg);-ms-transform:rotate(96deg);-o-transform:rotate(96deg);transform:rotate(96deg)}.wi-wind.from-277-deg{-webkit-transform:rotate(97deg);-moz-transform:rotate(97deg);-ms-transform:rotate(97deg);-o-transform:rotate(97deg);transform:rotate(97deg)}.wi-wind.from-278-deg{-webkit-transform:rotate(98deg);-moz-transform:rotate(98deg);-ms-transform:rotate(98deg);-o-transform:rotate(98deg);transform:rotate(98deg)}.wi-wind.from-279-deg{-webkit-transform:rotate(99deg);-moz-transform:rotate(99deg);-ms-transform:rotate(99deg);-o-transform:rotate(99deg);transform:rotate(99deg)}.wi-wind.from-280-deg{-webkit-transform:rotate(100deg);-moz-transform:rotate(100deg);-ms-transform:rotate(100deg);-o-transform:rotate(100deg);transform:rotate(100deg)}.wi-wind.from-281-deg{-webkit-transform:rotate(101deg);-moz-transform:rotate(101deg);-ms-transform:rotate(101deg);-o-transform:rotate(101deg);transform:rotate(101deg)}.wi-wind.from-282-deg{-webkit-transform:rotate(102deg);-moz-transform:rotate(102deg);-ms-transform:rotate(102deg);-o-transform:rotate(102deg);transform:rotate(102deg)}.wi-wind.from-283-deg{-webkit-transform:rotate(103deg);-moz-transform:rotate(103deg);-ms-transform:rotate(103deg);-o-transform:rotate(103deg);transform:rotate(103deg)}.wi-wind.from-284-deg{-webkit-transform:rotate(104deg);-moz-transform:rotate(104deg);-ms-transform:rotate(104deg);-o-transform:rotate(104deg);transform:rotate(104deg)}.wi-wind.from-285-deg{-webkit-transform:rotate(105deg);-moz-transform:rotate(105deg);-ms-transform:rotate(105deg);-o-transform:rotate(105deg);transform:rotate(105deg)}.wi-wind.from-286-deg{-webkit-transform:rotate(106deg);-moz-transform:rotate(106deg);-ms-transform:rotate(106deg);-o-transform:rotate(106deg);transform:rotate(106deg)}.wi-wind.from-287-deg{-webkit-transform:rotate(107deg);-moz-transform:rotate(107deg);-ms-transform:rotate(107deg);-o-transform:rotate(107deg);transform:rotate(107deg)}.wi-wind.from-288-deg{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}.wi-wind.from-289-deg{-webkit-transform:rotate(109deg);-moz-transform:rotate(109deg);-ms-transform:rotate(109deg);-o-transform:rotate(109deg);transform:rotate(109deg)}.wi-wind.from-290-deg{-webkit-transform:rotate(110deg);-moz-transform:rotate(110deg);-ms-transform:rotate(110deg);-o-transform:rotate(110deg);transform:rotate(110deg)}.wi-wind.from-291-deg{-webkit-transform:rotate(111deg);-moz-transform:rotate(111deg);-ms-transform:rotate(111deg);-o-transform:rotate(111deg);transform:rotate(111deg)}.wi-wind.from-292-deg{-webkit-transform:rotate(112deg);-moz-transform:rotate(112deg);-ms-transform:rotate(112deg);-o-transform:rotate(112deg);transform:rotate(112deg)}.wi-wind.from-293-deg{-webkit-transform:rotate(113deg);-moz-transform:rotate(113deg);-ms-transform:rotate(113deg);-o-transform:rotate(113deg);transform:rotate(113deg)}.wi-wind.from-294-deg{-webkit-transform:rotate(114deg);-moz-transform:rotate(114deg);-ms-transform:rotate(114deg);-o-transform:rotate(114deg);transform:rotate(114deg)}.wi-wind.from-295-deg{-webkit-transform:rotate(115deg);-moz-transform:rotate(115deg);-ms-transform:rotate(115deg);-o-transform:rotate(115deg);transform:rotate(115deg)}.wi-wind.from-296-deg{-webkit-transform:rotate(116deg);-moz-transform:rotate(116deg);-ms-transform:rotate(116deg);-o-transform:rotate(116deg);transform:rotate(116deg)}.wi-wind.from-297-deg{-webkit-transform:rotate(117deg);-moz-transform:rotate(117deg);-ms-transform:rotate(117deg);-o-transform:rotate(117deg);transform:rotate(117deg)}.wi-wind.from-298-deg{-webkit-transform:rotate(118deg);-moz-transform:rotate(118deg);-ms-transform:rotate(118deg);-o-transform:rotate(118deg);transform:rotate(118deg)}.wi-wind.from-299-deg{-webkit-transform:rotate(119deg);-moz-transform:rotate(119deg);-ms-transform:rotate(119deg);-o-transform:rotate(119deg);transform:rotate(119deg)}.wi-wind.from-300-deg{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.wi-wind.from-301-deg{-webkit-transform:rotate(121deg);-moz-transform:rotate(121deg);-ms-transform:rotate(121deg);-o-transform:rotate(121deg);transform:rotate(121deg)}.wi-wind.from-302-deg{-webkit-transform:rotate(122deg);-moz-transform:rotate(122deg);-ms-transform:rotate(122deg);-o-transform:rotate(122deg);transform:rotate(122deg)}.wi-wind.from-303-deg{-webkit-transform:rotate(123deg);-moz-transform:rotate(123deg);-ms-transform:rotate(123deg);-o-transform:rotate(123deg);transform:rotate(123deg)}.wi-wind.from-304-deg{-webkit-transform:rotate(124deg);-moz-transform:rotate(124deg);-ms-transform:rotate(124deg);-o-transform:rotate(124deg);transform:rotate(124deg)}.wi-wind.from-305-deg{-webkit-transform:rotate(125deg);-moz-transform:rotate(125deg);-ms-transform:rotate(125deg);-o-transform:rotate(125deg);transform:rotate(125deg)}.wi-wind.from-306-deg{-webkit-transform:rotate(126deg);-moz-transform:rotate(126deg);-ms-transform:rotate(126deg);-o-transform:rotate(126deg);transform:rotate(126deg)}.wi-wind.from-307-deg{-webkit-transform:rotate(127deg);-moz-transform:rotate(127deg);-ms-transform:rotate(127deg);-o-transform:rotate(127deg);transform:rotate(127deg)}.wi-wind.from-308-deg{-webkit-transform:rotate(128deg);-moz-transform:rotate(128deg);-ms-transform:rotate(128deg);-o-transform:rotate(128deg);transform:rotate(128deg)}.wi-wind.from-309-deg{-webkit-transform:rotate(129deg);-moz-transform:rotate(129deg);-ms-transform:rotate(129deg);-o-transform:rotate(129deg);transform:rotate(129deg)}.wi-wind.from-310-deg{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}.wi-wind.from-311-deg{-webkit-transform:rotate(131deg);-moz-transform:rotate(131deg);-ms-transform:rotate(131deg);-o-transform:rotate(131deg);transform:rotate(131deg)}.wi-wind.from-312-deg{-webkit-transform:rotate(132deg);-moz-transform:rotate(132deg);-ms-transform:rotate(132deg);-o-transform:rotate(132deg);transform:rotate(132deg)}.wi-wind.from-313-deg{-webkit-transform:rotate(133deg);-moz-transform:rotate(133deg);-ms-transform:rotate(133deg);-o-transform:rotate(133deg);transform:rotate(133deg)}.wi-wind.from-314-deg{-webkit-transform:rotate(134deg);-moz-transform:rotate(134deg);-ms-transform:rotate(134deg);-o-transform:rotate(134deg);transform:rotate(134deg)}.wi-wind.from-315-deg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.wi-wind.from-316-deg{-webkit-transform:rotate(136deg);-moz-transform:rotate(136deg);-ms-transform:rotate(136deg);-o-transform:rotate(136deg);transform:rotate(136deg)}.wi-wind.from-317-deg{-webkit-transform:rotate(137deg);-moz-transform:rotate(137deg);-ms-transform:rotate(137deg);-o-transform:rotate(137deg);transform:rotate(137deg)}.wi-wind.from-318-deg{-webkit-transform:rotate(138deg);-moz-transform:rotate(138deg);-ms-transform:rotate(138deg);-o-transform:rotate(138deg);transform:rotate(138deg)}.wi-wind.from-319-deg{-webkit-transform:rotate(139deg);-moz-transform:rotate(139deg);-ms-transform:rotate(139deg);-o-transform:rotate(139deg);transform:rotate(139deg)}.wi-wind.from-320-deg{-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);-o-transform:rotate(140deg);transform:rotate(140deg)}.wi-wind.from-321-deg{-webkit-transform:rotate(141deg);-moz-transform:rotate(141deg);-ms-transform:rotate(141deg);-o-transform:rotate(141deg);transform:rotate(141deg)}.wi-wind.from-322-deg{-webkit-transform:rotate(142deg);-moz-transform:rotate(142deg);-ms-transform:rotate(142deg);-o-transform:rotate(142deg);transform:rotate(142deg)}.wi-wind.from-323-deg{-webkit-transform:rotate(143deg);-moz-transform:rotate(143deg);-ms-transform:rotate(143deg);-o-transform:rotate(143deg);transform:rotate(143deg)}.wi-wind.from-324-deg{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}.wi-wind.from-325-deg{-webkit-transform:rotate(145deg);-moz-transform:rotate(145deg);-ms-transform:rotate(145deg);-o-transform:rotate(145deg);transform:rotate(145deg)}.wi-wind.from-326-deg{-webkit-transform:rotate(146deg);-moz-transform:rotate(146deg);-ms-transform:rotate(146deg);-o-transform:rotate(146deg);transform:rotate(146deg)}.wi-wind.from-327-deg{-webkit-transform:rotate(147deg);-moz-transform:rotate(147deg);-ms-transform:rotate(147deg);-o-transform:rotate(147deg);transform:rotate(147deg)}.wi-wind.from-328-deg{-webkit-transform:rotate(148deg);-moz-transform:rotate(148deg);-ms-transform:rotate(148deg);-o-transform:rotate(148deg);transform:rotate(148deg)}.wi-wind.from-329-deg{-webkit-transform:rotate(149deg);-moz-transform:rotate(149deg);-ms-transform:rotate(149deg);-o-transform:rotate(149deg);transform:rotate(149deg)}.wi-wind.from-330-deg{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg)}.wi-wind.from-331-deg{-webkit-transform:rotate(151deg);-moz-transform:rotate(151deg);-ms-transform:rotate(151deg);-o-transform:rotate(151deg);transform:rotate(151deg)}.wi-wind.from-332-deg{-webkit-transform:rotate(152deg);-moz-transform:rotate(152deg);-ms-transform:rotate(152deg);-o-transform:rotate(152deg);transform:rotate(152deg)}.wi-wind.from-333-deg{-webkit-transform:rotate(153deg);-moz-transform:rotate(153deg);-ms-transform:rotate(153deg);-o-transform:rotate(153deg);transform:rotate(153deg)}.wi-wind.from-334-deg{-webkit-transform:rotate(154deg);-moz-transform:rotate(154deg);-ms-transform:rotate(154deg);-o-transform:rotate(154deg);transform:rotate(154deg)}.wi-wind.from-335-deg{-webkit-transform:rotate(155deg);-moz-transform:rotate(155deg);-ms-transform:rotate(155deg);-o-transform:rotate(155deg);transform:rotate(155deg)}.wi-wind.from-336-deg{-webkit-transform:rotate(156deg);-moz-transform:rotate(156deg);-ms-transform:rotate(156deg);-o-transform:rotate(156deg);transform:rotate(156deg)}.wi-wind.from-337-deg{-webkit-transform:rotate(157deg);-moz-transform:rotate(157deg);-ms-transform:rotate(157deg);-o-transform:rotate(157deg);transform:rotate(157deg)}.wi-wind.from-338-deg{-webkit-transform:rotate(158deg);-moz-transform:rotate(158deg);-ms-transform:rotate(158deg);-o-transform:rotate(158deg);transform:rotate(158deg)}.wi-wind.from-339-deg{-webkit-transform:rotate(159deg);-moz-transform:rotate(159deg);-ms-transform:rotate(159deg);-o-transform:rotate(159deg);transform:rotate(159deg)}.wi-wind.from-340-deg{-webkit-transform:rotate(160deg);-moz-transform:rotate(160deg);-ms-transform:rotate(160deg);-o-transform:rotate(160deg);transform:rotate(160deg)}.wi-wind.from-341-deg{-webkit-transform:rotate(161deg);-moz-transform:rotate(161deg);-ms-transform:rotate(161deg);-o-transform:rotate(161deg);transform:rotate(161deg)}.wi-wind.from-342-deg{-webkit-transform:rotate(162deg);-moz-transform:rotate(162deg);-ms-transform:rotate(162deg);-o-transform:rotate(162deg);transform:rotate(162deg)}.wi-wind.from-343-deg{-webkit-transform:rotate(163deg);-moz-transform:rotate(163deg);-ms-transform:rotate(163deg);-o-transform:rotate(163deg);transform:rotate(163deg)}.wi-wind.from-344-deg{-webkit-transform:rotate(164deg);-moz-transform:rotate(164deg);-ms-transform:rotate(164deg);-o-transform:rotate(164deg);transform:rotate(164deg)}.wi-wind.from-345-deg{-webkit-transform:rotate(165deg);-moz-transform:rotate(165deg);-ms-transform:rotate(165deg);-o-transform:rotate(165deg);transform:rotate(165deg)}.wi-wind.from-346-deg{-webkit-transform:rotate(166deg);-moz-transform:rotate(166deg);-ms-transform:rotate(166deg);-o-transform:rotate(166deg);transform:rotate(166deg)}.wi-wind.from-347-deg{-webkit-transform:rotate(167deg);-moz-transform:rotate(167deg);-ms-transform:rotate(167deg);-o-transform:rotate(167deg);transform:rotate(167deg)}.wi-wind.from-348-deg{-webkit-transform:rotate(168deg);-moz-transform:rotate(168deg);-ms-transform:rotate(168deg);-o-transform:rotate(168deg);transform:rotate(168deg)}.wi-wind.from-349-deg{-webkit-transform:rotate(169deg);-moz-transform:rotate(169deg);-ms-transform:rotate(169deg);-o-transform:rotate(169deg);transform:rotate(169deg)}.wi-wind.from-350-deg{-webkit-transform:rotate(170deg);-moz-transform:rotate(170deg);-ms-transform:rotate(170deg);-o-transform:rotate(170deg);transform:rotate(170deg)}.wi-wind.from-351-deg{-webkit-transform:rotate(171deg);-moz-transform:rotate(171deg);-ms-transform:rotate(171deg);-o-transform:rotate(171deg);transform:rotate(171deg)}.wi-wind.from-352-deg{-webkit-transform:rotate(172deg);-moz-transform:rotate(172deg);-ms-transform:rotate(172deg);-o-transform:rotate(172deg);transform:rotate(172deg)}.wi-wind.from-353-deg{-webkit-transform:rotate(173deg);-moz-transform:rotate(173deg);-ms-transform:rotate(173deg);-o-transform:rotate(173deg);transform:rotate(173deg)}.wi-wind.from-354-deg{-webkit-transform:rotate(174deg);-moz-transform:rotate(174deg);-ms-transform:rotate(174deg);-o-transform:rotate(174deg);transform:rotate(174deg)}.wi-wind.from-355-deg{-webkit-transform:rotate(175deg);-moz-transform:rotate(175deg);-ms-transform:rotate(175deg);-o-transform:rotate(175deg);transform:rotate(175deg)}.wi-wind.from-356-deg{-webkit-transform:rotate(176deg);-moz-transform:rotate(176deg);-ms-transform:rotate(176deg);-o-transform:rotate(176deg);transform:rotate(176deg)}.wi-wind.from-357-deg{-webkit-transform:rotate(177deg);-moz-transform:rotate(177deg);-ms-transform:rotate(177deg);-o-transform:rotate(177deg);transform:rotate(177deg)}.wi-wind.from-358-deg{-webkit-transform:rotate(178deg);-moz-transform:rotate(178deg);-ms-transform:rotate(178deg);-o-transform:rotate(178deg);transform:rotate(178deg)}.wi-wind.from-359-deg{-webkit-transform:rotate(179deg);-moz-transform:rotate(179deg);-ms-transform:rotate(179deg);-o-transform:rotate(179deg);transform:rotate(179deg)}.wi-wind.from-360-deg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wi-towards-n{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.wi-towards-nne{-webkit-transform:rotate(23deg);-moz-transform:rotate(23deg);-ms-transform:rotate(23deg);-o-transform:rotate(23deg);transform:rotate(23deg)}.wi-towards-ne{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wi-towards-ene{-webkit-transform:rotate(68deg);-moz-transform:rotate(68deg);-ms-transform:rotate(68deg);-o-transform:rotate(68deg);transform:rotate(68deg)}.wi-towards-e{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.wi-towards-ese{-webkit-transform:rotate(113deg);-moz-transform:rotate(113deg);-ms-transform:rotate(113deg);-o-transform:rotate(113deg);transform:rotate(113deg)}.wi-towards-se{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.wi-towards-sse{-webkit-transform:rotate(158deg);-moz-transform:rotate(158deg);-ms-transform:rotate(158deg);-o-transform:rotate(158deg);transform:rotate(158deg)}.wi-towards-s{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wi-towards-ssw{-webkit-transform:rotate(203deg);-moz-transform:rotate(203deg);-ms-transform:rotate(203deg);-o-transform:rotate(203deg);transform:rotate(203deg)}.wi-towards-sw{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.wi-towards-wsw{-webkit-transform:rotate(248deg);-moz-transform:rotate(248deg);-ms-transform:rotate(248deg);-o-transform:rotate(248deg);transform:rotate(248deg)}.wi-towards-w{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.wi-towards-wnw{-webkit-transform:rotate(293deg);-moz-transform:rotate(293deg);-ms-transform:rotate(293deg);-o-transform:rotate(293deg);transform:rotate(293deg)}.wi-towards-nw{-webkit-transform:rotate(313deg);-moz-transform:rotate(313deg);-ms-transform:rotate(313deg);-o-transform:rotate(313deg);transform:rotate(313deg)}.wi-towards-nnw{-webkit-transform:rotate(336deg);-moz-transform:rotate(336deg);-ms-transform:rotate(336deg);-o-transform:rotate(336deg);transform:rotate(336deg)}.wi-from-n{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wi-from-nne{-webkit-transform:rotate(203deg);-moz-transform:rotate(203deg);-ms-transform:rotate(203deg);-o-transform:rotate(203deg);transform:rotate(203deg)}.wi-from-ne{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.wi-from-ene{-webkit-transform:rotate(248deg);-moz-transform:rotate(248deg);-ms-transform:rotate(248deg);-o-transform:rotate(248deg);transform:rotate(248deg)}.wi-from-e{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.wi-from-ese{-webkit-transform:rotate(293deg);-moz-transform:rotate(293deg);-ms-transform:rotate(293deg);-o-transform:rotate(293deg);transform:rotate(293deg)}.wi-from-se{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg)}.wi-from-sse{-webkit-transform:rotate(338deg);-moz-transform:rotate(338deg);-ms-transform:rotate(338deg);-o-transform:rotate(338deg);transform:rotate(338deg)}.wi-from-s{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.wi-from-ssw{-webkit-transform:rotate(23deg);-moz-transform:rotate(23deg);-ms-transform:rotate(23deg);-o-transform:rotate(23deg);transform:rotate(23deg)}.wi-from-sw{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wi-from-wsw{-webkit-transform:rotate(68deg);-moz-transform:rotate(68deg);-ms-transform:rotate(68deg);-o-transform:rotate(68deg);transform:rotate(68deg)}.wi-from-w{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.wi-from-wnw{-webkit-transform:rotate(113deg);-moz-transform:rotate(113deg);-ms-transform:rotate(113deg);-o-transform:rotate(113deg);transform:rotate(113deg)}.wi-from-nw{-webkit-transform:rotate(133deg);-moz-transform:rotate(133deg);-ms-transform:rotate(133deg);-o-transform:rotate(133deg);transform:rotate(133deg)}.wi-from-nnw{-webkit-transform:rotate(156deg);-moz-transform:rotate(156deg);-ms-transform:rotate(156deg);-o-transform:rotate(156deg);transform:rotate(156deg)}weather-icons/weather-icons-wind.css000064400000433460150211511020013533 0ustar00@font-face { font-family: 'weathericons'; src: url('../font/weathericons-regular-webfont.eot'); src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff2') format('woff2'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg'); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: 'weathericons'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { text-align: center; width: 1.4em; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } .wi-wind:before { content: "\f0b1"; } .wi-wind.towards-0-deg { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.towards-1-deg { -webkit-transform: rotate(1deg); -moz-transform: rotate(1deg); -ms-transform: rotate(1deg); -o-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.towards-2-deg { -webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -ms-transform: rotate(2deg); -o-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.towards-3-deg { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.towards-4-deg { -webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); -ms-transform: rotate(4deg); -o-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.towards-5-deg { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.towards-6-deg { -webkit-transform: rotate(6deg); -moz-transform: rotate(6deg); -ms-transform: rotate(6deg); -o-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.towards-7-deg { -webkit-transform: rotate(7deg); -moz-transform: rotate(7deg); -ms-transform: rotate(7deg); -o-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.towards-8-deg { -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.towards-9-deg { -webkit-transform: rotate(9deg); -moz-transform: rotate(9deg); -ms-transform: rotate(9deg); -o-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.towards-10-deg { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.towards-11-deg { -webkit-transform: rotate(11deg); -moz-transform: rotate(11deg); -ms-transform: rotate(11deg); -o-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.towards-12-deg { -webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.towards-13-deg { -webkit-transform: rotate(13deg); -moz-transform: rotate(13deg); -ms-transform: rotate(13deg); -o-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.towards-14-deg { -webkit-transform: rotate(14deg); -moz-transform: rotate(14deg); -ms-transform: rotate(14deg); -o-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.towards-15-deg { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.towards-16-deg { -webkit-transform: rotate(16deg); -moz-transform: rotate(16deg); -ms-transform: rotate(16deg); -o-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.towards-17-deg { -webkit-transform: rotate(17deg); -moz-transform: rotate(17deg); -ms-transform: rotate(17deg); -o-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.towards-18-deg { -webkit-transform: rotate(18deg); -moz-transform: rotate(18deg); -ms-transform: rotate(18deg); -o-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.towards-19-deg { -webkit-transform: rotate(19deg); -moz-transform: rotate(19deg); -ms-transform: rotate(19deg); -o-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.towards-20-deg { -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.towards-21-deg { -webkit-transform: rotate(21deg); -moz-transform: rotate(21deg); -ms-transform: rotate(21deg); -o-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.towards-22-deg { -webkit-transform: rotate(22deg); -moz-transform: rotate(22deg); -ms-transform: rotate(22deg); -o-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.towards-23-deg { -webkit-transform: rotate(23deg); -moz-transform: rotate(23deg); -ms-transform: rotate(23deg); -o-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.towards-24-deg { -webkit-transform: rotate(24deg); -moz-transform: rotate(24deg); -ms-transform: rotate(24deg); -o-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.towards-25-deg { -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.towards-26-deg { -webkit-transform: rotate(26deg); -moz-transform: rotate(26deg); -ms-transform: rotate(26deg); -o-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.towards-27-deg { -webkit-transform: rotate(27deg); -moz-transform: rotate(27deg); -ms-transform: rotate(27deg); -o-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.towards-28-deg { -webkit-transform: rotate(28deg); -moz-transform: rotate(28deg); -ms-transform: rotate(28deg); -o-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.towards-29-deg { -webkit-transform: rotate(29deg); -moz-transform: rotate(29deg); -ms-transform: rotate(29deg); -o-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.towards-30-deg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.towards-31-deg { -webkit-transform: rotate(31deg); -moz-transform: rotate(31deg); -ms-transform: rotate(31deg); -o-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.towards-32-deg { -webkit-transform: rotate(32deg); -moz-transform: rotate(32deg); -ms-transform: rotate(32deg); -o-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.towards-33-deg { -webkit-transform: rotate(33deg); -moz-transform: rotate(33deg); -ms-transform: rotate(33deg); -o-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.towards-34-deg { -webkit-transform: rotate(34deg); -moz-transform: rotate(34deg); -ms-transform: rotate(34deg); -o-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.towards-35-deg { -webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -ms-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.towards-36-deg { -webkit-transform: rotate(36deg); -moz-transform: rotate(36deg); -ms-transform: rotate(36deg); -o-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.towards-37-deg { -webkit-transform: rotate(37deg); -moz-transform: rotate(37deg); -ms-transform: rotate(37deg); -o-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.towards-38-deg { -webkit-transform: rotate(38deg); -moz-transform: rotate(38deg); -ms-transform: rotate(38deg); -o-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.towards-39-deg { -webkit-transform: rotate(39deg); -moz-transform: rotate(39deg); -ms-transform: rotate(39deg); -o-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.towards-40-deg { -webkit-transform: rotate(40deg); -moz-transform: rotate(40deg); -ms-transform: rotate(40deg); -o-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.towards-41-deg { -webkit-transform: rotate(41deg); -moz-transform: rotate(41deg); -ms-transform: rotate(41deg); -o-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.towards-42-deg { -webkit-transform: rotate(42deg); -moz-transform: rotate(42deg); -ms-transform: rotate(42deg); -o-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.towards-43-deg { -webkit-transform: rotate(43deg); -moz-transform: rotate(43deg); -ms-transform: rotate(43deg); -o-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.towards-44-deg { -webkit-transform: rotate(44deg); -moz-transform: rotate(44deg); -ms-transform: rotate(44deg); -o-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.towards-45-deg { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.towards-46-deg { -webkit-transform: rotate(46deg); -moz-transform: rotate(46deg); -ms-transform: rotate(46deg); -o-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.towards-47-deg { -webkit-transform: rotate(47deg); -moz-transform: rotate(47deg); -ms-transform: rotate(47deg); -o-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.towards-48-deg { -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); -ms-transform: rotate(48deg); -o-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.towards-49-deg { -webkit-transform: rotate(49deg); -moz-transform: rotate(49deg); -ms-transform: rotate(49deg); -o-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.towards-50-deg { -webkit-transform: rotate(50deg); -moz-transform: rotate(50deg); -ms-transform: rotate(50deg); -o-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.towards-51-deg { -webkit-transform: rotate(51deg); -moz-transform: rotate(51deg); -ms-transform: rotate(51deg); -o-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.towards-52-deg { -webkit-transform: rotate(52deg); -moz-transform: rotate(52deg); -ms-transform: rotate(52deg); -o-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.towards-53-deg { -webkit-transform: rotate(53deg); -moz-transform: rotate(53deg); -ms-transform: rotate(53deg); -o-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.towards-54-deg { -webkit-transform: rotate(54deg); -moz-transform: rotate(54deg); -ms-transform: rotate(54deg); -o-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.towards-55-deg { -webkit-transform: rotate(55deg); -moz-transform: rotate(55deg); -ms-transform: rotate(55deg); -o-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.towards-56-deg { -webkit-transform: rotate(56deg); -moz-transform: rotate(56deg); -ms-transform: rotate(56deg); -o-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.towards-57-deg { -webkit-transform: rotate(57deg); -moz-transform: rotate(57deg); -ms-transform: rotate(57deg); -o-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.towards-58-deg { -webkit-transform: rotate(58deg); -moz-transform: rotate(58deg); -ms-transform: rotate(58deg); -o-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.towards-59-deg { -webkit-transform: rotate(59deg); -moz-transform: rotate(59deg); -ms-transform: rotate(59deg); -o-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.towards-60-deg { -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -ms-transform: rotate(60deg); -o-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.towards-61-deg { -webkit-transform: rotate(61deg); -moz-transform: rotate(61deg); -ms-transform: rotate(61deg); -o-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.towards-62-deg { -webkit-transform: rotate(62deg); -moz-transform: rotate(62deg); -ms-transform: rotate(62deg); -o-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.towards-63-deg { -webkit-transform: rotate(63deg); -moz-transform: rotate(63deg); -ms-transform: rotate(63deg); -o-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.towards-64-deg { -webkit-transform: rotate(64deg); -moz-transform: rotate(64deg); -ms-transform: rotate(64deg); -o-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.towards-65-deg { -webkit-transform: rotate(65deg); -moz-transform: rotate(65deg); -ms-transform: rotate(65deg); -o-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.towards-66-deg { -webkit-transform: rotate(66deg); -moz-transform: rotate(66deg); -ms-transform: rotate(66deg); -o-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.towards-67-deg { -webkit-transform: rotate(67deg); -moz-transform: rotate(67deg); -ms-transform: rotate(67deg); -o-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.towards-68-deg { -webkit-transform: rotate(68deg); -moz-transform: rotate(68deg); -ms-transform: rotate(68deg); -o-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.towards-69-deg { -webkit-transform: rotate(69deg); -moz-transform: rotate(69deg); -ms-transform: rotate(69deg); -o-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.towards-70-deg { -webkit-transform: rotate(70deg); -moz-transform: rotate(70deg); -ms-transform: rotate(70deg); -o-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.towards-71-deg { -webkit-transform: rotate(71deg); -moz-transform: rotate(71deg); -ms-transform: rotate(71deg); -o-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.towards-72-deg { -webkit-transform: rotate(72deg); -moz-transform: rotate(72deg); -ms-transform: rotate(72deg); -o-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.towards-73-deg { -webkit-transform: rotate(73deg); -moz-transform: rotate(73deg); -ms-transform: rotate(73deg); -o-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.towards-74-deg { -webkit-transform: rotate(74deg); -moz-transform: rotate(74deg); -ms-transform: rotate(74deg); -o-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.towards-75-deg { -webkit-transform: rotate(75deg); -moz-transform: rotate(75deg); -ms-transform: rotate(75deg); -o-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.towards-76-deg { -webkit-transform: rotate(76deg); -moz-transform: rotate(76deg); -ms-transform: rotate(76deg); -o-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.towards-77-deg { -webkit-transform: rotate(77deg); -moz-transform: rotate(77deg); -ms-transform: rotate(77deg); -o-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.towards-78-deg { -webkit-transform: rotate(78deg); -moz-transform: rotate(78deg); -ms-transform: rotate(78deg); -o-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.towards-79-deg { -webkit-transform: rotate(79deg); -moz-transform: rotate(79deg); -ms-transform: rotate(79deg); -o-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.towards-80-deg { -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -ms-transform: rotate(80deg); -o-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.towards-81-deg { -webkit-transform: rotate(81deg); -moz-transform: rotate(81deg); -ms-transform: rotate(81deg); -o-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.towards-82-deg { -webkit-transform: rotate(82deg); -moz-transform: rotate(82deg); -ms-transform: rotate(82deg); -o-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.towards-83-deg { -webkit-transform: rotate(83deg); -moz-transform: rotate(83deg); -ms-transform: rotate(83deg); -o-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.towards-84-deg { -webkit-transform: rotate(84deg); -moz-transform: rotate(84deg); -ms-transform: rotate(84deg); -o-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.towards-85-deg { -webkit-transform: rotate(85deg); -moz-transform: rotate(85deg); -ms-transform: rotate(85deg); -o-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.towards-86-deg { -webkit-transform: rotate(86deg); -moz-transform: rotate(86deg); -ms-transform: rotate(86deg); -o-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.towards-87-deg { -webkit-transform: rotate(87deg); -moz-transform: rotate(87deg); -ms-transform: rotate(87deg); -o-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.towards-88-deg { -webkit-transform: rotate(88deg); -moz-transform: rotate(88deg); -ms-transform: rotate(88deg); -o-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.towards-89-deg { -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); -ms-transform: rotate(89deg); -o-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.towards-90-deg { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.towards-91-deg { -webkit-transform: rotate(91deg); -moz-transform: rotate(91deg); -ms-transform: rotate(91deg); -o-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.towards-92-deg { -webkit-transform: rotate(92deg); -moz-transform: rotate(92deg); -ms-transform: rotate(92deg); -o-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.towards-93-deg { -webkit-transform: rotate(93deg); -moz-transform: rotate(93deg); -ms-transform: rotate(93deg); -o-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.towards-94-deg { -webkit-transform: rotate(94deg); -moz-transform: rotate(94deg); -ms-transform: rotate(94deg); -o-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.towards-95-deg { -webkit-transform: rotate(95deg); -moz-transform: rotate(95deg); -ms-transform: rotate(95deg); -o-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.towards-96-deg { -webkit-transform: rotate(96deg); -moz-transform: rotate(96deg); -ms-transform: rotate(96deg); -o-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.towards-97-deg { -webkit-transform: rotate(97deg); -moz-transform: rotate(97deg); -ms-transform: rotate(97deg); -o-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.towards-98-deg { -webkit-transform: rotate(98deg); -moz-transform: rotate(98deg); -ms-transform: rotate(98deg); -o-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.towards-99-deg { -webkit-transform: rotate(99deg); -moz-transform: rotate(99deg); -ms-transform: rotate(99deg); -o-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.towards-100-deg { -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -ms-transform: rotate(100deg); -o-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.towards-101-deg { -webkit-transform: rotate(101deg); -moz-transform: rotate(101deg); -ms-transform: rotate(101deg); -o-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.towards-102-deg { -webkit-transform: rotate(102deg); -moz-transform: rotate(102deg); -ms-transform: rotate(102deg); -o-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.towards-103-deg { -webkit-transform: rotate(103deg); -moz-transform: rotate(103deg); -ms-transform: rotate(103deg); -o-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.towards-104-deg { -webkit-transform: rotate(104deg); -moz-transform: rotate(104deg); -ms-transform: rotate(104deg); -o-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.towards-105-deg { -webkit-transform: rotate(105deg); -moz-transform: rotate(105deg); -ms-transform: rotate(105deg); -o-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.towards-106-deg { -webkit-transform: rotate(106deg); -moz-transform: rotate(106deg); -ms-transform: rotate(106deg); -o-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.towards-107-deg { -webkit-transform: rotate(107deg); -moz-transform: rotate(107deg); -ms-transform: rotate(107deg); -o-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.towards-108-deg { -webkit-transform: rotate(108deg); -moz-transform: rotate(108deg); -ms-transform: rotate(108deg); -o-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.towards-109-deg { -webkit-transform: rotate(109deg); -moz-transform: rotate(109deg); -ms-transform: rotate(109deg); -o-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.towards-110-deg { -webkit-transform: rotate(110deg); -moz-transform: rotate(110deg); -ms-transform: rotate(110deg); -o-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.towards-111-deg { -webkit-transform: rotate(111deg); -moz-transform: rotate(111deg); -ms-transform: rotate(111deg); -o-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.towards-112-deg { -webkit-transform: rotate(112deg); -moz-transform: rotate(112deg); -ms-transform: rotate(112deg); -o-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.towards-113-deg { -webkit-transform: rotate(113deg); -moz-transform: rotate(113deg); -ms-transform: rotate(113deg); -o-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.towards-114-deg { -webkit-transform: rotate(114deg); -moz-transform: rotate(114deg); -ms-transform: rotate(114deg); -o-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.towards-115-deg { -webkit-transform: rotate(115deg); -moz-transform: rotate(115deg); -ms-transform: rotate(115deg); -o-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.towards-116-deg { -webkit-transform: rotate(116deg); -moz-transform: rotate(116deg); -ms-transform: rotate(116deg); -o-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.towards-117-deg { -webkit-transform: rotate(117deg); -moz-transform: rotate(117deg); -ms-transform: rotate(117deg); -o-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.towards-118-deg { -webkit-transform: rotate(118deg); -moz-transform: rotate(118deg); -ms-transform: rotate(118deg); -o-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.towards-119-deg { -webkit-transform: rotate(119deg); -moz-transform: rotate(119deg); -ms-transform: rotate(119deg); -o-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.towards-120-deg { -webkit-transform: rotate(120deg); -moz-transform: rotate(120deg); -ms-transform: rotate(120deg); -o-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.towards-121-deg { -webkit-transform: rotate(121deg); -moz-transform: rotate(121deg); -ms-transform: rotate(121deg); -o-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.towards-122-deg { -webkit-transform: rotate(122deg); -moz-transform: rotate(122deg); -ms-transform: rotate(122deg); -o-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.towards-123-deg { -webkit-transform: rotate(123deg); -moz-transform: rotate(123deg); -ms-transform: rotate(123deg); -o-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.towards-124-deg { -webkit-transform: rotate(124deg); -moz-transform: rotate(124deg); -ms-transform: rotate(124deg); -o-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.towards-125-deg { -webkit-transform: rotate(125deg); -moz-transform: rotate(125deg); -ms-transform: rotate(125deg); -o-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.towards-126-deg { -webkit-transform: rotate(126deg); -moz-transform: rotate(126deg); -ms-transform: rotate(126deg); -o-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.towards-127-deg { -webkit-transform: rotate(127deg); -moz-transform: rotate(127deg); -ms-transform: rotate(127deg); -o-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.towards-128-deg { -webkit-transform: rotate(128deg); -moz-transform: rotate(128deg); -ms-transform: rotate(128deg); -o-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.towards-129-deg { -webkit-transform: rotate(129deg); -moz-transform: rotate(129deg); -ms-transform: rotate(129deg); -o-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.towards-130-deg { -webkit-transform: rotate(130deg); -moz-transform: rotate(130deg); -ms-transform: rotate(130deg); -o-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.towards-131-deg { -webkit-transform: rotate(131deg); -moz-transform: rotate(131deg); -ms-transform: rotate(131deg); -o-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.towards-132-deg { -webkit-transform: rotate(132deg); -moz-transform: rotate(132deg); -ms-transform: rotate(132deg); -o-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.towards-133-deg { -webkit-transform: rotate(133deg); -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.towards-134-deg { -webkit-transform: rotate(134deg); -moz-transform: rotate(134deg); -ms-transform: rotate(134deg); -o-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.towards-135-deg { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.towards-136-deg { -webkit-transform: rotate(136deg); -moz-transform: rotate(136deg); -ms-transform: rotate(136deg); -o-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.towards-137-deg { -webkit-transform: rotate(137deg); -moz-transform: rotate(137deg); -ms-transform: rotate(137deg); -o-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.towards-138-deg { -webkit-transform: rotate(138deg); -moz-transform: rotate(138deg); -ms-transform: rotate(138deg); -o-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.towards-139-deg { -webkit-transform: rotate(139deg); -moz-transform: rotate(139deg); -ms-transform: rotate(139deg); -o-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.towards-140-deg { -webkit-transform: rotate(140deg); -moz-transform: rotate(140deg); -ms-transform: rotate(140deg); -o-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.towards-141-deg { -webkit-transform: rotate(141deg); -moz-transform: rotate(141deg); -ms-transform: rotate(141deg); -o-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.towards-142-deg { -webkit-transform: rotate(142deg); -moz-transform: rotate(142deg); -ms-transform: rotate(142deg); -o-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.towards-143-deg { -webkit-transform: rotate(143deg); -moz-transform: rotate(143deg); -ms-transform: rotate(143deg); -o-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.towards-144-deg { -webkit-transform: rotate(144deg); -moz-transform: rotate(144deg); -ms-transform: rotate(144deg); -o-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.towards-145-deg { -webkit-transform: rotate(145deg); -moz-transform: rotate(145deg); -ms-transform: rotate(145deg); -o-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.towards-146-deg { -webkit-transform: rotate(146deg); -moz-transform: rotate(146deg); -ms-transform: rotate(146deg); -o-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.towards-147-deg { -webkit-transform: rotate(147deg); -moz-transform: rotate(147deg); -ms-transform: rotate(147deg); -o-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.towards-148-deg { -webkit-transform: rotate(148deg); -moz-transform: rotate(148deg); -ms-transform: rotate(148deg); -o-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.towards-149-deg { -webkit-transform: rotate(149deg); -moz-transform: rotate(149deg); -ms-transform: rotate(149deg); -o-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.towards-150-deg { -webkit-transform: rotate(150deg); -moz-transform: rotate(150deg); -ms-transform: rotate(150deg); -o-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.towards-151-deg { -webkit-transform: rotate(151deg); -moz-transform: rotate(151deg); -ms-transform: rotate(151deg); -o-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.towards-152-deg { -webkit-transform: rotate(152deg); -moz-transform: rotate(152deg); -ms-transform: rotate(152deg); -o-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.towards-153-deg { -webkit-transform: rotate(153deg); -moz-transform: rotate(153deg); -ms-transform: rotate(153deg); -o-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.towards-154-deg { -webkit-transform: rotate(154deg); -moz-transform: rotate(154deg); -ms-transform: rotate(154deg); -o-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.towards-155-deg { -webkit-transform: rotate(155deg); -moz-transform: rotate(155deg); -ms-transform: rotate(155deg); -o-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.towards-156-deg { -webkit-transform: rotate(156deg); -moz-transform: rotate(156deg); -ms-transform: rotate(156deg); -o-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.towards-157-deg { -webkit-transform: rotate(157deg); -moz-transform: rotate(157deg); -ms-transform: rotate(157deg); -o-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.towards-158-deg { -webkit-transform: rotate(158deg); -moz-transform: rotate(158deg); -ms-transform: rotate(158deg); -o-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.towards-159-deg { -webkit-transform: rotate(159deg); -moz-transform: rotate(159deg); -ms-transform: rotate(159deg); -o-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.towards-160-deg { -webkit-transform: rotate(160deg); -moz-transform: rotate(160deg); -ms-transform: rotate(160deg); -o-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.towards-161-deg { -webkit-transform: rotate(161deg); -moz-transform: rotate(161deg); -ms-transform: rotate(161deg); -o-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.towards-162-deg { -webkit-transform: rotate(162deg); -moz-transform: rotate(162deg); -ms-transform: rotate(162deg); -o-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.towards-163-deg { -webkit-transform: rotate(163deg); -moz-transform: rotate(163deg); -ms-transform: rotate(163deg); -o-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.towards-164-deg { -webkit-transform: rotate(164deg); -moz-transform: rotate(164deg); -ms-transform: rotate(164deg); -o-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.towards-165-deg { -webkit-transform: rotate(165deg); -moz-transform: rotate(165deg); -ms-transform: rotate(165deg); -o-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.towards-166-deg { -webkit-transform: rotate(166deg); -moz-transform: rotate(166deg); -ms-transform: rotate(166deg); -o-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.towards-167-deg { -webkit-transform: rotate(167deg); -moz-transform: rotate(167deg); -ms-transform: rotate(167deg); -o-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.towards-168-deg { -webkit-transform: rotate(168deg); -moz-transform: rotate(168deg); -ms-transform: rotate(168deg); -o-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.towards-169-deg { -webkit-transform: rotate(169deg); -moz-transform: rotate(169deg); -ms-transform: rotate(169deg); -o-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.towards-170-deg { -webkit-transform: rotate(170deg); -moz-transform: rotate(170deg); -ms-transform: rotate(170deg); -o-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.towards-171-deg { -webkit-transform: rotate(171deg); -moz-transform: rotate(171deg); -ms-transform: rotate(171deg); -o-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.towards-172-deg { -webkit-transform: rotate(172deg); -moz-transform: rotate(172deg); -ms-transform: rotate(172deg); -o-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.towards-173-deg { -webkit-transform: rotate(173deg); -moz-transform: rotate(173deg); -ms-transform: rotate(173deg); -o-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.towards-174-deg { -webkit-transform: rotate(174deg); -moz-transform: rotate(174deg); -ms-transform: rotate(174deg); -o-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.towards-175-deg { -webkit-transform: rotate(175deg); -moz-transform: rotate(175deg); -ms-transform: rotate(175deg); -o-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.towards-176-deg { -webkit-transform: rotate(176deg); -moz-transform: rotate(176deg); -ms-transform: rotate(176deg); -o-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.towards-177-deg { -webkit-transform: rotate(177deg); -moz-transform: rotate(177deg); -ms-transform: rotate(177deg); -o-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.towards-178-deg { -webkit-transform: rotate(178deg); -moz-transform: rotate(178deg); -ms-transform: rotate(178deg); -o-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.towards-179-deg { -webkit-transform: rotate(179deg); -moz-transform: rotate(179deg); -ms-transform: rotate(179deg); -o-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.towards-180-deg { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.towards-181-deg { -webkit-transform: rotate(181deg); -moz-transform: rotate(181deg); -ms-transform: rotate(181deg); -o-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.towards-182-deg { -webkit-transform: rotate(182deg); -moz-transform: rotate(182deg); -ms-transform: rotate(182deg); -o-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.towards-183-deg { -webkit-transform: rotate(183deg); -moz-transform: rotate(183deg); -ms-transform: rotate(183deg); -o-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.towards-184-deg { -webkit-transform: rotate(184deg); -moz-transform: rotate(184deg); -ms-transform: rotate(184deg); -o-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.towards-185-deg { -webkit-transform: rotate(185deg); -moz-transform: rotate(185deg); -ms-transform: rotate(185deg); -o-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.towards-186-deg { -webkit-transform: rotate(186deg); -moz-transform: rotate(186deg); -ms-transform: rotate(186deg); -o-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.towards-187-deg { -webkit-transform: rotate(187deg); -moz-transform: rotate(187deg); -ms-transform: rotate(187deg); -o-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.towards-188-deg { -webkit-transform: rotate(188deg); -moz-transform: rotate(188deg); -ms-transform: rotate(188deg); -o-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.towards-189-deg { -webkit-transform: rotate(189deg); -moz-transform: rotate(189deg); -ms-transform: rotate(189deg); -o-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.towards-190-deg { -webkit-transform: rotate(190deg); -moz-transform: rotate(190deg); -ms-transform: rotate(190deg); -o-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.towards-191-deg { -webkit-transform: rotate(191deg); -moz-transform: rotate(191deg); -ms-transform: rotate(191deg); -o-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.towards-192-deg { -webkit-transform: rotate(192deg); -moz-transform: rotate(192deg); -ms-transform: rotate(192deg); -o-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.towards-193-deg { -webkit-transform: rotate(193deg); -moz-transform: rotate(193deg); -ms-transform: rotate(193deg); -o-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.towards-194-deg { -webkit-transform: rotate(194deg); -moz-transform: rotate(194deg); -ms-transform: rotate(194deg); -o-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.towards-195-deg { -webkit-transform: rotate(195deg); -moz-transform: rotate(195deg); -ms-transform: rotate(195deg); -o-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.towards-196-deg { -webkit-transform: rotate(196deg); -moz-transform: rotate(196deg); -ms-transform: rotate(196deg); -o-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.towards-197-deg { -webkit-transform: rotate(197deg); -moz-transform: rotate(197deg); -ms-transform: rotate(197deg); -o-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.towards-198-deg { -webkit-transform: rotate(198deg); -moz-transform: rotate(198deg); -ms-transform: rotate(198deg); -o-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.towards-199-deg { -webkit-transform: rotate(199deg); -moz-transform: rotate(199deg); -ms-transform: rotate(199deg); -o-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.towards-200-deg { -webkit-transform: rotate(200deg); -moz-transform: rotate(200deg); -ms-transform: rotate(200deg); -o-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.towards-201-deg { -webkit-transform: rotate(201deg); -moz-transform: rotate(201deg); -ms-transform: rotate(201deg); -o-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.towards-202-deg { -webkit-transform: rotate(202deg); -moz-transform: rotate(202deg); -ms-transform: rotate(202deg); -o-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.towards-203-deg { -webkit-transform: rotate(203deg); -moz-transform: rotate(203deg); -ms-transform: rotate(203deg); -o-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.towards-204-deg { -webkit-transform: rotate(204deg); -moz-transform: rotate(204deg); -ms-transform: rotate(204deg); -o-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.towards-205-deg { -webkit-transform: rotate(205deg); -moz-transform: rotate(205deg); -ms-transform: rotate(205deg); -o-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.towards-206-deg { -webkit-transform: rotate(206deg); -moz-transform: rotate(206deg); -ms-transform: rotate(206deg); -o-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.towards-207-deg { -webkit-transform: rotate(207deg); -moz-transform: rotate(207deg); -ms-transform: rotate(207deg); -o-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.towards-208-deg { -webkit-transform: rotate(208deg); -moz-transform: rotate(208deg); -ms-transform: rotate(208deg); -o-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.towards-209-deg { -webkit-transform: rotate(209deg); -moz-transform: rotate(209deg); -ms-transform: rotate(209deg); -o-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.towards-210-deg { -webkit-transform: rotate(210deg); -moz-transform: rotate(210deg); -ms-transform: rotate(210deg); -o-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.towards-211-deg { -webkit-transform: rotate(211deg); -moz-transform: rotate(211deg); -ms-transform: rotate(211deg); -o-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.towards-212-deg { -webkit-transform: rotate(212deg); -moz-transform: rotate(212deg); -ms-transform: rotate(212deg); -o-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.towards-213-deg { -webkit-transform: rotate(213deg); -moz-transform: rotate(213deg); -ms-transform: rotate(213deg); -o-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.towards-214-deg { -webkit-transform: rotate(214deg); -moz-transform: rotate(214deg); -ms-transform: rotate(214deg); -o-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.towards-215-deg { -webkit-transform: rotate(215deg); -moz-transform: rotate(215deg); -ms-transform: rotate(215deg); -o-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.towards-216-deg { -webkit-transform: rotate(216deg); -moz-transform: rotate(216deg); -ms-transform: rotate(216deg); -o-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.towards-217-deg { -webkit-transform: rotate(217deg); -moz-transform: rotate(217deg); -ms-transform: rotate(217deg); -o-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.towards-218-deg { -webkit-transform: rotate(218deg); -moz-transform: rotate(218deg); -ms-transform: rotate(218deg); -o-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.towards-219-deg { -webkit-transform: rotate(219deg); -moz-transform: rotate(219deg); -ms-transform: rotate(219deg); -o-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.towards-220-deg { -webkit-transform: rotate(220deg); -moz-transform: rotate(220deg); -ms-transform: rotate(220deg); -o-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.towards-221-deg { -webkit-transform: rotate(221deg); -moz-transform: rotate(221deg); -ms-transform: rotate(221deg); -o-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.towards-222-deg { -webkit-transform: rotate(222deg); -moz-transform: rotate(222deg); -ms-transform: rotate(222deg); -o-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.towards-223-deg { -webkit-transform: rotate(223deg); -moz-transform: rotate(223deg); -ms-transform: rotate(223deg); -o-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.towards-224-deg { -webkit-transform: rotate(224deg); -moz-transform: rotate(224deg); -ms-transform: rotate(224deg); -o-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.towards-225-deg { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.towards-226-deg { -webkit-transform: rotate(226deg); -moz-transform: rotate(226deg); -ms-transform: rotate(226deg); -o-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.towards-227-deg { -webkit-transform: rotate(227deg); -moz-transform: rotate(227deg); -ms-transform: rotate(227deg); -o-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.towards-228-deg { -webkit-transform: rotate(228deg); -moz-transform: rotate(228deg); -ms-transform: rotate(228deg); -o-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.towards-229-deg { -webkit-transform: rotate(229deg); -moz-transform: rotate(229deg); -ms-transform: rotate(229deg); -o-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.towards-230-deg { -webkit-transform: rotate(230deg); -moz-transform: rotate(230deg); -ms-transform: rotate(230deg); -o-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.towards-231-deg { -webkit-transform: rotate(231deg); -moz-transform: rotate(231deg); -ms-transform: rotate(231deg); -o-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.towards-232-deg { -webkit-transform: rotate(232deg); -moz-transform: rotate(232deg); -ms-transform: rotate(232deg); -o-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.towards-233-deg { -webkit-transform: rotate(233deg); -moz-transform: rotate(233deg); -ms-transform: rotate(233deg); -o-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.towards-234-deg { -webkit-transform: rotate(234deg); -moz-transform: rotate(234deg); -ms-transform: rotate(234deg); -o-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.towards-235-deg { -webkit-transform: rotate(235deg); -moz-transform: rotate(235deg); -ms-transform: rotate(235deg); -o-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.towards-236-deg { -webkit-transform: rotate(236deg); -moz-transform: rotate(236deg); -ms-transform: rotate(236deg); -o-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.towards-237-deg { -webkit-transform: rotate(237deg); -moz-transform: rotate(237deg); -ms-transform: rotate(237deg); -o-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.towards-238-deg { -webkit-transform: rotate(238deg); -moz-transform: rotate(238deg); -ms-transform: rotate(238deg); -o-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.towards-239-deg { -webkit-transform: rotate(239deg); -moz-transform: rotate(239deg); -ms-transform: rotate(239deg); -o-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.towards-240-deg { -webkit-transform: rotate(240deg); -moz-transform: rotate(240deg); -ms-transform: rotate(240deg); -o-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.towards-241-deg { -webkit-transform: rotate(241deg); -moz-transform: rotate(241deg); -ms-transform: rotate(241deg); -o-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.towards-242-deg { -webkit-transform: rotate(242deg); -moz-transform: rotate(242deg); -ms-transform: rotate(242deg); -o-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.towards-243-deg { -webkit-transform: rotate(243deg); -moz-transform: rotate(243deg); -ms-transform: rotate(243deg); -o-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.towards-244-deg { -webkit-transform: rotate(244deg); -moz-transform: rotate(244deg); -ms-transform: rotate(244deg); -o-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.towards-245-deg { -webkit-transform: rotate(245deg); -moz-transform: rotate(245deg); -ms-transform: rotate(245deg); -o-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.towards-246-deg { -webkit-transform: rotate(246deg); -moz-transform: rotate(246deg); -ms-transform: rotate(246deg); -o-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.towards-247-deg { -webkit-transform: rotate(247deg); -moz-transform: rotate(247deg); -ms-transform: rotate(247deg); -o-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.towards-248-deg { -webkit-transform: rotate(248deg); -moz-transform: rotate(248deg); -ms-transform: rotate(248deg); -o-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.towards-249-deg { -webkit-transform: rotate(249deg); -moz-transform: rotate(249deg); -ms-transform: rotate(249deg); -o-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.towards-250-deg { -webkit-transform: rotate(250deg); -moz-transform: rotate(250deg); -ms-transform: rotate(250deg); -o-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.towards-251-deg { -webkit-transform: rotate(251deg); -moz-transform: rotate(251deg); -ms-transform: rotate(251deg); -o-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.towards-252-deg { -webkit-transform: rotate(252deg); -moz-transform: rotate(252deg); -ms-transform: rotate(252deg); -o-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.towards-253-deg { -webkit-transform: rotate(253deg); -moz-transform: rotate(253deg); -ms-transform: rotate(253deg); -o-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.towards-254-deg { -webkit-transform: rotate(254deg); -moz-transform: rotate(254deg); -ms-transform: rotate(254deg); -o-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.towards-255-deg { -webkit-transform: rotate(255deg); -moz-transform: rotate(255deg); -ms-transform: rotate(255deg); -o-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.towards-256-deg { -webkit-transform: rotate(256deg); -moz-transform: rotate(256deg); -ms-transform: rotate(256deg); -o-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.towards-257-deg { -webkit-transform: rotate(257deg); -moz-transform: rotate(257deg); -ms-transform: rotate(257deg); -o-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.towards-258-deg { -webkit-transform: rotate(258deg); -moz-transform: rotate(258deg); -ms-transform: rotate(258deg); -o-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.towards-259-deg { -webkit-transform: rotate(259deg); -moz-transform: rotate(259deg); -ms-transform: rotate(259deg); -o-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.towards-260-deg { -webkit-transform: rotate(260deg); -moz-transform: rotate(260deg); -ms-transform: rotate(260deg); -o-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.towards-261-deg { -webkit-transform: rotate(261deg); -moz-transform: rotate(261deg); -ms-transform: rotate(261deg); -o-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.towards-262-deg { -webkit-transform: rotate(262deg); -moz-transform: rotate(262deg); -ms-transform: rotate(262deg); -o-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.towards-263-deg { -webkit-transform: rotate(263deg); -moz-transform: rotate(263deg); -ms-transform: rotate(263deg); -o-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.towards-264-deg { -webkit-transform: rotate(264deg); -moz-transform: rotate(264deg); -ms-transform: rotate(264deg); -o-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.towards-265-deg { -webkit-transform: rotate(265deg); -moz-transform: rotate(265deg); -ms-transform: rotate(265deg); -o-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.towards-266-deg { -webkit-transform: rotate(266deg); -moz-transform: rotate(266deg); -ms-transform: rotate(266deg); -o-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.towards-267-deg { -webkit-transform: rotate(267deg); -moz-transform: rotate(267deg); -ms-transform: rotate(267deg); -o-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.towards-268-deg { -webkit-transform: rotate(268deg); -moz-transform: rotate(268deg); -ms-transform: rotate(268deg); -o-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.towards-269-deg { -webkit-transform: rotate(269deg); -moz-transform: rotate(269deg); -ms-transform: rotate(269deg); -o-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.towards-270-deg { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.towards-271-deg { -webkit-transform: rotate(271deg); -moz-transform: rotate(271deg); -ms-transform: rotate(271deg); -o-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.towards-272-deg { -webkit-transform: rotate(272deg); -moz-transform: rotate(272deg); -ms-transform: rotate(272deg); -o-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.towards-273-deg { -webkit-transform: rotate(273deg); -moz-transform: rotate(273deg); -ms-transform: rotate(273deg); -o-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.towards-274-deg { -webkit-transform: rotate(274deg); -moz-transform: rotate(274deg); -ms-transform: rotate(274deg); -o-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.towards-275-deg { -webkit-transform: rotate(275deg); -moz-transform: rotate(275deg); -ms-transform: rotate(275deg); -o-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.towards-276-deg { -webkit-transform: rotate(276deg); -moz-transform: rotate(276deg); -ms-transform: rotate(276deg); -o-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.towards-277-deg { -webkit-transform: rotate(277deg); -moz-transform: rotate(277deg); -ms-transform: rotate(277deg); -o-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.towards-278-deg { -webkit-transform: rotate(278deg); -moz-transform: rotate(278deg); -ms-transform: rotate(278deg); -o-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.towards-279-deg { -webkit-transform: rotate(279deg); -moz-transform: rotate(279deg); -ms-transform: rotate(279deg); -o-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.towards-280-deg { -webkit-transform: rotate(280deg); -moz-transform: rotate(280deg); -ms-transform: rotate(280deg); -o-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.towards-281-deg { -webkit-transform: rotate(281deg); -moz-transform: rotate(281deg); -ms-transform: rotate(281deg); -o-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.towards-282-deg { -webkit-transform: rotate(282deg); -moz-transform: rotate(282deg); -ms-transform: rotate(282deg); -o-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.towards-283-deg { -webkit-transform: rotate(283deg); -moz-transform: rotate(283deg); -ms-transform: rotate(283deg); -o-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.towards-284-deg { -webkit-transform: rotate(284deg); -moz-transform: rotate(284deg); -ms-transform: rotate(284deg); -o-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.towards-285-deg { -webkit-transform: rotate(285deg); -moz-transform: rotate(285deg); -ms-transform: rotate(285deg); -o-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.towards-286-deg { -webkit-transform: rotate(286deg); -moz-transform: rotate(286deg); -ms-transform: rotate(286deg); -o-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.towards-287-deg { -webkit-transform: rotate(287deg); -moz-transform: rotate(287deg); -ms-transform: rotate(287deg); -o-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.towards-288-deg { -webkit-transform: rotate(288deg); -moz-transform: rotate(288deg); -ms-transform: rotate(288deg); -o-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.towards-289-deg { -webkit-transform: rotate(289deg); -moz-transform: rotate(289deg); -ms-transform: rotate(289deg); -o-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.towards-290-deg { -webkit-transform: rotate(290deg); -moz-transform: rotate(290deg); -ms-transform: rotate(290deg); -o-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.towards-291-deg { -webkit-transform: rotate(291deg); -moz-transform: rotate(291deg); -ms-transform: rotate(291deg); -o-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.towards-292-deg { -webkit-transform: rotate(292deg); -moz-transform: rotate(292deg); -ms-transform: rotate(292deg); -o-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.towards-293-deg { -webkit-transform: rotate(293deg); -moz-transform: rotate(293deg); -ms-transform: rotate(293deg); -o-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.towards-294-deg { -webkit-transform: rotate(294deg); -moz-transform: rotate(294deg); -ms-transform: rotate(294deg); -o-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.towards-295-deg { -webkit-transform: rotate(295deg); -moz-transform: rotate(295deg); -ms-transform: rotate(295deg); -o-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.towards-296-deg { -webkit-transform: rotate(296deg); -moz-transform: rotate(296deg); -ms-transform: rotate(296deg); -o-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.towards-297-deg { -webkit-transform: rotate(297deg); -moz-transform: rotate(297deg); -ms-transform: rotate(297deg); -o-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.towards-298-deg { -webkit-transform: rotate(298deg); -moz-transform: rotate(298deg); -ms-transform: rotate(298deg); -o-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.towards-299-deg { -webkit-transform: rotate(299deg); -moz-transform: rotate(299deg); -ms-transform: rotate(299deg); -o-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.towards-300-deg { -webkit-transform: rotate(300deg); -moz-transform: rotate(300deg); -ms-transform: rotate(300deg); -o-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.towards-301-deg { -webkit-transform: rotate(301deg); -moz-transform: rotate(301deg); -ms-transform: rotate(301deg); -o-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.towards-302-deg { -webkit-transform: rotate(302deg); -moz-transform: rotate(302deg); -ms-transform: rotate(302deg); -o-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.towards-303-deg { -webkit-transform: rotate(303deg); -moz-transform: rotate(303deg); -ms-transform: rotate(303deg); -o-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.towards-304-deg { -webkit-transform: rotate(304deg); -moz-transform: rotate(304deg); -ms-transform: rotate(304deg); -o-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.towards-305-deg { -webkit-transform: rotate(305deg); -moz-transform: rotate(305deg); -ms-transform: rotate(305deg); -o-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.towards-306-deg { -webkit-transform: rotate(306deg); -moz-transform: rotate(306deg); -ms-transform: rotate(306deg); -o-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.towards-307-deg { -webkit-transform: rotate(307deg); -moz-transform: rotate(307deg); -ms-transform: rotate(307deg); -o-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.towards-308-deg { -webkit-transform: rotate(308deg); -moz-transform: rotate(308deg); -ms-transform: rotate(308deg); -o-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.towards-309-deg { -webkit-transform: rotate(309deg); -moz-transform: rotate(309deg); -ms-transform: rotate(309deg); -o-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.towards-310-deg { -webkit-transform: rotate(310deg); -moz-transform: rotate(310deg); -ms-transform: rotate(310deg); -o-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.towards-311-deg { -webkit-transform: rotate(311deg); -moz-transform: rotate(311deg); -ms-transform: rotate(311deg); -o-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.towards-312-deg { -webkit-transform: rotate(312deg); -moz-transform: rotate(312deg); -ms-transform: rotate(312deg); -o-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.towards-313-deg { -webkit-transform: rotate(313deg); -moz-transform: rotate(313deg); -ms-transform: rotate(313deg); -o-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.towards-314-deg { -webkit-transform: rotate(314deg); -moz-transform: rotate(314deg); -ms-transform: rotate(314deg); -o-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.towards-315-deg { -webkit-transform: rotate(315deg); -moz-transform: rotate(315deg); -ms-transform: rotate(315deg); -o-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.towards-316-deg { -webkit-transform: rotate(316deg); -moz-transform: rotate(316deg); -ms-transform: rotate(316deg); -o-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.towards-317-deg { -webkit-transform: rotate(317deg); -moz-transform: rotate(317deg); -ms-transform: rotate(317deg); -o-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.towards-318-deg { -webkit-transform: rotate(318deg); -moz-transform: rotate(318deg); -ms-transform: rotate(318deg); -o-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.towards-319-deg { -webkit-transform: rotate(319deg); -moz-transform: rotate(319deg); -ms-transform: rotate(319deg); -o-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.towards-320-deg { -webkit-transform: rotate(320deg); -moz-transform: rotate(320deg); -ms-transform: rotate(320deg); -o-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.towards-321-deg { -webkit-transform: rotate(321deg); -moz-transform: rotate(321deg); -ms-transform: rotate(321deg); -o-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.towards-322-deg { -webkit-transform: rotate(322deg); -moz-transform: rotate(322deg); -ms-transform: rotate(322deg); -o-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.towards-323-deg { -webkit-transform: rotate(323deg); -moz-transform: rotate(323deg); -ms-transform: rotate(323deg); -o-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.towards-324-deg { -webkit-transform: rotate(324deg); -moz-transform: rotate(324deg); -ms-transform: rotate(324deg); -o-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.towards-325-deg { -webkit-transform: rotate(325deg); -moz-transform: rotate(325deg); -ms-transform: rotate(325deg); -o-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.towards-326-deg { -webkit-transform: rotate(326deg); -moz-transform: rotate(326deg); -ms-transform: rotate(326deg); -o-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.towards-327-deg { -webkit-transform: rotate(327deg); -moz-transform: rotate(327deg); -ms-transform: rotate(327deg); -o-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.towards-328-deg { -webkit-transform: rotate(328deg); -moz-transform: rotate(328deg); -ms-transform: rotate(328deg); -o-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.towards-329-deg { -webkit-transform: rotate(329deg); -moz-transform: rotate(329deg); -ms-transform: rotate(329deg); -o-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.towards-330-deg { -webkit-transform: rotate(330deg); -moz-transform: rotate(330deg); -ms-transform: rotate(330deg); -o-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.towards-331-deg { -webkit-transform: rotate(331deg); -moz-transform: rotate(331deg); -ms-transform: rotate(331deg); -o-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.towards-332-deg { -webkit-transform: rotate(332deg); -moz-transform: rotate(332deg); -ms-transform: rotate(332deg); -o-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.towards-333-deg { -webkit-transform: rotate(333deg); -moz-transform: rotate(333deg); -ms-transform: rotate(333deg); -o-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.towards-334-deg { -webkit-transform: rotate(334deg); -moz-transform: rotate(334deg); -ms-transform: rotate(334deg); -o-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.towards-335-deg { -webkit-transform: rotate(335deg); -moz-transform: rotate(335deg); -ms-transform: rotate(335deg); -o-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.towards-336-deg { -webkit-transform: rotate(336deg); -moz-transform: rotate(336deg); -ms-transform: rotate(336deg); -o-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.towards-337-deg { -webkit-transform: rotate(337deg); -moz-transform: rotate(337deg); -ms-transform: rotate(337deg); -o-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.towards-338-deg { -webkit-transform: rotate(338deg); -moz-transform: rotate(338deg); -ms-transform: rotate(338deg); -o-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.towards-339-deg { -webkit-transform: rotate(339deg); -moz-transform: rotate(339deg); -ms-transform: rotate(339deg); -o-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.towards-340-deg { -webkit-transform: rotate(340deg); -moz-transform: rotate(340deg); -ms-transform: rotate(340deg); -o-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.towards-341-deg { -webkit-transform: rotate(341deg); -moz-transform: rotate(341deg); -ms-transform: rotate(341deg); -o-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.towards-342-deg { -webkit-transform: rotate(342deg); -moz-transform: rotate(342deg); -ms-transform: rotate(342deg); -o-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.towards-343-deg { -webkit-transform: rotate(343deg); -moz-transform: rotate(343deg); -ms-transform: rotate(343deg); -o-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.towards-344-deg { -webkit-transform: rotate(344deg); -moz-transform: rotate(344deg); -ms-transform: rotate(344deg); -o-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.towards-345-deg { -webkit-transform: rotate(345deg); -moz-transform: rotate(345deg); -ms-transform: rotate(345deg); -o-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.towards-346-deg { -webkit-transform: rotate(346deg); -moz-transform: rotate(346deg); -ms-transform: rotate(346deg); -o-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.towards-347-deg { -webkit-transform: rotate(347deg); -moz-transform: rotate(347deg); -ms-transform: rotate(347deg); -o-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.towards-348-deg { -webkit-transform: rotate(348deg); -moz-transform: rotate(348deg); -ms-transform: rotate(348deg); -o-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.towards-349-deg { -webkit-transform: rotate(349deg); -moz-transform: rotate(349deg); -ms-transform: rotate(349deg); -o-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.towards-350-deg { -webkit-transform: rotate(350deg); -moz-transform: rotate(350deg); -ms-transform: rotate(350deg); -o-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.towards-351-deg { -webkit-transform: rotate(351deg); -moz-transform: rotate(351deg); -ms-transform: rotate(351deg); -o-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.towards-352-deg { -webkit-transform: rotate(352deg); -moz-transform: rotate(352deg); -ms-transform: rotate(352deg); -o-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.towards-353-deg { -webkit-transform: rotate(353deg); -moz-transform: rotate(353deg); -ms-transform: rotate(353deg); -o-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.towards-354-deg { -webkit-transform: rotate(354deg); -moz-transform: rotate(354deg); -ms-transform: rotate(354deg); -o-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.towards-355-deg { -webkit-transform: rotate(355deg); -moz-transform: rotate(355deg); -ms-transform: rotate(355deg); -o-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.towards-356-deg { -webkit-transform: rotate(356deg); -moz-transform: rotate(356deg); -ms-transform: rotate(356deg); -o-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.towards-357-deg { -webkit-transform: rotate(357deg); -moz-transform: rotate(357deg); -ms-transform: rotate(357deg); -o-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.towards-358-deg { -webkit-transform: rotate(358deg); -moz-transform: rotate(358deg); -ms-transform: rotate(358deg); -o-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.towards-359-deg { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.towards-360-deg { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-0-deg { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .wi-wind.from-1-deg { -webkit-transform: rotate(181deg); -moz-transform: rotate(181deg); -ms-transform: rotate(181deg); -o-transform: rotate(181deg); transform: rotate(181deg); } .wi-wind.from-2-deg { -webkit-transform: rotate(182deg); -moz-transform: rotate(182deg); -ms-transform: rotate(182deg); -o-transform: rotate(182deg); transform: rotate(182deg); } .wi-wind.from-3-deg { -webkit-transform: rotate(183deg); -moz-transform: rotate(183deg); -ms-transform: rotate(183deg); -o-transform: rotate(183deg); transform: rotate(183deg); } .wi-wind.from-4-deg { -webkit-transform: rotate(184deg); -moz-transform: rotate(184deg); -ms-transform: rotate(184deg); -o-transform: rotate(184deg); transform: rotate(184deg); } .wi-wind.from-5-deg { -webkit-transform: rotate(185deg); -moz-transform: rotate(185deg); -ms-transform: rotate(185deg); -o-transform: rotate(185deg); transform: rotate(185deg); } .wi-wind.from-6-deg { -webkit-transform: rotate(186deg); -moz-transform: rotate(186deg); -ms-transform: rotate(186deg); -o-transform: rotate(186deg); transform: rotate(186deg); } .wi-wind.from-7-deg { -webkit-transform: rotate(187deg); -moz-transform: rotate(187deg); -ms-transform: rotate(187deg); -o-transform: rotate(187deg); transform: rotate(187deg); } .wi-wind.from-8-deg { -webkit-transform: rotate(188deg); -moz-transform: rotate(188deg); -ms-transform: rotate(188deg); -o-transform: rotate(188deg); transform: rotate(188deg); } .wi-wind.from-9-deg { -webkit-transform: rotate(189deg); -moz-transform: rotate(189deg); -ms-transform: rotate(189deg); -o-transform: rotate(189deg); transform: rotate(189deg); } .wi-wind.from-10-deg { -webkit-transform: rotate(190deg); -moz-transform: rotate(190deg); -ms-transform: rotate(190deg); -o-transform: rotate(190deg); transform: rotate(190deg); } .wi-wind.from-11-deg { -webkit-transform: rotate(191deg); -moz-transform: rotate(191deg); -ms-transform: rotate(191deg); -o-transform: rotate(191deg); transform: rotate(191deg); } .wi-wind.from-12-deg { -webkit-transform: rotate(192deg); -moz-transform: rotate(192deg); -ms-transform: rotate(192deg); -o-transform: rotate(192deg); transform: rotate(192deg); } .wi-wind.from-13-deg { -webkit-transform: rotate(193deg); -moz-transform: rotate(193deg); -ms-transform: rotate(193deg); -o-transform: rotate(193deg); transform: rotate(193deg); } .wi-wind.from-14-deg { -webkit-transform: rotate(194deg); -moz-transform: rotate(194deg); -ms-transform: rotate(194deg); -o-transform: rotate(194deg); transform: rotate(194deg); } .wi-wind.from-15-deg { -webkit-transform: rotate(195deg); -moz-transform: rotate(195deg); -ms-transform: rotate(195deg); -o-transform: rotate(195deg); transform: rotate(195deg); } .wi-wind.from-16-deg { -webkit-transform: rotate(196deg); -moz-transform: rotate(196deg); -ms-transform: rotate(196deg); -o-transform: rotate(196deg); transform: rotate(196deg); } .wi-wind.from-17-deg { -webkit-transform: rotate(197deg); -moz-transform: rotate(197deg); -ms-transform: rotate(197deg); -o-transform: rotate(197deg); transform: rotate(197deg); } .wi-wind.from-18-deg { -webkit-transform: rotate(198deg); -moz-transform: rotate(198deg); -ms-transform: rotate(198deg); -o-transform: rotate(198deg); transform: rotate(198deg); } .wi-wind.from-19-deg { -webkit-transform: rotate(199deg); -moz-transform: rotate(199deg); -ms-transform: rotate(199deg); -o-transform: rotate(199deg); transform: rotate(199deg); } .wi-wind.from-20-deg { -webkit-transform: rotate(200deg); -moz-transform: rotate(200deg); -ms-transform: rotate(200deg); -o-transform: rotate(200deg); transform: rotate(200deg); } .wi-wind.from-21-deg { -webkit-transform: rotate(201deg); -moz-transform: rotate(201deg); -ms-transform: rotate(201deg); -o-transform: rotate(201deg); transform: rotate(201deg); } .wi-wind.from-22-deg { -webkit-transform: rotate(202deg); -moz-transform: rotate(202deg); -ms-transform: rotate(202deg); -o-transform: rotate(202deg); transform: rotate(202deg); } .wi-wind.from-23-deg { -webkit-transform: rotate(203deg); -moz-transform: rotate(203deg); -ms-transform: rotate(203deg); -o-transform: rotate(203deg); transform: rotate(203deg); } .wi-wind.from-24-deg { -webkit-transform: rotate(204deg); -moz-transform: rotate(204deg); -ms-transform: rotate(204deg); -o-transform: rotate(204deg); transform: rotate(204deg); } .wi-wind.from-25-deg { -webkit-transform: rotate(205deg); -moz-transform: rotate(205deg); -ms-transform: rotate(205deg); -o-transform: rotate(205deg); transform: rotate(205deg); } .wi-wind.from-26-deg { -webkit-transform: rotate(206deg); -moz-transform: rotate(206deg); -ms-transform: rotate(206deg); -o-transform: rotate(206deg); transform: rotate(206deg); } .wi-wind.from-27-deg { -webkit-transform: rotate(207deg); -moz-transform: rotate(207deg); -ms-transform: rotate(207deg); -o-transform: rotate(207deg); transform: rotate(207deg); } .wi-wind.from-28-deg { -webkit-transform: rotate(208deg); -moz-transform: rotate(208deg); -ms-transform: rotate(208deg); -o-transform: rotate(208deg); transform: rotate(208deg); } .wi-wind.from-29-deg { -webkit-transform: rotate(209deg); -moz-transform: rotate(209deg); -ms-transform: rotate(209deg); -o-transform: rotate(209deg); transform: rotate(209deg); } .wi-wind.from-30-deg { -webkit-transform: rotate(210deg); -moz-transform: rotate(210deg); -ms-transform: rotate(210deg); -o-transform: rotate(210deg); transform: rotate(210deg); } .wi-wind.from-31-deg { -webkit-transform: rotate(211deg); -moz-transform: rotate(211deg); -ms-transform: rotate(211deg); -o-transform: rotate(211deg); transform: rotate(211deg); } .wi-wind.from-32-deg { -webkit-transform: rotate(212deg); -moz-transform: rotate(212deg); -ms-transform: rotate(212deg); -o-transform: rotate(212deg); transform: rotate(212deg); } .wi-wind.from-33-deg { -webkit-transform: rotate(213deg); -moz-transform: rotate(213deg); -ms-transform: rotate(213deg); -o-transform: rotate(213deg); transform: rotate(213deg); } .wi-wind.from-34-deg { -webkit-transform: rotate(214deg); -moz-transform: rotate(214deg); -ms-transform: rotate(214deg); -o-transform: rotate(214deg); transform: rotate(214deg); } .wi-wind.from-35-deg { -webkit-transform: rotate(215deg); -moz-transform: rotate(215deg); -ms-transform: rotate(215deg); -o-transform: rotate(215deg); transform: rotate(215deg); } .wi-wind.from-36-deg { -webkit-transform: rotate(216deg); -moz-transform: rotate(216deg); -ms-transform: rotate(216deg); -o-transform: rotate(216deg); transform: rotate(216deg); } .wi-wind.from-37-deg { -webkit-transform: rotate(217deg); -moz-transform: rotate(217deg); -ms-transform: rotate(217deg); -o-transform: rotate(217deg); transform: rotate(217deg); } .wi-wind.from-38-deg { -webkit-transform: rotate(218deg); -moz-transform: rotate(218deg); -ms-transform: rotate(218deg); -o-transform: rotate(218deg); transform: rotate(218deg); } .wi-wind.from-39-deg { -webkit-transform: rotate(219deg); -moz-transform: rotate(219deg); -ms-transform: rotate(219deg); -o-transform: rotate(219deg); transform: rotate(219deg); } .wi-wind.from-40-deg { -webkit-transform: rotate(220deg); -moz-transform: rotate(220deg); -ms-transform: rotate(220deg); -o-transform: rotate(220deg); transform: rotate(220deg); } .wi-wind.from-41-deg { -webkit-transform: rotate(221deg); -moz-transform: rotate(221deg); -ms-transform: rotate(221deg); -o-transform: rotate(221deg); transform: rotate(221deg); } .wi-wind.from-42-deg { -webkit-transform: rotate(222deg); -moz-transform: rotate(222deg); -ms-transform: rotate(222deg); -o-transform: rotate(222deg); transform: rotate(222deg); } .wi-wind.from-43-deg { -webkit-transform: rotate(223deg); -moz-transform: rotate(223deg); -ms-transform: rotate(223deg); -o-transform: rotate(223deg); transform: rotate(223deg); } .wi-wind.from-44-deg { -webkit-transform: rotate(224deg); -moz-transform: rotate(224deg); -ms-transform: rotate(224deg); -o-transform: rotate(224deg); transform: rotate(224deg); } .wi-wind.from-45-deg { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); } .wi-wind.from-46-deg { -webkit-transform: rotate(226deg); -moz-transform: rotate(226deg); -ms-transform: rotate(226deg); -o-transform: rotate(226deg); transform: rotate(226deg); } .wi-wind.from-47-deg { -webkit-transform: rotate(227deg); -moz-transform: rotate(227deg); -ms-transform: rotate(227deg); -o-transform: rotate(227deg); transform: rotate(227deg); } .wi-wind.from-48-deg { -webkit-transform: rotate(228deg); -moz-transform: rotate(228deg); -ms-transform: rotate(228deg); -o-transform: rotate(228deg); transform: rotate(228deg); } .wi-wind.from-49-deg { -webkit-transform: rotate(229deg); -moz-transform: rotate(229deg); -ms-transform: rotate(229deg); -o-transform: rotate(229deg); transform: rotate(229deg); } .wi-wind.from-50-deg { -webkit-transform: rotate(230deg); -moz-transform: rotate(230deg); -ms-transform: rotate(230deg); -o-transform: rotate(230deg); transform: rotate(230deg); } .wi-wind.from-51-deg { -webkit-transform: rotate(231deg); -moz-transform: rotate(231deg); -ms-transform: rotate(231deg); -o-transform: rotate(231deg); transform: rotate(231deg); } .wi-wind.from-52-deg { -webkit-transform: rotate(232deg); -moz-transform: rotate(232deg); -ms-transform: rotate(232deg); -o-transform: rotate(232deg); transform: rotate(232deg); } .wi-wind.from-53-deg { -webkit-transform: rotate(233deg); -moz-transform: rotate(233deg); -ms-transform: rotate(233deg); -o-transform: rotate(233deg); transform: rotate(233deg); } .wi-wind.from-54-deg { -webkit-transform: rotate(234deg); -moz-transform: rotate(234deg); -ms-transform: rotate(234deg); -o-transform: rotate(234deg); transform: rotate(234deg); } .wi-wind.from-55-deg { -webkit-transform: rotate(235deg); -moz-transform: rotate(235deg); -ms-transform: rotate(235deg); -o-transform: rotate(235deg); transform: rotate(235deg); } .wi-wind.from-56-deg { -webkit-transform: rotate(236deg); -moz-transform: rotate(236deg); -ms-transform: rotate(236deg); -o-transform: rotate(236deg); transform: rotate(236deg); } .wi-wind.from-57-deg { -webkit-transform: rotate(237deg); -moz-transform: rotate(237deg); -ms-transform: rotate(237deg); -o-transform: rotate(237deg); transform: rotate(237deg); } .wi-wind.from-58-deg { -webkit-transform: rotate(238deg); -moz-transform: rotate(238deg); -ms-transform: rotate(238deg); -o-transform: rotate(238deg); transform: rotate(238deg); } .wi-wind.from-59-deg { -webkit-transform: rotate(239deg); -moz-transform: rotate(239deg); -ms-transform: rotate(239deg); -o-transform: rotate(239deg); transform: rotate(239deg); } .wi-wind.from-60-deg { -webkit-transform: rotate(240deg); -moz-transform: rotate(240deg); -ms-transform: rotate(240deg); -o-transform: rotate(240deg); transform: rotate(240deg); } .wi-wind.from-61-deg { -webkit-transform: rotate(241deg); -moz-transform: rotate(241deg); -ms-transform: rotate(241deg); -o-transform: rotate(241deg); transform: rotate(241deg); } .wi-wind.from-62-deg { -webkit-transform: rotate(242deg); -moz-transform: rotate(242deg); -ms-transform: rotate(242deg); -o-transform: rotate(242deg); transform: rotate(242deg); } .wi-wind.from-63-deg { -webkit-transform: rotate(243deg); -moz-transform: rotate(243deg); -ms-transform: rotate(243deg); -o-transform: rotate(243deg); transform: rotate(243deg); } .wi-wind.from-64-deg { -webkit-transform: rotate(244deg); -moz-transform: rotate(244deg); -ms-transform: rotate(244deg); -o-transform: rotate(244deg); transform: rotate(244deg); } .wi-wind.from-65-deg { -webkit-transform: rotate(245deg); -moz-transform: rotate(245deg); -ms-transform: rotate(245deg); -o-transform: rotate(245deg); transform: rotate(245deg); } .wi-wind.from-66-deg { -webkit-transform: rotate(246deg); -moz-transform: rotate(246deg); -ms-transform: rotate(246deg); -o-transform: rotate(246deg); transform: rotate(246deg); } .wi-wind.from-67-deg { -webkit-transform: rotate(247deg); -moz-transform: rotate(247deg); -ms-transform: rotate(247deg); -o-transform: rotate(247deg); transform: rotate(247deg); } .wi-wind.from-68-deg { -webkit-transform: rotate(248deg); -moz-transform: rotate(248deg); -ms-transform: rotate(248deg); -o-transform: rotate(248deg); transform: rotate(248deg); } .wi-wind.from-69-deg { -webkit-transform: rotate(249deg); -moz-transform: rotate(249deg); -ms-transform: rotate(249deg); -o-transform: rotate(249deg); transform: rotate(249deg); } .wi-wind.from-70-deg { -webkit-transform: rotate(250deg); -moz-transform: rotate(250deg); -ms-transform: rotate(250deg); -o-transform: rotate(250deg); transform: rotate(250deg); } .wi-wind.from-71-deg { -webkit-transform: rotate(251deg); -moz-transform: rotate(251deg); -ms-transform: rotate(251deg); -o-transform: rotate(251deg); transform: rotate(251deg); } .wi-wind.from-72-deg { -webkit-transform: rotate(252deg); -moz-transform: rotate(252deg); -ms-transform: rotate(252deg); -o-transform: rotate(252deg); transform: rotate(252deg); } .wi-wind.from-73-deg { -webkit-transform: rotate(253deg); -moz-transform: rotate(253deg); -ms-transform: rotate(253deg); -o-transform: rotate(253deg); transform: rotate(253deg); } .wi-wind.from-74-deg { -webkit-transform: rotate(254deg); -moz-transform: rotate(254deg); -ms-transform: rotate(254deg); -o-transform: rotate(254deg); transform: rotate(254deg); } .wi-wind.from-75-deg { -webkit-transform: rotate(255deg); -moz-transform: rotate(255deg); -ms-transform: rotate(255deg); -o-transform: rotate(255deg); transform: rotate(255deg); } .wi-wind.from-76-deg { -webkit-transform: rotate(256deg); -moz-transform: rotate(256deg); -ms-transform: rotate(256deg); -o-transform: rotate(256deg); transform: rotate(256deg); } .wi-wind.from-77-deg { -webkit-transform: rotate(257deg); -moz-transform: rotate(257deg); -ms-transform: rotate(257deg); -o-transform: rotate(257deg); transform: rotate(257deg); } .wi-wind.from-78-deg { -webkit-transform: rotate(258deg); -moz-transform: rotate(258deg); -ms-transform: rotate(258deg); -o-transform: rotate(258deg); transform: rotate(258deg); } .wi-wind.from-79-deg { -webkit-transform: rotate(259deg); -moz-transform: rotate(259deg); -ms-transform: rotate(259deg); -o-transform: rotate(259deg); transform: rotate(259deg); } .wi-wind.from-80-deg { -webkit-transform: rotate(260deg); -moz-transform: rotate(260deg); -ms-transform: rotate(260deg); -o-transform: rotate(260deg); transform: rotate(260deg); } .wi-wind.from-81-deg { -webkit-transform: rotate(261deg); -moz-transform: rotate(261deg); -ms-transform: rotate(261deg); -o-transform: rotate(261deg); transform: rotate(261deg); } .wi-wind.from-82-deg { -webkit-transform: rotate(262deg); -moz-transform: rotate(262deg); -ms-transform: rotate(262deg); -o-transform: rotate(262deg); transform: rotate(262deg); } .wi-wind.from-83-deg { -webkit-transform: rotate(263deg); -moz-transform: rotate(263deg); -ms-transform: rotate(263deg); -o-transform: rotate(263deg); transform: rotate(263deg); } .wi-wind.from-84-deg { -webkit-transform: rotate(264deg); -moz-transform: rotate(264deg); -ms-transform: rotate(264deg); -o-transform: rotate(264deg); transform: rotate(264deg); } .wi-wind.from-85-deg { -webkit-transform: rotate(265deg); -moz-transform: rotate(265deg); -ms-transform: rotate(265deg); -o-transform: rotate(265deg); transform: rotate(265deg); } .wi-wind.from-86-deg { -webkit-transform: rotate(266deg); -moz-transform: rotate(266deg); -ms-transform: rotate(266deg); -o-transform: rotate(266deg); transform: rotate(266deg); } .wi-wind.from-87-deg { -webkit-transform: rotate(267deg); -moz-transform: rotate(267deg); -ms-transform: rotate(267deg); -o-transform: rotate(267deg); transform: rotate(267deg); } .wi-wind.from-88-deg { -webkit-transform: rotate(268deg); -moz-transform: rotate(268deg); -ms-transform: rotate(268deg); -o-transform: rotate(268deg); transform: rotate(268deg); } .wi-wind.from-89-deg { -webkit-transform: rotate(269deg); -moz-transform: rotate(269deg); -ms-transform: rotate(269deg); -o-transform: rotate(269deg); transform: rotate(269deg); } .wi-wind.from-90-deg { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .wi-wind.from-91-deg { -webkit-transform: rotate(271deg); -moz-transform: rotate(271deg); -ms-transform: rotate(271deg); -o-transform: rotate(271deg); transform: rotate(271deg); } .wi-wind.from-92-deg { -webkit-transform: rotate(272deg); -moz-transform: rotate(272deg); -ms-transform: rotate(272deg); -o-transform: rotate(272deg); transform: rotate(272deg); } .wi-wind.from-93-deg { -webkit-transform: rotate(273deg); -moz-transform: rotate(273deg); -ms-transform: rotate(273deg); -o-transform: rotate(273deg); transform: rotate(273deg); } .wi-wind.from-94-deg { -webkit-transform: rotate(274deg); -moz-transform: rotate(274deg); -ms-transform: rotate(274deg); -o-transform: rotate(274deg); transform: rotate(274deg); } .wi-wind.from-95-deg { -webkit-transform: rotate(275deg); -moz-transform: rotate(275deg); -ms-transform: rotate(275deg); -o-transform: rotate(275deg); transform: rotate(275deg); } .wi-wind.from-96-deg { -webkit-transform: rotate(276deg); -moz-transform: rotate(276deg); -ms-transform: rotate(276deg); -o-transform: rotate(276deg); transform: rotate(276deg); } .wi-wind.from-97-deg { -webkit-transform: rotate(277deg); -moz-transform: rotate(277deg); -ms-transform: rotate(277deg); -o-transform: rotate(277deg); transform: rotate(277deg); } .wi-wind.from-98-deg { -webkit-transform: rotate(278deg); -moz-transform: rotate(278deg); -ms-transform: rotate(278deg); -o-transform: rotate(278deg); transform: rotate(278deg); } .wi-wind.from-99-deg { -webkit-transform: rotate(279deg); -moz-transform: rotate(279deg); -ms-transform: rotate(279deg); -o-transform: rotate(279deg); transform: rotate(279deg); } .wi-wind.from-100-deg { -webkit-transform: rotate(280deg); -moz-transform: rotate(280deg); -ms-transform: rotate(280deg); -o-transform: rotate(280deg); transform: rotate(280deg); } .wi-wind.from-101-deg { -webkit-transform: rotate(281deg); -moz-transform: rotate(281deg); -ms-transform: rotate(281deg); -o-transform: rotate(281deg); transform: rotate(281deg); } .wi-wind.from-102-deg { -webkit-transform: rotate(282deg); -moz-transform: rotate(282deg); -ms-transform: rotate(282deg); -o-transform: rotate(282deg); transform: rotate(282deg); } .wi-wind.from-103-deg { -webkit-transform: rotate(283deg); -moz-transform: rotate(283deg); -ms-transform: rotate(283deg); -o-transform: rotate(283deg); transform: rotate(283deg); } .wi-wind.from-104-deg { -webkit-transform: rotate(284deg); -moz-transform: rotate(284deg); -ms-transform: rotate(284deg); -o-transform: rotate(284deg); transform: rotate(284deg); } .wi-wind.from-105-deg { -webkit-transform: rotate(285deg); -moz-transform: rotate(285deg); -ms-transform: rotate(285deg); -o-transform: rotate(285deg); transform: rotate(285deg); } .wi-wind.from-106-deg { -webkit-transform: rotate(286deg); -moz-transform: rotate(286deg); -ms-transform: rotate(286deg); -o-transform: rotate(286deg); transform: rotate(286deg); } .wi-wind.from-107-deg { -webkit-transform: rotate(287deg); -moz-transform: rotate(287deg); -ms-transform: rotate(287deg); -o-transform: rotate(287deg); transform: rotate(287deg); } .wi-wind.from-108-deg { -webkit-transform: rotate(288deg); -moz-transform: rotate(288deg); -ms-transform: rotate(288deg); -o-transform: rotate(288deg); transform: rotate(288deg); } .wi-wind.from-109-deg { -webkit-transform: rotate(289deg); -moz-transform: rotate(289deg); -ms-transform: rotate(289deg); -o-transform: rotate(289deg); transform: rotate(289deg); } .wi-wind.from-110-deg { -webkit-transform: rotate(290deg); -moz-transform: rotate(290deg); -ms-transform: rotate(290deg); -o-transform: rotate(290deg); transform: rotate(290deg); } .wi-wind.from-111-deg { -webkit-transform: rotate(291deg); -moz-transform: rotate(291deg); -ms-transform: rotate(291deg); -o-transform: rotate(291deg); transform: rotate(291deg); } .wi-wind.from-112-deg { -webkit-transform: rotate(292deg); -moz-transform: rotate(292deg); -ms-transform: rotate(292deg); -o-transform: rotate(292deg); transform: rotate(292deg); } .wi-wind.from-113-deg { -webkit-transform: rotate(293deg); -moz-transform: rotate(293deg); -ms-transform: rotate(293deg); -o-transform: rotate(293deg); transform: rotate(293deg); } .wi-wind.from-114-deg { -webkit-transform: rotate(294deg); -moz-transform: rotate(294deg); -ms-transform: rotate(294deg); -o-transform: rotate(294deg); transform: rotate(294deg); } .wi-wind.from-115-deg { -webkit-transform: rotate(295deg); -moz-transform: rotate(295deg); -ms-transform: rotate(295deg); -o-transform: rotate(295deg); transform: rotate(295deg); } .wi-wind.from-116-deg { -webkit-transform: rotate(296deg); -moz-transform: rotate(296deg); -ms-transform: rotate(296deg); -o-transform: rotate(296deg); transform: rotate(296deg); } .wi-wind.from-117-deg { -webkit-transform: rotate(297deg); -moz-transform: rotate(297deg); -ms-transform: rotate(297deg); -o-transform: rotate(297deg); transform: rotate(297deg); } .wi-wind.from-118-deg { -webkit-transform: rotate(298deg); -moz-transform: rotate(298deg); -ms-transform: rotate(298deg); -o-transform: rotate(298deg); transform: rotate(298deg); } .wi-wind.from-119-deg { -webkit-transform: rotate(299deg); -moz-transform: rotate(299deg); -ms-transform: rotate(299deg); -o-transform: rotate(299deg); transform: rotate(299deg); } .wi-wind.from-120-deg { -webkit-transform: rotate(300deg); -moz-transform: rotate(300deg); -ms-transform: rotate(300deg); -o-transform: rotate(300deg); transform: rotate(300deg); } .wi-wind.from-121-deg { -webkit-transform: rotate(301deg); -moz-transform: rotate(301deg); -ms-transform: rotate(301deg); -o-transform: rotate(301deg); transform: rotate(301deg); } .wi-wind.from-122-deg { -webkit-transform: rotate(302deg); -moz-transform: rotate(302deg); -ms-transform: rotate(302deg); -o-transform: rotate(302deg); transform: rotate(302deg); } .wi-wind.from-123-deg { -webkit-transform: rotate(303deg); -moz-transform: rotate(303deg); -ms-transform: rotate(303deg); -o-transform: rotate(303deg); transform: rotate(303deg); } .wi-wind.from-124-deg { -webkit-transform: rotate(304deg); -moz-transform: rotate(304deg); -ms-transform: rotate(304deg); -o-transform: rotate(304deg); transform: rotate(304deg); } .wi-wind.from-125-deg { -webkit-transform: rotate(305deg); -moz-transform: rotate(305deg); -ms-transform: rotate(305deg); -o-transform: rotate(305deg); transform: rotate(305deg); } .wi-wind.from-126-deg { -webkit-transform: rotate(306deg); -moz-transform: rotate(306deg); -ms-transform: rotate(306deg); -o-transform: rotate(306deg); transform: rotate(306deg); } .wi-wind.from-127-deg { -webkit-transform: rotate(307deg); -moz-transform: rotate(307deg); -ms-transform: rotate(307deg); -o-transform: rotate(307deg); transform: rotate(307deg); } .wi-wind.from-128-deg { -webkit-transform: rotate(308deg); -moz-transform: rotate(308deg); -ms-transform: rotate(308deg); -o-transform: rotate(308deg); transform: rotate(308deg); } .wi-wind.from-129-deg { -webkit-transform: rotate(309deg); -moz-transform: rotate(309deg); -ms-transform: rotate(309deg); -o-transform: rotate(309deg); transform: rotate(309deg); } .wi-wind.from-130-deg { -webkit-transform: rotate(310deg); -moz-transform: rotate(310deg); -ms-transform: rotate(310deg); -o-transform: rotate(310deg); transform: rotate(310deg); } .wi-wind.from-131-deg { -webkit-transform: rotate(311deg); -moz-transform: rotate(311deg); -ms-transform: rotate(311deg); -o-transform: rotate(311deg); transform: rotate(311deg); } .wi-wind.from-132-deg { -webkit-transform: rotate(312deg); -moz-transform: rotate(312deg); -ms-transform: rotate(312deg); -o-transform: rotate(312deg); transform: rotate(312deg); } .wi-wind.from-133-deg { -webkit-transform: rotate(313deg); -moz-transform: rotate(313deg); -ms-transform: rotate(313deg); -o-transform: rotate(313deg); transform: rotate(313deg); } .wi-wind.from-134-deg { -webkit-transform: rotate(314deg); -moz-transform: rotate(314deg); -ms-transform: rotate(314deg); -o-transform: rotate(314deg); transform: rotate(314deg); } .wi-wind.from-135-deg { -webkit-transform: rotate(315deg); -moz-transform: rotate(315deg); -ms-transform: rotate(315deg); -o-transform: rotate(315deg); transform: rotate(315deg); } .wi-wind.from-136-deg { -webkit-transform: rotate(316deg); -moz-transform: rotate(316deg); -ms-transform: rotate(316deg); -o-transform: rotate(316deg); transform: rotate(316deg); } .wi-wind.from-137-deg { -webkit-transform: rotate(317deg); -moz-transform: rotate(317deg); -ms-transform: rotate(317deg); -o-transform: rotate(317deg); transform: rotate(317deg); } .wi-wind.from-138-deg { -webkit-transform: rotate(318deg); -moz-transform: rotate(318deg); -ms-transform: rotate(318deg); -o-transform: rotate(318deg); transform: rotate(318deg); } .wi-wind.from-139-deg { -webkit-transform: rotate(319deg); -moz-transform: rotate(319deg); -ms-transform: rotate(319deg); -o-transform: rotate(319deg); transform: rotate(319deg); } .wi-wind.from-140-deg { -webkit-transform: rotate(320deg); -moz-transform: rotate(320deg); -ms-transform: rotate(320deg); -o-transform: rotate(320deg); transform: rotate(320deg); } .wi-wind.from-141-deg { -webkit-transform: rotate(321deg); -moz-transform: rotate(321deg); -ms-transform: rotate(321deg); -o-transform: rotate(321deg); transform: rotate(321deg); } .wi-wind.from-142-deg { -webkit-transform: rotate(322deg); -moz-transform: rotate(322deg); -ms-transform: rotate(322deg); -o-transform: rotate(322deg); transform: rotate(322deg); } .wi-wind.from-143-deg { -webkit-transform: rotate(323deg); -moz-transform: rotate(323deg); -ms-transform: rotate(323deg); -o-transform: rotate(323deg); transform: rotate(323deg); } .wi-wind.from-144-deg { -webkit-transform: rotate(324deg); -moz-transform: rotate(324deg); -ms-transform: rotate(324deg); -o-transform: rotate(324deg); transform: rotate(324deg); } .wi-wind.from-145-deg { -webkit-transform: rotate(325deg); -moz-transform: rotate(325deg); -ms-transform: rotate(325deg); -o-transform: rotate(325deg); transform: rotate(325deg); } .wi-wind.from-146-deg { -webkit-transform: rotate(326deg); -moz-transform: rotate(326deg); -ms-transform: rotate(326deg); -o-transform: rotate(326deg); transform: rotate(326deg); } .wi-wind.from-147-deg { -webkit-transform: rotate(327deg); -moz-transform: rotate(327deg); -ms-transform: rotate(327deg); -o-transform: rotate(327deg); transform: rotate(327deg); } .wi-wind.from-148-deg { -webkit-transform: rotate(328deg); -moz-transform: rotate(328deg); -ms-transform: rotate(328deg); -o-transform: rotate(328deg); transform: rotate(328deg); } .wi-wind.from-149-deg { -webkit-transform: rotate(329deg); -moz-transform: rotate(329deg); -ms-transform: rotate(329deg); -o-transform: rotate(329deg); transform: rotate(329deg); } .wi-wind.from-150-deg { -webkit-transform: rotate(330deg); -moz-transform: rotate(330deg); -ms-transform: rotate(330deg); -o-transform: rotate(330deg); transform: rotate(330deg); } .wi-wind.from-151-deg { -webkit-transform: rotate(331deg); -moz-transform: rotate(331deg); -ms-transform: rotate(331deg); -o-transform: rotate(331deg); transform: rotate(331deg); } .wi-wind.from-152-deg { -webkit-transform: rotate(332deg); -moz-transform: rotate(332deg); -ms-transform: rotate(332deg); -o-transform: rotate(332deg); transform: rotate(332deg); } .wi-wind.from-153-deg { -webkit-transform: rotate(333deg); -moz-transform: rotate(333deg); -ms-transform: rotate(333deg); -o-transform: rotate(333deg); transform: rotate(333deg); } .wi-wind.from-154-deg { -webkit-transform: rotate(334deg); -moz-transform: rotate(334deg); -ms-transform: rotate(334deg); -o-transform: rotate(334deg); transform: rotate(334deg); } .wi-wind.from-155-deg { -webkit-transform: rotate(335deg); -moz-transform: rotate(335deg); -ms-transform: rotate(335deg); -o-transform: rotate(335deg); transform: rotate(335deg); } .wi-wind.from-156-deg { -webkit-transform: rotate(336deg); -moz-transform: rotate(336deg); -ms-transform: rotate(336deg); -o-transform: rotate(336deg); transform: rotate(336deg); } .wi-wind.from-157-deg { -webkit-transform: rotate(337deg); -moz-transform: rotate(337deg); -ms-transform: rotate(337deg); -o-transform: rotate(337deg); transform: rotate(337deg); } .wi-wind.from-158-deg { -webkit-transform: rotate(338deg); -moz-transform: rotate(338deg); -ms-transform: rotate(338deg); -o-transform: rotate(338deg); transform: rotate(338deg); } .wi-wind.from-159-deg { -webkit-transform: rotate(339deg); -moz-transform: rotate(339deg); -ms-transform: rotate(339deg); -o-transform: rotate(339deg); transform: rotate(339deg); } .wi-wind.from-160-deg { -webkit-transform: rotate(340deg); -moz-transform: rotate(340deg); -ms-transform: rotate(340deg); -o-transform: rotate(340deg); transform: rotate(340deg); } .wi-wind.from-161-deg { -webkit-transform: rotate(341deg); -moz-transform: rotate(341deg); -ms-transform: rotate(341deg); -o-transform: rotate(341deg); transform: rotate(341deg); } .wi-wind.from-162-deg { -webkit-transform: rotate(342deg); -moz-transform: rotate(342deg); -ms-transform: rotate(342deg); -o-transform: rotate(342deg); transform: rotate(342deg); } .wi-wind.from-163-deg { -webkit-transform: rotate(343deg); -moz-transform: rotate(343deg); -ms-transform: rotate(343deg); -o-transform: rotate(343deg); transform: rotate(343deg); } .wi-wind.from-164-deg { -webkit-transform: rotate(344deg); -moz-transform: rotate(344deg); -ms-transform: rotate(344deg); -o-transform: rotate(344deg); transform: rotate(344deg); } .wi-wind.from-165-deg { -webkit-transform: rotate(345deg); -moz-transform: rotate(345deg); -ms-transform: rotate(345deg); -o-transform: rotate(345deg); transform: rotate(345deg); } .wi-wind.from-166-deg { -webkit-transform: rotate(346deg); -moz-transform: rotate(346deg); -ms-transform: rotate(346deg); -o-transform: rotate(346deg); transform: rotate(346deg); } .wi-wind.from-167-deg { -webkit-transform: rotate(347deg); -moz-transform: rotate(347deg); -ms-transform: rotate(347deg); -o-transform: rotate(347deg); transform: rotate(347deg); } .wi-wind.from-168-deg { -webkit-transform: rotate(348deg); -moz-transform: rotate(348deg); -ms-transform: rotate(348deg); -o-transform: rotate(348deg); transform: rotate(348deg); } .wi-wind.from-169-deg { -webkit-transform: rotate(349deg); -moz-transform: rotate(349deg); -ms-transform: rotate(349deg); -o-transform: rotate(349deg); transform: rotate(349deg); } .wi-wind.from-170-deg { -webkit-transform: rotate(350deg); -moz-transform: rotate(350deg); -ms-transform: rotate(350deg); -o-transform: rotate(350deg); transform: rotate(350deg); } .wi-wind.from-171-deg { -webkit-transform: rotate(351deg); -moz-transform: rotate(351deg); -ms-transform: rotate(351deg); -o-transform: rotate(351deg); transform: rotate(351deg); } .wi-wind.from-172-deg { -webkit-transform: rotate(352deg); -moz-transform: rotate(352deg); -ms-transform: rotate(352deg); -o-transform: rotate(352deg); transform: rotate(352deg); } .wi-wind.from-173-deg { -webkit-transform: rotate(353deg); -moz-transform: rotate(353deg); -ms-transform: rotate(353deg); -o-transform: rotate(353deg); transform: rotate(353deg); } .wi-wind.from-174-deg { -webkit-transform: rotate(354deg); -moz-transform: rotate(354deg); -ms-transform: rotate(354deg); -o-transform: rotate(354deg); transform: rotate(354deg); } .wi-wind.from-175-deg { -webkit-transform: rotate(355deg); -moz-transform: rotate(355deg); -ms-transform: rotate(355deg); -o-transform: rotate(355deg); transform: rotate(355deg); } .wi-wind.from-176-deg { -webkit-transform: rotate(356deg); -moz-transform: rotate(356deg); -ms-transform: rotate(356deg); -o-transform: rotate(356deg); transform: rotate(356deg); } .wi-wind.from-177-deg { -webkit-transform: rotate(357deg); -moz-transform: rotate(357deg); -ms-transform: rotate(357deg); -o-transform: rotate(357deg); transform: rotate(357deg); } .wi-wind.from-178-deg { -webkit-transform: rotate(358deg); -moz-transform: rotate(358deg); -ms-transform: rotate(358deg); -o-transform: rotate(358deg); transform: rotate(358deg); } .wi-wind.from-179-deg { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); } .wi-wind.from-180-deg { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .wi-wind.from-181-deg { -webkit-transform: rotate(1deg); -moz-transform: rotate(1deg); -ms-transform: rotate(1deg); -o-transform: rotate(1deg); transform: rotate(1deg); } .wi-wind.from-182-deg { -webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -ms-transform: rotate(2deg); -o-transform: rotate(2deg); transform: rotate(2deg); } .wi-wind.from-183-deg { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); } .wi-wind.from-184-deg { -webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); -ms-transform: rotate(4deg); -o-transform: rotate(4deg); transform: rotate(4deg); } .wi-wind.from-185-deg { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } .wi-wind.from-186-deg { -webkit-transform: rotate(6deg); -moz-transform: rotate(6deg); -ms-transform: rotate(6deg); -o-transform: rotate(6deg); transform: rotate(6deg); } .wi-wind.from-187-deg { -webkit-transform: rotate(7deg); -moz-transform: rotate(7deg); -ms-transform: rotate(7deg); -o-transform: rotate(7deg); transform: rotate(7deg); } .wi-wind.from-188-deg { -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); } .wi-wind.from-189-deg { -webkit-transform: rotate(9deg); -moz-transform: rotate(9deg); -ms-transform: rotate(9deg); -o-transform: rotate(9deg); transform: rotate(9deg); } .wi-wind.from-190-deg { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); } .wi-wind.from-191-deg { -webkit-transform: rotate(11deg); -moz-transform: rotate(11deg); -ms-transform: rotate(11deg); -o-transform: rotate(11deg); transform: rotate(11deg); } .wi-wind.from-192-deg { -webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -ms-transform: rotate(12deg); -o-transform: rotate(12deg); transform: rotate(12deg); } .wi-wind.from-193-deg { -webkit-transform: rotate(13deg); -moz-transform: rotate(13deg); -ms-transform: rotate(13deg); -o-transform: rotate(13deg); transform: rotate(13deg); } .wi-wind.from-194-deg { -webkit-transform: rotate(14deg); -moz-transform: rotate(14deg); -ms-transform: rotate(14deg); -o-transform: rotate(14deg); transform: rotate(14deg); } .wi-wind.from-195-deg { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } .wi-wind.from-196-deg { -webkit-transform: rotate(16deg); -moz-transform: rotate(16deg); -ms-transform: rotate(16deg); -o-transform: rotate(16deg); transform: rotate(16deg); } .wi-wind.from-197-deg { -webkit-transform: rotate(17deg); -moz-transform: rotate(17deg); -ms-transform: rotate(17deg); -o-transform: rotate(17deg); transform: rotate(17deg); } .wi-wind.from-198-deg { -webkit-transform: rotate(18deg); -moz-transform: rotate(18deg); -ms-transform: rotate(18deg); -o-transform: rotate(18deg); transform: rotate(18deg); } .wi-wind.from-199-deg { -webkit-transform: rotate(19deg); -moz-transform: rotate(19deg); -ms-transform: rotate(19deg); -o-transform: rotate(19deg); transform: rotate(19deg); } .wi-wind.from-200-deg { -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); transform: rotate(20deg); } .wi-wind.from-201-deg { -webkit-transform: rotate(21deg); -moz-transform: rotate(21deg); -ms-transform: rotate(21deg); -o-transform: rotate(21deg); transform: rotate(21deg); } .wi-wind.from-202-deg { -webkit-transform: rotate(22deg); -moz-transform: rotate(22deg); -ms-transform: rotate(22deg); -o-transform: rotate(22deg); transform: rotate(22deg); } .wi-wind.from-203-deg { -webkit-transform: rotate(23deg); -moz-transform: rotate(23deg); -ms-transform: rotate(23deg); -o-transform: rotate(23deg); transform: rotate(23deg); } .wi-wind.from-204-deg { -webkit-transform: rotate(24deg); -moz-transform: rotate(24deg); -ms-transform: rotate(24deg); -o-transform: rotate(24deg); transform: rotate(24deg); } .wi-wind.from-205-deg { -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); transform: rotate(25deg); } .wi-wind.from-206-deg { -webkit-transform: rotate(26deg); -moz-transform: rotate(26deg); -ms-transform: rotate(26deg); -o-transform: rotate(26deg); transform: rotate(26deg); } .wi-wind.from-207-deg { -webkit-transform: rotate(27deg); -moz-transform: rotate(27deg); -ms-transform: rotate(27deg); -o-transform: rotate(27deg); transform: rotate(27deg); } .wi-wind.from-208-deg { -webkit-transform: rotate(28deg); -moz-transform: rotate(28deg); -ms-transform: rotate(28deg); -o-transform: rotate(28deg); transform: rotate(28deg); } .wi-wind.from-209-deg { -webkit-transform: rotate(29deg); -moz-transform: rotate(29deg); -ms-transform: rotate(29deg); -o-transform: rotate(29deg); transform: rotate(29deg); } .wi-wind.from-210-deg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); } .wi-wind.from-211-deg { -webkit-transform: rotate(31deg); -moz-transform: rotate(31deg); -ms-transform: rotate(31deg); -o-transform: rotate(31deg); transform: rotate(31deg); } .wi-wind.from-212-deg { -webkit-transform: rotate(32deg); -moz-transform: rotate(32deg); -ms-transform: rotate(32deg); -o-transform: rotate(32deg); transform: rotate(32deg); } .wi-wind.from-213-deg { -webkit-transform: rotate(33deg); -moz-transform: rotate(33deg); -ms-transform: rotate(33deg); -o-transform: rotate(33deg); transform: rotate(33deg); } .wi-wind.from-214-deg { -webkit-transform: rotate(34deg); -moz-transform: rotate(34deg); -ms-transform: rotate(34deg); -o-transform: rotate(34deg); transform: rotate(34deg); } .wi-wind.from-215-deg { -webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -ms-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); } .wi-wind.from-216-deg { -webkit-transform: rotate(36deg); -moz-transform: rotate(36deg); -ms-transform: rotate(36deg); -o-transform: rotate(36deg); transform: rotate(36deg); } .wi-wind.from-217-deg { -webkit-transform: rotate(37deg); -moz-transform: rotate(37deg); -ms-transform: rotate(37deg); -o-transform: rotate(37deg); transform: rotate(37deg); } .wi-wind.from-218-deg { -webkit-transform: rotate(38deg); -moz-transform: rotate(38deg); -ms-transform: rotate(38deg); -o-transform: rotate(38deg); transform: rotate(38deg); } .wi-wind.from-219-deg { -webkit-transform: rotate(39deg); -moz-transform: rotate(39deg); -ms-transform: rotate(39deg); -o-transform: rotate(39deg); transform: rotate(39deg); } .wi-wind.from-220-deg { -webkit-transform: rotate(40deg); -moz-transform: rotate(40deg); -ms-transform: rotate(40deg); -o-transform: rotate(40deg); transform: rotate(40deg); } .wi-wind.from-221-deg { -webkit-transform: rotate(41deg); -moz-transform: rotate(41deg); -ms-transform: rotate(41deg); -o-transform: rotate(41deg); transform: rotate(41deg); } .wi-wind.from-222-deg { -webkit-transform: rotate(42deg); -moz-transform: rotate(42deg); -ms-transform: rotate(42deg); -o-transform: rotate(42deg); transform: rotate(42deg); } .wi-wind.from-223-deg { -webkit-transform: rotate(43deg); -moz-transform: rotate(43deg); -ms-transform: rotate(43deg); -o-transform: rotate(43deg); transform: rotate(43deg); } .wi-wind.from-224-deg { -webkit-transform: rotate(44deg); -moz-transform: rotate(44deg); -ms-transform: rotate(44deg); -o-transform: rotate(44deg); transform: rotate(44deg); } .wi-wind.from-225-deg { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .wi-wind.from-226-deg { -webkit-transform: rotate(46deg); -moz-transform: rotate(46deg); -ms-transform: rotate(46deg); -o-transform: rotate(46deg); transform: rotate(46deg); } .wi-wind.from-227-deg { -webkit-transform: rotate(47deg); -moz-transform: rotate(47deg); -ms-transform: rotate(47deg); -o-transform: rotate(47deg); transform: rotate(47deg); } .wi-wind.from-228-deg { -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); -ms-transform: rotate(48deg); -o-transform: rotate(48deg); transform: rotate(48deg); } .wi-wind.from-229-deg { -webkit-transform: rotate(49deg); -moz-transform: rotate(49deg); -ms-transform: rotate(49deg); -o-transform: rotate(49deg); transform: rotate(49deg); } .wi-wind.from-230-deg { -webkit-transform: rotate(50deg); -moz-transform: rotate(50deg); -ms-transform: rotate(50deg); -o-transform: rotate(50deg); transform: rotate(50deg); } .wi-wind.from-231-deg { -webkit-transform: rotate(51deg); -moz-transform: rotate(51deg); -ms-transform: rotate(51deg); -o-transform: rotate(51deg); transform: rotate(51deg); } .wi-wind.from-232-deg { -webkit-transform: rotate(52deg); -moz-transform: rotate(52deg); -ms-transform: rotate(52deg); -o-transform: rotate(52deg); transform: rotate(52deg); } .wi-wind.from-233-deg { -webkit-transform: rotate(53deg); -moz-transform: rotate(53deg); -ms-transform: rotate(53deg); -o-transform: rotate(53deg); transform: rotate(53deg); } .wi-wind.from-234-deg { -webkit-transform: rotate(54deg); -moz-transform: rotate(54deg); -ms-transform: rotate(54deg); -o-transform: rotate(54deg); transform: rotate(54deg); } .wi-wind.from-235-deg { -webkit-transform: rotate(55deg); -moz-transform: rotate(55deg); -ms-transform: rotate(55deg); -o-transform: rotate(55deg); transform: rotate(55deg); } .wi-wind.from-236-deg { -webkit-transform: rotate(56deg); -moz-transform: rotate(56deg); -ms-transform: rotate(56deg); -o-transform: rotate(56deg); transform: rotate(56deg); } .wi-wind.from-237-deg { -webkit-transform: rotate(57deg); -moz-transform: rotate(57deg); -ms-transform: rotate(57deg); -o-transform: rotate(57deg); transform: rotate(57deg); } .wi-wind.from-238-deg { -webkit-transform: rotate(58deg); -moz-transform: rotate(58deg); -ms-transform: rotate(58deg); -o-transform: rotate(58deg); transform: rotate(58deg); } .wi-wind.from-239-deg { -webkit-transform: rotate(59deg); -moz-transform: rotate(59deg); -ms-transform: rotate(59deg); -o-transform: rotate(59deg); transform: rotate(59deg); } .wi-wind.from-240-deg { -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -ms-transform: rotate(60deg); -o-transform: rotate(60deg); transform: rotate(60deg); } .wi-wind.from-241-deg { -webkit-transform: rotate(61deg); -moz-transform: rotate(61deg); -ms-transform: rotate(61deg); -o-transform: rotate(61deg); transform: rotate(61deg); } .wi-wind.from-242-deg { -webkit-transform: rotate(62deg); -moz-transform: rotate(62deg); -ms-transform: rotate(62deg); -o-transform: rotate(62deg); transform: rotate(62deg); } .wi-wind.from-243-deg { -webkit-transform: rotate(63deg); -moz-transform: rotate(63deg); -ms-transform: rotate(63deg); -o-transform: rotate(63deg); transform: rotate(63deg); } .wi-wind.from-244-deg { -webkit-transform: rotate(64deg); -moz-transform: rotate(64deg); -ms-transform: rotate(64deg); -o-transform: rotate(64deg); transform: rotate(64deg); } .wi-wind.from-245-deg { -webkit-transform: rotate(65deg); -moz-transform: rotate(65deg); -ms-transform: rotate(65deg); -o-transform: rotate(65deg); transform: rotate(65deg); } .wi-wind.from-246-deg { -webkit-transform: rotate(66deg); -moz-transform: rotate(66deg); -ms-transform: rotate(66deg); -o-transform: rotate(66deg); transform: rotate(66deg); } .wi-wind.from-247-deg { -webkit-transform: rotate(67deg); -moz-transform: rotate(67deg); -ms-transform: rotate(67deg); -o-transform: rotate(67deg); transform: rotate(67deg); } .wi-wind.from-248-deg { -webkit-transform: rotate(68deg); -moz-transform: rotate(68deg); -ms-transform: rotate(68deg); -o-transform: rotate(68deg); transform: rotate(68deg); } .wi-wind.from-249-deg { -webkit-transform: rotate(69deg); -moz-transform: rotate(69deg); -ms-transform: rotate(69deg); -o-transform: rotate(69deg); transform: rotate(69deg); } .wi-wind.from-250-deg { -webkit-transform: rotate(70deg); -moz-transform: rotate(70deg); -ms-transform: rotate(70deg); -o-transform: rotate(70deg); transform: rotate(70deg); } .wi-wind.from-251-deg { -webkit-transform: rotate(71deg); -moz-transform: rotate(71deg); -ms-transform: rotate(71deg); -o-transform: rotate(71deg); transform: rotate(71deg); } .wi-wind.from-252-deg { -webkit-transform: rotate(72deg); -moz-transform: rotate(72deg); -ms-transform: rotate(72deg); -o-transform: rotate(72deg); transform: rotate(72deg); } .wi-wind.from-253-deg { -webkit-transform: rotate(73deg); -moz-transform: rotate(73deg); -ms-transform: rotate(73deg); -o-transform: rotate(73deg); transform: rotate(73deg); } .wi-wind.from-254-deg { -webkit-transform: rotate(74deg); -moz-transform: rotate(74deg); -ms-transform: rotate(74deg); -o-transform: rotate(74deg); transform: rotate(74deg); } .wi-wind.from-255-deg { -webkit-transform: rotate(75deg); -moz-transform: rotate(75deg); -ms-transform: rotate(75deg); -o-transform: rotate(75deg); transform: rotate(75deg); } .wi-wind.from-256-deg { -webkit-transform: rotate(76deg); -moz-transform: rotate(76deg); -ms-transform: rotate(76deg); -o-transform: rotate(76deg); transform: rotate(76deg); } .wi-wind.from-257-deg { -webkit-transform: rotate(77deg); -moz-transform: rotate(77deg); -ms-transform: rotate(77deg); -o-transform: rotate(77deg); transform: rotate(77deg); } .wi-wind.from-258-deg { -webkit-transform: rotate(78deg); -moz-transform: rotate(78deg); -ms-transform: rotate(78deg); -o-transform: rotate(78deg); transform: rotate(78deg); } .wi-wind.from-259-deg { -webkit-transform: rotate(79deg); -moz-transform: rotate(79deg); -ms-transform: rotate(79deg); -o-transform: rotate(79deg); transform: rotate(79deg); } .wi-wind.from-260-deg { -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -ms-transform: rotate(80deg); -o-transform: rotate(80deg); transform: rotate(80deg); } .wi-wind.from-261-deg { -webkit-transform: rotate(81deg); -moz-transform: rotate(81deg); -ms-transform: rotate(81deg); -o-transform: rotate(81deg); transform: rotate(81deg); } .wi-wind.from-262-deg { -webkit-transform: rotate(82deg); -moz-transform: rotate(82deg); -ms-transform: rotate(82deg); -o-transform: rotate(82deg); transform: rotate(82deg); } .wi-wind.from-263-deg { -webkit-transform: rotate(83deg); -moz-transform: rotate(83deg); -ms-transform: rotate(83deg); -o-transform: rotate(83deg); transform: rotate(83deg); } .wi-wind.from-264-deg { -webkit-transform: rotate(84deg); -moz-transform: rotate(84deg); -ms-transform: rotate(84deg); -o-transform: rotate(84deg); transform: rotate(84deg); } .wi-wind.from-265-deg { -webkit-transform: rotate(85deg); -moz-transform: rotate(85deg); -ms-transform: rotate(85deg); -o-transform: rotate(85deg); transform: rotate(85deg); } .wi-wind.from-266-deg { -webkit-transform: rotate(86deg); -moz-transform: rotate(86deg); -ms-transform: rotate(86deg); -o-transform: rotate(86deg); transform: rotate(86deg); } .wi-wind.from-267-deg { -webkit-transform: rotate(87deg); -moz-transform: rotate(87deg); -ms-transform: rotate(87deg); -o-transform: rotate(87deg); transform: rotate(87deg); } .wi-wind.from-268-deg { -webkit-transform: rotate(88deg); -moz-transform: rotate(88deg); -ms-transform: rotate(88deg); -o-transform: rotate(88deg); transform: rotate(88deg); } .wi-wind.from-269-deg { -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); -ms-transform: rotate(89deg); -o-transform: rotate(89deg); transform: rotate(89deg); } .wi-wind.from-270-deg { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .wi-wind.from-271-deg { -webkit-transform: rotate(91deg); -moz-transform: rotate(91deg); -ms-transform: rotate(91deg); -o-transform: rotate(91deg); transform: rotate(91deg); } .wi-wind.from-272-deg { -webkit-transform: rotate(92deg); -moz-transform: rotate(92deg); -ms-transform: rotate(92deg); -o-transform: rotate(92deg); transform: rotate(92deg); } .wi-wind.from-273-deg { -webkit-transform: rotate(93deg); -moz-transform: rotate(93deg); -ms-transform: rotate(93deg); -o-transform: rotate(93deg); transform: rotate(93deg); } .wi-wind.from-274-deg { -webkit-transform: rotate(94deg); -moz-transform: rotate(94deg); -ms-transform: rotate(94deg); -o-transform: rotate(94deg); transform: rotate(94deg); } .wi-wind.from-275-deg { -webkit-transform: rotate(95deg); -moz-transform: rotate(95deg); -ms-transform: rotate(95deg); -o-transform: rotate(95deg); transform: rotate(95deg); } .wi-wind.from-276-deg { -webkit-transform: rotate(96deg); -moz-transform: rotate(96deg); -ms-transform: rotate(96deg); -o-transform: rotate(96deg); transform: rotate(96deg); } .wi-wind.from-277-deg { -webkit-transform: rotate(97deg); -moz-transform: rotate(97deg); -ms-transform: rotate(97deg); -o-transform: rotate(97deg); transform: rotate(97deg); } .wi-wind.from-278-deg { -webkit-transform: rotate(98deg); -moz-transform: rotate(98deg); -ms-transform: rotate(98deg); -o-transform: rotate(98deg); transform: rotate(98deg); } .wi-wind.from-279-deg { -webkit-transform: rotate(99deg); -moz-transform: rotate(99deg); -ms-transform: rotate(99deg); -o-transform: rotate(99deg); transform: rotate(99deg); } .wi-wind.from-280-deg { -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -ms-transform: rotate(100deg); -o-transform: rotate(100deg); transform: rotate(100deg); } .wi-wind.from-281-deg { -webkit-transform: rotate(101deg); -moz-transform: rotate(101deg); -ms-transform: rotate(101deg); -o-transform: rotate(101deg); transform: rotate(101deg); } .wi-wind.from-282-deg { -webkit-transform: rotate(102deg); -moz-transform: rotate(102deg); -ms-transform: rotate(102deg); -o-transform: rotate(102deg); transform: rotate(102deg); } .wi-wind.from-283-deg { -webkit-transform: rotate(103deg); -moz-transform: rotate(103deg); -ms-transform: rotate(103deg); -o-transform: rotate(103deg); transform: rotate(103deg); } .wi-wind.from-284-deg { -webkit-transform: rotate(104deg); -moz-transform: rotate(104deg); -ms-transform: rotate(104deg); -o-transform: rotate(104deg); transform: rotate(104deg); } .wi-wind.from-285-deg { -webkit-transform: rotate(105deg); -moz-transform: rotate(105deg); -ms-transform: rotate(105deg); -o-transform: rotate(105deg); transform: rotate(105deg); } .wi-wind.from-286-deg { -webkit-transform: rotate(106deg); -moz-transform: rotate(106deg); -ms-transform: rotate(106deg); -o-transform: rotate(106deg); transform: rotate(106deg); } .wi-wind.from-287-deg { -webkit-transform: rotate(107deg); -moz-transform: rotate(107deg); -ms-transform: rotate(107deg); -o-transform: rotate(107deg); transform: rotate(107deg); } .wi-wind.from-288-deg { -webkit-transform: rotate(108deg); -moz-transform: rotate(108deg); -ms-transform: rotate(108deg); -o-transform: rotate(108deg); transform: rotate(108deg); } .wi-wind.from-289-deg { -webkit-transform: rotate(109deg); -moz-transform: rotate(109deg); -ms-transform: rotate(109deg); -o-transform: rotate(109deg); transform: rotate(109deg); } .wi-wind.from-290-deg { -webkit-transform: rotate(110deg); -moz-transform: rotate(110deg); -ms-transform: rotate(110deg); -o-transform: rotate(110deg); transform: rotate(110deg); } .wi-wind.from-291-deg { -webkit-transform: rotate(111deg); -moz-transform: rotate(111deg); -ms-transform: rotate(111deg); -o-transform: rotate(111deg); transform: rotate(111deg); } .wi-wind.from-292-deg { -webkit-transform: rotate(112deg); -moz-transform: rotate(112deg); -ms-transform: rotate(112deg); -o-transform: rotate(112deg); transform: rotate(112deg); } .wi-wind.from-293-deg { -webkit-transform: rotate(113deg); -moz-transform: rotate(113deg); -ms-transform: rotate(113deg); -o-transform: rotate(113deg); transform: rotate(113deg); } .wi-wind.from-294-deg { -webkit-transform: rotate(114deg); -moz-transform: rotate(114deg); -ms-transform: rotate(114deg); -o-transform: rotate(114deg); transform: rotate(114deg); } .wi-wind.from-295-deg { -webkit-transform: rotate(115deg); -moz-transform: rotate(115deg); -ms-transform: rotate(115deg); -o-transform: rotate(115deg); transform: rotate(115deg); } .wi-wind.from-296-deg { -webkit-transform: rotate(116deg); -moz-transform: rotate(116deg); -ms-transform: rotate(116deg); -o-transform: rotate(116deg); transform: rotate(116deg); } .wi-wind.from-297-deg { -webkit-transform: rotate(117deg); -moz-transform: rotate(117deg); -ms-transform: rotate(117deg); -o-transform: rotate(117deg); transform: rotate(117deg); } .wi-wind.from-298-deg { -webkit-transform: rotate(118deg); -moz-transform: rotate(118deg); -ms-transform: rotate(118deg); -o-transform: rotate(118deg); transform: rotate(118deg); } .wi-wind.from-299-deg { -webkit-transform: rotate(119deg); -moz-transform: rotate(119deg); -ms-transform: rotate(119deg); -o-transform: rotate(119deg); transform: rotate(119deg); } .wi-wind.from-300-deg { -webkit-transform: rotate(120deg); -moz-transform: rotate(120deg); -ms-transform: rotate(120deg); -o-transform: rotate(120deg); transform: rotate(120deg); } .wi-wind.from-301-deg { -webkit-transform: rotate(121deg); -moz-transform: rotate(121deg); -ms-transform: rotate(121deg); -o-transform: rotate(121deg); transform: rotate(121deg); } .wi-wind.from-302-deg { -webkit-transform: rotate(122deg); -moz-transform: rotate(122deg); -ms-transform: rotate(122deg); -o-transform: rotate(122deg); transform: rotate(122deg); } .wi-wind.from-303-deg { -webkit-transform: rotate(123deg); -moz-transform: rotate(123deg); -ms-transform: rotate(123deg); -o-transform: rotate(123deg); transform: rotate(123deg); } .wi-wind.from-304-deg { -webkit-transform: rotate(124deg); -moz-transform: rotate(124deg); -ms-transform: rotate(124deg); -o-transform: rotate(124deg); transform: rotate(124deg); } .wi-wind.from-305-deg { -webkit-transform: rotate(125deg); -moz-transform: rotate(125deg); -ms-transform: rotate(125deg); -o-transform: rotate(125deg); transform: rotate(125deg); } .wi-wind.from-306-deg { -webkit-transform: rotate(126deg); -moz-transform: rotate(126deg); -ms-transform: rotate(126deg); -o-transform: rotate(126deg); transform: rotate(126deg); } .wi-wind.from-307-deg { -webkit-transform: rotate(127deg); -moz-transform: rotate(127deg); -ms-transform: rotate(127deg); -o-transform: rotate(127deg); transform: rotate(127deg); } .wi-wind.from-308-deg { -webkit-transform: rotate(128deg); -moz-transform: rotate(128deg); -ms-transform: rotate(128deg); -o-transform: rotate(128deg); transform: rotate(128deg); } .wi-wind.from-309-deg { -webkit-transform: rotate(129deg); -moz-transform: rotate(129deg); -ms-transform: rotate(129deg); -o-transform: rotate(129deg); transform: rotate(129deg); } .wi-wind.from-310-deg { -webkit-transform: rotate(130deg); -moz-transform: rotate(130deg); -ms-transform: rotate(130deg); -o-transform: rotate(130deg); transform: rotate(130deg); } .wi-wind.from-311-deg { -webkit-transform: rotate(131deg); -moz-transform: rotate(131deg); -ms-transform: rotate(131deg); -o-transform: rotate(131deg); transform: rotate(131deg); } .wi-wind.from-312-deg { -webkit-transform: rotate(132deg); -moz-transform: rotate(132deg); -ms-transform: rotate(132deg); -o-transform: rotate(132deg); transform: rotate(132deg); } .wi-wind.from-313-deg { -webkit-transform: rotate(133deg); -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); transform: rotate(133deg); } .wi-wind.from-314-deg { -webkit-transform: rotate(134deg); -moz-transform: rotate(134deg); -ms-transform: rotate(134deg); -o-transform: rotate(134deg); transform: rotate(134deg); } .wi-wind.from-315-deg { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .wi-wind.from-316-deg { -webkit-transform: rotate(136deg); -moz-transform: rotate(136deg); -ms-transform: rotate(136deg); -o-transform: rotate(136deg); transform: rotate(136deg); } .wi-wind.from-317-deg { -webkit-transform: rotate(137deg); -moz-transform: rotate(137deg); -ms-transform: rotate(137deg); -o-transform: rotate(137deg); transform: rotate(137deg); } .wi-wind.from-318-deg { -webkit-transform: rotate(138deg); -moz-transform: rotate(138deg); -ms-transform: rotate(138deg); -o-transform: rotate(138deg); transform: rotate(138deg); } .wi-wind.from-319-deg { -webkit-transform: rotate(139deg); -moz-transform: rotate(139deg); -ms-transform: rotate(139deg); -o-transform: rotate(139deg); transform: rotate(139deg); } .wi-wind.from-320-deg { -webkit-transform: rotate(140deg); -moz-transform: rotate(140deg); -ms-transform: rotate(140deg); -o-transform: rotate(140deg); transform: rotate(140deg); } .wi-wind.from-321-deg { -webkit-transform: rotate(141deg); -moz-transform: rotate(141deg); -ms-transform: rotate(141deg); -o-transform: rotate(141deg); transform: rotate(141deg); } .wi-wind.from-322-deg { -webkit-transform: rotate(142deg); -moz-transform: rotate(142deg); -ms-transform: rotate(142deg); -o-transform: rotate(142deg); transform: rotate(142deg); } .wi-wind.from-323-deg { -webkit-transform: rotate(143deg); -moz-transform: rotate(143deg); -ms-transform: rotate(143deg); -o-transform: rotate(143deg); transform: rotate(143deg); } .wi-wind.from-324-deg { -webkit-transform: rotate(144deg); -moz-transform: rotate(144deg); -ms-transform: rotate(144deg); -o-transform: rotate(144deg); transform: rotate(144deg); } .wi-wind.from-325-deg { -webkit-transform: rotate(145deg); -moz-transform: rotate(145deg); -ms-transform: rotate(145deg); -o-transform: rotate(145deg); transform: rotate(145deg); } .wi-wind.from-326-deg { -webkit-transform: rotate(146deg); -moz-transform: rotate(146deg); -ms-transform: rotate(146deg); -o-transform: rotate(146deg); transform: rotate(146deg); } .wi-wind.from-327-deg { -webkit-transform: rotate(147deg); -moz-transform: rotate(147deg); -ms-transform: rotate(147deg); -o-transform: rotate(147deg); transform: rotate(147deg); } .wi-wind.from-328-deg { -webkit-transform: rotate(148deg); -moz-transform: rotate(148deg); -ms-transform: rotate(148deg); -o-transform: rotate(148deg); transform: rotate(148deg); } .wi-wind.from-329-deg { -webkit-transform: rotate(149deg); -moz-transform: rotate(149deg); -ms-transform: rotate(149deg); -o-transform: rotate(149deg); transform: rotate(149deg); } .wi-wind.from-330-deg { -webkit-transform: rotate(150deg); -moz-transform: rotate(150deg); -ms-transform: rotate(150deg); -o-transform: rotate(150deg); transform: rotate(150deg); } .wi-wind.from-331-deg { -webkit-transform: rotate(151deg); -moz-transform: rotate(151deg); -ms-transform: rotate(151deg); -o-transform: rotate(151deg); transform: rotate(151deg); } .wi-wind.from-332-deg { -webkit-transform: rotate(152deg); -moz-transform: rotate(152deg); -ms-transform: rotate(152deg); -o-transform: rotate(152deg); transform: rotate(152deg); } .wi-wind.from-333-deg { -webkit-transform: rotate(153deg); -moz-transform: rotate(153deg); -ms-transform: rotate(153deg); -o-transform: rotate(153deg); transform: rotate(153deg); } .wi-wind.from-334-deg { -webkit-transform: rotate(154deg); -moz-transform: rotate(154deg); -ms-transform: rotate(154deg); -o-transform: rotate(154deg); transform: rotate(154deg); } .wi-wind.from-335-deg { -webkit-transform: rotate(155deg); -moz-transform: rotate(155deg); -ms-transform: rotate(155deg); -o-transform: rotate(155deg); transform: rotate(155deg); } .wi-wind.from-336-deg { -webkit-transform: rotate(156deg); -moz-transform: rotate(156deg); -ms-transform: rotate(156deg); -o-transform: rotate(156deg); transform: rotate(156deg); } .wi-wind.from-337-deg { -webkit-transform: rotate(157deg); -moz-transform: rotate(157deg); -ms-transform: rotate(157deg); -o-transform: rotate(157deg); transform: rotate(157deg); } .wi-wind.from-338-deg { -webkit-transform: rotate(158deg); -moz-transform: rotate(158deg); -ms-transform: rotate(158deg); -o-transform: rotate(158deg); transform: rotate(158deg); } .wi-wind.from-339-deg { -webkit-transform: rotate(159deg); -moz-transform: rotate(159deg); -ms-transform: rotate(159deg); -o-transform: rotate(159deg); transform: rotate(159deg); } .wi-wind.from-340-deg { -webkit-transform: rotate(160deg); -moz-transform: rotate(160deg); -ms-transform: rotate(160deg); -o-transform: rotate(160deg); transform: rotate(160deg); } .wi-wind.from-341-deg { -webkit-transform: rotate(161deg); -moz-transform: rotate(161deg); -ms-transform: rotate(161deg); -o-transform: rotate(161deg); transform: rotate(161deg); } .wi-wind.from-342-deg { -webkit-transform: rotate(162deg); -moz-transform: rotate(162deg); -ms-transform: rotate(162deg); -o-transform: rotate(162deg); transform: rotate(162deg); } .wi-wind.from-343-deg { -webkit-transform: rotate(163deg); -moz-transform: rotate(163deg); -ms-transform: rotate(163deg); -o-transform: rotate(163deg); transform: rotate(163deg); } .wi-wind.from-344-deg { -webkit-transform: rotate(164deg); -moz-transform: rotate(164deg); -ms-transform: rotate(164deg); -o-transform: rotate(164deg); transform: rotate(164deg); } .wi-wind.from-345-deg { -webkit-transform: rotate(165deg); -moz-transform: rotate(165deg); -ms-transform: rotate(165deg); -o-transform: rotate(165deg); transform: rotate(165deg); } .wi-wind.from-346-deg { -webkit-transform: rotate(166deg); -moz-transform: rotate(166deg); -ms-transform: rotate(166deg); -o-transform: rotate(166deg); transform: rotate(166deg); } .wi-wind.from-347-deg { -webkit-transform: rotate(167deg); -moz-transform: rotate(167deg); -ms-transform: rotate(167deg); -o-transform: rotate(167deg); transform: rotate(167deg); } .wi-wind.from-348-deg { -webkit-transform: rotate(168deg); -moz-transform: rotate(168deg); -ms-transform: rotate(168deg); -o-transform: rotate(168deg); transform: rotate(168deg); } .wi-wind.from-349-deg { -webkit-transform: rotate(169deg); -moz-transform: rotate(169deg); -ms-transform: rotate(169deg); -o-transform: rotate(169deg); transform: rotate(169deg); } .wi-wind.from-350-deg { -webkit-transform: rotate(170deg); -moz-transform: rotate(170deg); -ms-transform: rotate(170deg); -o-transform: rotate(170deg); transform: rotate(170deg); } .wi-wind.from-351-deg { -webkit-transform: rotate(171deg); -moz-transform: rotate(171deg); -ms-transform: rotate(171deg); -o-transform: rotate(171deg); transform: rotate(171deg); } .wi-wind.from-352-deg { -webkit-transform: rotate(172deg); -moz-transform: rotate(172deg); -ms-transform: rotate(172deg); -o-transform: rotate(172deg); transform: rotate(172deg); } .wi-wind.from-353-deg { -webkit-transform: rotate(173deg); -moz-transform: rotate(173deg); -ms-transform: rotate(173deg); -o-transform: rotate(173deg); transform: rotate(173deg); } .wi-wind.from-354-deg { -webkit-transform: rotate(174deg); -moz-transform: rotate(174deg); -ms-transform: rotate(174deg); -o-transform: rotate(174deg); transform: rotate(174deg); } .wi-wind.from-355-deg { -webkit-transform: rotate(175deg); -moz-transform: rotate(175deg); -ms-transform: rotate(175deg); -o-transform: rotate(175deg); transform: rotate(175deg); } .wi-wind.from-356-deg { -webkit-transform: rotate(176deg); -moz-transform: rotate(176deg); -ms-transform: rotate(176deg); -o-transform: rotate(176deg); transform: rotate(176deg); } .wi-wind.from-357-deg { -webkit-transform: rotate(177deg); -moz-transform: rotate(177deg); -ms-transform: rotate(177deg); -o-transform: rotate(177deg); transform: rotate(177deg); } .wi-wind.from-358-deg { -webkit-transform: rotate(178deg); -moz-transform: rotate(178deg); -ms-transform: rotate(178deg); -o-transform: rotate(178deg); transform: rotate(178deg); } .wi-wind.from-359-deg { -webkit-transform: rotate(179deg); -moz-transform: rotate(179deg); -ms-transform: rotate(179deg); -o-transform: rotate(179deg); transform: rotate(179deg); } .wi-wind.from-360-deg { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .wi-towards-n { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .wi-towards-nne { -webkit-transform: rotate(23deg); -moz-transform: rotate(23deg); -ms-transform: rotate(23deg); -o-transform: rotate(23deg); transform: rotate(23deg); } .wi-towards-ne { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .wi-towards-ene { -webkit-transform: rotate(68deg); -moz-transform: rotate(68deg); -ms-transform: rotate(68deg); -o-transform: rotate(68deg); transform: rotate(68deg); } .wi-towards-e { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .wi-towards-ese { -webkit-transform: rotate(113deg); -moz-transform: rotate(113deg); -ms-transform: rotate(113deg); -o-transform: rotate(113deg); transform: rotate(113deg); } .wi-towards-se { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .wi-towards-sse { -webkit-transform: rotate(158deg); -moz-transform: rotate(158deg); -ms-transform: rotate(158deg); -o-transform: rotate(158deg); transform: rotate(158deg); } .wi-towards-s { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .wi-towards-ssw { -webkit-transform: rotate(203deg); -moz-transform: rotate(203deg); -ms-transform: rotate(203deg); -o-transform: rotate(203deg); transform: rotate(203deg); } .wi-towards-sw { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); } .wi-towards-wsw { -webkit-transform: rotate(248deg); -moz-transform: rotate(248deg); -ms-transform: rotate(248deg); -o-transform: rotate(248deg); transform: rotate(248deg); } .wi-towards-w { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .wi-towards-wnw { -webkit-transform: rotate(293deg); -moz-transform: rotate(293deg); -ms-transform: rotate(293deg); -o-transform: rotate(293deg); transform: rotate(293deg); } .wi-towards-nw { -webkit-transform: rotate(313deg); -moz-transform: rotate(313deg); -ms-transform: rotate(313deg); -o-transform: rotate(313deg); transform: rotate(313deg); } .wi-towards-nnw { -webkit-transform: rotate(336deg); -moz-transform: rotate(336deg); -ms-transform: rotate(336deg); -o-transform: rotate(336deg); transform: rotate(336deg); } .wi-from-n { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .wi-from-nne { -webkit-transform: rotate(203deg); -moz-transform: rotate(203deg); -ms-transform: rotate(203deg); -o-transform: rotate(203deg); transform: rotate(203deg); } .wi-from-ne { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); } .wi-from-ene { -webkit-transform: rotate(248deg); -moz-transform: rotate(248deg); -ms-transform: rotate(248deg); -o-transform: rotate(248deg); transform: rotate(248deg); } .wi-from-e { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .wi-from-ese { -webkit-transform: rotate(293deg); -moz-transform: rotate(293deg); -ms-transform: rotate(293deg); -o-transform: rotate(293deg); transform: rotate(293deg); } .wi-from-se { -webkit-transform: rotate(315deg); -moz-transform: rotate(315deg); -ms-transform: rotate(315deg); -o-transform: rotate(315deg); transform: rotate(315deg); } .wi-from-sse { -webkit-transform: rotate(338deg); -moz-transform: rotate(338deg); -ms-transform: rotate(338deg); -o-transform: rotate(338deg); transform: rotate(338deg); } .wi-from-s { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .wi-from-ssw { -webkit-transform: rotate(23deg); -moz-transform: rotate(23deg); -ms-transform: rotate(23deg); -o-transform: rotate(23deg); transform: rotate(23deg); } .wi-from-sw { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .wi-from-wsw { -webkit-transform: rotate(68deg); -moz-transform: rotate(68deg); -ms-transform: rotate(68deg); -o-transform: rotate(68deg); transform: rotate(68deg); } .wi-from-w { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .wi-from-wnw { -webkit-transform: rotate(113deg); -moz-transform: rotate(113deg); -ms-transform: rotate(113deg); -o-transform: rotate(113deg); transform: rotate(113deg); } .wi-from-nw { -webkit-transform: rotate(133deg); -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); transform: rotate(133deg); } .wi-from-nnw { -webkit-transform: rotate(156deg); -moz-transform: rotate(156deg); -ms-transform: rotate(156deg); -o-transform: rotate(156deg); transform: rotate(156deg); } weather-icons/weather-icons.min.css000064400000062455150211511020013360 0ustar00/*! * Weather Icons 2.0.10 * Updated November 1, 2020 * Weather themed icons for Bootstrap * Author - Erik Flowers - erik@helloerik.com * Email: erik@helloerik.com * Twitter: http://twitter.com/Erik_UX * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons * * License * ------------------------------------------------------------------------------ * - Font licensed under SIL OFL 1.1 - * http://scripts.sil.org/OFL * - CSS, SCSS and LESS are licensed under MIT License - * http://opensource.org/licenses/mit-license.html * - Documentation licensed under CC BY 3.0 - * http://creativecommons.org/licenses/by/3.0/ * - Inspired by and works great as a companion with Font Awesome * "Font Awesome by Dave Gandy - http://fontawesome.io" */@font-face{font-family:'weathericons';src:url('../font/weathericons-regular-webfont.eot');src:url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../font/weathericons-regular-webfont.woff2') format('woff2'),url('../font/weathericons-regular-webfont.woff') format('woff'),url('../font/weathericons-regular-webfont.ttf') format('truetype'),url('../font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');font-weight:normal;font-style:normal}.wi{display:inline-block;font-family:'weathericons';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.wi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-crescent-1:before{content:"\f096"}.wi-moon-waxing-crescent-2:before{content:"\f097"}.wi-moon-waxing-crescent-3:before{content:"\f098"}.wi-moon-waxing-crescent-4:before{content:"\f099"}.wi-moon-waxing-crescent-5:before{content:"\f09a"}.wi-moon-waxing-crescent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before{content:"\f01e"}.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before{content:"\f017"}.wi-yahoo-6:before{content:"\f017"}.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before{content:"\f01a"}.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before{content:"\f050"}.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before{content:"\f00e"}.wi-yahoo-38:before{content:"\f00e"}.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-0:before,.wi-wmo4680-00:before{content:"\f055"}.wi-wmo4680-1:before,.wi-wmo4680-01:before{content:"\f013"}.wi-wmo4680-2:before,.wi-wmo4680-02:before{content:"\f055"}.wi-wmo4680-3:before,.wi-wmo4680-03:before{content:"\f013"}.wi-wmo4680-4:before,.wi-wmo4680-04:before{content:"\f014"}.wi-wmo4680-5:before,.wi-wmo4680-05:before{content:"\f014"}.wi-wmo4680-10:before{content:"\f014"}.wi-wmo4680-11:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before{content:"\f017"}.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before{content:"\f063"}.wi-wmo4680-28:before{content:"\f063"}.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before{content:"\f014"}.wi-wmo4680-31:before{content:"\f014"}.wi-wmo4680-32:before{content:"\f014"}.wi-wmo4680-33:before{content:"\f014"}.wi-wmo4680-34:before{content:"\f014"}.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before{content:"\f015"}.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before{content:"\f01b"}.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before{content:"\f01c"}.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before{content:"\f019"}.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before{content:"\f076"}.wi-wmo4680-55:before{content:"\f076"}.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before{content:"\f01c"}.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before{content:"\f019"}.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before{content:"\f015"}.wi-wmo4680-65:before{content:"\f015"}.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before{content:"\f017"}.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before{content:"\f01b"}.wi-wmo4680-71:before{content:"\f01b"}.wi-wmo4680-72:before{content:"\f01b"}.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before{content:"\f076"}.wi-wmo4680-75:before{content:"\f076"}.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before{content:"\f019"}.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before{content:"\f017"}.wi-wmo4680-86:before{content:"\f017"}.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before{content:"\f01e"}.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before{content:"\f01e"}.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before{content:"\f01e"}.wi-owm-201:before{content:"\f01e"}.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before{content:"\f016"}.wi-owm-211:before{content:"\f016"}.wi-owm-212:before{content:"\f016"}.wi-owm-221:before{content:"\f016"}.wi-owm-230:before{content:"\f01e"}.wi-owm-231:before{content:"\f01e"}.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before{content:"\f01c"}.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before{content:"\f019"}.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before{content:"\f01c"}.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before{content:"\f019"}.wi-owm-502:before{content:"\f019"}.wi-owm-503:before{content:"\f019"}.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before{content:"\f01a"}.wi-owm-521:before{content:"\f01a"}.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before{content:"\f01b"}.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before{content:"\f017"}.wi-owm-612:before{content:"\f017"}.wi-owm-615:before{content:"\f017"}.wi-owm-616:before{content:"\f017"}.wi-owm-620:before{content:"\f017"}.wi-owm-621:before{content:"\f01b"}.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f014"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before{content:"\f063"}.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before{content:"\f041"}.wi-owm-802:before{content:"\f041"}.wi-owm-803:before{content:"\f013"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before{content:"\f010"}.wi-owm-day-201:before{content:"\f010"}.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before{content:"\f005"}.wi-owm-day-211:before{content:"\f005"}.wi-owm-day-212:before{content:"\f005"}.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before{content:"\f010"}.wi-owm-day-231:before{content:"\f010"}.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before{content:"\f00b"}.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before{content:"\f008"}.wi-owm-day-310:before{content:"\f008"}.wi-owm-day-311:before{content:"\f008"}.wi-owm-day-312:before{content:"\f008"}.wi-owm-day-313:before{content:"\f008"}.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before{content:"\f00b"}.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before{content:"\f008"}.wi-owm-day-502:before{content:"\f008"}.wi-owm-day-503:before{content:"\f008"}.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before{content:"\f009"}.wi-owm-day-521:before{content:"\f009"}.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before{content:"\f006"}.wi-owm-day-612:before{content:"\f006"}.wi-owm-day-615:before{content:"\f006"}.wi-owm-day-616:before{content:"\f006"}.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before{content:"\f00a"}.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f003"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before{content:"\f063"}.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before{content:"\f002"}.wi-owm-day-802:before{content:"\f002"}.wi-owm-day-803:before{content:"\f013"}.wi-owm-day-804:before{content:"\f013"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before{content:"\f02d"}.wi-owm-night-201:before{content:"\f02d"}.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before{content:"\f025"}.wi-owm-night-211:before{content:"\f025"}.wi-owm-night-212:before{content:"\f025"}.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before{content:"\f02d"}.wi-owm-night-231:before{content:"\f02d"}.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before{content:"\f02b"}.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before{content:"\f028"}.wi-owm-night-310:before{content:"\f028"}.wi-owm-night-311:before{content:"\f028"}.wi-owm-night-312:before{content:"\f028"}.wi-owm-night-313:before{content:"\f028"}.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before{content:"\f02b"}.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before{content:"\f028"}.wi-owm-night-502:before{content:"\f028"}.wi-owm-night-503:before{content:"\f028"}.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before{content:"\f029"}.wi-owm-night-521:before{content:"\f029"}.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before{content:"\f026"}.wi-owm-night-612:before{content:"\f026"}.wi-owm-night-615:before{content:"\f026"}.wi-owm-night-616:before{content:"\f026"}.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before{content:"\f02a"}.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f04a"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before{content:"\f063"}.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before{content:"\f081"}.wi-owm-night-802:before{content:"\f086"}.wi-owm-night-803:before{content:"\f013"}.wi-owm-night-804:before{content:"\f013"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}.wi-wu-chanceflurries:before{content:"\f064"}.wi-wu-chancerain:before{content:"\f019"}.wi-wu-chancesleat:before{content:"\f0b5"}.wi-wu-chancesnow:before{content:"\f01b"}.wi-wu-chancetstorms:before{content:"\f01e"}.wi-wu-clear:before{content:"\f00d"}.wi-wu-cloudy:before{content:"\f002"}.wi-wu-flurries:before{content:"\f064"}.wi-wu-hazy:before{content:"\f0b6"}.wi-wu-mostlycloudy:before{content:"\f002"}.wi-wu-mostlysunny:before{content:"\f00d"}.wi-wu-partlycloudy:before{content:"\f002"}.wi-wu-partlysunny:before{content:"\f00d"}.wi-wu-rain:before{content:"\f01a"}.wi-wu-sleat:before{content:"\f0b5"}.wi-wu-snow:before{content:"\f01b"}.wi-wu-sunny:before{content:"\f00d"}.wi-wu-tstorms:before{content:"\f01e"}.wi-wu-unknown:before{content:"\f00d"}/*# sourceMappingURL=weather-icons.min.css.map */func-ipstack.php000064400000011240150211511020007626 0ustar00]*>(.*?)]*>#s"; preg_match( $pattern, $string, $matches ); return $matches[1]; } } wp-forecast-default-nowp.css000064400000004652150211511020012106 0ustar00/* style for forecast data details left side */ div.wp-forecast { padding: 0px; } /* style for current weather data */ div.wp-forecast-curr { font-size: 11px; padding: 3px; text-align:left; margin-left:auto; margin-right:auto; } /* style for forecast data */ div.wp-forecast-curr-head { font-size: 11px; padding: 3px; text-align:left; margin-left:auto; margin-right:auto; } /* style for forecast data details */ div.wp-forecast-curr-block { padding: 0px; float:left; } /* style for forecast data details left side */ div.wp-forecast-curr-left { padding: 3px; float: left; } /* style for forecast data details right side */ div.wp-forecast-curr-right { font-size: 14px; font-weight: bolder; font-variant: small-caps; text-align:left; padding: 3px; float: left; } /* style for current weather data details */ div.wp-forecast-curr-details { font-size: 11px; padding: 3px; text-align:left; float:left; } /* style for current weather icon */ img.wp-forecast-curr-left { width: 64px; padding: 0px; } /* style for forecast data */ div.wp-forecast-fc { font-size: 11px; padding: 2px; text-align:left; margin-left:auto; margin-right:auto; float:left; } /* style for forecast data */ div.wp-forecast-fc-head { font-size: 11px; padding: 3px; text-align:left; margin-left:auto; margin-right:auto; } /* style for forecast label */ div.wp-forecast-fc-label { display: inline-block; padding: 3px; } /* style for forecast data details */ div.wp-forecast-fc-oneday { padding: 0px; } /* style for forecast data details */ div.wp-forecast-fc-block { padding: 3px; float:left; } /* style for forecast data details left side */ div.wp-forecast-fc-left { font-size: 11px; padding: 3px; text-align:center; float: left; } /* style for forecast data details right side */ div.wp-forecast-fc-right { font-size: 11px; padding: 3px; text-align:left; width: 90px; float: right; } /* style for forecast weather icon */ img.wp-forecast-fc-left { width: 64px; padding: 0px; } /* style for navigation when using ajax pulldown */ div.wpff_nav { font-size: 11px; border: 0px solid; padding: 1px; text-align:center; margin-left:auto; margin-right:auto; float: left; height: 11px; } div.wpff_nav:hover { color:#147; text-decoration:underline; cursor:pointer; } /* style for selection widget */ div.wpf-selector { padding: 5px; font-size: 11px; } /* for weather icon font */ .wpf-wi-icon {font-size: 45px; padding-top: 15px;} wp-forecast-show.php000064400000057337150211511020010470 0ustar00
" . wpf__( 'Locations:', $wpf_vars['wpf_language'] ); $fout .= "'; $fout .= ""; $fout .= ""; $fout .= '
'; $fout .= ''; $fout .= ''; } $w = wp_forecast_data( $wpfcid, $wpf_vars['wpf_language'] ); // current conditions nur ausgeben, wenn mindestens ein feld aktiv ist. if ( strpos( substr( $wpf_vars['dispconfig'], 0, 9 ), '1' ) >= 0 || substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' || substr( $wpf_vars['dispconfig'], 21, 1 ) == '1' || substr( $wpf_vars['dispconfig'], 22, 1 ) == '1' ) { // output current conditions. $out = ''; $out .= "\n
\n"; // if the provider sends us a failure notice print it and return. if ( '' != $w['failure'] ) { $out .= wpf__( 'Failure notice from provider', $wpf_language ) . ':
'; $out .= esc_attr( $w['failure'] ) . '
'; // print it. if ( 1 == $show_from_widget ) { echo wp_kses( $args['before_widget'] . $args['before_title'] . $title . $args['after_title'] . $out . $args['after_widget'], wpf_allowed_tags() ); } else { echo wp_kses( $out, wpf_allowed_tags() ); } return false; } // if error print an error message and return. if ( count( $w ) <= 0 ) { $out .= wpf__( 'Sorry, no valid weather data available.', $wpf_language ) . '
'; $out .= wpf__( 'Please try again later.', $wpf_language ) . ''; // print it. if ( 1 == $show_from_widget ) { echo wp_kses( $args['before_widget'] . $args['before_title'] . $title . $args['after_title'] . $out . $args['after_widget'], wpf_allowed_tags() ); } else { echo wp_kses( $out, wpf_allowed_tags() ); } return false; } // ortsnamen ausgeben parameter fuer open in new window berücksichtigen. $servicelink = ''; $servicelink_end = ''; if ( substr( $wpf_vars['dispconfig'], 25, 1 ) == '1' ) { $servicelink = ''; } else { $servicelink = $servicelink . ' >'; } } $out .= '
'; if ( '' == $w['location'] || ( isset( $wpf_vars['visitorlocation'] ) && 1 == $wpf_vars['visitorlocation'] ) ) { $out .= '
' . $servicelink . esc_attr( $w['locname'] ) . $servicelink_end . "
\n"; } elseif ( '' != trim( $w['location'] ) && ' ' != $w['location'] ) { $out .= '
' . $servicelink . esc_attr( $w['location'] ) . $servicelink_end . "
\n"; } // show date / time. // if current time should be used. if ( '1' == $wpf_vars['currtime'] ) { $cd = $w['blogdate']; $ct = $w['blogtime']; } else { // else take given weather time. $cd = $w['accudate']; $ct = $w['accutime']; } if ( substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' || substr( $wpf_vars['dispconfig'], 1, 1 ) == '1' ) { $out .= '
'; if ( substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' ) { $out .= esc_attr( $cd ); } else { $out .= wpf__( 'time', $wpf_language ) . ': '; } if ( substr( $wpf_vars['dispconfig'], 18, 1 ) == '1' && substr( $wpf_vars['dispconfig'], 1, 1 ) == '1' ) { $out .= ', '; } if ( substr( $wpf_vars['dispconfig'], 1, 1 ) == '1' ) { $out .= esc_attr( $ct ); } $out .= "
\n"; } $out .= "
\n"; $out .= '
'; // show icon. $out .= "
"; if ( substr( $wpf_vars['dispconfig'], 0, 1 ) == '1' ) { $breite = 0; $hoehe = 0; if ( ! $wpf_vars['fonticon'] ) { if ( file_exists( plugin_dir_path( __FILE__ ) . '/' . $w['icon'] ) ) { $isize = getimagesize( plugin_dir_path( __FILE__ ) . '/' . $w['icon'] ); if ( false != $isize ) { $breite = $isize[0]; $hoehe = $isize[1]; } } if ( 1 == $wpf_vars['csssprites'] ) { // mit CSS Sprites. $cssid = substr( $w['icon'], strpos( $w['icon'], '/' ) + 1, strrpos( $w['icon'], '.' ) - strpos( $w['icon'], '/' ) - 1 ); $out .= "
 
\n"; } else { // ohne CSS-Sprites. $out .= "" . esc_attr( $w[\n"; } } else { $out .= "\n"; } } $out .= '
'; // show windicon. if ( '1' == $wpf_vars['windicon'] ) { if ( ! $wpf_vars['fonticon'] ) { $breite = 48; $hoehe = 48; $wind_icon_url = $plugin_path . '/icons/wpf-' . $w['winddir_orig'] . '.png'; $out .= "" . esc_attr( $w[\n"; } else { $out .= "\n"; } } $out .= '
'; $out .= "
"; $out .= '
'; // show short description. if ( substr( $wpf_vars['dispconfig'], 2, 1 ) == '1' ) { $out .= esc_attr( wpf__( $w['shorttext'], $wpf_vars['wpf_language'] ) ) . '
'; } // show temperatur. if ( substr( $wpf_vars['dispconfig'], 3, 1 ) == '1' ) { $out .= esc_attr( $w['temperature'] ); } $out .= '
'; // show wind on the right side if windicon is active. if ( '1' == $wpf_vars['windicon'] ) { $out .= '
' . esc_attr( $w['windspeed'] ) . "
\n"; } $out .= "
\n"; // end of right. $out .= "
\n"; // end of block. $out .= '
'; // show realfeel. if ( substr( $wpf_vars['dispconfig'], 4, 1 ) == '1' ) { $out .= '
' . wpf__( 'Apparent', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['realfeel'] ) . "
\n"; } // show pressure. if ( substr( $wpf_vars['dispconfig'], 5, 1 ) == '1' ) { $out .= '
' . wpf__( 'Pressure', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['pressure'] ) . "
\n"; } // show humiditiy. if ( substr( $wpf_vars['dispconfig'], 6, 1 ) == '1' ) { // you can change the decimals of humditiy by switching. // the 0 to whatever you need. $out .= '
' . wpf__( 'Humidity', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['humidity'] ) . "%
\n"; } // show wind. if ( substr( $wpf_vars['dispconfig'], 7, 1 ) == '1' ) { $out .= '
' . wpf__( 'Winds', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['windspeed'] ) . ' ' . esc_attr( $w['winddir'] ) . "
\n"; } // show windgusts. if ( substr( $wpf_vars['dispconfig'], 22, 1 ) == '1' ) { $out .= '
' . wpf__( 'Windgusts', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['windgusts'] ) . "
\n"; } // show uvindex. if ( substr( $wpf_vars['dispconfig'], 27, 1 ) == '1' && trim( $wpf_vars['ouv_apikey'] ) == '' ) { $out .= '
' . wpf__( 'UV-Index', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['uvindex'] ) . "
\n"; } // show precipitation. if ( substr( $wpf_vars['dispconfig'], 30, 1 ) == '1' ) { $intensestr = $w['precipIntensity']; if ( 'mm' == $w['un_prec'] ) { $intensestr = round( $w['precipIntensity'] * 2.54 * 10, 1 ); } $precipstr = '' . esc_attr( $intensestr ) . esc_attr( $w['un_prec'] ) . ''; $precipstr .= ' /' . esc_attr( $w['precipProbability'] ) . '%'; if ( '' != $w['precipType'] ) { $precipstr .= ' / ' . wpf__( $w['precipType'], $wpf_language ) . ''; } $out .= '
' . wpf__( 'Precip.', $wpf_language ) . ': ' . $precipstr . "
\n"; } // show sunrise. if ( substr( $wpf_vars['dispconfig'], 8, 1 ) == '1' ) { $out .= '
' . wpf__( 'Sunrise', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['sunrise'] ) . "
\n"; } // show sunset. if ( substr( $wpf_vars['dispconfig'], 9, 1 ) == '1' ) { $out .= '
' . wpf__( 'Sunset', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w['sunset'] ) . "
\n"; } // show data from OpenUV.io if applicable. if ( isset( $wpf_vars['ouv_apikey'] ) && trim( $wpf_vars['ouv_apikey'] ) != '' ) { if ( $wpf_vars['ouv_uv'] ) { $out .= '
' . wpf__( 'Current UV index', $wpf_language ) . ': ' . esc_attr( $w['openuv']['uv'] ) . "
\n"; } if ( $wpf_vars['ouv_uvmax'] ) { $out .= '
' . wpf__( 'Max. UV index', $wpf_language ) . ': ' . esc_attr( $w['openuv']['uv_max'] ) . "
\n"; } if ( $wpf_vars['ouv_ozone'] ) { $out .= '
' . wpf__( 'Ozone', $wpf_language ) . ': ' . esc_attr( $w['openuv']['ozone'] ) . " DU
\n"; } if ( $wpf_vars['ouv_safetime'] ) { $j = 1; foreach ( $w['openuv']['safe_exposure_time'] as $set ) { if ( trim( $set ) != '' ) { $out .= '
' . wpf_esc_attr__( 'Safe Exposure Time for Skin Type', $wpf_language ) . " $j: " . esc_attr( $set ) . " Min.
\n"; } else { $out .= '
' . wpf_esc_attr__( 'Safe Exposure Time for Skin Type', $wpf_language ) . " $j: ∞ Min.
\n"; } $j++; } } $out .= ''; } // show copyright. if ( substr( $wpf_vars['dispconfig'], 21, 1 ) == '1' ) { $out .= ''; } $out .= "
\n"; // end of details. $out .= "\n"; // end of curr. } // ------------------ // output forecast. // ------------------- // calc max forecast days depending on provider. $maxdays = 7; // for openweathermap v3. if ( 'openmeteo' == $wpf_vars['service'] ) { $maxdays = 6; } if ( 'openweathermap' == $wpf_vars['service'] ) { $maxdays = 5; } $out1 = "
\n"; $out2 = ''; for ( $i = 1;$i <= $maxdays;$i++ ) { // check active forecast for day number i. if ( ! isset( $w[ 'fc_obsdate_' . $i ] ) || trim( $w[ 'fc_obsdate_' . $i ] ) == '' ) { continue; } if ( substr( $wpf_vars['daytime'], $i - 1, 1 ) == '1' || substr( $wpf_vars['nighttime'], $i - 1, 1 ) == '1' ) { $out1 .= "
\n"; $out1 .= '
'; $out1 .= '
' . wpf__( 'Forecast', $wpf_vars['wpf_language'] ) . '
'; $out1 .= ' ' . esc_attr( $w[ 'fc_obsdate_' . $i ] ) . "
\n"; } // check for daytime information. if ( substr( $wpf_vars['daytime'], $i - 1, 1 ) == '1' ) { $out1 .= "
\n"; $out1 .= "
\n"; $out1 .= '
' . wpf__( 'Day', $wpf_vars['wpf_language'] ) . "
\n"; // show icon. if ( substr( $wpf_vars['dispconfig'], 10, 1 ) == '1' ) { $breite = 0; $hoehe = 0; if ( ! $wpf_vars['fonticon'] ) { if ( file_exists( plugin_dir_path( __FILE__ ) . '/' . $w[ 'fc_dt_icon_' . $i ] ) ) { $isize = getimagesize( plugin_dir_path( __FILE__ ) . '/' . $w[ 'fc_dt_icon_' . $i ] ); if ( false != $isize ) { $breite = $isize[0]; $hoehe = $isize[1]; } } if ( 1 == $wpf_vars['csssprites'] ) { // mit CSS Sprites. $cssid = substr( $w[ 'fc_dt_icon_' . $i ], strpos( $w[ 'fc_dt_icon_' . $i ], '/' ) + 1, strrpos( $w[ 'fc_dt_icon_' . $i ], '.' ) - strpos( $w[ 'fc_dt_icon_' . $i ], '/' ) - 1 ); $out1 .= "
 
\n"; } else { // ohne CSS-Sprites. $out1 .= "" . wpf__( $w[ "; } } else { $out1 .= "\n"; } } else { $out1 .= ' '; } $out1 .= '
'; // show windicon. if ( isset( $wpf_vars['windicon'] ) && '1' == $wpf_vars['windicon'] ) { if ( ! $wpf_vars['fonticon'] ) { $breite = 48; $hoehe = 48; $wind_icon_url = $plugin_path . '/icons/wpf-' . $w[ 'fc_dt_winddir_orig_' . $i ] . '.png'; $out1 .= "" . esc_attr( $w[ \n"; } else { $out1 .= "\n"; } } $out1 .= "\n
\n"; // end of wp-forecast-fc-left. $out1 .= "
"; // show short description. if ( substr( $wpf_vars['dispconfig'], 11, 1 ) == '1' ) { $out1 .= '
' . esc_attr( wpf__( $w[ 'fc_dt_desc_' . $i ], $wpf_vars['wpf_language'] ) ) . '
'; } // show temperature. if ( substr( $wpf_vars['dispconfig'], 12, 1 ) == '1' ) { $out1 .= '
'; $out1 .= esc_attr( $w[ 'fc_dt_htemp_' . $i ] ) . '
'; } // show wind. if ( substr( $wpf_vars['dispconfig'], 13, 1 ) == '1' ) { $out1 .= '
' . wpf__( 'Winds', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w[ 'fc_dt_windspeed_' . $i ] ) . ' ' . esc_attr( $w[ 'fc_dt_winddir_' . $i ] ) . '
'; } // show precipitation. if ( substr( $wpf_vars['dispconfig'], 31, 1 ) == '1' ) { $intensestr = $w[ 'fc_dt_precipIntensity' . $i ]; if ( 'mm' == $w['un_prec'] ) { $intensestr = round( $w[ 'fc_dt_precipIntensity' . $i ] * 2.54 * 10, 1 ); } $precipstr = '' . esc_attr( $intensestr ) . esc_attr( $w['un_prec'] ) . ''; $precipstr .= ' / ' . esc_attr( $w[ 'fc_dt_precipProbability' . $i ] ) . '%'; if ( '' != $w[ 'fc_dt_precipType' . $i ] ) { $precipstr .= ' / ' . wpf__( $w[ 'fc_dt_precipType' . $i ], $wpf_vars['wpf_language'] ) . ''; } $out1 .= '
' . wpf__( 'Precip.', $wpf_vars['wpf_language'] ) . ': ' . $precipstr . "
\n"; } if ( substr( $wpf_vars['dispconfig'], 23, 1 ) == '1' ) { $out1 .= '
' . wpf__( 'Windgusts', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w[ 'fc_dt_wgusts_' . $i ] ) . "
\n"; } // show max uv index. if ( substr( $wpf_vars['dispconfig'], 28, 1 ) == '1' ) { $out1 .= '
' . wpf__( 'max. UV index', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w[ 'fc_dt_maxuv_' . $i ] ) . "
\n"; } $out1 .= "
\n"; // end of wp-forecast-fc-right / block. } // check for nighttime information. if ( substr( $wpf_vars['nighttime'], $i - 1, 1 ) == '1' ) { $out1 .= "
\n"; $out1 .= "
\n"; $out1 .= '
' . wpf__( 'Night', $wpf_vars['wpf_language'] ) . "
\n"; if ( substr( $wpf_vars['dispconfig'], 14, 1 ) == '1' ) { $iconfile = find_icon( $w[ 'fc_nt_icon_' . $i ] ); $breite = 64; $hoehe = 40; if ( ! $wpf_vars['fonticon'] ) { if ( file_exists( plugin_dir_path( __FILE__ ) . '/' . $w[ 'fc_nt_icon_' . $i ] ) ) { $isize = getimagesize( plugin_dir_path( __FILE__ ) . '/' . $w[ 'fc_nt_icon_' . $i ] ); if ( false != $isize ) { $breite = $isize[0]; $hoehe = $isize[1]; } } if ( 1 == $wpf_vars['csssprites'] ) { // mit CSS Sprites. $cssid = substr( $w[ 'fc_nt_icon_' . $i ], strpos( $w[ 'fc_nt_icon_' . $i ], '/' ) + 1, strrpos( $w[ 'fc_nt_icon_' . $i ], '.' ) - strpos( $w[ 'fc_nt_icon_' . $i ], '/' ) - 1 ); $out1 .= "
 
\n"; } else { // ohne CSS-Sprites. $out1 .= "" . wpf__( $w[ "; } } else { $out1 .= "\n"; } } else { $out1 .= ' '; } $out1 .= '
'; // show windicon. if ( isset( $wpf_vars['windicon'] ) && '1' == $wpf_vars['windicon'] ) { if ( ! $wpf_vars['fonticon'] ) { $breite = 48; $hoehe = 48; $wind_icon_url = $plugin_path . '/icons/wpf-' . $w[ 'fc_nt_winddir_orig_' . $i ] . '.png'; $out1 .= "" . esc_attr( $w[ \n"; } else { $out1 .= "\n"; } } $out1 .= "\n
\n
"; // show short description. if ( substr( $wpf_vars['dispconfig'], 15, 1 ) == '1' ) { $out1 .= '
' . esc_attr( wpf__( $w[ 'fc_nt_desc_' . $i ], $wpf_vars['wpf_language'] ) ) . '
'; } // show temperature. if ( substr( $wpf_vars['dispconfig'], 16, 1 ) == '1' ) { $out1 .= '
' . esc_attr( $w[ 'fc_nt_ltemp_' . $i ] ) . '
'; } // show wind. if ( substr( $wpf_vars['dispconfig'], 17, 1 ) == '1' ) { $out1 .= '
' . wpf__( 'Winds', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w[ 'fc_nt_windspeed_' . $i ] ) . ' ' . esc_attr( $w[ 'fc_nt_winddir_' . $i ] ) . '
'; } // show windgusts. if ( substr( $wpf_vars['dispconfig'], 24, 1 ) == '1' ) { $out1 .= '
' . wpf__( 'Windgusts', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w[ 'fc_nt_wgusts_' . $i ] ) . "
\n"; } // show max uv index. if ( substr( $wpf_vars['dispconfig'], 29, 1 ) == '1' ) { $out1 .= '
' . wpf__( 'max. UV-Index', $wpf_vars['wpf_language'] ) . ': ' . esc_attr( $w[ 'fc_nt_maxuv_' . $i ] ) . "
\n"; } $out1 .= "
\n"; // end of wp-forecast-fc-right / block. } // close div block. if ( substr( $wpf_vars['daytime'], $i - 1, 1 ) == '1' || substr( $wpf_vars['nighttime'], $i - 1, 1 ) == '1' ) { $out1 .= "
\n"; } // store first shown forecast in case pulldown is active. if ( isset( $wpf_vars['pdforecast'] ) && 1 == $wpf_vars['pdforecast'] && $wpf_vars['pdfirstday'] == $i ) { $out2 = $out1 . "
\n"; } } $out1 .= "\n"; // end of wp-forecast-fc. // wrap a div around for pulldown and switch off complete forecast. // mark ids: wpfbl wpfc1 wpfc2 wpfbm with widget id have disjunct ods when using more than one pulldown widget. if ( isset( $wpf_vars['pdforecast'] ) && 1 == $wpf_vars['pdforecast'] ) { $out1 .= "
" . wpf__( 'Less forecast...', $wpf_vars['wpf_language'] ) . "
\n"; $out1 = "
" . wpf__( 'Less forecast...', $wpf_vars['wpf_language'] ) . "
\n" . $out1; $out2 .= "
" . wpf__( 'More forecast...', $wpf_vars['wpf_language'] ) . "
\n"; $out1 = '\n"; $out2 = '
' . $out2 . "
\n"; } // print it. if ( 1 == $show_from_widget ) { echo wp_kses( $args['before_widget'] . $args['before_title'] . $wpf_vars['title'] . $args['after_title'], wpf_allowed_tags() ); } echo '
' . wp_kses( $fout . $out . $out1 . $out2, wpf_allowed_tags() ) . '
' . "\n"; // if called as iframe hide pulldown content. if ( 0 == $show_from_widget && 1 == $wpf_vars['pdforecast'] ) { echo ""; } // to come back to theme floating status. echo '
 
'; if ( 1 == $show_from_widget ) { echo wp_kses( $args['after_widget'], wpf_allowed_tags() ); } } xgettextdummy.php000064400000007074150211511020010201 0ustar00' . __( 'wp-forecast shortcode: This browser does not support iframes.', 'wp-forecast' ) . ''; return $res; } } // shortcode bei wp anmelden. if ( function_exists( 'add_shortcode' ) ) { add_shortcode( 'wpforecast', 'wpforecast' ); add_filter( 'widget_text', 'do_shortcode' ); } wpf_update.js000064400000003720150211511020007226 0ustar00/** * Javascript for ajax like request to update the weather location * and corresponding data on the fly * * @package wp-forecast */ /* load widget for the first time on this page */ function wpf_load() { // get cookie. if (document.cookie) { a = document.cookie; cookiename = a.substring( 0, a.indexOf( '=' ) ); if (a.indexOf( ';' ) != -1) { cookiewert = a.substring( a.indexOf( '=' ) + 1, a.indexOf( ';' ) ); } else { cookiewert = a.substr( a.indexOf( '=' ) + 1, a.length ); } // set selected location. if (cookiename == 'location') { document.getElementById( "wpf_selector" ).value = cookiewert; } } // update widget. wpf_update(); } /* get the data for the new location */ function wpf_update() { var newloc = document.getElementById( "wpf_selector" ).value; var siteuri = document.getElementById( "wpf_selector_site" ).value; var language = document.getElementById( "wpf_language" ).value; // set cookie with newloc. var expire = new Date(); expire = new Date( expire.getTime() + 1000 * 60 * 60 * 24 * 365 ); document.cookie = escape( "location=" + newloc ) + '; expires=' + expire.toGMTString() + ';'; jQuery.get( siteuri + "/wp-forecast-direct", { wpfcid: newloc, header: "0", selector: "1", language_override: language }, function(data) { jQuery( "div#wp-forecastA" ).html( data ); } ); } /* javascript to rebuild the onLoad event for triggering the first wpf_update call */ // create onDomReady Event. window.onDomReady = initReady; // Initialize event depending on browser. function initReady(fn) { // W3C-compliant browser. if (document.addEventListener) { document.addEventListener( "DOMContentLoaded", fn, false ); } else { // IE. document.onreadystatechange = function() { readyState( fn ); }; } } // IE execute function. function readyState(func) { // DOM is ready. if (document.readyState == "interactive" || document.readyState == "complete") { func(); } } lang/wp-forecast_es_ES-es_ES.mo000064400000013762150211511020012323 0ustar00] #<Z` q{* + / 8 E T b ,z   P f r {  "      ' %: ` y        ( : Z v | '    0  % . != _ p $     .  *28 =IX=uS  /&>'e ' 2Pk r}* 2 IT lx354T]dx%)'G oy"   89 BL$`%  9" \h{ 7X9? C 8[K\)G .,ZD -!1426J7OYU0@ /PT(E>='IA%+RH:3B;VS$F LN"<*]#MQW5&AllAvailable widgetsBeaufort (bft)ChangelogCheck connection to WeatherproviderChecklist for connection testCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleEnglish ManualFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightGerman ManualGerman wp-forecast SiteHow many wp-forecast widgets would you like?HumidityIconIf you are looking for instructions or help on wp-forecast, please use the following ressources. If you are stuck you can always write an email toKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLinks will open in new Window/Tab.LocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease enter a non empty searchstringPlease select a locationPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchresultsSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downShow wind condition as iconSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:UV-IndexUpdate optionsUse CSS-Sprites for showing iconsUse current timeUse metric unitsUsing wp-forecast with WPML (german)WP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultmax. UV-Indexminutessecs.timewidget_hintwp-forecast %swp-forecast on WordPress.orgwp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2018-08-12 07:30+0200 Last-Translator: Alejandro Reyna Language-Team: Alejandro Reyna Language: es_ES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: s; X-Poedit-SourceCharset: utf-8 X-Generator: Poedit 1.8.11 TodoWiggets disponiblesBeaufort (bft)Log de cambiosRevisar conexión a proveedor de climaLista de chequeo para test de conexiónCerrarCheckeo de conexión.CopyrightCondiciones actualesFechaDíaDíaEliminar opciones al desactivar plugin?Mostar configuraciónLloviznaManual en InglésAviso de falla del proveedor.Primer día en desplegableNieblaPrevisiónPrevisión DíaPrevisión NocheManual en AlemánSitio wp-forecast en alemán.¿Cuántos widgets de wp-forecast quieres?HumedadIconoSi estás buscando instrucciones o ayuda para wp-forecast, por favor usa los siguientes recursos. Si te encuentras trancado siempre puedes escribir un correo electrónico aKilómetros/Hora (km/h)Nudos (kts)IdiomaMenos pronósticoEnlace al proveedor de climaLos enlaces se abren en una nueva ventana/pestañaPoblaciónNombre de la PoblaciónUbicacionesMetros/Segundo (m/s)Millas/Hora (mph)Más pronósticoNocheAbrir nueva ventanaPor favor entrar una cadena de búsqueda no vacía.Selecciona tú ciudad y pulsa 'Establecer ubicación'Por favor, inténtalo de nuevo.PresiónLluviaSensación térmicaActualiza la página despuésBuscar poblaciónResultados de la búsquedaTérmino de búsquedaEnlaceElije un widgetConfiguración actualizada con éxitoDescripción breveMostrar como desplegable ajaxMostrar condición de viento como iconoAguanieveNieveDisculpa, no hay datos disponiblesIniciar checkeoSalida del SolPuesta de SolTemperaturaEl TiempoHoraCorrimiento de tiempo Tiempo de espera para las conexiones Accuweather (seg.)Título:Indice UVActualizar OpcionesUsar Sprites-CSS para mostrar iconosUsar hora actualUsar unidades métricasUsando wp-forecast con WPML (alemán)Configuración de WP-ForecastServicio de climaVientoRáfagasUnidad Viento Debe cambiar un campo para actualizar la configuración.Por defectoÍndice UV máximominutosseg.Horawidget_hintwp-forecast %swp-forecast en %sShortcode wp-forecast: El navegador no soporta iframes.lang/wp-forecast_id_ID-id_ID.po000064400000052727150211511020012256 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2012-10-22 22:45-1000\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.4\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Judul:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Widget yang ada" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "waktu" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Hujan" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Salju" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Cerah" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Sebagian Berawan" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Ramalan" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Kabut" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Gerimis" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Gerimis" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Gerimis" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Gerimis" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Gerimis" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Gerimis" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Hujan Lebat" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Hujan Lebat" #: func-openmeteo.php:507 msgid "Light freezing rain" msgstr "" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Hujan Lebat" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Salju lebat" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Salju lebat" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Salju lebat" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 msgid "Slight rain showers" msgstr "" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Salju lebat" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Cuaca Buruk" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Cuaca Buruk" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Cuaca Buruk" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Cuaca Buruk" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Cuaca Buruk" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Cuaca Buruk" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Gerimis" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Gerimis" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Gerimis" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Gerimis" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Hujan Lebat" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Hujan Lebat" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Gerimis" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Gerimis" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Hujan Lebat" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 msgid "Light shower rain" msgstr "" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Hujan Lebat" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Hujan Lebat" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Salju lebat" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 msgid "Light rain and snow" msgstr "" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Salju lebat" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Ramalan" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast shortcode: browser ini tidak mendukung iframes." #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "Hasil Pencaharian" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "Pilih Lokasi" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Berapa banyak widget wp-forecast yang ingin Anda buat?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 msgid "Update global options" msgstr "" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Pilih widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" #: wp-forecast-admin.php:747 #, fuzzy msgid "WP-Forecast Setup" msgstr "Ramalan Malam Hari" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Cuaca" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Cuaca" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Lokasi" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Pilih Lokasi" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 #, fuzzy msgid "Locationname" msgstr "Lokasi" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "" #: wp-forecast-admin.php:813 msgid "secs." msgstr "" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Gunakan satuan metrik/internasional" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "menit" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Satuan Kecepatan ANgin" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter per Detik" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer per Jam" #: wp-forecast-admin.php:851 #, fuzzy msgid "Miles/Hour (mph)" msgstr "Kilometer per Jam" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Bahasa" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Keadaan Cuaca Saat Ini" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Ramalan Siang Hari" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Ramalan Malam Hari" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Tanggal" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Waktu" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Suhu" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Tekanan" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Kelembaban" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Angin" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "" #: wp-forecast-admin.php:1111 msgid "Precipitation" msgstr "" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Matahari terbit" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Matahari tenggelam" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Hak Cipta" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Ramalan" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Hari" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Siang" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Malam" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 #, fuzzy msgid "Search location" msgstr "Pilih Lokasi" #: wp-forecast-admin.php:1411 #, fuzzy msgid "Searchterm" msgstr "Hasil Pencaharian" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Pilih widget" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Tutup" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1504 msgid "German wp-forecast Site" msgstr "" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 msgid "wp-forecast Help" msgstr "" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Lokasi:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Coba sebentar lagi." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Angin" #: wp-forecast-show.php:289 wp-forecast-show.php:449 msgid "Precip." msgstr "" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "malam" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:112 msgid "The Weather" msgstr "Cuaca" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Waktu timeout untuk hubungen dengan provider (detik)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Pilih cara transfer Wordpress" #~ msgid "default" #~ msgstr "Setelan standar (default)" #~ msgid "sunrise" #~ msgstr "matahari terbit" #~ msgid "sunset" #~ msgstr "matahari tenggelam" #~ msgid "day" #~ msgstr "siang" #, fuzzy #~ msgid "fog" #~ msgstr "Kabut" #~ msgid "01" #~ msgstr "Cerah" #~ msgid "02" #~ msgstr "Cerah Berawan" #~ msgid "03" #~ msgstr "Cerah hingga sebagian berawan" #~ msgid "04" #~ msgstr "Berawan sebagian" #~ msgid "05" #~ msgstr "Cerah berkabut" #~ msgid "06" #~ msgstr "Berawan" #~ msgid "07" #~ msgstr "Berawan" #~ msgid "08" #~ msgstr "Mendung" #~ msgid "11" #~ msgstr "Kabut" #~ msgid "12" #~ msgstr "Hujan lebat " #~ msgid "13" #~ msgstr "Umumnya Bberawan dng hujan deras" #~ msgid "14" #~ msgstr "Cerah hingga sebagian berawan dgn hujan dears" #~ msgid "15" #~ msgstr "Hujan dan petir" #~ msgid "16" #~ msgstr "Berawan dan petir" #~ msgid "17" #~ msgstr "Cerah hingga sebagian berawan dgn petir" #~ msgid "18" #~ msgstr "Hujan" #~ msgid "19" #~ msgstr "Salju ringan" #~ msgid "20" #~ msgstr "Cerah" #~ msgid "21" #~ msgstr "Sebagian Berawan dengan salju ringan" #~ msgid "22" #~ msgstr "Salju" #~ msgid "23" #~ msgstr "Berawan dan Bersalju" #~ msgid "24" #~ msgstr "Es" #~ msgid "25" #~ msgstr "Hujan bercampur salju" #~ msgid "26" #~ msgstr "Hujan yang beku" #~ msgid "29" #~ msgstr "Hujan dan Salju" #~ msgid "30" #~ msgstr "Panas" #~ msgid "31" #~ msgstr "Dingin" #~ msgid "32" #~ msgstr "Berangin" #~ msgid "33" #~ msgstr "Cerah" #~ msgid "34" #~ msgstr "Cerah sebagian" #~ msgid "35" #~ msgstr "Sebagian berawan" #~ msgid "36" #~ msgstr "Sebagian berawan" #~ msgid "37" #~ msgstr "Sinar bulan dan berkabut" #~ msgid "38" #~ msgstr "Berawan" #~ msgid "39" #~ msgstr "Berawan sebagian dan hujan lebat" #~ msgid "40" #~ msgstr "Berawan dan hujan lebat" #~ msgid "41" #~ msgstr "Berawan sebagian degn petir" #~ msgid "42" #~ msgstr "Berawan dgn petir" #~ msgid "43" #~ msgstr "Berawan dgn salju ringan" #~ msgid "44" #~ msgstr "Berawan dgn Salju" #~ msgid "Monday" #~ msgstr "Senin" #~ msgid "Tuesday" #~ msgstr "Selasa" #~ msgid "Wednesday" #~ msgstr "Rabu" #~ msgid "Thursday" #~ msgstr "Kamis" #~ msgid "Friday" #~ msgstr "Jumat" #~ msgid "Saturday" #~ msgstr "Sabtu" #~ msgid "Sunday" #~ msgstr "Minggu" #~ msgid "N" #~ msgstr "U" #~ msgid "E" #~ msgstr "T" #~ msgid "W" #~ msgstr "B" #~ msgid "S" #~ msgstr "S" #~ msgid "30% Chance Drizzle" #~ msgstr "30% Berpeluang Gerimis" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% Berpeluang Hujan Lebat" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% Berpeluang Salju Ringan" #~ msgid "30% Chance of Rain" #~ msgstr "30% Berpeluang Hujan" #~ msgid "30% Chance of Snow" #~ msgstr "30% Berpeluang Salju" #~ msgid "30% Chance of Storms" #~ msgstr "30% Berpeluang Petir" #~ msgid "40% Chance of Rain" #~ msgstr "40% Berpeluang Hujan" #~ msgid "40% Chance of Snow" #~ msgstr "40% Berpeluang Salju" #~ msgid "40% Chance of Storms" #~ msgstr "40% Berpeluang Petir" #~ msgid "50% Chance of Rain" #~ msgstr "50% Berpeluang Hujan" #~ msgid "50% Chance of Snow" #~ msgstr "50% Berpeluang Salju" #~ msgid "Chance of Rain" #~ msgstr "Berpeluang hujan" #~ msgid "Chance of Snow" #~ msgstr "Berpeluang turun salju" #~ msgid "Clear" #~ msgstr "Cerah" #~ msgid "Clearing" #~ msgstr "Menjadi Cerah" #~ msgid "Cloudy" #~ msgstr "Mendung" #~ msgid "Fair" #~ msgstr "Cerah" #~ msgid "Foggy" #~ msgstr "Berkabut" #~ msgid "Heavy Rain" #~ msgstr "Hujan Lebat" #~ msgid "Hot and Humid" #~ msgstr "Panas dan Lembab" #~ msgid "Partly Cloudy" #~ msgstr "Sebagian Berawan" #~ msgid "Partly Sunny" #~ msgstr "Sebagian Cerah" #~ msgid "Sunny" #~ msgstr "Cerah" #~ msgid "Unknown" #~ msgstr "Tidak Diketahui" #~ msgid "Very Cold" #~ msgstr "Dingin Sekali" #~ msgid "Very Hot" #~ msgstr "Panas sekali" #~ msgid "Warm and Humid" #~ msgstr "Panas dan Lembab" #~ msgid "Windy" #~ msgstr "Berangin" #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Cuaca" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Salju lebat" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Sebagian Berawan" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Cuaca Buruk" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Cuaca Buruk" #~ msgid "Save" #~ msgstr "Simpan" #~ msgid "Location does not exist" #~ msgstr "Tempatnya tidak diketahui" #~ msgid "" #~ "Google does not support searching for locations. Only Accuweather and " #~ "WeatherBug will be searched." #~ msgstr "" #~ "Pencaharian lokasi tidak didukung oleh Google, hanya Accuweather dan " #~ "WeatherBug dapat dicari." lang/de_DE_iso8859-1.mo000064400000006462150211511020010324 0ustar004G\xy} * ,#PY^ t     &4R'd   . OU Zfu   ) / 3 /= m   4     ' / 3 < P d 'k    1 ! 71 i w          R;   # $ ) *3('".0&4#%1  /,! -+2AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2009-02-06 07:46+0100 Last-Translator: Hans Matzen Language-Team: Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: German X-Poedit-Country: GERMANY X-Poedit-SourceCharset: utf-8 X-Poedit-KeywordsList: _e;__ AlleVerfügbare WidgetsCopyrightAktuelles WetterDatumTagtagsüberLösche Einstellungen bei Plugin-Deaktivierung?Anzeige EinstellungenVorhersageVorhersage tagsüberVorhersage nachtsWieviele wp-forecast widgets möchten Sie verwenden?LuftfeuchtigkeitSymbolKilometer/Stunde (km/h)Knoten (kts)SpracheOrtOrtsnameMeter/Sekunde (m/s)Meilen/Stunde (mph)nachtsBitte versuchen Sie es später nochmal.LuftdruckGefühlte TemperaturCache erneuern nachOrt suchenSuchbegriffWidget auswählenDie Einstellungen wurden erfolgreich gespeichert.KurzbezeichnungAktuell liegen keine gültigen Wetterinformationen vor.SonnenaufgangSonnenuntergangTemperaturDas WetterZeitTitel:Einstellungen speichernVerwende aktuelle Zeitmetrische Einheiten verwendenWP-Forecast EinstellungenWindBöenEinheit der WindgeschwindigkeitUm die Einstellungen zu aktualisieren, müssen Sie mindestens ein Feld verändern.SekundenUhrzeitZum Konfigurieren der wp-forecast Widgets,
rufen Sie bitte die WP-Forecast Admin Seite unter Einstellungen / WP-Forecast auf.wp-forecast %slang/wp-forecast_pt_PT-pt_PT.mo000064400000005013150211511020012371 0ustar00)d;    &2; DQd u '08 ?KP_p .m BL`eix    ,>#Os|%: 9 G R ^ c w     ;  %   ")(& $#'! CopyrightCurrent ConditionsDateDayDaytimeDisplay ConfigurationForecastForecast DayForecast NightHumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureTimeUpdate optionsUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.timeProject-Id-Version: wp-forecast portuguese translation Report-Msgid-Bugs-To: PO-Revision-Date: 2007-11-04 10:19+0100 Last-Translator: Hans Matzen Language-Team: Luís Reis Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Portuguese X-Poedit-Country: PORTUGAL CopyrightCondições ActuaisDataDiaPeriodo do DiaMostrar ConfiguraçãoPrevisãoPrevisão para o diaPrevisão para a noiteHumidadeIconeKilometros/Hora (km/h)Knots (kts)LinguaLocalizaçãoNome LocalMetros/Segundo (m/s)Milhas/Hora (mph)Periodo da NoitePor favor tente de novo mais tarde.PressãoRealfeelRefrescar a cache a cadaProcurar LocalizaçãoTermo da procuraDefinições actualizadas com sucessoDescrição curtaDesculpe, não existem dados metereológicos disponíveis.Nascer do SolPor do SolTemperaturaHoraActualizar OpçõesUsar unidades métricasWP-Forecast SetupVentoRajadaVelocidade do Vento-UnidadeTem que modificar um campo para actualizar as definições.Horalang/wp-forecast_ro_RO-ro_RO.mo000064400000006255150211511020012366 0ustar004G\xy} * ,#PY^ t     &4R'd   . OU Zfu $ 7 A U [ ^ 1i    .    + 8 ? H V j z      ' F /Y            , =F    $ ) *3('".0&4#%1  /,! -+2AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2009-01-31 03:50+0100 Last-Translator: Stefano Language-Team: Valentina Boeri Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-KeywordsList: __;_e;_c X-Poedit-Language: Romanian X-Poedit-Country: ROMANIA X-Poedit-SourceCharset: utf-8 ToateWidgets disponibilCopyrightCondiţiile curenteDatăZiTimp de ziŞtergere opţiuni în timpul plugin dezactivare?Arată configurarea PrognozaPrognoza ZiPrognoza noapteCât de multe wp-forecast widgets ti-ar place?UmiditateIcoanaKilometri/Oră (km/h)Noduri (kts)LimbăLocaţieNume LocaţieMetri/Secunde (m/s)Mile/Oră (mph)Timp de noapteÎncercaţi din nou mai târziu.PresiuneaPerceput de temperaturăActualizează cache dupăCăutare locaţieTermen de căutareSelectaţi widgetSetările au fost actualizate cu succesDescriere pe scurtNe pare rău, datele vreme nu sunt disponibile.RăsaritApusTemperaturaVremeaOrăTitluOpţiuni de actualizareUtiliza timpul curentUtilizaţi unităţi metriceWP-Forecast SetăriVântulRafale de vântUnitatea viteza vântuluiTrebuie să schimbaţi un câmp pentru a actualiza setările.secunde.Orăwidget_hintwp-forecast %slang/wp-forecast_fr_FR-fr_FR.po000064400000052001150211511020012313 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2015-02-12 06:02+0100\n" "Last-Translator: tuxlog \n" "Language-Team: Martin Loyer \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: __;_e;_c\n" "X-Poedit-Basepath: D:\\Documents and Settings\\loyerm\\Bureau\\wp-" "forecast-1.2\\wp-forecast\n" "X-Poedit-Language: French\n" "X-Poedit-Country: FRANCE\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-SearchPath-0: D:\\Documents and Settings\\loyerm\\Bureau\\wp-" "forecast-1.2\\wp-forecast\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titre : " #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Widgets disponibles" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "heure" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prévisions" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Courte description" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Courte description" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Courte description" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Courte description" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Courte description" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Courte description" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Courte description" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prévisions" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Résultats de la recherche" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Veuillez choisir votre ville et validez." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" "Pour configurer les Widgets de wp-forecast,
veuillez vous rendre sur " "la page des Paramètres de WP-Forecast." #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Combien de widgets wp-forecast souhaitez-vous ?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Détruire les réglages lors de la désactivation ?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Enregistrer les réglages" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Lien vers Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Séléctionnez un widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Réglages enregistrés" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Vous devez changer un champ pour mettre à jour les réglages." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Réglages de WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Le temps" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Le temps" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Le temps" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Emplacement " #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Définir l'emplacement" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Nom du lieu " #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Rafraichir le cache après" #: wp-forecast-admin.php:813 msgid "secs." msgstr "secs." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Utiliser des unitées métriques" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Utiliser l'heure courante" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Rafales " #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Unitée pour la vitesse du vent" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Mètre/Seconde (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilomètre/Heure (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Miles/Heure (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Noeuds (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Langue " #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Afficher la configuration" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Situation actuelle" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prévision journée" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prévision nuit" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Icône" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Date" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Heure" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Courte description" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Température" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Température ressentie" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Pression" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Humidité" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vent" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Rafales " #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Courte description" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Lever du soleil" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Coucher du soleil" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Lien vers Accuweather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prévisions" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Tout" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Jour" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Journée" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Nuit" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Enregistrer les réglages" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Rechercher un emplacement" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Critères " #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Lien vers Accuweather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Lien vers Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forescat %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forescat %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forescat %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Emplacement " #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Désolé, pas de données métérologiques disponibles." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Veuillez réessayer plus tard." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vent" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Courte description" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "nuit" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Moins de prévisions..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Plus de prévisions..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forescat %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forescat %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Le temps" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Temps limite pour les connexions à accuweather (secs.)?" #~ msgid "flik" #~ msgstr "Température ressentie" #~ msgid "barr" #~ msgstr "Pression " #~ msgid "hmid" #~ msgstr "Humidité " #~ msgid "winds" #~ msgstr "Vents " #~ msgid "sunrise" #~ msgstr "Lever du soleil " #~ msgid "sunset" #~ msgstr "Coucher du soleil " #~ msgid "day" #~ msgstr "jour" #~ msgid "loc" #~ msgstr "Emplacement" #~ msgid "01" #~ msgstr "Ensoleillé" #~ msgid "02" #~ msgstr "Parfois ensoleillé" #~ msgid "03" #~ msgstr "Partiellement ensoleillé" #~ msgid "04" #~ msgstr "Nuages par intermittence" #~ msgid "05" #~ msgstr "Soleil voilé" #~ msgid "06" #~ msgstr "Surtout nuageux" #~ msgid "07" #~ msgstr "Nuageux" #~ msgid "08" #~ msgstr "Grisaille (couvert)" #~ msgid "11" #~ msgstr "Brouillard" #~ msgid "12" #~ msgstr "Averses" #~ msgid "13" #~ msgstr "Nuageux avec averses" #~ msgid "14" #~ msgstr "Partiellement ensoleillé avec des averses" #~ msgid "15" #~ msgstr "Orages" #~ msgid "16" #~ msgstr "Nuageux avec des averses orageuses" #~ msgid "17" #~ msgstr "Partiellement ensoleillé avec orages" #~ msgid "18" #~ msgstr "Pluie" #~ msgid "19" #~ msgstr "Rafales" #~ msgid "20" #~ msgstr "Nuageux avec des rafales" #~ msgid "21" #~ msgstr "Partiellement ensoleillé avec des rafales" #~ msgid "22" #~ msgstr "Neige" #~ msgid "23" #~ msgstr "Nuageux avec de la neige" #~ msgid "24" #~ msgstr "Verglas" #~ msgid "25" #~ msgstr "Grésil" #~ msgid "26" #~ msgstr "Pluie verglaçante" #~ msgid "29" #~ msgstr "Pluie et neige" #~ msgid "30" #~ msgstr "Chaud" #~ msgid "31" #~ msgstr "Froid" #~ msgid "32" #~ msgstr "Venteux" #~ msgid "33" #~ msgstr "Clair" #~ msgid "34" #~ msgstr "Surtout clair" #~ msgid "35" #~ msgstr "En partie clair" #~ msgid "36" #~ msgstr "Nuages intermittents" #~ msgid "37" #~ msgstr "Lune brumeuse" #~ msgid "38" #~ msgstr "Surtout nuageux" #~ msgid "39" #~ msgstr "Partiellement nuageux avec averses" #~ msgid "40" #~ msgstr "Nuageux avec des orages" #~ msgid "41" #~ msgstr "Partiellement nuageux avec des orages" #~ msgid "42" #~ msgstr "Nuageux avec des orages" #~ msgid "43" #~ msgstr "Nuageux avec des rafales" #~ msgid "44" #~ msgstr "Nuageux avec de la neige" #~ msgid "Monday" #~ msgstr "Lundi" #~ msgid "Tuesday" #~ msgstr "Mardi" #~ msgid "Wednesday" #~ msgstr "Mercredi" #~ msgid "Thursday" #~ msgstr "Jeudi" #~ msgid "Friday" #~ msgstr "Vendredi" #~ msgid "Saturday" #~ msgstr "Samedi" #~ msgid "Sunday" #~ msgstr "Samedi" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "E" #~ msgid "W" #~ msgstr "O" #~ msgid "S" #~ msgstr "S" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Prévisions" #, fuzzy #~ msgid "Sunny" #~ msgstr "Samedi" #, fuzzy #~ msgid "Windy" #~ msgstr "Vent" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Appuyez sur Mise à jour pour enregistrer le nouvel emplacement" #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Lien vers Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Ne pas saisir de lettres accentuées dans votre recherche." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Lien vers Accuweather" #~ msgid "Save" #~ msgstr "Enregistrer" #~ msgid "Press Update options to save new location." #~ msgstr "Appuyez sur Mise à jour pour enregistrer le nouvel emplacement" #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Le temps" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Le temps" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Le temps" #~ msgid "No locations found." #~ msgstr "Pas d'emplacement trouvé" #~ msgid "tmp" #~ msgstr "temp actuelle" lang/wp-forecast_fa_IR-fa_IR.mo000064400000012627150211511020012266 0ustar00Ok # ',0*8cy ,  /;DUm v  %  7 @ E N b r       ' 3 ? G N Z f k 0w          . N V ^ d i u = '  # . D M l |   R  $-9.g3  #!E\e,%)5F_1' (.Wm(>J1|W #9)AktT %%D5z .    + 6BEQ-H'J#3%I > 5 D8*( O1<=9 4M"K7E6&BF+C!G@?N)$:/2.A0,;LAllAvailable widgetsCheck connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease enter a non empty searchstringPlease select a locationPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchresultsSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2013-02-06 10:50+0330 Last-Translator: Language-Team: Language: en_US MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Generator: Poedit 1.5.5 همهابزارک های در دسترسمعتبر سازی اتصال به سرویسبستنمعتبر سازی اتصالکپی رایتشرایط کنونیتاریخروز هنگام روزحذف کردن اطلاعات هنگام غیر فعال کردن افزونه ؟نمایش تنظیماتنم نم باراناعلان خطا از سرویس دهنده!اولین روز در منوی افتادنیمهپیش بینیپیشبینی روزپیش بینی شب چه تعداد ابزارک نیاز دارید ؟رطوبتآیکونکیلومتر بر ساعت (KM/H)مایل بر ساعتزباناطلاعات کمتر...لینک به سرویس هواشناسی ؟مکاننام مکانمکانمتر با ثانیه (M/S)مایل بر ساعت(mph)اطلاعات بیشتر...هنگام شبباز شدن در پنجره ی دیگریک عنوان غیر خالی برای جستجو وارد کنید.لطفا یک مکان را انتخاب کنیدلطفا دوباره تلاش کنیدفشاربارندگیاحساس واقعیبه روز رسانی کش بعد از جستجوی مکاننتایج جستجوجستجوی مکانانتخاب سرویس هواشناسیانتخاب ابزارکتنظیمات با موفقیت به روز رسانی شد .توضیح کوتاهنمایش اطلاعات به صورت منوی افتادنی آژاکسبرف و بارانبرفمتاسفیم. اطلاعات هواشناسی معتبری در دسترس نیست !شروع معتبر سازیطلوع خورشیدغروب خورشیددما پیشبینی وضعیت آب و هوا زمانزمان افستزمان وقفه برای اتصال به سرویس هواشناسی (ثانیه )عنوان : به روز رسانی تنظیماتاستفاده از زمان جاریاستفاده از سیستم متریک (متر و کیلومتر)نصب WP-Forecastسرویس هواشناسیبادتند بادواحد سرعت باد You have to change a field to update settings.پیشفرضدقیقهثانیه.تاریخwidget_hintwp-forecast %sمرورگر قابلیت iframe را پشتیبانی نمی کند!lang/wp-forecast_sr_SR-sr_SR.po000064400000070662150211511020012414 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2012-11-13 13:39+0100\n" "Last-Translator: \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: English\n" "X-Poedit-Country: UNITED STATES\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Naslov:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Raspoloživi dodaci" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Vreme" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Kiša" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Sneg" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Vedro" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Uglavnom vedro" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Delimično oblačno" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prognoza -" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Magla" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Moguća hladna sitna kiša" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Lagan sneg" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Mogući pljuskovi" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Jaka kiša" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Ledena kiša" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Moguća ledena kiša" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Lagan sneg" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Jak sneg" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Jak sneg" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Jak sneg" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Pljuskovi" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Mogući pljuskovi" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Pljuskovi" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Jak sneg" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Jak sneg" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Grmljavina" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Grmljavina" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Grmljavina" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Sitna kiša" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Hladna sitna kiša" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Hladna sitna kiša" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Sitna kiša" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Moguća ledena kiša" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Jaka kiša" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Hladna sitna kiša" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Lagan sneg" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Jaka kiša" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Ledena kiša" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Lagan sneg" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Jaka kiša" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Jaka kiša" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Lagan sneg" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Jak sneg" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Susnežica" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Lagan sneg" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Pljuskovi" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Jak sneg" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Pljuskovi" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Jak sneg" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Mestimični pljuskovi" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Povećana oblačnost" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prognoza -" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast shortcode: Ovaj interent pregledač ne podržava iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Rezultati pretrage" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Odaberite grad i postavite lokaciju." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "dodatak savet" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Koliko dodataka hocete?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Obrisati opcije prilikom dektivacije?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Opcije ažuriranja" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Proverite vezu ka provajderu." #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Odaberi dodatak" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Podešavanja su uspešno ažurirana." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Morate nešto da promenite da bi ste izvršili ažuriranje." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast podešavanja." #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Weatherservice" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Prognoza" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Prognoza" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Lokacija" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Postavi lokaciju" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Lokacija" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Osvežiti keš posle" #: wp-forecast-admin.php:813 msgid "secs." msgstr "secs." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Korisiti metričke jedinice" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Koristi trenutno vreme" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Vremenska razlika" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minuta" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Jedinica brzine vetra" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "(m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "(km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "(mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "(kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Bjufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Jezik" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Prikaži prognozu sa ajax padajućim menijem" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Prvi dan u padajućem meniju" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Prikaz Konfiguracije" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Trenutni uslovi" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognoza Dan" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognoza Noć" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikonica" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Vreme" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kratak opis" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperature" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Subjektivno" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Pritisak" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Vlažnost" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vetar" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Naleti vetra" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kratak opis" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Izlazak sunca" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Zalazak sunca" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link ka davaocu prognoze" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Otvoriti u novom prozoru" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prognoza -" #: wp-forecast-admin.php:1212 msgid "All" msgstr "All" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dan" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Danju" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Noću" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Opcije ažuriranja" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Pretraži lokaciju" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Termin pretrage" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Provera veze" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Odaberite porvajdera." #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Početak provere" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Zatvori" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Proverite vezu ka provajderu." #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "prognoza %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "prognoza %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Otvoriti u novom prozoru" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "prognoza %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Lokacije:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Obaveštenje o neuspehu od provajdera" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Nema podataka" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Molimo, pokušajte kasnije..." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vetar" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kratak opis" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noć" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Smanjen prikaz." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Više prognoze..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "prognoza %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "prognoza %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Prognoza" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout za konekcuju ka provajderu (secs.)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Odaberite wordpress transfer metod" #~ msgid "default" #~ msgstr "podrazumevano" #~ msgid "flik" #~ msgstr "Subjektivno" #~ msgid "barr" #~ msgstr "Trenutni pritisak" #~ msgid "hmid" #~ msgstr "Vlažnost" #~ msgid "winds" #~ msgstr "Brzina vetra" #~ msgid "sunrise" #~ msgstr "Izlazak sunca" #~ msgid "sunset" #~ msgstr "Zalazak sunca" #~ msgid "day" #~ msgstr "Dan" #, fuzzy #~ msgid "fog" #~ msgstr "Magla" #~ msgid "loc" #~ msgstr "Lokacija" #~ msgid "01" #~ msgstr "Bez padavina." #~ msgid "02" #~ msgstr "Uglavnom bez padavina." #~ msgid "03" #~ msgstr "Uglavnom bez padavina." #~ msgid "04" #~ msgstr "Mestimično oblačno." #~ msgid "05" #~ msgstr "Uglavnom sunčano, sa mogućom prolaznom oblačnošću." #~ msgid "06" #~ msgstr "Uglavnom oblačno." #~ msgid "07" #~ msgstr "Oblačno." #~ msgid "08" #~ msgstr "Umereno do znatno oblačno!" #~ msgid "11" #~ msgstr "Moguća pojava magle." #~ msgid "12" #~ msgstr "Mogući pljuskovi." #~ msgid "13" #~ msgstr "Uglavnom oblačno sa mogućim pljuskovima..." #~ msgid "14" #~ msgstr "Pretežno lepo vreme, sa mogućim padavinama." #~ msgid "15" #~ msgstr "Moguća grmljavina." #~ msgid "16" #~ msgstr "Umereno oblačno. Moguća grmaljvina." #~ msgid "17" #~ msgstr "Umereno oblačno. Smena kišnih i suvih intervala. Moguća grmljvina." #~ msgid "18" #~ msgstr "Kišovito." #~ msgid "19" #~ msgstr "Naleti vetra." #~ msgid "20" #~ msgstr "Uglavnom oblačno sa naletima vetra." #~ msgid "21" #~ msgstr "Uglavnom lepo vreme sa mogućim naletima vetra." #~ msgid "22" #~ msgstr "Sneg." #~ msgid "23" #~ msgstr "Uglavnim oblačno sa mogućim snegom." #~ msgid "24" #~ msgstr "Uglavnom hladno vreme. Poledica." #~ msgid "25" #~ msgstr "Susnežica" #~ msgid "26" #~ msgstr "Moguća ledena kiša." #~ msgid "29" #~ msgstr "Kiša i sneg." #~ msgid "30" #~ msgstr "Veoma toplo vreme." #~ msgid "31" #~ msgstr "Veoma hladno vreme." #~ msgid "32" #~ msgstr "Vetrovito" #~ msgid "33" #~ msgstr "Bez padavina." #~ msgid "34" #~ msgstr "Uglavnom bez padavina." #~ msgid "35" #~ msgstr "Delimično oblačno." #~ msgid "36" #~ msgstr "Mestimično oblačno." #~ msgid "37" #~ msgstr "Izmaglica." #~ msgid "38" #~ msgstr "Uglavnom oblačno." #~ msgid "39" #~ msgstr "Umereno do znatno oblačno sa pljuskovima." #~ msgid "40" #~ msgstr "Umereno oblačno sa pljuskovima." #~ msgid "41" #~ msgstr "Umereno oblačno sa mogućom grmljavinom." #~ msgid "42" #~ msgstr "Uglavnom oblačno sa grmljavinom." #~ msgid "43" #~ msgstr "Uglavnom oblačno i vetrovito." #~ msgid "44" #~ msgstr "Uglavnom oblačno sa snegom." #~ msgid "Monday" #~ msgstr "Ponedeljak" #~ msgid "Tuesday" #~ msgstr "Utorak" #~ msgid "Wednesday" #~ msgstr "Sreda" #~ msgid "Thursday" #~ msgstr "Četvrtak" #~ msgid "Friday" #~ msgstr "Petak" #~ msgid "Saturday" #~ msgstr "Subota" #~ msgid "Sunday" #~ msgstr "Nedelja" #~ msgid "N" #~ msgstr "S" #~ msgid "E" #~ msgstr "I" #~ msgid "W" #~ msgstr "Z" #~ msgid "S" #~ msgstr "J" #~ msgid "30% Chance Drizzle" #~ msgstr "30% šanse za sitnu kišu" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% šanse za hladnu sitnu kišu" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% šanse za hladnu kišu" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% šanse za ledenu sitnu kišu" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% šanse za hladne kišne padavine" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% šanse za pljuskove" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% šanse za sneg" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% šanse za sitnu kišu" #~ msgid "30% Chance of Flurry" #~ msgstr "30% šanse za povremene padavine" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% šanse za hladne padavine" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% šanse za manje snežne padavine" #~ msgid "30% Chance of Rain" #~ msgstr "30% šanse za kišu" #~ msgid "30% Chance of Sleet" #~ msgstr "30% šanse za susnežicu" #~ msgid "30% Chance of Snow" #~ msgstr "30% šanse za sneg" #~ msgid "30% Chance of Storms" #~ msgstr "30% šanse za oluju" #~ msgid "40% Chance Drizzle" #~ msgstr "40% šanse za sitnu kišu" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% šanse za ledenu sitnu kišu" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% šanse za hladnu sitnu kišu" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% šanse za ledenu kišu" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% šanse za ledenu sitnu kišu" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% šanse za hladne kišne padavine" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% šanse za pljuskove" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% šanse za pljuskove" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% šanse za sitnu kišu" #~ msgid "40% Chance of Flurry" #~ msgstr "40% šanse za povremene padavine" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% šanse za ledene padavine" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% šanse za manje snežne padavine" #~ msgid "40% Chance of Rain" #~ msgstr "40% šanse za kišu" #~ msgid "40% Chance of Sleet" #~ msgstr "40% šanse za susnežicu" #~ msgid "40% Chance of Snow" #~ msgstr "40% šanse za sneg" #~ msgid "40% Chance of Storms" #~ msgstr "40% šanse za oluju" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% šanse za hladnu sitnu kišu" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% šanse za hladnu kišu" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% šanse za pljuskove" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% šanse za jake snežne padavine" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% šanse za sitnu kišu" #~ msgid "50% Chance of Flurry" #~ msgstr "50% šanse za povremene padavine" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% šanse za ledene padavine" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% šanse za lagan sneg" #~ msgid "50% Chance of Rain" #~ msgstr "50% šanse za kišu" #~ msgid "50% Chance of Sleet" #~ msgstr "50% šanse za susnežicu" #~ msgid "50% Chance of Snow" #~ msgstr "50% šanse za sneg" #~ msgid "50% Chance of Storms" #~ msgstr "50% šanse za oluju" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Moguća hladna sitna kiša" #~ msgid "Chance Freezing Rain" #~ msgstr "Moguća ledena kiša" #~ msgid "Chance Rain Shower" #~ msgstr "Mogući pljuskovi" #~ msgid "Chance Snow Shower" #~ msgstr "Moguće snežne padavine" #~ msgid "Chance of Drizzle" #~ msgstr "Moguća sitna kiša" #~ msgid "Chance of Flurry" #~ msgstr "Moguće povremene padavine" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Moguća sitna ledena kiša" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Moguća sitna ledena kiša" #~ msgid "Chance of Frozen Mix" #~ msgstr "Moguća sitna kiša i poledica" #~ msgid "Chance of Light Snow" #~ msgstr "Moguć lagan sneg" #~ msgid "Chance of Rain" #~ msgstr "Moguća kiša" #~ msgid "Chance of Rain Showers" #~ msgstr "Mogući pljuskovi" #~ msgid "Chance of Sleet " #~ msgstr "Moguća susnežica" #~ msgid "Chance of Snow" #~ msgstr "Moguć sneg" #~ msgid "Chance of Snow Showers" #~ msgstr "Moguć jak sneg" #~ msgid "Chance of Storms" #~ msgstr "Moguća oluja" #~ msgid "Clear" #~ msgstr "Vedro" #~ msgid "Clearing" #~ msgstr "Razvedravanje" #~ msgid "Cloudy" #~ msgstr "Oblačno" #~ msgid "Fair" #~ msgstr "Vedro" #~ msgid "Flurries" #~ msgstr "Povremene padavine" #~ msgid "Foggy" #~ msgstr "Maglovito" #~ msgid "Freezing Drizzle" #~ msgstr "Hladna sitna kiša" #~ msgid "Frozen Mix" #~ msgstr "Hladne padavine" #~ msgid "Hazy" #~ msgstr "Maglovit" #~ msgid "Headline" #~ msgstr "Naslov" #~ msgid "Heavy Rain" #~ msgstr "Jaka kiša" #~ msgid "Hot and Humid" #~ msgstr "Toplo i vlažno" #~ msgid "Mostly Cloudy" #~ msgstr "Uglavnom oblačno" #~ msgid "Mostly Sunny" #~ msgstr "Uglavnom lepo vreme" #~ msgid "Nowcast" #~ msgstr "Trenutno" #~ msgid "Partly Cloudy" #~ msgstr "Delimično oblačno" #~ msgid "Partly Sunny" #~ msgstr "Delimično oblačno" #~ msgid "Scattered Thunderstorms" #~ msgstr "Mestimična grmljavina" #~ msgid "Sunny" #~ msgstr "Bez padavina." #~ msgid "Unknown" #~ msgstr "Nepoznato" #~ msgid "Very Cold" #~ msgstr "Veoma hladno" #~ msgid "Very Hot" #~ msgstr "Veoma toplo" #~ msgid "Warm and Humid" #~ msgstr "Toplo i vlažno" #~ msgid "Windy" #~ msgstr "Vetrovito." #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Press Update options to save new location." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Slova kao što su ä,ö,ü zamenite sa a, o, u, u vašem sistemu pretrage." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Kratak opis" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Jaka kiša" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Sitna kiša" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Jak sneg" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Povremene padavine" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Lagan sneg" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Delimično oblačno" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Grmljavina" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Grmljavina" #, fuzzy #~ msgid "sleet" #~ msgstr "Susnežica" #~ msgid "Save" #~ msgstr "Snimi" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "wp-forecast dodatak nije nađen. Molim vas instalirajte i aktivirajte wp-" #~ "forecast dodatak." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "Čekirajte obojena polja da omogućite date opcije" #, fuzzy #~ msgid "Maximal number of widgets per user" #~ msgstr "Broj dodataka po korisiniku" #~ msgid "Widget-Setup" #~ msgstr "Dodatak-Podešavanje" #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Licensekey" #~ msgstr "Licenca" #~ msgid "Press Update options to save new location." #~ msgstr "Press Update options to save new location." #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Lokacija ne postoji" #~ msgid "GoogleWeather" #~ msgstr "Google Prognoza" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Lokacija nije nadjenja" #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "current temperature" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather failure notice" lang/wp-forecast_cs_CZ-cs_CZ.po000064400000070465150211511020012337 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2013-09-14 19:43+0100\n" "Last-Translator: Jakub Kořistka \n" "Language-Team: \n" "Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-KeywordsList: __;_e\n" "X-Generator: Poedit 1.5.7\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Nadpis:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Dostupné widgety" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Čas" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Déšť" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Sníh" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Jasno" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Převážně jasno" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Částečně zataženo" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Předpověď" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Mlha" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Namrzající mrholení" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Namrzající mrholení" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Namrzající mrholení" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Namrzající mrholení" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Možnost mrholení" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Lehké sněžení" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Možnost přeháněk" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Silný déšť" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Namrzající déšť" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Možnost namrzajícího deště" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Lehké sněžení" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Silné sněžení" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Silné sněžení" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Sněhové přeháňky" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Dešťové přeháňky" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Možnost přeháněk" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Dešťové přeháňky" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Sněhové přeháňky" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Sněhové přeháňky" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Bouřky" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Bouřky" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Bouřky" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Bouřky" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Bouřky" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Bouřky" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Mrholení" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Namrzající mrholení" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Namrzající mrholení" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Mrholení" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Možnost namrzajícího deště" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Silný déšť" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Namrzající mrholení" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Lehké sněžení" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Silný déšť" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Namrzající déšť" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Lehké sněžení" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Silný déšť" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Silný déšť" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Lehké sněžení" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Silné sněžení" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Déšť se sněhem" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Lehké sněžení" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Dešťové přeháňky" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Sněhové přeháňky" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Dešťové přeháňky" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Sněhové přeháňky" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Občasné přeháňky" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Přibývající oblačnost" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Předpověď" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "shortcode pro wp-forecast: Tento prohlížeč nepodporuje iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Výsledek hledání" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Vyberte požadované město a klikněte na Nastavit lokaci." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Kolik widgetů wp-forecast chcete mít?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Odstranit při deaktivaci pluginu nastavení?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Aktualizovat možnosti" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Kontrola připojení k Weatherprovider" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Zvolit widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Nastavení bylo úspěšně aktualizováno" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Aktualizaci lze provést po změně některého pole." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Nastavení widgetu WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Weatherservice" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "The Weather" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "The Weather" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Lokace" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Nastavit lokaci" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Název lokace" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Obnovit vyrovnávací paměť po" #: wp-forecast-admin.php:813 msgid "secs." msgstr "s" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Použít metrickou soustavu" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Použít aktuální čas" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Časový posun" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minut" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Jednotky rychlosti větru" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "metr/sekundu (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "kilometr/hodinu (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "míle/hodinu (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Uzly (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Jazyk" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Zobrazit předpověď rozevírací metodou Ajax" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "První rozevírací den" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Konfigurace zobrazení" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Aktuální podmínky" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Předpověď na den" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Předpověď na noc" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikona" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Čas" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Krátký popis" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Teplota" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Odpovídá teplotě" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Tlak" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Vlhkost" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vítr" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Nárazový vítr" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Krátký popis" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Východ slunce" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Západ slunce" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Odkaz na Weatherprovider" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Otevřít v novém okně" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Předpověď" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Všechny" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Den" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Denní" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Noční" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Aktualizovat možnosti" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Hledat lokaci" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Hledaný pojem" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Kontrola připojení" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Zvolte poskytovatele počasí" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Zahájit kontrolu" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Zavřít" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Kontrola připojení k Weatherprovider" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Otevřít v novém okně" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Lokace:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Oznámení o chybě od poskytovatele" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Nejsou dostupná žádné platné údaje o počasí." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Zkuste to prosím později." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vítr" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Krátký popis" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noc" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Méně dnů..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Více dnů..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "The Weather" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Doba čekání na připojení accuweather (s)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Předvolte komunikační metodu:" #~ msgid "default" #~ msgstr "výchozí" #~ msgid "flik" #~ msgstr "Odpovídá teplotě" #~ msgid "barr" #~ msgstr "Aktuální tlak" #~ msgid "hmid" #~ msgstr "Vlhkost" #~ msgid "winds" #~ msgstr "Rychlost větru" #~ msgid "sunrise" #~ msgstr "Východ slunce" #~ msgid "sunset" #~ msgstr "Západ slunce" #~ msgid "day" #~ msgstr "Den" #, fuzzy #~ msgid "fog" #~ msgstr "Mlha" #~ msgid "loc" #~ msgstr "lokace" #~ msgid "01" #~ msgstr "Slunečno" #~ msgid "02" #~ msgstr "Převážně slunečno" #~ msgid "03" #~ msgstr "Částečně slunečno" #~ msgid "04" #~ msgstr "Částečně oblačno" #~ msgid "05" #~ msgstr "Opar" #~ msgid "06" #~ msgstr "Převážně oblačno" #~ msgid "07" #~ msgstr "Zataženo" #~ msgid "08" #~ msgstr "Deštivo (zataženo)" #~ msgid "11" #~ msgstr "Mlha" #~ msgid "12" #~ msgstr "Přeháňky" #~ msgid "13" #~ msgstr "Převážně oblačno s přeháňkami" #~ msgid "14" #~ msgstr "Částečně slunečno se sprškami" #~ msgid "15" #~ msgstr "Bouřky" #~ msgid "16" #~ msgstr "Převážně oblačno s bouřkami" #~ msgid "17" #~ msgstr "Částečně slunečno s bouřkami" #~ msgid "18" #~ msgstr "Déšť" #~ msgid "19" #~ msgstr "Déšť se sněhem" #~ msgid "20" #~ msgstr "Převážně oblačno a déšť se sněhem" #~ msgid "21" #~ msgstr "Částečně slunečno a a déšť se sněhem" #~ msgid "22" #~ msgstr "Sněžení" #~ msgid "23" #~ msgstr "Převážně oblačno se sněžením" #~ msgid "24" #~ msgstr "Led" #~ msgid "25" #~ msgstr "Déšť se sněhem" #~ msgid "26" #~ msgstr "Namrzající déšť" #~ msgid "29" #~ msgstr "Déšť se sněhem" #~ msgid "30" #~ msgstr "Horko" #~ msgid "31" #~ msgstr "Chladno" #~ msgid "32" #~ msgstr "Větrno" #~ msgid "33" #~ msgstr "Jasno" #~ msgid "34" #~ msgstr "Převážně jasno" #~ msgid "35" #~ msgstr "Částečně zataženo" #~ msgid "36" #~ msgstr "Trhající se oblačnost" #~ msgid "37" #~ msgstr "Zamlžený měsíc" #~ msgid "38" #~ msgstr "Převážně oblačno" #~ msgid "39" #~ msgstr "Převážně oblačno s přeháňkami" #~ msgid "40" #~ msgstr "Převážně oblačno s přeháňkami" #~ msgid "41" #~ msgstr "Částečně oblačno s bouřkami" #~ msgid "42" #~ msgstr "Převážně oblačno s bouřkami" #~ msgid "43" #~ msgstr "Převážně oblačno a déšť se sněhem" #~ msgid "44" #~ msgstr "Převážně oblačno se sněhem" #~ msgid "Monday" #~ msgstr "Pondělí" #~ msgid "Tuesday" #~ msgstr "Úterý" #~ msgid "Wednesday" #~ msgstr "Středa" #~ msgid "Thursday" #~ msgstr "Čtvrtek" #~ msgid "Friday" #~ msgstr "Pátek" #~ msgid "Saturday" #~ msgstr "Sobota" #~ msgid "Sunday" #~ msgstr "Neděle" #~ msgid "N" #~ msgstr "S" #~ msgid "E" #~ msgstr "V" #~ msgid "W" #~ msgstr "Z" #~ msgid "S" #~ msgstr "J" #~ msgid "30% Chance Drizzle" #~ msgstr "30% mrholení" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% namrzající mrholení" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% namrzající déšť" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% mrznoucí mrholení" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% mrznoucí sníh s deštěm" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% dešťové přeháňky" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% sněhové přeháňky" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% mrholení" #~ msgid "30% Chance of Flurry" #~ msgstr "30% lehké sněžení" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% mrznoucí déšť se sněhem" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% lehké sněžení" #~ msgid "30% Chance of Rain" #~ msgstr "30% déšť" #~ msgid "30% Chance of Sleet" #~ msgstr "30% déšť se sněhem" #~ msgid "30% Chance of Snow" #~ msgstr "30% sníh" #~ msgid "30% Chance of Storms" #~ msgstr "30% bouřky" #~ msgid "40% Chance Drizzle" #~ msgstr "40% mrholení" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% mrznoucí mrholení" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% namrzající mrholení" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% namrzající déšť" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% mrznoucí mrholení" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% mrznoucí déšť se sněhem" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% dešťové přeháňky" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% sněhové přeháňky" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% mrholení" #~ msgid "40% Chance of Flurry" #~ msgstr "40% lehké sněžení" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% mrznoucí déšť se sněhem" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% lehké sněžení" #~ msgid "40% Chance of Rain" #~ msgstr "40% déšť" #~ msgid "40% Chance of Sleet" #~ msgstr "40% déšť se sněhem" #~ msgid "40% Chance of Snow" #~ msgstr "40% sníh" #~ msgid "40% Chance of Storms" #~ msgstr "40% bouřky" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% namrzající mrholení" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% namrzající déšť" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% dešťové přeháňky" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% sněhové přeháňky" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% mrholení" #~ msgid "50% Chance of Flurry" #~ msgstr "50% lehké sněžení" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% mrznoucí déšť se sněhem" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% lehký sníh" #~ msgid "50% Chance of Rain" #~ msgstr "50% déšť" #~ msgid "50% Chance of Sleet" #~ msgstr "50% déšť se sněhem" #~ msgid "50% Chance of Snow" #~ msgstr "50% sníh" #~ msgid "50% Chance of Storms" #~ msgstr "50% bouřky" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Možnost mrholení" #~ msgid "Chance Freezing Rain" #~ msgstr "Možnost namrzajícího deště" #~ msgid "Chance Rain Shower" #~ msgstr "Možnost přeháněk" #~ msgid "Chance Snow Shower" #~ msgstr "Možnost sněhových přeháněk" #~ msgid "Chance of Drizzle" #~ msgstr "Možnost mrholení" #~ msgid "Chance of Flurry" #~ msgstr "Možnost lehkého sněžení" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Možnost namrzajícího mrholení" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Možnost mrznoucího mrholení" #~ msgid "Chance of Frozen Mix" #~ msgstr "Možnost mrznoucího deště se sněhem" #~ msgid "Chance of Light Snow" #~ msgstr "Možnost lehkého sněžení" #~ msgid "Chance of Rain" #~ msgstr "Možnost deště" #~ msgid "Chance of Rain Showers" #~ msgstr "Možnost dešťových přeháněk" #~ msgid "Chance of Sleet " #~ msgstr "Možnost deště se sněhem" #~ msgid "Chance of Snow" #~ msgstr "Možnost sněžení" #~ msgid "Chance of Snow Showers" #~ msgstr "Možnost sněhových přeháněk" #~ msgid "Chance of Storms" #~ msgstr "Možnost bouřek" #~ msgid "Clear" #~ msgstr "Jasno" #~ msgid "Clearing" #~ msgstr "Vyjasnění" #~ msgid "Cloudy" #~ msgstr "Zataženo" #~ msgid "Fair" #~ msgstr "Hezky" #~ msgid "Flurries" #~ msgstr "Lehké sněžení" #~ msgid "Foggy" #~ msgstr "Mlhavě" #~ msgid "Freezing Drizzle" #~ msgstr "Namrzající mrholení" #~ msgid "Frozen Mix" #~ msgstr "Mrznoucí déšť se sněhem" #~ msgid "Hazy" #~ msgstr "Opar" #~ msgid "Headline" #~ msgstr "Jasno" #~ msgid "Heavy Rain" #~ msgstr "Silný déšť" #~ msgid "Hot and Humid" #~ msgstr "Horko a vlhko" #~ msgid "Mostly Cloudy" #~ msgstr "Převážně zataženo" #~ msgid "Mostly Sunny" #~ msgstr "Převážně slunečno" #~ msgid "Nowcast" #~ msgstr "Nowcast" #~ msgid "Partly Cloudy" #~ msgstr "Částečně zataženo" #~ msgid "Partly Sunny" #~ msgstr "Částečně slunečno" #~ msgid "Scattered Thunderstorms" #~ msgstr "Občasné bouřky" #~ msgid "Sunny" #~ msgstr "Slunečno" #~ msgid "Unknown" #~ msgstr "Neznámý" #~ msgid "Very Cold" #~ msgstr "Velmi chladno" #~ msgid "Very Hot" #~ msgstr "Velmi teplo" #~ msgid "Warm and Humid" #~ msgstr "Teplo a vlhko" #~ msgid "Windy" #~ msgstr "Větrno" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Novou lokaci uložíte kliknutím na tlačítko Aktualizovat možnosti." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "V hledaných pojmech nahraďte znaky ä,ö,ü za a, o, u." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Krátký popis" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Silný déšť" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Mrholení" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Silné sněžení" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Lehké sněžení" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Lehké sněžení" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Částečně zataženo" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Bouřky" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Bouřky" #, fuzzy #~ msgid "sleet" #~ msgstr "Déšť se sněhem" #~ msgid "Save" #~ msgstr "Uložit" #~ msgid "Widget-Setup" #~ msgstr "Widget-nastavení" #~ msgid "Partner-ID" #~ msgstr "Partnerské ID" #~ msgid "Licensekey" #~ msgstr "Licenční klíč" #~ msgid "Press Update options to save new location." #~ msgstr "Novou lokaci uložíte kliknutím na tlačítko Aktualizovat možnosti." #~ msgid "Partner ID" #~ msgstr "Partnerské ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Místo neexistuje" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "The Weather" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Žádná lokace nebyla nalezena." #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "current temperature" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather failure notice" lang/wp-forecast_el_EL-el_EL.mo000064400000014333150211511020012262 0ustar00Rm<#:@ Q[nsw* ,%R[` v    %' M f ~        ' G M 'R z    0      0 B Q V ` .o      = C d #k  E   )#Cg |p' >BK: 3#Wf'y  "5&F+\!(+S4q5  #-'D-l*C!EMg Y-IXq h ."!Q"s?  ,8e6  C NX _k`z - 5A=+<;>$ P(40OB917MNQ 3D'8/)?!.*, @J"ELI KC%6&G:F2#RHAllAvailable widgetsBeaufort (bft)Check connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease enter a non empty searchstringPlease select a locationPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchresultsSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:UV-IndexUpdate optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultmax. UV-Indexminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast 4.2 Report-Msgid-Bugs-To: PO-Revision-Date: 2013-10-21 13:31+0200 Last-Translator: Nikos Language-Team: Language: el_EL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 1.5.7 X-Poedit-SourceCharset: UTF-8 ΌλαΔιαθέσιμες μονάδεςμποφόρ (bft)Έλεγχος σύνδεσης με τον πάροχο καιρούΚλείσιμοΈλεγχος σύνδεσηςΠνευματικά δικαιώματαΤρέχουσες συνθήκεςΗμερομηνίαΗμέραΔιάρκεια ημέραςΔιαγραφή των επιλογών κατά την απενεργοποίηση του πρόσθετου;Εμφάνιση διαμόρφωσηςΨιχάλαΕιδοποίηση σφάλματος από τον πάροχοΠρώτη μέρα στο αναδυόμενο μενούΟμίχληΠρόβλεψηΠρόβλεψη ημέραςΠρόβλεψη νύχταςΠόσες μονάδες wp-forecast θέλετε;ΥγρασίαΕικονίδιοΧιλιόμετρα/ώρα (χιλ/ω)Knots (kts)ΓλώσσαΛιγότερες ημέρες...Σύνδεσμος στον πάροχο καιρούΤοποθεσίαΌνομα τοποθεσίαςΤοποθεσίες:μέτρα/δευτερόλεπτο (μ/δ)Μίλια/ώρα (μιλια/ω)Περισσότερες ημέρες...Διάρκεια νύχταςΆνοιγμα σε νέο παράθυροΠαρακαλώ καταχωρίστε μια επιλογή αναζήτησης.Παρακαλώ επιλέξτε τοποθεσίαΠαρακαλώ δοκιμάστε αργότερα.ΠίεσηΒροχήΠραγματική αίσθησηΑνανέωση μνήμης μετά απόΑναζήτηση τοποθεσίαςΑποτελέσματα αναζήτησηςΌρος αναζήτησηςΕπιλογή παρόχου καιρούΕπιλέξτε μονάδαΟι ρυθμίσεις αποθηκεύτηκαν επιτυχώςΣύντομη περιγραφήΕμφάνιση πρόβλεψης ως αναδυόμενο μενού ajaxΧιονόνεροΧιόνιΣυγνώμη, δεν υπάρχουν διαθέσιμα στοιχεία καιρού.Έναρξη ελέγχουΑνατολήΗλιοβασίλεμαΘερμοκρασίαΟ καιρόςΏραTime-OffsetΧρονοκαθυστέρηση συνδέσεων από τον πάροχο καιρού (δευτ.);Τίτλος:Υπεριώδης ακτινοβολία (UV)Ανανέωση επιλογώνΧρήση τωρινής ώραςΧρήση μονάδων μετρικού συστήματοςΡυθμίσεις WP-ForecastΥπηρεσία καιρούΆνεμοιΡιπές ανέμουΜονάδα ταχύτητας ανέμωνΘα πρέπει να κάνετε αλλαγή σε κάποιο πεδίο για να ανανεώσετε τις ρυθμίσεις.Προκαθορισμένομεγ. Υπεριώδης ακτινοβολία (UV)λεπτάδευτ.ώραwidget_hintwp-forecast %swp-forecast shortcode: Αυτός ο περιηγητής δεν υποστηρίζει iframes.lang/wp-forecast_ru_RU-ru_RU.mo000064400000007531150211511020012414 0ustar004G\xy} * ,#PY^ t     &4R'd   . OU Zfu !' I g   B !  ) F De   &    07 h #{  C 5 (V '  4  J& q ~   " 2 > $_ !X& . 9F$ ) *3('".0&4#%1  /,! -+2AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2009-02-02 17:03+0100 Last-Translator: Stefano Language-Team: Valeria Pellegirini Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-KeywordsList: __;_e;_c X-Poedit-Language: Russian X-Poedit-Country: RUSSIAN FEDERATION X-Poedit-SourceCharset: utf-8 ВсеДоступные виджетыАвторские праваСостояние погодыДатаДень Дневное времяУдалить плагин в ходе дизактивации ?Настройка дисплеяПрогноз Прогноз на деньПрогноз на вечерСколько WP-прогноз виджетов вы хотели?Влажность%Икона РСКилометр в час (км / ч)Узлы в час (KTS)Язык Местонахождение Название местонахожденияМетр /Сек. Миль в час (миль / ч) Вечернее времяПожалуйста, повторите попытку позже.Давление мм.рт.ст.Температура на данный моментОбновление кэш-памятиПоиск местоположенияПоискВыберите виджетНастройки успешно обновленыКраткое описание К сожалению, отсутствуют данные о погодеВосходЗакатТемпература ПогодаВремяНазваниеОбновить страницуИспользовать текущее времяИспользование метрических единицWP-прогноз установкиВетерНаправление ветраСкорость ветраВы должны изменить поле для обновления настроексек.ВремяВиджетWP-прогноз lang/wp-forecast_uk_UA-uk_UA.po000064400000054415150211511020012342 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2010-04-06 17:03+0100\n" "Last-Translator: Pavel \n" "Language-Team: Pavel \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: __;_e;_c\n" "X-Poedit-Language: Ukrainian\n" "X-Poedit-Country: UKRAINE\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Назва" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Доступні віджети" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "час" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Прогноз" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Краткое описание " #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Краткое описание " #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Краткое описание " #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Краткое описание " #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Краткое описание " #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Краткое описание " #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Краткое описание " #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Прогноз" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Результат пошуку" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Будь ласка, выберіть ваше місто та нажміть пошук" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "Віджет" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Скільки WP-прогноз віджетів ви хотіли?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Видалити плагін під час дизактивації?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Поновити сторінку" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Лінк на AccuWeather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Виберіть віджет" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Налаштування поновлено успішно" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Ви повинні змінити поле для поновлення налаштувань" #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-прогноз Опції" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Погода" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Погода" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Погода" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Місцезнаходження" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Установити Місцезнаходження" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Назва місцезнаходження" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Поновлення кеш-пам'яті" #: wp-forecast-admin.php:813 msgid "secs." msgstr "сек." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Використання метричних одиниць" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Використовувати поточний час" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "хвилини" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Швидкість вітру" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Метр/Сек. (м/с)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Кілометр за годину (км/г)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Міль за годину (міль/г) " #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Вузлів за годину (KTS)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Мова" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Налаштування дісплею" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Состояние погоды" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Прогноз на день" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Прогноз на вечір" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Иконка РС" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Дата" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Час" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Краткое описание " #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Температура" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Температура на поточний момент" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Тиск" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Вологість%" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Вітер" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Напрям вітру" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Краткое описание " #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Схід" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Захід" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Авторські права" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Лінк на AccuWeather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Прогноз" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Все" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "День" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Денний час" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Вечірній час" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Поновити сторінку" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Пошук місцезнаходження" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Пошук" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Лінк на AccuWeather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Лінк на AccuWeather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "WP-прогноз " #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "WP-прогноз " #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "WP-прогноз " #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Місцезнаходження" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "На жаль, відсутні дані про погоду" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Будь ласка, повторіть спробу пізніше." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Вітер" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Краткое описание " #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "ніч" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "WP-прогноз " #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "WP-прогноз " #: wpf-setup.php:112 msgid "The Weather" msgstr "Погода" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Тайм-аут для з'єднання з AccuWeather (сек.)" #~ msgid "flik" #~ msgstr "температура на даний момент" #~ msgid "barr" #~ msgstr "тиск" #~ msgid "hmid" #~ msgstr "волог." #~ msgid "winds" #~ msgstr "вітер" #~ msgid "sunrise" #~ msgstr "схід" #~ msgid "sunset" #~ msgstr "захід" #~ msgid "day" #~ msgstr "день" #~ msgid "loc" #~ msgstr "loc" #~ msgid "01" #~ msgstr "Безхмарно" #~ msgid "02" #~ msgstr "Місцями сонячно" #~ msgid "03" #~ msgstr "Ясно" #~ msgid "04" #~ msgstr "Хмарно" #~ msgid "05" #~ msgstr "Сонячно" #~ msgid "06" #~ msgstr "Часткова хмарність" #~ msgid "07" #~ msgstr "Хмарно" #~ msgid "08" #~ msgstr "Похмуро" #~ msgid "11" #~ msgstr "Туман" #~ msgid "12" #~ msgstr "Дощ" #~ msgid "13" #~ msgstr "Малохмарно, дощ" #~ msgid "14" #~ msgstr "Малохмарно, місцями дощі" #~ msgid "15" #~ msgstr "Грози" #~ msgid "16" #~ msgstr "Малохмарно, ливні" #~ msgid "17" #~ msgstr "Малохмарно, грози" #~ msgid "18" #~ msgstr "Дощ" #~ msgid "19" #~ msgstr "Поривчастий вітер" #~ msgid "20" #~ msgstr "Похмуро, поривчастий вітер" #~ msgid "21" #~ msgstr "Малохмарно, поривчастий вітер" #~ msgid "22" #~ msgstr "Сніг" #~ msgid "23" #~ msgstr "Місцями сніг" #~ msgid "24" #~ msgstr "Лід" #~ msgid "25" #~ msgstr "Мокрий сніг" #~ msgid "26" #~ msgstr "Град" #~ msgid "29" #~ msgstr "Дощ зі снігом" #~ msgid "30" #~ msgstr "Жарко" #~ msgid "31" #~ msgstr "Холодно" #~ msgid "32" #~ msgstr "Вітрено" #~ msgid "33" #~ msgstr "Ясно" #~ msgid "34" #~ msgstr "Малохмарно" #~ msgid "35" #~ msgstr "Місцями хмарно" #~ msgid "36" #~ msgstr "Перемінна хмарність" #~ msgid "37" #~ msgstr "Димка" #~ msgid "38" #~ msgstr "Часткова хмарність" #~ msgid "39" #~ msgstr "Малохмарно, осадки" #~ msgid "40" #~ msgstr "Хмарно, дощі" #~ msgid "41" #~ msgstr "Хмарно, гроза" #~ msgid "42" #~ msgstr "Похмуро, гроза" #~ msgid "43" #~ msgstr "Похмуро, дощі" #~ msgid "44" #~ msgstr "Похмуро, сніг" #~ msgid "Monday" #~ msgstr "Понеділок" #~ msgid "Tuesday" #~ msgstr "Вівторок" #~ msgid "Wednesday" #~ msgstr "Середа" #~ msgid "Thursday" #~ msgstr "Четверг" #~ msgid "Friday" #~ msgstr "П'ятниця" #~ msgid "Saturday" #~ msgstr "Субота" #~ msgid "Sunday" #~ msgstr "Неділя" #~ msgid "N" #~ msgstr "Північ" #~ msgid "E" #~ msgstr "Захід" #~ msgid "W" #~ msgstr "Схід" #~ msgid "S" #~ msgstr "Південь" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Прогноз " #, fuzzy #~ msgid "Sunny" #~ msgstr "Сонячно" #, fuzzy #~ msgid "Windy" #~ msgstr "Вітер" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "" #~ "Нажміть на Поновити сторінку, щоб установити нове місцезнаходження." #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Лінк на AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Будь ласка, заменіть німецькі Umlaute ä,ö,ü на a ,o, u при пошуку" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Лінк на AccuWeather" #~ msgid "Save" #~ msgstr "Записати" #~ msgid "Press Update options to save new location." #~ msgstr "" #~ "Нажміть на Поновити сторінку, щоб установити нове місцезнаходження." #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Погода" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Погода" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Погода" #~ msgid "No locations found." #~ msgstr "Місцезнаходження не знайдено" #~ msgid "tmp" #~ msgstr "Tмп" lang/wp-forecast_de_DE-de_DE.mo000064400000033350150211511020012222 0ustar00 @)Aksw  , :#Dh"   * ESj    ^p y    0N `k{,w   '9L ^i|"       /4 ESi|   %*Pi   !&7 G U` w  *C_ nz    ' 5 =IQ X d?p 1Qn !->Oe$ . 3= q {       = 1!!!$##### %%%%% %4&*N&y& ~&& &&&&&& &/& ''5'K'd'k'r'x''!' '''b' N(Y(n(((((((())") 7)X)n))))4))*y ** *** ****+++:+O+d+y++++++++, ,!, 5, C,Q,e,y,,,,,,,,, ,--(-:-I-Q-Y-b-%s--'- - - -..(. ..:.O. c."p. .. .. ...0/7/G/Y/m////$// 0 0,0 E0 R0`0h0w00000070 11 1,1 <1 G1;R1111112292U2h2 m2{222!22*2#2333Q3o33333 33334R#4=v44 4 44444m5|55>556ThjV. ,w-!LA2ag*sb:SWyxQ7R( +%I~r8"]J?0#`P^n &c{OuC}D4F\U5)_pe|3Ntf ;>E </$=l6m @vBYdoX9qMZi['KH1GzkAPI key to use location from ipstack.com API-KeyAllApparentAs of September 10, 2023 it seems Accuweather has discontinued the free api-service. Please switch to either Openweathermap or Open-Meteo instead. For use with OpenWeatherMap.org you will need a personal API-Key and have to register at their site. All your Accuweather Widgets have been set to Open-Meteo to avoid errors on your website. Please check if all settings are correct.AshAvailable widgetsBeaufort (bft)Broken cloudsChangelogCheck connection to WeatherproviderChecklist for connection testChoose color for weatherfont iconsClear skyCloseConnection-checkCopyrightCurrent ConditionsCurrent UV indexCurrent UV-IndexDateDayDaytimeDelete options during plugin deactivation?Dense drizzleDense freezing drizzleDisplay ConfigurationDo not load default CSSDrizzleDrizzle rainDustEnglish ManualExtreme rainFailure notice from providerFew cloudsFirst day in pull-downFogFor OpenWeatherMap please enter your API-Key for Widget A before starting the connection test.ForecastForecast DayForecast NightFreezing rainGerman ManualGerman wp-forecast SiteGlobal SettingsHazeHeavy drizzleHeavy drizzle rainHeavy freezing rainHeavy rainHeavy shower rainHeavy shower rain and drizzleHeavy shower snowHeavy snowHeavy snow fallHeavy snow showersHeavy thunderstormHow many wp-forecast widgets would you like?HumidityIconIf you are looking for instructions or help on wp-forecast, please use the following ressources. If you are stuck you can always write an email toKilometer/Hour (km/h)Knots (kts)LanguageLatitudeLess forecast...Light drizzleLight drizzle rainLight freezing drizzleLight freezing rainLight rainLight rain and snowLight shower rainLight shower sleetLight shower snowLight snowLight thunderstormLink to WeatherproviderLinks will open in new Window/Tab.LocationLocationnameLocations:LongitudeMainly clearMax. UV indexMax. UV-IndexMeter/Second (m/s)Miles/Hour (mph)MistModerate drizzleModerate rainModerate rain showersModerate snow fallMore forecast...NightNighttimeOpen in new WindowOpen-MeteoOpen-Meteo HitsOpenUV - API-KeyOpenWeatherMap v3OpenWeathermapOvercastOvercast cloudsOzonePartly cloudyPlease enter a non empty searchstringPlease select a locationPlease try again later.Precip.PrecipitationPressureRagged shower rainRagged thunderstormRainRain and snowRealfeelRefresh cache afterRime fogSafe Exposure Time for Skin TypeSandScattered cloudsSearch locationSearchresultsSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow OzoneShow UV graph:Show UV-IndexShow alternative UV-iconsShow forecast as ajax pull-downShow max. UV-IndexShow safe exposure time:Show wind condition as iconShower drizzleShower rainShower rain and drizzleShower sleetShower snowSleetSlight rainSlight rain showersSlight snow fallSlight snow showersSmokeSnowSnow grainsSorry, no valid weather data available.SquallsStart checkSunriseSunsetTemperatureThe WeatherThe search will be performed using OpenMeteo location database.ThunderstormThunderstorm with drizzleThunderstorm with heavy drizzleThunderstorm with heavy hailThunderstorm with heavy rainThunderstorm with light drizzleThunderstorm with light hailThunderstorm with light rainThunderstorm with rainTimeTime-OffsetTitle:TornadoUV-IndexUpdate global optionsUpdate optionsUse CSS-Sprites for showing iconsUse UV-Data from openuv.ioUse current timeUse metric unitsUse visitors locationUse weatherfont for iconsUsing wp-forecast with WPML (german)Very heavy rainViolent rain showersWP-Forecast SetupWeatherserviceWindWindgustsWindsWindspeed-UnitYou have to change a field to update settings.You have to set the API-Key to test OpenWeatherMap.clear skymax. UV indexmax. UV-Indexminutessecs.timewidget_hintwp-forecast %swp-forecast Helpwp-forecast on WordPress.orgwp-forecast shortcode: This browser does not support iframes.wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your plan includes the OneCall API.wp-forecast-uv %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2025-01-05 08:54+0100 Last-Translator: tuxlog Language-Team: Hans Matzen Language: de_DE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Poedit-KeywordsList: _e;__ X-Generator: Poedit 3.2.2 API Key zur Nutzung von ipstack.com API-KeyAlleGefühltSeit dem 10. September 2023 hat Accuweather die freie Schnittstelle eingestellt. Bitte wechseln Sie stattdessen auf entweder OpenWeatherMap oder Open-Meteo. Für die Verwendung von OpenWeatherMap benötigen Sie einen API-Schlüssel, den Sie auf OpenWeatherMap.org nach Registrierung erhalten können. Alle Accuweather Widgets wurden automatisch auf Open-Meteo umgestellt, um Fehler und Abbrüche auf der Website zu vermeiden. Bitte überprüfen Sie die Einstellungen.AscheregenVerfügbare WidgetsBeaufort (bft)Aufgelockerte BewölkungÄnderungshistorieVerbindungstest zum WetterdienstCheckliste für den Verbindungstest zum WetterdienstFarbe für die Wetterfont-Icons auswählenKlarSchliessenVerbindungstestCopyrightAktuelles WetterUV-IndexUV-IndexDatumTagTagsüberLösche Einstellungen bei Plugin-Deaktivierung?Dichter NieselDichter gefrierender NieselAnzeige EinstellungenStandard CSS nicht ladenNieselNieselStaubEnglisches HandbuchExtremer RegenFehlermeldung des WetterprovidersWenige WolkenErster Tag zum AufklappenNebelFür den Verbindungstest mit OpenWeatherMap geben Sie bitte Ihren API-Schlüssel bei Widget A ein.VorhersageVorhersage tagsüberVorhersage nachtsÜberfrierender RegenDeutsches HandbuchDeutsche wp-forecast SeiteGenerelle EinstellungenDunstStarker NieselSchwerer NieselSchwerer EisregenSchwerer RegenSchwere RegenschauerSchwere Niesel- und RegenschauerSchwere SchneeschauerSchwerer SchneefallSchwerer SchneefallSchwere SchneeschauerSchweres GewitterWieviele wp-forecast widgets möchten Sie verwenden?LuftfeuchtigkeitSymbolDie folgenden Ressourcen geben Hilfestellung zu wp-forecast. Bei Fragen oder Problemen freue ich mich über eine email anKilometer/Stunde (km/h)Knoten (kts)SpracheGeographische BreiteWeniger...Leichter NieselLeichter NieselLeichter gefrierender NieselLeichter gefrierender RegenLeichter RegenLeichter SchneeregenLeichte RegenschauerLeichte RegenschauerLeichte SchneeschauerLeichter SchneefallLeichtes GewitterLink zum WetterproviderDie Verweise öffnen ein neues Fenster/Tab.OrtOrtsnameOrte:Geographische LängeGrößtenteils klarMax. UV-IndexMax. UV-IndexMeter/Sekunde (m/s)Meilen/Stunde (mph)NebelMäßiger NieselMäßiger RegenMäßige RegenschauerMäßiger SchneefallMehr...NachtNachtsIn neuem Fenster öffnenOpen-MeteoOpen-Meteo TrefferOpenUV - API-KeyOpenWeathermap v3OpenWeathermapBedecktBedecktOzonwertTeilweise wolkigBitte geben Sie einen Suchbegriff einBitte einen Ort auswählenBitte versuchen Sie es später nochmal.Niederschlag.NiederschlagLuftdruckHeftige RegenschauerHeftiges GewitterRegenSchneeregenGefühlte TemperaturCache erneuern nachRaureifnebelMax. Aufenthaltsdauer für HauttypSandsturmAufgelockerte BewölkungOrt suchenSuchergebnisseSuchbegriffWetterdienst auswählenWidget auswählenDie Einstellungen wurden erfolgreich gespeichertKurzbezeichnungOzonwert anzeigenUV Grafik anzeigen:UV-Index anzeigenVerwende alternative UV-IconsAufklappbare VorhersageanzeigeMax. UV-Index anzeigenMögliche Aufenthaltsdauer anzeigen:Windrose (Icon) anzeigenNieselschauerRegenschauerNiesel- und RegenschauerRegenschauerSchneeschauerGraupelLeichter RegenLeichte RegenschauerLeichter SchneefallLeichte SchneeschauerRauchSchneeGraupelAktuell liegen keine gültigen Wetterinformationen vor.SturmböenStarte PrüfungSonnenaufgangSonnenuntergangTemperaturDas WetterDie Suche wird über die OpenMeteo Datenbank durchgeführt.GewitterGewitter mit NieselGewitter mit schwerem NieselGewitter mit schwerem HagelGewitter mit schwerem RegenGewitter mit leichtem NieselGewitter mit leichtem HagelGewitter mit leichtem RegenGewitter mit RegenZeitZeitkorrekturTitel:TornadoUV-IndexGenerelle Einstellungen speichernEinstellungen speichernVerwende CSS-Sprites zur Anzeige der IconsAnzeigen von UV-Daten von openuv.ioVerwende aktuelle ZeitMetrische Einheiten verwendenErmittle Ort über IP-AdresseWetterfont verwendenWp-forecast mit WPML verwendenSehr schwerer RegenHeftige RegenschauerWP-Forecast EinstellungenWetterdienstWindBöenWindEinheit der WindgeschwindigkeitUm die Einstellungen zu aktualisieren, müssen Sie mindestens ein Feld verändern.Um OpenWeatherMap zu testen muss der API-Key hinterlegt sein.klarmax. UV-Indexmax. UV-IndexMinutenSek.UhrzeitZum Konfigurieren der wp-forecast Widgets,
rufen Sie bitte die WP-Forecast Admin Seite unter Einstellungen / WP-Forecast aufwp-forecast %swp-forecast Hilfewp-forecast auf WordPress.orgwp-forecast shortcode: Der Browser unterstützt keine iframes.wp-forecast unterstützt die kostenlose API von OpenMeteo, die OpenWeatherMap v2.5 Free API oder die OpenWeatherMap OneCall API v3. Bei Nutzung über OpenWeatherMap v3 muss der API Schlüssel für die OneCall API frei geschaltet sein.wp-forecast-uv %slang/wp-forecast_he_IL-he_IL.mo000064400000012416150211511020012262 0ustar00Ok # ',0*8cy , /8Ia j w % + 4 9 B V f t        ' C O W ^ j v 0{           ., [ c q y  = 5  @, m v     R 5 I T2u 9 %2RY't  23K" 0Dd(yC,#>8E~  Y . 8B \(} Qey I,H/&K"2$3I 5 D8)' O0<=9 4?!J7E6%BF*C G@>L(#:.1-NA+;MAllAvailable widgetsCheck connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease enter a non empty searchstringPlease select a locationPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchresultsSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downShow wind condition as iconSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTimeout for weatherprovider connections (secs.)?Title:UV-IndexUpdate optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultmax. UV-Indexminutessecs.timewidget_hintwp-forecast shortcode: This browser does not support iframes.Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: PO-Revision-Date: 2013-11-04 21:40+0200 Last-Translator: Udi's Blog Language-Team: LANGUAGE Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 1.5.7 הכלוידג'טים שימושייםבדוק את החיבור לספק מידע מזג האווירסגורבדיקת קישורזכויות יוצריםתנאים נוכחייםתאריךיוםשעות יוםהאם למחוק את ההגדרות בזמן הפסקת פעילות התוסף?הצג הגדרותטפטוףהודעת שגיאה מהספקהיום הראשון בתפריט נגלל מטהערפלתחזיתתחזית יוםתחזית לילהכמה וידג'טים של מזג האוויר תרצו?לחותאייקוןקילומטר/שעה (קמ"ש)שפהתחזית מקוצרת...קישור לספק מזג האווירמיקוםשם המיקוםמיקומים:מטר לשנייה (מ'/שנ')מייל לשעה (מ'/ש')תחזית מורחבת...שעות לילהפתח בחלון חדשנא הכנס מחרוזת חיפוש לא ריקהבחרו מיקום בבקשהנסו שוב מאוחר יותר.לחץ ברומטריגשםתחושה אמיתיתרעננו לאחרחפש מיקוםחפש תוצאותתנאי חיפושבחר ספק מזג אווירבחרו וידג'טההגדרות עודכנו בהצלחהתאור קצרהראה את התחזית כתפריט נגלל מטה (אג'קס)הראה את מצב הרוח כאייקוןגשם ושלג מעורבשלגמצטערים, אין מידע על מזג האווירהתחל בדיקהזריחהשקיעהטמפרטורהמזג האווירשעהזמן ההמתנה למענה מספק מידע על מזג האוויר (בשניות)?נושא:מדד UVעדכן אפשרויותהשתמשו בזמן נוכחיהשתמשו ביחידות מטריותהגדרת התוסףשירות מזג האוויררוחמשבי רוחיחידות מהירות רוחאתם צריכים לשנות ערך על מנת לעדכן את ההגדרות.ברירת מחדלמדד UV מקסימלידקותשניותזמןרמז לווידג'טהודעת קוד תוסף: הדפדפן הזה לא תומך ב- iframeslang/wp-forecast_sv_SE-sv_SE.po000064400000070761150211511020012372 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast swedish translation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2010-04-14 07:00+0100\n" "Last-Translator: Hans Matzen \n" "Language-Team: HÃ¥kan Carlström\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: SWEDEN\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Tillgängliga widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "tid" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Regn" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Snö" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Klart" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Mestadels klart" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Delvis molnigt" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prognos" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Dimma" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Underkylt duggregn" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Underkylt duggregn" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Underkylt duggregn" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Underkylt duggregn" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Risk för underkylt duggregn" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Lätt sn&oul;fall" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Risk för regnskurar" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Kraftigt regn" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Underkylt regn" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Risk för underkylt regn" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Lätt sn&oul;fall" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Kraftigt snöfall" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Kraftigt snöfall" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Snöfall" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Regnskurar" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Risk för regnskurar" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Regnskurar" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Snöfall" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Snöfall" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Åska" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Åska" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Åska" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Åska" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Åska" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Åska" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Duggregn" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Underkylt duggregn" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Underkylt duggregn" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Duggregn" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Risk för underkylt regn" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Kraftigt regn" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Underkylt duggregn" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Lätt sn&oul;fall" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Kraftigt regn" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Underkylt regn" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Lätt sn&oul;fall" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Kraftigt regn" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Kraftigt regn" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Lätt sn&oul;fall" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Kraftigt snöfall" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Snöblandat regn" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Lätt sn&oul;fall" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Regnskurar" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Snöfall" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Regnskurar" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Snöfall" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Spridda skurar" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "…kande molnighet" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prognos" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" "wp-forecast shortcode: Denna webläsare saknar stöd för " "iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Sökresultat" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Välj stad och tryck spara plats." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" "För att konfigurera wp-forecast widgetarna,
gå till " "Inställningar / WP-Forecast." #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Hur många wp-forecast widgets vill du ha?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Radera inställningar vid inaktivering av plugin?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Spara inställningar" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Kontrollera anslutning till vädertjänst" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Välj widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Inställningar sparade" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" "Du måste ändra ett fält för att spara instä" "llningarna." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Inställningar" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Vädertjänst" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Vädret" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Vädret" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Plats" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Spara plats" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Platsnamn" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Förnya cache efter" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sekunder" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Använd metriska enheter" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Använd nuvarande tid" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Tidsförskjutning" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "minuter" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Enhet för vindhastighet" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekund (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Timme (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Miles/Timme (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knop (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Språk" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Visa prognos som ajax rullgardin" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Första dag i rullgardinen" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Visningsinställningar" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Nuvarande förhållande" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognos dag" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognos natt" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikon" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Tid" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kort beskrivning" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Upplevd temperatur" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Tryck" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Luftfuktighet" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Vindbyar" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kort beskrivning" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Soluppgång" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Solnedgång" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Länk till vädertjänst" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Öppna i nytt fönster" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prognos" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Alla" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Dagtid" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Nattetid" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Spara inställningar" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Leta efter plats" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Sökterm" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Anslutningskontroll" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Välj vädertjänst" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Starta kontroll" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Stäng" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Kontrollera anslutning till vädertjänst" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "WP-Forecast Inställningar" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Öppna i nytt fönster" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "WP-Forecast Inställningar" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Platser:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Felmeddelande frŒn leverantören" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Tyvärr, ingen giltig väderdata tillgänglig." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Försök senare." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kort beskrivning" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "natt" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Visa mindre prognos..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Visa mer prognos..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:112 msgid "The Weather" msgstr "Vädret" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout för vädertjänstanslutningar (sekunder)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Förhandsvald överföringsmetod för WordPress" #~ msgid "default" #~ msgstr "standard" #~ msgid "flik" #~ msgstr "Upplevd temperatur" #~ msgid "barr" #~ msgstr "Nuvarande tryck" #~ msgid "hmid" #~ msgstr "Luftfuktighet" #~ msgid "winds" #~ msgstr "Vindhastighet" #~ msgid "sunrise" #~ msgstr "Soluppgång" #~ msgid "sunset" #~ msgstr "Solnedgång" #~ msgid "day" #~ msgstr "dag" #, fuzzy #~ msgid "fog" #~ msgstr "Dimma" #~ msgid "01" #~ msgstr "Soligt" #~ msgid "02" #~ msgstr "Mestadels soligt" #~ msgid "03" #~ msgstr "Delvis soligt" #~ msgid "04" #~ msgstr "Moln ibland" #~ msgid "05" #~ msgstr "Disigt solsken" #~ msgid "06" #~ msgstr "Mestadels molnigt" #~ msgid "07" #~ msgstr "Molnigt" #~ msgid "08" #~ msgstr "Mulet" #~ msgid "11" #~ msgstr "Dimma" #~ msgid "12" #~ msgstr "Skurar" #~ msgid "13" #~ msgstr "Mestadels molnigt med skurar" #~ msgid "14" #~ msgstr "Delvis molnigt med skurar" #~ msgid "15" #~ msgstr "Åskstorm" #~ msgid "16" #~ msgstr "Mestadels molnigt med åskstorm" #~ msgid "17" #~ msgstr "Delvis soligt med åskstorm" #~ msgid "18" #~ msgstr "Regn" #~ msgid "19" #~ msgstr "Kastbyar" #~ msgid "20" #~ msgstr "Mestadels molnigt med kastbyar" #~ msgid "21" #~ msgstr "Delvis soligt med kastbyar" #~ msgid "22" #~ msgstr "Snö" #~ msgid "23" #~ msgstr "Mestadels molnigt med snö" #~ msgid "24" #~ msgstr "Is" #~ msgid "25" #~ msgstr "Snöblandat regn" #~ msgid "26" #~ msgstr "Iskallt regn" #~ msgid "29" #~ msgstr "Regn och snö" #~ msgid "30" #~ msgstr "Varmt" #~ msgid "31" #~ msgstr "Kallt" #~ msgid "32" #~ msgstr "Blåsigt" #~ msgid "33" #~ msgstr "Klart" #~ msgid "34" #~ msgstr "Mestadels klart" #~ msgid "35" #~ msgstr "Delvis molnigt" #~ msgid "36" #~ msgstr "Moln ibland" #~ msgid "37" #~ msgstr "Disigt månljus" #~ msgid "38" #~ msgstr "Mestadels molnigt" #~ msgid "39" #~ msgstr "Delvis molnigt med skurar" #~ msgid "40" #~ msgstr "Mestadels molnigt med skurar" #~ msgid "41" #~ msgstr "Delvis molnigt med åskstorm" #~ msgid "42" #~ msgstr "Mestadels molnigt med åskstorm" #~ msgid "43" #~ msgstr "Mestadels molnigt med kastbyar" #~ msgid "44" #~ msgstr "Mestadels molnigt med snö" #~ msgid "Monday" #~ msgstr "Måndag" #~ msgid "Tuesday" #~ msgstr "Tisdag" #~ msgid "Wednesday" #~ msgstr "Onsdag" #~ msgid "Thursday" #~ msgstr "Torsdag" #~ msgid "Friday" #~ msgstr "Fredag" #~ msgid "Saturday" #~ msgstr "Lördag" #~ msgid "Sunday" #~ msgstr "Söndag" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "O" #~ msgid "W" #~ msgstr "V" #~ msgid "S" #~ msgstr "S" #~ msgid "30% Chance Drizzle" #~ msgstr "30% risk för duggregn" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% risk för underkylt duggregn" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% risk för underkylt regn" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% risk för fryst duggregn" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% risk för fryst blandning" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% risk för regnskurar" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% risk för snöfall" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% risk för duggregn" #~ msgid "30% Chance of Flurry" #~ msgstr "30% risk för regnbyar" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% risk för fryst blandning" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% risk för lätt snöfall" #~ msgid "30% Chance of Rain" #~ msgstr "30% risk för regn" #~ msgid "30% Chance of Sleet" #~ msgstr "30% risk för snöblandat regn" #~ msgid "30% Chance of Snow" #~ msgstr "30% risk för snö" #~ msgid "30% Chance of Storms" #~ msgstr "30% risk för storm" #~ msgid "40% Chance Drizzle" #~ msgstr "40% risk för duggregn" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% risk för fryst duggregn" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% risk för underkylt duggregn" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% risk för underkylt regn" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% risk för fryst duggregn" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% risk för fryst blandning" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% risk för regnskurar" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% risk för snöfall" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% risk för duggregn" #~ msgid "40% Chance of Flurry" #~ msgstr "40% risk för regnbyar" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% risk för fryst blandning" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% risk för lätt snöfall" #~ msgid "40% Chance of Rain" #~ msgstr "40% risk för regn" #~ msgid "40% Chance of Sleet" #~ msgstr "40% risk för snöblandat regn" #~ msgid "40% Chance of Snow" #~ msgstr "40% risk för snö" #~ msgid "40% Chance of Storms" #~ msgstr "40% risk för storm" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% risk för underkylt duggregn" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% risk för underkylt regn" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% risk för regnskurar" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% risk för snöfall" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% risk för duggregn" #~ msgid "50% Chance of Flurry" #~ msgstr "50% risk för regnbyar" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% risk för fryst blandning" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% risk för lätt snöfall" #~ msgid "50% Chance of Rain" #~ msgstr "50% risk för regn" #~ msgid "50% Chance of Sleet" #~ msgstr "50% risk för snöblandat regn" #~ msgid "50% Chance of Snow" #~ msgstr "50% risk för snö" #~ msgid "50% Chance of Storms" #~ msgstr "50% risk för storm" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Risk för underkylt duggregn" #~ msgid "Chance Freezing Rain" #~ msgstr "Risk för underkylt regn" #~ msgid "Chance Rain Shower" #~ msgstr "Risk för regnskurar" #~ msgid "Chance Snow Shower" #~ msgstr "Risk för snö" #~ msgid "Chance of Drizzle" #~ msgstr "Risk för duggregn" #~ msgid "Chance of Flurry" #~ msgstr "Risk för regnbyar" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Risk för underkylt duggregn" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Risk för fryst duggregn" #~ msgid "Chance of Frozen Mix" #~ msgstr "Risk för fryst blandning" #~ msgid "Chance of Light Snow" #~ msgstr "Risk för lätt snöfall" #~ msgid "Chance of Rain" #~ msgstr "Risk för regn" #~ msgid "Chance of Rain Showers" #~ msgstr "Risk för regnskurar" #~ msgid "Chance of Sleet " #~ msgstr "Risk för snöblandat regn" #~ msgid "Chance of Snow" #~ msgstr "Risk för snö" #~ msgid "Chance of Snow Showers" #~ msgstr "Risk för snö" #~ msgid "Chance of Storms" #~ msgstr "Risk för storm" #~ msgid "Clear" #~ msgstr "Klart" #~ msgid "Clearing" #~ msgstr "Uppklarnande" #~ msgid "Cloudy" #~ msgstr "Molnigt" #~ msgid "Fair" #~ msgstr "Behagligt" #~ msgid "Flurries" #~ msgstr "Byigt" #~ msgid "Foggy" #~ msgstr "Dimmigt" #~ msgid "Freezing Drizzle" #~ msgstr "Underkylt duggregn" #~ msgid "Frozen Mix" #~ msgstr "Fryst blandning" #~ msgid "Hazy" #~ msgstr "Disigt" #~ msgid "Headline" #~ msgstr "Rubrik" #~ msgid "Heavy Rain" #~ msgstr "Kraftigt regn" #~ msgid "Hot and Humid" #~ msgstr "Varmt och fuktigt" #~ msgid "Mostly Cloudy" #~ msgstr "Mestadels molnigt" #~ msgid "Mostly Sunny" #~ msgstr "Mestadels soligt" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Prognos" #~ msgid "Partly Cloudy" #~ msgstr "Delvis molnigt" #~ msgid "Partly Sunny" #~ msgstr "Delvis soligt" #~ msgid "Scattered Thunderstorms" #~ msgstr "Spridda åskväder" #, fuzzy #~ msgid "Sunny" #~ msgstr "Soligt" #~ msgid "Unknown" #~ msgstr "Okänd" #~ msgid "Very Cold" #~ msgstr "Mycket kallt" #~ msgid "Very Hot" #~ msgstr "Mycket varmt" #~ msgid "Warm and Humid" #~ msgstr "Varmt och fuktigt" #, fuzzy #~ msgid "Windy" #~ msgstr "BlŒsigt" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Välj Spara inställningar för att spara ny plats." #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Vädret" #, fuzzy #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Ersätt tyska/svenska tecken ä, ö, ü med a, o, u i din sö" #~ "kning." #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Kort beskrivning" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Kraftigt regn" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Duggregn" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Kraftigt snöfall" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Byigt" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Lätt sn&oul;fall" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Delvis molnigt" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Åska" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Åska" #, fuzzy #~ msgid "sleet" #~ msgstr "Snöblandat regn" #~ msgid "Save" #~ msgstr "Spara" #, fuzzy #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Press Update options to save new location." #~ msgstr "Välj Spara inställningar för att spara ny plats." #~ msgid "Partner ID" #~ msgstr "Partner-ID" #~ msgid "Location does not exist" #~ msgstr "Platsen finns inte" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Vädret" #~ msgid "No locations found." #~ msgstr "Ingen plats hittad." #~ msgid "tmp" #~ msgstr "Nuvarande temperatur" lang/wp-forecast_bg_BG-bg_BG.mo000064400000012505150211511020012221 0ustar00L|epqu# *19Vmq z,  % . ;FYj {   9 K k q 'v    0   ) : K ] l q { .      = -  (  & 8 B b k r b  & >3 r}$5  %)Ocl(  $ /'W'm.,(<e;@--6d   XC U*b2# #m9   M#!'1;*<D E>I&"C(G:JL8 -)2B?63.4F K,5=/ H+$@0A  %97AllAvailable widgetsCheck connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: WP Forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2010-09-08 12:44+0200 Last-Translator: Петър Петров Language-Team: My Team Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Bulgarian X-Poedit-Country: BULGARIA ВсичкиНалични джаджиВръзка към доставчикаЗатвориПроверка на връзкатаCopyrightТекущо състояниеДатаДенДневно времеДа изтрия ли настройките при деактивиране на плъгина?Display ConfigurationРъмиГрешка от доставчикаОт кой ден да се скрива прогнозатаМъглаПрогноза заПрогноза за деняПрогноза за вечертаКолко джаджи на WP-Forecast да има?ВлажностИконаКилометри в час (кмч)Възли (взл)ЕзикСкрий прогнозатаВръзка към доставчикаМястоИме на мястотоМеста:Метри в секунда (м/с)Мили в час (м/ч)Покажи прогнозата за 3 дниНощно времеОтвори в нов прозорецОпитайте отново по-късно.НаляганеДъждУсеща се катоОбнови кеша следТърси мястоТърси заВръзка към доставчикаИзбери джаджаНастройките са успешно обновениКратко описаниеПокажи прогнозата като падащо менюСуграшицаСнягНяма налична информация.Започни проверкаИзгревЗалезТемператураВреметоЧасИзмести времето сВремеви интервал на връзката с доставчика (сек.)?Заглавие:ОбновиИзползвай местно времеИзползвай метрична системаНастройки на WP-ForecastДоставчикВятърВетровитоСкорост на вятъра вТрябва да направите промяна, преди да обновите настройките.стандартенминутисек.Времеwidget_hintwp-forecast %swp-forecast shortcode: Браузърът Ви не поддържа iframes.lang/wp-forecast_ro_RO-ro_RO.po000064400000051537150211511020012374 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2009-01-31 03:50+0100\n" "Last-Translator: Stefano \n" "Language-Team: Valentina Boeri \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: __;_e;_c\n" "X-Poedit-Language: Romanian\n" "X-Poedit-Country: ROMANIA\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titlu" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Widgets disponibil" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Oră" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prognoza" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Descriere pe scurt" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Descriere pe scurt" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Descriere pe scurt" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Descriere pe scurt" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Descriere pe scurt" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Descriere pe scurt" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Descriere pe scurt" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prognoza" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Rezultat căutare" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Selectaţi oraşul dumneavoastră şi apăsaţi locaţia stabilită." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Cât de multe wp-forecast widgets ti-ar place?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Ştergere opţiuni în timpul plugin dezactivare?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Opţiuni de actualizare" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Link la Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Selectaţi widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Setările au fost actualizate cu succes" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Trebuie să schimbaţi un câmp pentru a actualiza setările." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Setări" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Vremea" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Vremea" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Vremea" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Locaţie" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Locaţia stabilită" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Nume Locaţie" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Actualizează cache după" #: wp-forecast-admin.php:813 msgid "secs." msgstr "secunde." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Utilizaţi unităţi metrice" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Utiliza timpul curent" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Rafale de vânt" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Unitatea viteza vântului" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metri/Secunde (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometri/Oră (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mile/Oră (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Noduri (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Limbă" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Arată configurarea " #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Condiţiile curente" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognoza Zi" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognoza noapte" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Icoana" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Dată" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Oră" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Descriere pe scurt" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatura" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Perceput de temperatură" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Presiunea" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Umiditate" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vântul" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Rafale de vânt" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Descriere pe scurt" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Răsarit" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Apus" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Link la Accuweather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prognoza" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Toate" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Zi" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Timp de zi" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Timp de noapte" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Opţiuni de actualizare" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Căutare locaţie" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Termen de căutare" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Link la Accuweather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Link la Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Locaţie" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Ne pare rău, datele vreme nu sunt disponibile." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Încercaţi din nou mai târziu." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vântul" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Descriere pe scurt" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noapte" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Vremea" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout pentru accuweather conexiuni (sec.)?" #~ msgid "flik" #~ msgstr "Perceput de temperatură" #~ msgid "barr" #~ msgstr "Presiunea" #~ msgid "hmid" #~ msgstr "Umiditate" #~ msgid "winds" #~ msgstr "Vânt" #~ msgid "sunrise" #~ msgstr "Răsarit" #~ msgid "sunset" #~ msgstr "Apus" #~ msgid "day" #~ msgstr "Zi" #~ msgid "loc" #~ msgstr "loc" #~ msgid "01" #~ msgstr "Soare" #~ msgid "02" #~ msgstr "Predominant însorit" #~ msgid "03" #~ msgstr "Parţial însorit" #~ msgid "04" #~ msgstr "Înnourat" #~ msgid "05" #~ msgstr "Soare strălucitor" #~ msgid "06" #~ msgstr "Predominant înnourat" #~ msgid "07" #~ msgstr "Noros" #~ msgid "08" #~ msgstr "Cer noros" #~ msgid "11" #~ msgstr "Ceaţă" #~ msgid "12" #~ msgstr "Precipitaţii" #~ msgid "13" #~ msgstr "Predominant înnourat cu precipitaţii" #~ msgid "14" #~ msgstr "Parţial însorit cu precipitaţii" #~ msgid "15" #~ msgstr "Furtună" #~ msgid "16" #~ msgstr "Predominant înnourat cu furtună" #~ msgid "17" #~ msgstr "Parţial însorit cu furtună" #~ msgid "18" #~ msgstr "Ploaie" #~ msgid "19" #~ msgstr "Rafale" #~ msgid "20" #~ msgstr "Predominant înnourat cu rafale" #~ msgid "21" #~ msgstr "Parţial însorit cu rafale" #~ msgid "22" #~ msgstr "Zăpadă" #~ msgid "23" #~ msgstr "Predominant înnourat cu zăpadă" #~ msgid "24" #~ msgstr "Gheaţă" #~ msgid "25" #~ msgstr "Lapoviţă" #~ msgid "26" #~ msgstr "Grindine" #~ msgid "29" #~ msgstr "Ploaie cu zăpadă" #~ msgid "30" #~ msgstr "Cald" #~ msgid "31" #~ msgstr "Frig" #~ msgid "32" #~ msgstr "Vânturos" #~ msgid "33" #~ msgstr "Senin" #~ msgid "34" #~ msgstr "Predominant senin" #~ msgid "35" #~ msgstr "Parţial înnourat" #~ msgid "36" #~ msgstr "Nori intermitenti" #~ msgid "37" #~ msgstr "Puţină ceaţă" #~ msgid "38" #~ msgstr "Parţial noros" #~ msgid "39" #~ msgstr "Parţial înnourat cu precipitaţii" #~ msgid "40" #~ msgstr "Predominant înnourat cu precipitaţii" #~ msgid "41" #~ msgstr "Parţial înnourat cu furtună" #~ msgid "42" #~ msgstr "Predominant înnourat cu furtună" #~ msgid "43" #~ msgstr "Predominant înnourat cu precipitaţii" #~ msgid "44" #~ msgstr "Predominant înnourat cu zăpadă" #~ msgid "Monday" #~ msgstr "Luni" #~ msgid "Tuesday" #~ msgstr "Marti" #~ msgid "Wednesday" #~ msgstr "Mercuri" #~ msgid "Thursday" #~ msgstr "Joi" #~ msgid "Friday" #~ msgstr "Vineri" #~ msgid "Saturday" #~ msgstr "Sâmbăta" #~ msgid "Sunday" #~ msgstr "Duminică" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "E" #~ msgid "W" #~ msgstr "V" #~ msgid "S" #~ msgstr "S" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Prognoza" #, fuzzy #~ msgid "Sunny" #~ msgstr "Duminică" #, fuzzy #~ msgid "Windy" #~ msgstr "Vântul" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Apăsaţi opţiuni de actualizare pentru a salva noua locatie." #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Link la Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Vă rugăm să înlocuiti germana Umlaute ä, o,, U, cu o, o, u, în termenul " #~ "de căutare." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Link la Accuweather" #~ msgid "Save" #~ msgstr "\tSalvare" #~ msgid "Press Update options to save new location." #~ msgstr "Apăsaţi opţiuni de actualizare pentru a salva noua locatie." #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Vremea" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Vremea" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Vremea" #~ msgid "No locations found." #~ msgstr "Nu au fost găsite locatii" #~ msgid "tmp" #~ msgstr "Temperatura" lang/de_DE-latin1.po000064400000052741150211511020010150 0ustar00msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2009-12-19 08:18+0100\n" "Last-Translator: Hans Matzen \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Language: German\n" "X-Poedit-Country: GERMANY\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Verfügbare Widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Uhrzeit" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Schliessen" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Vorhersage" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Kurzbezeichnung" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Kurzbezeichnung" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Kurzbezeichnung" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Kurzbezeichnung" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Kurzbezeichnung" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Kurzbezeichnung" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Kurzbezeichnung" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Vorhersage" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Suchergebnis" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Bitte einen Ort auswählen und Ortübernehmen klicken." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" "Zum Konfigurieren der wp-forecast Widgets,
rufen Sie bitte die WP-" "Forecast Admin Seite unter Einstellungen / WP-Forecast auf." #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Wieviele wp-forecast widgets möchten Sie verwenden?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Lösche Einstellungen bei Plugin-Deaktivierung?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Einstellungen speichern" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Link zu Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Widget auswählen" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Die Einstellungen wurden erfolgreich gespeichert." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" "Um die Einstellungen zu aktualisieren, müssen Sie mindestens ein Feld " "verändern." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Einstellungen" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Wetterdienst" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Das Wetter" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Das Wetter" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Ort" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Ort übernehmen" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Ortsname" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Cache erneuern nach" #: wp-forecast-admin.php:813 msgid "secs." msgstr "Sekunden" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "metrische Einheiten verwenden" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Verwende aktuelle Zeit" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Zeitkorrektur" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Böen" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Einheit der Windgeschwindigkeit" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekunde (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Stunde (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Meilen/Stunde (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knoten (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Sprache" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Anzeige Einstellungen" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Aktuelles Wetter" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Vorhersage tagsüber" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Vorhersage nachts" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Symbol" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Zeit" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kurzbezeichnung" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Gefühlte Temperatur" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Luftdruck" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Luftfeuchtigkeit" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Wind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Böen" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kurzbezeichnung" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Sonnenaufgang" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Sonnenuntergang" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link zum Wetterprovider" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "In neuem Fenster öffnen" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Vorhersage" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Alle" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Tag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "tagsüber" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "nachts" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Einstellungen speichern" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Ort suchen" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Suchbegriff" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Verbindungstest" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Wetterdienst auswählen" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Start" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Schliessen" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Link zu Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "In neuem Fenster öffnen" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Ort" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Aktuell liegen keine gültigen Wetterinformationen vor." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Bitte versuchen Sie es später nochmal." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Wind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kurzbezeichnung" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Nacht" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Weniger..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Mehr..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Das Wetter" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Zeitlimit für Accuweather Verbindungen (Sek.)" #~ msgid "default" #~ msgstr "Standard" #~ msgid "flik" #~ msgstr "Gefühlte Temperatur" #~ msgid "barr" #~ msgstr "Aktueller Luftdruck" #~ msgid "hmid" #~ msgstr "Luftfeuchtigkeit" #~ msgid "winds" #~ msgstr "Wind" #~ msgid "sunrise" #~ msgstr "Sonnenaufgang" #~ msgid "sunset" #~ msgstr "Sonnenuntergang" #~ msgid "day" #~ msgstr "Tag" #~ msgid "loc" #~ msgstr "Ort" #~ msgid "01" #~ msgstr "Wolkenlos" #~ msgid "02" #~ msgstr "Heiter" #~ msgid "03" #~ msgstr "Heiter bis wolkig" #~ msgid "04" #~ msgstr "Wolkig" #~ msgid "05" #~ msgstr "Dunstiger Sonnenschein" #~ msgid "06" #~ msgstr "Bewölkt" #~ msgid "07" #~ msgstr "Stark bewölkt" #~ msgid "08" #~ msgstr "Bedeckt" #~ msgid "11" #~ msgstr "Nebel" #~ msgid "12" #~ msgstr "Regenschauer" #~ msgid "13" #~ msgstr "Bewölkt mit Regenschauern" #~ msgid "14" #~ msgstr "Wolkig mit Regenschauern" #~ msgid "15" #~ msgstr "Gewitter" #~ msgid "16" #~ msgstr "Bewölkt mit Gewitterschauern" #~ msgid "17" #~ msgstr "Wolkig mit Gewitterschauern" #~ msgid "18" #~ msgstr "Regen" #~ msgid "19" #~ msgstr "Schneeschauer" #~ msgid "20" #~ msgstr "Bewölkt mit Schneeschauern" #~ msgid "21" #~ msgstr "Wolkig mit Schneeschauern" #~ msgid "22" #~ msgstr "Schneefall" #~ msgid "23" #~ msgstr "Bewölkt mit Schneefall" #~ msgid "24" #~ msgstr "Glatteis" #~ msgid "25" #~ msgstr "Graupelschauer" #~ msgid "26" #~ msgstr "Eisregen" #~ msgid "29" #~ msgstr "Schneeregen" #~ msgid "30" #~ msgstr "Heiß" #~ msgid "31" #~ msgstr "Kalt" #~ msgid "32" #~ msgstr "Windig" #~ msgid "33" #~ msgstr "Klare Nacht" #~ msgid "34" #~ msgstr "Überwiegend klar" #~ msgid "35" #~ msgstr "Wolkig" #~ msgid "36" #~ msgstr "Zeitweise wolkig" #~ msgid "37" #~ msgstr "Dunstig" #~ msgid "38" #~ msgstr "Bewölkt" #~ msgid "39" #~ msgstr "Wolkig mit Regenschauern" #~ msgid "40" #~ msgstr "Bewölkt mit Regenschauern" #~ msgid "41" #~ msgstr "Wolkig mit Gewitterschauern" #~ msgid "42" #~ msgstr "Bewölkt mit Gewitterschauern" #~ msgid "43" #~ msgstr "Bewölkt mit Schneeschauern" #~ msgid "44" #~ msgstr "Bewölkt mit Schneefall" #~ msgid "Monday" #~ msgstr "Montag" #~ msgid "Tuesday" #~ msgstr "Dienstag" #~ msgid "Wednesday" #~ msgstr "Mittwoch" #~ msgid "Thursday" #~ msgstr "Donnerstag" #~ msgid "Friday" #~ msgstr "Freitag" #~ msgid "Saturday" #~ msgstr "Sonnabend" #~ msgid "Sunday" #~ msgstr "Sonntag" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "O" #~ msgid "W" #~ msgstr "W" #~ msgid "S" #~ msgstr "S" #, fuzzy #~ msgid "Clear" #~ msgstr "Schliessen" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Vorhersage" #, fuzzy #~ msgid "Sunny" #~ msgstr "Sonntag" #~ msgid "Unknown" #~ msgstr "unbekannt" #, fuzzy #~ msgid "Windy" #~ msgstr "Wind" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Klick auf Einstellungen speichern sichert den Ort." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Bitte ersetzen Sie Umlaute im Suchbegriff durch die entsprechenden Vokale " #~ "(z.B. ä durch a)" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #~ msgid "Save" #~ msgstr "Speichern" #, fuzzy #~ msgid "Partner-ID" #~ msgstr "Partner ID" #~ msgid "Licensekey" #~ msgstr "Lizenzschlssel" #~ msgid "Press Update options to save new location." #~ msgstr "Klick auf Einstellungen speichern sichert den Ort." #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Der Ort existiert nicht." #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Das Wetter" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Keine Orte gefunden." #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "Aktuelle Temperatur" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather Fehlerhinweis" #~ msgid "fc_dt_icon_" #~ msgstr "fc_dt_icon_" #~ msgid "fc_nt_icon_" #~ msgstr "fc_nt_icon_" #~ msgid "09" #~ msgstr "09" #~ msgid "10" #~ msgstr "10" #~ msgid "27" #~ msgstr "27" #~ msgid "28" #~ msgstr "28" lang/wp-forecast_en_US-en_US.mo000064400000012556150211511020012351 0ustar00r<                                       # & ) - ? I \ a e *m      ,    - 9 B Z c p             ! , : X 'j             " , 1 .@ o t x }         C    + ? M[btx !  0KPhl r      % Fg *  " +8G,N{    .!Phqz  '!) 0 <HQV]et . (.4<C H T_qV-Y2ljIE=n_f^8rF6T G]m aQR;UOMJD !"#$e@hL%&'()5/Cp0`*7.SKgWo,+X>HA1Nc9k?\3<dP4iZ[B:b01020304050607081112131415161718192021222324252629303132333435363738394041424344AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationEForecastForecast DayForecast NightFridayHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLink to WeatherproviderLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)MondayNNighttimeNowcastPlease select a locationPlease try again later.PressureRealfeelRefresh cache afterSSaturdaySearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SundaySunriseSunsetTemperatureThe WeatherThursdayTimeTitle:TuesdayUpdate optionsUse current timeUse metric unitsWWP-Forecast SetupWednesdayWindWindspeed-UnitYou have to change a field to update settings.barrdayflikhmidlocnightsecs.sunrisesunsettimewidget_hintwindswp-forecast %sProject-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2023-09-17 09:06+0200 Last-Translator: tuxlog Language-Team: Language: en_US MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Generator: Poedit 2.4.2 SunnyMostly sunnyPartly sunnyIntermittent cloudsHazy sunshineMostly cloudyCloudyDreary (overcast)FogShowersMostly cloudy with showersPartly sunny with showersThunderstormsMostly cloudy with thundershowersPartly sunny with thundershowersRainFlurriesMostly cloudy with flurriesPartly sunny with flurriesSnowMostly cloudy with snowIceSleetFreezing rainRain and snowHotColdWindyClearMostly clearPartly cloudyIntermittent cloudsHazy moonlightMostly cloudyPartly cloudy with showersMostly cloudy with showersPartly cloudy with thunderstormsMostly cloudy with thunderstormsMostly cloudy with flurriesMostly cloudy with snowAllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationEForecastForecast DayForecast NightFridayHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLink to WeatherproviderLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)MondayNNighttimeNowcastPlease select your city and press set locationPlease try again later.PressureRealfeelRefresh cache afterSSaturdaySearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SundaySunriseSunsetTemperatureThe WeatherThursdayTimeTitle:TuesdayUpdate optionsUse current timeUse metric unitsWWP-Forecast SetupWednesdayWindWindspeed-UnitYou have to change a field to update settings.current pressuredayreal feelhumiditylocationnightsecs.sunrisesunsettimewidget_hintwind speedwp-forecast %slang/wp-forecast_de_DE-de_DE.po000064400000051656150211511020012236 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2025-01-05 08:54+0100\n" "Last-Translator: tuxlog \n" "Language-Team: Hans Matzen \n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-KeywordsList: _e;__\n" "X-Generator: Poedit 3.2.2\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Verfügbare Widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "UV Grafik anzeigen:" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "Mögliche Aufenthaltsdauer anzeigen:" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Uhrzeit" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "UV-Index" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "Max. UV-Index" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "Ozonwert" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "Max. Aufenthaltsdauer für Hauttyp" #: func-openmeteo.php:178 msgid "Rain" msgstr "Regen" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Schnee" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "Klar" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "Größtenteils klar" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "Teilweise wolkig" #: func-openmeteo.php:474 msgid "Overcast" msgstr "Bedeckt" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Nebel" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "Raureifnebel" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "Leichter Niesel" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "Mäßiger Niesel" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "Dichter Niesel" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "Leichter gefrierender Niesel" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "Dichter gefrierender Niesel" #: func-openmeteo.php:498 msgid "Slight rain" msgstr "Leichter Regen" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "Mäßiger Regen" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "Schwerer Regen" #: func-openmeteo.php:507 msgid "Light freezing rain" msgstr "Leichter gefrierender Regen" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "Schwerer Eisregen" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "Leichter Schneefall" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "Mäßiger Schneefall" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "Schwerer Schneefall" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "Graupel" #: func-openmeteo.php:525 msgid "Slight rain showers" msgstr "Leichte Regenschauer" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "Mäßige Regenschauer" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "Heftige Regenschauer" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "Leichte Schneeschauer" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "Schwere Schneeschauer" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "Gewitter" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "Gewitter mit leichtem Hagel" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "Gewitter mit schwerem Hagel" #: func-openweathermap.php:846 msgid "clear sky" msgstr "klar" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "Gewitter mit leichtem Regen" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "Gewitter mit Regen" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "Gewitter mit schwerem Regen" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "Leichtes Gewitter" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "Schweres Gewitter" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "Heftiges Gewitter" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "Gewitter mit leichtem Niesel" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "Gewitter mit Niesel" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "Gewitter mit schwerem Niesel" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Niesel" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "Starker Niesel" #: func-openweathermap.php:895 msgid "Light drizzle rain" msgstr "Leichter Niesel" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "Niesel" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "Schwerer Niesel" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "Niesel- und Regenschauer" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "Schwere Niesel- und Regenschauer" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "Nieselschauer" #: func-openweathermap.php:918 msgid "Light rain" msgstr "Leichter Regen" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "Sehr schwerer Regen" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "Extremer Regen" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "Überfrierender Regen" #: func-openweathermap.php:936 msgid "Light shower rain" msgstr "Leichte Regenschauer" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "Regenschauer" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "Schwere Regenschauer" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "Heftige Regenschauer" #: func-openweathermap.php:953 msgid "Light snow" msgstr "Leichter Schneefall" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "Schwerer Schneefall" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Graupel" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "Leichte Regenschauer" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "Regenschauer" #: func-openweathermap.php:971 msgid "Light rain and snow" msgstr "Leichter Schneeregen" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "Schneeregen" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "Leichte Schneeschauer" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "Schneeschauer" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "Schwere Schneeschauer" #: func-openweathermap.php:991 msgid "Mist" msgstr "Nebel" #: func-openweathermap.php:994 msgid "Smoke" msgstr "Rauch" #: func-openweathermap.php:997 msgid "Haze" msgstr "Dunst" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "Staub" #: func-openweathermap.php:1006 msgid "Sand" msgstr "Sandsturm" #: func-openweathermap.php:1012 msgid "Ash" msgstr "Ascheregen" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "Sturmböen" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "Tornado" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "Wenige Wolken" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "Aufgelockerte Bewölkung" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "Aufgelockerte Bewölkung" #: func-openweathermap.php:1038 msgid "Overcast clouds" msgstr "Bedeckt" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" "Seit dem 10. September 2023 hat Accuweather die freie Schnittstelle " "eingestellt. \n" "\t\t\tBitte wechseln Sie stattdessen auf entweder OpenWeatherMap oder Open-" "Meteo. \n" "\t\t\tFür die Verwendung von OpenWeatherMap benötigen Sie einen API-" "Schlüssel, den Sie auf OpenWeatherMap.org nach Registrierung erhalten " "können.\n" "\t\t\tAlle Accuweather Widgets wurden automatisch auf Open-Meteo umgestellt, " "um Fehler und Abbrüche auf der Website zu vermeiden. Bitte überprüfen Sie " "die Einstellungen." #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast shortcode: Der Browser unterstützt keine iframes." #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "Suchergebnisse" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "Bitte geben Sie einen Suchbegriff ein" #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "Bitte einen Ort auswählen" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "Open-Meteo Treffer" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "Um OpenWeatherMap zu testen muss der API-Key hinterlegt sein." #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" "Zum Konfigurieren der wp-forecast Widgets,
rufen Sie bitte die WP-" "Forecast Admin Seite unter Einstellungen / WP-Forecast auf" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "Generelle Einstellungen" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Wieviele wp-forecast widgets möchten Sie verwenden?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Lösche Einstellungen bei Plugin-Deaktivierung?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "API Key zur Nutzung von ipstack.com " #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "Standard CSS nicht laden" #: wp-forecast-admin.php:424 msgid "Update global options" msgstr "Generelle Einstellungen speichern" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Verbindungstest zum Wetterdienst" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Widget auswählen" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Die Einstellungen wurden erfolgreich gespeichert" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" "Um die Einstellungen zu aktualisieren, müssen Sie mindestens ein Feld " "verändern." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Einstellungen" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" "wp-forecast unterstützt die kostenlose API von OpenMeteo, die OpenWeatherMap " "v2.5 Free API oder die OpenWeatherMap OneCall API v3. Bei Nutzung über " "OpenWeatherMap v3 muss der API Schlüssel für die OneCall API frei geschaltet " "sein." #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Wetterdienst" #: wp-forecast-admin.php:763 msgid "OpenWeathermap" msgstr "OpenWeathermap" #: wp-forecast-admin.php:769 msgid "OpenWeatherMap v3" msgstr "OpenWeathermap v3" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "Open-Meteo" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "API-Key" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Ort" #: wp-forecast-admin.php:798 msgid "Use visitors location" msgstr "Ermittle Ort über IP-Adresse" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "Geographische Breite" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "Geographische Länge" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Ortsname" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Cache erneuern nach" #: wp-forecast-admin.php:813 msgid "secs." msgstr "Sek." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Metrische Einheiten verwenden" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Verwende aktuelle Zeit" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Zeitkorrektur" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "Minuten" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Einheit der Windgeschwindigkeit" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekunde (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Stunde (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Meilen/Stunde (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knoten (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Beaufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Sprache" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Aufklappbare Vorhersageanzeige" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Erster Tag zum Aufklappen" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "Wetterfont verwenden" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "Farbe für die Wetterfont-Icons auswählen" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "Windrose (Icon) anzeigen" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "Verwende CSS-Sprites zur Anzeige der Icons" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Anzeige Einstellungen" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Aktuelles Wetter" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Vorhersage tagsüber" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Vorhersage nachts" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Symbol" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Zeit" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kurzbezeichnung" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Gefühlte Temperatur" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Luftdruck" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Luftfeuchtigkeit" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Wind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Böen" #: wp-forecast-admin.php:1111 msgid "Precipitation" msgstr "Niederschlag" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "UV-Index" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Sonnenaufgang" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Sonnenuntergang" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link zum Wetterprovider" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "In neuem Fenster öffnen" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Vorhersage" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Alle" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Tag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Tagsüber" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Nachts" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "Anzeigen von UV-Daten von openuv.io" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "OpenUV - API-Key" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "UV-Index anzeigen" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "Max. UV-Index anzeigen" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "Ozonwert anzeigen" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "Verwende alternative UV-Icons" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Einstellungen speichern" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Ort suchen" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Suchbegriff" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "Die Suche wird über die OpenMeteo Datenbank durchgeführt." #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Verbindungstest" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" "Für den Verbindungstest mit OpenWeatherMap geben Sie bitte Ihren API-" "Schlüssel bei Widget A ein." #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Wetterdienst auswählen" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Starte Prüfung" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Schliessen" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" "Die folgenden Ressourcen geben Hilfestellung zu wp-forecast.\n" "Bei Fragen oder Problemen freue ich mich über eine email an" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "Englisches Handbuch" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "Deutsches Handbuch" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "Checkliste für den Verbindungstest zum Wetterdienst" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "wp-forecast auf WordPress.org" #: wp-forecast-admin.php:1504 msgid "German wp-forecast Site" msgstr "Deutsche wp-forecast Seite" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "Wp-forecast mit WPML verwenden" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "Änderungshistorie" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "Die Verweise öffnen ein neues Fenster/Tab." #: wp-forecast-admin.php:1522 msgid "wp-forecast Help" msgstr "wp-forecast Hilfe" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Orte:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Fehlermeldung des Wetterproviders" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Aktuell liegen keine gültigen Wetterinformationen vor." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Bitte versuchen Sie es später nochmal." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "Gefühlt" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 msgid "Winds" msgstr "Wind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 msgid "Precip." msgstr "Niederschlag." #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "UV-Index" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "Max. UV-Index" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "max. UV-Index" #: wp-forecast-show.php:468 msgid "Night" msgstr "Nacht" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "max. UV-Index" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Weniger..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Mehr..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast-uv %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Das Wetter" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Zeitlimit für Wetterdienst Verbindungen (Sek.)" #~ msgid "Preselect WordPress transfer method" #~ msgstr "WordPress Übertragungsmethode auswählen" #~ msgid "default" #~ msgstr "default" #~ msgid "Show safe exposure time as tooltip" #~ msgstr "Mögliche Aufenthaltsdauer anzeigen" #~ msgid "flik" #~ msgstr "Gefühlte Temperatur" #~ msgid "barr" #~ msgstr "Aktueller Luftdruck" #~ msgid "hmid" #~ msgstr "Luftfeuchtigkeit" #~ msgid "winds" #~ msgstr "Wind" #~ msgid "sunrise" #~ msgstr "Sonnenaufgang" #~ msgid "sunset" #~ msgstr "Sonnenuntergang" #~ msgid "day" #~ msgstr "Tag" lang/wp-forecast_pt_PT-pt_PT.po000064400000047407150211511020012411 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast portuguese translation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2007-11-04 10:19+0100\n" "Last-Translator: Hans Matzen \n" "Language-Team: Luís Reis\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: PORTUGAL\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Hora" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Previsão" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Descrição curta" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Descrição curta" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Descrição curta" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Descrição curta" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Descrição curta" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Descrição curta" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Descrição curta" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Previsão" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Resultado da Procura" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Seleccione a sua Cidade e pressione Definir Localização." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Actualizar Opções" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Definições actualizadas com sucesso" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Tem que modificar um campo para actualizar as definições." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Setup" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "" #: wp-forecast-admin.php:763 msgid "OpenWeathermap" msgstr "" #: wp-forecast-admin.php:769 msgid "OpenWeatherMap v3" msgstr "" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Localização" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Definir Localização" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Nome Local" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Refrescar a cache a cada" #: wp-forecast-admin.php:813 msgid "secs." msgstr "" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Usar unidades métricas" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Rajada" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Velocidade do Vento-Unidade" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metros/Segundo (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometros/Hora (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Milhas/Hora (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knots (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Lingua" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Mostrar Configuração" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Condições Actuais" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Previsão para o dia" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Previsão para a noite" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Icone" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Data" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Hora" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Descrição curta" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatura" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Realfeel" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Pressão" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Humidade" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vento" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Rajada" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Descrição curta" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Nascer do Sol" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Por do Sol" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Previsão" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dia" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Periodo do Dia" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Periodo da Noite" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Actualizar Opções" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Procurar Localização" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Termo da procura" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "WP-Forecast Setup" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "WP-Forecast Setup" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Localização" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Desculpe, não existem dados metereológicos disponíveis." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Por favor tente de novo mais tarde." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vento" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Descrição curta" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noite" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:112 msgid "The Weather" msgstr "" #~ msgid "flik" #~ msgstr "Temp. sentida" #~ msgid "barr" #~ msgstr "Pressão" #~ msgid "hmid" #~ msgstr "Humidade" #~ msgid "winds" #~ msgstr "Vel. vento" #~ msgid "sunrise" #~ msgstr "Nascer do sol" #~ msgid "sunset" #~ msgstr "Por do sol" #~ msgid "day" #~ msgstr "Dia" #~ msgid "01" #~ msgstr "Sol" #~ msgid "02" #~ msgstr "Muito sol" #~ msgid "03" #~ msgstr "Algum sol" #~ msgid "04" #~ msgstr "Céu por vezes nublado" #~ msgid "05" #~ msgstr "Sol entre nuvens" #~ msgid "06" #~ msgstr "Céu muito nublado" #~ msgid "07" #~ msgstr "Céu nublado" #~ msgid "08" #~ msgstr "Céu sombrio (Nublado)" #~ msgid "11" #~ msgstr "Nevoeiro" #~ msgid "12" #~ msgstr "Periodos de chuva" #~ msgid "13" #~ msgstr "Muitas nuvens com periodos de chuva" #~ msgid "14" #~ msgstr "Algum sol com periodos de chuva" #~ msgid "15" #~ msgstr "Trovoada/Temporal" #~ msgid "16" #~ msgstr "Muitas nuvens e trovoada" #~ msgid "17" #~ msgstr "Algum sol com trovoada" #~ msgid "18" #~ msgstr "Chuva" #~ msgid "19" #~ msgstr "Rajadas de vento" #~ msgid "20" #~ msgstr "Muitas nuvens e rajadas de vento" #~ msgid "21" #~ msgstr "Algumas nuvens e rajadas de vento" #~ msgid "22" #~ msgstr "Neve" #~ msgid "23" #~ msgstr "Muitas nuvens e neve" #~ msgid "24" #~ msgstr "Gelo" #~ msgid "25" #~ msgstr "Granizo" #~ msgid "26" #~ msgstr "Chuva e muito frio" #~ msgid "29" #~ msgstr "Neve com chuva" #~ msgid "30" #~ msgstr "Quente" #~ msgid "31" #~ msgstr "Frio" #~ msgid "32" #~ msgstr "Ventoso" #~ msgid "33" #~ msgstr "Céu quase limpo" #~ msgid "34" #~ msgstr "Céu limpo" #~ msgid "35" #~ msgstr "Céu parcialmente limpo" #~ msgid "36" #~ msgstr "Nuvens intermitentes" #~ msgid "37" #~ msgstr "Céu com algumas nuvens" #~ msgid "38" #~ msgstr "Céu muito nublado" #~ msgid "39" #~ msgstr "Algumas nuvens com periodos de chuva" #~ msgid "40" #~ msgstr "Muitas nuvens com periodos de chuva" #~ msgid "41" #~ msgstr "Algumas nuvens com trovoada" #~ msgid "42" #~ msgstr "Muitas nuvens com trovoada" #~ msgid "43" #~ msgstr "Muitas nuvens com rajadas de vento" #~ msgid "44" #~ msgstr "Muitas nuvens com neve" #~ msgid "Monday" #~ msgstr "Segunda" #~ msgid "Tuesday" #~ msgstr "Terça" #~ msgid "Wednesday" #~ msgstr "Quarta" #~ msgid "Thursday" #~ msgstr "Quinta" #~ msgid "Friday" #~ msgstr "Sexta" #~ msgid "Saturday" #~ msgstr "Sábado" #~ msgid "Sunday" #~ msgstr "Domingo" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Previsão" #, fuzzy #~ msgid "Sunny" #~ msgstr "Domingo" #, fuzzy #~ msgid "Windy" #~ msgstr "Vento" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Pressione Actualizar Opções para guardar a nova Localização." #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgid "Press Update options to save new location." #~ msgstr "Pressione Actualizar Opções para guardar a nova Localização." #~ msgid "No locations found." #~ msgstr "Não foram encontradas localizações." #~ msgid "tmp" #~ msgstr "Temp" lang/wp-forecast_bg_BG-bg_BG.po000064400000100055150211511020012222 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: WP Forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2010-09-08 12:44+0200\n" "Last-Translator: Петър Петров \n" "Language-Team: My Team \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Bulgarian\n" "X-Poedit-Country: BULGARIA\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Заглавие:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Налични джаджи" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Време" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Дъжд" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Сняг" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Ясно" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Предимно ясно" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Частична облачност" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Прогноза за" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Мъгла" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Леден дъждец" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Леден дъждец" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Леден дъждец" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Леден дъждец" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Вероятност за леден ситен дъжд" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Лек сняг" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Вероятност за порои" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Силен дъжд" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Леден дъжд" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Вероятност за леден дъжд" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Лек сняг" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Силен сняг" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Силен сняг" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Снежни порои" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Порои" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Вероятност за порои" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Порои" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Снежни порои" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Снежни порои" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Гръмотевични бури" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Гръмотевични бури" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Гръмотевични бури" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Гръмотевични бури" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Гръмотевични бури" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Гръмотевични бури" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Ръми" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Леден дъждец" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Леден дъждец" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Ръми" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Вероятност за леден дъжд" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Силен дъжд" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Леден дъждец" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Лек сняг" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Силен дъжд" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Леден дъжд" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Лек сняг" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Силен дъжд" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Силен дъжд" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Лек сняг" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Силен сняг" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Суграшица" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Лек сняг" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Порои" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Снежни порои" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Порои" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Снежни порои" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Разпръснати порои" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Заоблачаване" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Прогноза за" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast shortcode: Браузърът Ви не поддържа iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Резултати от търсенето" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Маркирайте своя град и натиснете \"Избери място\"." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Колко джаджи на WP-Forecast да има?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Да изтрия ли настройките при деактивиране на плъгина?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Обнови" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Връзка към доставчика" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Избери джаджа" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Настройките са успешно обновени" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Трябва да направите промяна, преди да обновите настройките." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Настройки на WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Доставчик" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Времето" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Времето" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Място" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Избери място" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Име на мястото" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Обнови кеша след" #: wp-forecast-admin.php:813 msgid "secs." msgstr "сек." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Използвай метрична система" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Използвай местно време" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Измести времето с" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "минути" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Скорост на вятъра в" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Метри в секунда (м/с)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Километри в час (кмч)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Мили в час (м/ч)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Възли (взл)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Език" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Покажи прогнозата като падащо меню" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "От кой ден да се скрива прогнозата" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Display Configuration" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Текущо състояние" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Прогноза за деня" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Прогноза за вечерта" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Икона" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Дата" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Час" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Кратко описание" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Температура" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Усеща се като" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Налягане" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Влажност" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Вятър" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Ветровито" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Кратко описание" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Изгрев" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Залез" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Връзка към доставчика" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Отвори в нов прозорец" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Прогноза за" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Всички" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Ден" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Дневно време" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Нощно време" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Обнови" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Търси място" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Търси за" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Проверка на връзката" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Връзка към доставчика" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Започни проверка" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Затвори" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Връзка към доставчика" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Отвори в нов прозорец" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Места:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Грешка от доставчика" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Няма налична информация." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Опитайте отново по-късно." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Вятър" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Кратко описание" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Нощ" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Скрий прогнозата" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Покажи прогнозата за 3 дни" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Времето" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Времеви интервал на връзката с доставчика (сек.)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Изберете метод за трансфер на Wordpress" #~ msgid "default" #~ msgstr "стандартен" #~ msgid "flik" #~ msgstr "Усеща се като" #~ msgid "barr" #~ msgstr "Налягане" #~ msgid "hmid" #~ msgstr "Влажност" #~ msgid "winds" #~ msgstr "Вятър" #~ msgid "sunrise" #~ msgstr "Изгрев" #~ msgid "sunset" #~ msgstr "Залез" #~ msgid "day" #~ msgstr "Ден" #, fuzzy #~ msgid "fog" #~ msgstr "Мъгла" #~ msgid "loc" #~ msgstr "място" #~ msgid "01" #~ msgstr "Слънчево" #~ msgid "02" #~ msgstr "Предимно слънчево" #~ msgid "03" #~ msgstr "Частично слънчево" #~ msgid "04" #~ msgstr "Разкъсана облачност" #~ msgid "05" #~ msgstr "Слънчево с мараня" #~ msgid "06" #~ msgstr "Предимно облачно" #~ msgid "07" #~ msgstr "Облачно" #~ msgid "08" #~ msgstr "Притъмняване" #~ msgid "11" #~ msgstr "Мъгла" #~ msgid "12" #~ msgstr "Порои" #~ msgid "13" #~ msgstr "Предимно облачно с порои" #~ msgid "14" #~ msgstr "Частично слънчево с порои" #~ msgid "15" #~ msgstr "Гръмотевични бури" #~ msgid "16" #~ msgstr "Предимно облачно и дъжд с гръмотевици" #~ msgid "17" #~ msgstr "Частично слънчево и дъжд с гръмотевици" #~ msgid "18" #~ msgstr "Дъжд" #~ msgid "19" #~ msgstr "Виелица" #~ msgid "20" #~ msgstr "Предимно облачно с виелица" #~ msgid "21" #~ msgstr "Частично слънчево с виелица" #~ msgid "22" #~ msgstr "Сняг" #~ msgid "23" #~ msgstr "Предимно облачно със сняг" #~ msgid "24" #~ msgstr "Лед" #~ msgid "25" #~ msgstr "Суграшица" #~ msgid "26" #~ msgstr "Леден дъжд" #~ msgid "29" #~ msgstr "Дъжд и сняг" #~ msgid "30" #~ msgstr "Горещо" #~ msgid "31" #~ msgstr "Студено" #~ msgid "32" #~ msgstr "Ветровито" #~ msgid "33" #~ msgstr "Ясно" #~ msgid "34" #~ msgstr "Предимно ясно" #~ msgid "35" #~ msgstr "Частична облачност" #~ msgid "36" #~ msgstr "Разкъсана облачност" #~ msgid "37" #~ msgstr "Мъглива нощ" #~ msgid "38" #~ msgstr "Предимно облачно" #~ msgid "39" #~ msgstr "Частична облачност с порои" #~ msgid "40" #~ msgstr "Предимно облачно с порои" #~ msgid "41" #~ msgstr "Частична облачност с гръмотевични бури" #~ msgid "42" #~ msgstr "Предимно облачно с гръмотевични бури" #~ msgid "43" #~ msgstr "Предимно облачно с виелица" #~ msgid "44" #~ msgstr "Предимно облачно със сняг" #~ msgid "Monday" #~ msgstr "понеделник" #~ msgid "Tuesday" #~ msgstr "вторник" #~ msgid "Wednesday" #~ msgstr "сряда" #~ msgid "Thursday" #~ msgstr "четвъртък" #~ msgid "Friday" #~ msgstr "петък" #~ msgid "Saturday" #~ msgstr "събота" #~ msgid "Sunday" #~ msgstr "неделя" #~ msgid "N" #~ msgstr "С" #~ msgid "E" #~ msgstr "И" #~ msgid "W" #~ msgstr "З" #~ msgid "S" #~ msgstr "Ю" #~ msgid "30% Chance Drizzle" #~ msgstr "30% вероятност за ситен дъжд" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% вероятност за леден ситен дъжд" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% вероятност за леден дъжд" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% вероятност за заледен дъждец" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% вероятност за заледяване" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% вероятност за порои" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% вероятност за снежни порои" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% вероятност за ситен дъжд" #~ msgid "30% Chance of Flurry" #~ msgstr "30% вероятност за виелици" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% вероятност за заледяване" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% вероятност за лек сняг" #~ msgid "30% Chance of Rain" #~ msgstr "30% вероятност за дъжд" #~ msgid "30% Chance of Sleet" #~ msgstr "30% вероятност за суграшица" #~ msgid "30% Chance of Snow" #~ msgstr "30% вероятност за сняг" #~ msgid "30% Chance of Storms" #~ msgstr "30% вероятност за бури" #~ msgid "40% Chance Drizzle" #~ msgstr "40% вероятност за ситен дъжд" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% вероятност за заледен дъждец" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% вероятност за леден ситен дъжд" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% вероятност за леден дъжд" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% вероятност за заледен дъждец" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% вероятност за заледяване" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% вероятност за порои" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% вероятност за снежни порои" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% вероятност за ситен дъжд" #~ msgid "40% Chance of Flurry" #~ msgstr "40% вероятност за виелици" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% вероятност за заледяване" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% вероятност за лек сняг" #~ msgid "40% Chance of Rain" #~ msgstr "40% вероятност за дъжд" #~ msgid "40% Chance of Sleet" #~ msgstr "40% вероятност за суграшица" #~ msgid "40% Chance of Snow" #~ msgstr "40% вероятност за сняг" #~ msgid "40% Chance of Storms" #~ msgstr "40% вероятност за бури" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% вероятност за леден ситен дъжд" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% вероятност за леден дъжд" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% вероятност за порои" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% вероятност за снежни порои" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% вероятност за ситен дъжд" #~ msgid "50% Chance of Flurry" #~ msgstr "50% вероятност за виелици" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% вероятност за заледяване" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% вероятност за лек сняг" #~ msgid "50% Chance of Rain" #~ msgstr "50% вероятност за дъжд" #~ msgid "50% Chance of Sleet" #~ msgstr "50% вероятност за суграшица" #~ msgid "50% Chance of Snow" #~ msgstr "50% вероятност за сняг" #~ msgid "50% Chance of Storms" #~ msgstr "50% вероятност за бури" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Вероятност за леден ситен дъжд" #~ msgid "Chance Freezing Rain" #~ msgstr "Вероятност за леден дъжд" #~ msgid "Chance Rain Shower" #~ msgstr "Вероятност за порои" #~ msgid "Chance Snow Shower" #~ msgstr "Вероятност за снежни порои" #~ msgid "Chance of Drizzle" #~ msgstr "Вероятност за ситен дъжд" #~ msgid "Chance of Flurry" #~ msgstr "Вероятност за виелици" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Вероятност за леден ситен дъжд" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Вероятност за заледен дъждец" #~ msgid "Chance of Frozen Mix" #~ msgstr "Вероятност за заледяване" #~ msgid "Chance of Light Snow" #~ msgstr "Вероятност за лек сняг" #~ msgid "Chance of Rain" #~ msgstr "Вероятност за дъжд" #~ msgid "Chance of Rain Showers" #~ msgstr "Вероятност за порои" #~ msgid "Chance of Sleet " #~ msgstr "Вероятност за суграшица" #~ msgid "Chance of Snow" #~ msgstr "Вероятност за сняг" #~ msgid "Chance of Snow Showers" #~ msgstr "Вероятност за снежни порои" #~ msgid "Chance of Storms" #~ msgstr "Вероятност за бури" #~ msgid "Clear" #~ msgstr "Ясно" #~ msgid "Clearing" #~ msgstr "Изясняващо се" #~ msgid "Cloudy" #~ msgstr "Облачно" #~ msgid "Fair" #~ msgstr "Добро" #~ msgid "Flurries" #~ msgstr "Виелици" #~ msgid "Foggy" #~ msgstr "Мъгливо" #~ msgid "Freezing Drizzle" #~ msgstr "Леден дъждец" #~ msgid "Frozen Mix" #~ msgstr "Заледяване" #~ msgid "Hazy" #~ msgstr "Замъгляване" #~ msgid "Heavy Rain" #~ msgstr "Силен дъжд" #~ msgid "Hot and Humid" #~ msgstr "Горещо и влажно" #~ msgid "Mostly Cloudy" #~ msgstr "Предимно облачно" #~ msgid "Mostly Sunny" #~ msgstr "Предимно слънчево" #~ msgid "Partly Cloudy" #~ msgstr "Частична облачност" #~ msgid "Partly Sunny" #~ msgstr "Частично слънчево" #~ msgid "Scattered Thunderstorms" #~ msgstr "Разпръснати гръмотевични бури" #~ msgid "Sunny" #~ msgstr "Слънчево" #~ msgid "Very Cold" #~ msgstr "Много студено" #~ msgid "Very Hot" #~ msgstr "Много горещо" #~ msgid "Warm and Humid" #~ msgstr "Топло и влажно" #~ msgid "Windy" #~ msgstr "Ветровито" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Натиснете \"Обнови\", за да запазите новото място." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Заменете \"ä, ö, ü\" с \"a, o, u\" в търсенето." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Кратко описание" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Силен дъжд" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Ръми" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Силен сняг" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Виелици" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Лек сняг" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Частична облачност" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Гръмотевични бури" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Гръмотевични бури" #, fuzzy #~ msgid "sleet" #~ msgstr "Суграшица" #~ msgid "Save" #~ msgstr "Запази" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "Разширението wp-forecast не е открито. Моля, инсталирайте и активирайте " #~ "wp-forecast." #, fuzzy #~ msgid "Maximal number of widgets per user" #~ msgstr "Брой на джаджите на потребител" #~ msgid "Widget-Setup" #~ msgstr "Настройка на джаджата" #~ msgid "Partner-ID" #~ msgstr "Партньорско ID" #~ msgid "Licensekey" #~ msgstr "Лицензионен ключ" #~ msgid "Press Update options to save new location." #~ msgstr "Натиснете \"Обнови\", за да запазите новото място." #~ msgid "Partner ID" #~ msgstr "Партньорско ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Мястото не е открито" #~ msgid "GoogleWeather" #~ msgstr "Времето" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Няма намерени места." lang/wp-forecast_bs_BA-bs_BA.po000064400000071215150211511020012243 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2013-05-07 08:46+0100\n" "Last-Translator: Amidža Idriz \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.5.4\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Naslov:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Raspoloživi dodatci" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Vrijeme" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Kiša" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Snijeg" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Vedro" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Uglavnom vedro" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Dijelimično oblačno" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prognoza -" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Magla" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Moguća sitna hladna kiša" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Lagan snijeg" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Mogući pljuskovi" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Jaka kiša" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Ledena kiša" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Moguća ledena kiša" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Lagan snijeg" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Jak snijeg" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Jak snijeg" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Jak snijeg" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Pljuskovi" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Mogući pljuskovi" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Pljuskovi" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Jak snijeg" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Jak snijeg" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Grmljavina" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Grmljavina" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Grmljavina" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Sitna kiša" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Hladna sitna kiša" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Hladna sitna kiša" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Sitna kiša" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Moguća ledena kiša" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Jaka kiša" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Hladna sitna kiša" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Lagan snijeg" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Jaka kiša" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Ledena kiša" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Lagan snijeg" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Jaka kiša" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Jaka kiša" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Lagan snijeg" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Jak snijeg" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Susnježica" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Lagan snijeg" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Pljuskovi" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Jak snijeg" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Pljuskovi" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Jak snijeg" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Mjestimični pljuskovi" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Povećana oblačnost" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prognoza -" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "Upozorenje: Ovaj internet pregledač (web browser) ne podržava iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Rezultati pretrage" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Odaberite grad i postavite lokaciju." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "dodatak savjet" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Koliko dodataka hoćete?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Obrisati opcije prilikom dektivacije?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Opcije ažuriranja" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Provjerite vezu ka provajderu." #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Odaberi dodatak" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Podešavanja su uspješno ažurirana." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Morate nešto da promijenite da bi ste izvršili ažuriranje." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast podešavanja." #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Izaberite servis" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Prognoza" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Prognoza" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Lokacija" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Postavi lokaciju" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Lokacija" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Osvježiti keč posle" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sek" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Korisiti metričke jedinice" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Koristi trenutno vrijeme" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Vremenska razlika" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minuta" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Jedinica za mjerenje brzine vijetra" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "(m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "(km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "(mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "(kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Bjufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Jezik" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Prikaži prognozu sa ajax padajućim menijem" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Prvi dan u padajućem meniju" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Prikaz Konfiguracije" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Trenutni uslovi" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognoza za Dan" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognoza za Noć" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikonica" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Vrijeme" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kratak opis" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperature" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Trenutna temperatura" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Pritisak" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Vlažnost" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vijetar" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Naleti vijetra" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kratak opis" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Izlazak sunca" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Zalazak sunca" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link ka davaocu prognoze" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Otvoriti u novom prozoru" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prognoza -" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Sve" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dan" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Danju" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Noću" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Opcije ažuriranja" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Pretraži lokaciju" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Termin pretrage" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Provjera veze (konekcije)" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Odaberite provajdera." #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Početak provjere" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Zatvori" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Provjerite vezu ka provajderu." #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "prognoza %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "prognoza %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Otvoriti u novom prozoru" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "prognoza %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Lokacije:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Obavještenje o neuspjehu od provajdera" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Nema podataka" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Molimo, pokušajte kasnije..." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vijetar" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kratak opis" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noć" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Smanjen prikaz." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Više prognoze..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "prognoza %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "prognoza %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Prognoza" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout za konekcuju ka provajderu (sek.)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Odaberite wordpress transfer metodu" #~ msgid "default" #~ msgstr "podrazumijevano" #~ msgid "flik" #~ msgstr "Subjektivno" #~ msgid "barr" #~ msgstr "Trenutni pritisak" #~ msgid "hmid" #~ msgstr "Vlažnost" #~ msgid "winds" #~ msgstr "Brzina vijetra" #~ msgid "sunrise" #~ msgstr "Izlazak sunca" #~ msgid "sunset" #~ msgstr "Zalazak sunca" #~ msgid "day" #~ msgstr "Dan" #, fuzzy #~ msgid "fog" #~ msgstr "Magla" #~ msgid "loc" #~ msgstr "Lokacija" #~ msgid "01" #~ msgstr "Bez padavina" #~ msgid "02" #~ msgstr "Uglavnom bez padavina" #~ msgid "03" #~ msgstr "Uglavnom bez padavina" #~ msgid "04" #~ msgstr "Mijestimično oblačno" #~ msgid "05" #~ msgstr "Uglavnom sunčano, sa mogućom prolaznom oblačnošću" #~ msgid "06" #~ msgstr "Uglavnom oblačno" #~ msgid "07" #~ msgstr "Oblačno" #~ msgid "08" #~ msgstr "Umjereno do znatno oblačno!" #~ msgid "11" #~ msgstr "Moguća pojava magle" #~ msgid "12" #~ msgstr "Mogući pljuskovi" #~ msgid "13" #~ msgstr "Uglavnom oblačno sa mogućim pljuskovima..." #~ msgid "14" #~ msgstr "Pretežno lijepo vrijeme, sa mogućim padavinama" #~ msgid "15" #~ msgstr "Moguća grmljavina" #~ msgid "16" #~ msgstr "Umjereno oblačno. Moguća grmaljvina." #~ msgid "17" #~ msgstr "" #~ "Umjereno oblačno. Smijena kišnih i suhih intervala. Moguća grmljvina." #~ msgid "18" #~ msgstr "Kišovito" #~ msgid "19" #~ msgstr "Naleti vijetra" #~ msgid "20" #~ msgstr "Uglavnom oblačno sa naletima vijetra" #~ msgid "21" #~ msgstr "Uglavnom lijepo vreme sa mogućim naletima vijetra" #~ msgid "22" #~ msgstr "Snijeg" #~ msgid "23" #~ msgstr "Uglavnim oblačno sa mogućim snijegom" #~ msgid "24" #~ msgstr "Uglavnom hladno vrijeme, poledica" #~ msgid "25" #~ msgstr "Susnježica" #~ msgid "26" #~ msgstr "Moguća ledena kiša" #~ msgid "29" #~ msgstr "Kiša i snijeg" #~ msgid "30" #~ msgstr "Veoma toplo vrijeme" #~ msgid "31" #~ msgstr "Veoma hladno vrijeme" #~ msgid "32" #~ msgstr "Vjetrovito" #~ msgid "33" #~ msgstr "Bez padavina" #~ msgid "34" #~ msgstr "Uglavnom bez padavina" #~ msgid "35" #~ msgstr "Djelimično oblačno" #~ msgid "36" #~ msgstr "Mjestimično oblačno" #~ msgid "37" #~ msgstr "Izmaglica" #~ msgid "38" #~ msgstr "Uglavnom oblačno" #~ msgid "39" #~ msgstr "Umjereno do znatno oblačno sa pljuskovima" #~ msgid "40" #~ msgstr "Umjereno oblačno sa pljuskovima" #~ msgid "41" #~ msgstr "Umjereno oblačno sa mogućom grmljavinom" #~ msgid "42" #~ msgstr "Uglavnom oblačno sa grmljavinom" #~ msgid "43" #~ msgstr "Uglavnom oblačno i vjetrovito" #~ msgid "44" #~ msgstr "Uglavnom oblačno sa snijegom" #~ msgid "Monday" #~ msgstr "Ponedjeljak" #~ msgid "Tuesday" #~ msgstr "Utorak" #~ msgid "Wednesday" #~ msgstr "Srijeda" #~ msgid "Thursday" #~ msgstr "Četvrtak" #~ msgid "Friday" #~ msgstr "Petak" #~ msgid "Saturday" #~ msgstr "Subota" #~ msgid "Sunday" #~ msgstr "Nedjelja" #~ msgid "N" #~ msgstr "S" #~ msgid "E" #~ msgstr "I" #~ msgid "W" #~ msgstr "Z" #~ msgid "S" #~ msgstr "J" #~ msgid "30% Chance Drizzle" #~ msgstr "30% šanse za sitnu kišu" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% šanse za hladnu sitnu kišu" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% šanse za hladnu kišu" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% šanse za ledenu sitnu kišu" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% šanse za hladne kišne padavine" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% šanse za pljuskove" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% šanse za snijeg" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% šanse za sitnu kišu" #~ msgid "30% Chance of Flurry" #~ msgstr "30% šanse za povremene padavine" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% šanse za hladne padavine" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% šanse za manje sniježne padavine" #~ msgid "30% Chance of Rain" #~ msgstr "30% šanse za kišu" #~ msgid "30% Chance of Sleet" #~ msgstr "30% šanse za susnježicu" #~ msgid "30% Chance of Snow" #~ msgstr "30% šanse za snijeg" #~ msgid "30% Chance of Storms" #~ msgstr "30% šanse za oluju" #~ msgid "40% Chance Drizzle" #~ msgstr "40% šanse za sitnu kišu" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% šanse za sitnu ledenu kišu" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% šanse za sitnu hladnu kišu" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% šanse za ledenu kišu" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% šanse za sitnu ledenu kišu" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% šanse za hladne kišne padavine" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% šanse za pljuskove" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% šanse za pljuskove" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% šanse za sitnu kišu" #~ msgid "40% Chance of Flurry" #~ msgstr "40% šanse za povremene padavine" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% šanse za ledene padavine" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% šanse za manje snježne padavine" #~ msgid "40% Chance of Rain" #~ msgstr "40% šanse za kišu" #~ msgid "40% Chance of Sleet" #~ msgstr "40% šanse za susnježicu" #~ msgid "40% Chance of Snow" #~ msgstr "40% šanse za snijeg" #~ msgid "40% Chance of Storms" #~ msgstr "40% šanse za oluju" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% šanse za sitnu hladnu kišu" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% šanse za hladnu kišu" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% šanse za pljuskove" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% šanse za jake snježne padavine" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% šanse za sitnu kišu" #~ msgid "50% Chance of Flurry" #~ msgstr "50% šanse za povremene padavine" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% šanse za ledene padavine" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% šanse za lagan snijeg" #~ msgid "50% Chance of Rain" #~ msgstr "50% šanse za kišu" #~ msgid "50% Chance of Sleet" #~ msgstr "50% šanse za susnježicu" #~ msgid "50% Chance of Snow" #~ msgstr "50% šanse za snijeg" #~ msgid "50% Chance of Storms" #~ msgstr "50% šanse za oluju" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Moguća sitna hladna kiša" #~ msgid "Chance Freezing Rain" #~ msgstr "Moguća ledena kiša" #~ msgid "Chance Rain Shower" #~ msgstr "Mogući pljuskovi" #~ msgid "Chance Snow Shower" #~ msgstr "Moguće snježne padavine" #~ msgid "Chance of Drizzle" #~ msgstr "Moguća sitna kiša" #~ msgid "Chance of Flurry" #~ msgstr "Moguće povremene padavine" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Moguća sitna ledena kiša" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Moguća sitna ledena kiša" #~ msgid "Chance of Frozen Mix" #~ msgstr "Moguća sitna kiša i poledica" #~ msgid "Chance of Light Snow" #~ msgstr "Moguć lagan snijeg" #~ msgid "Chance of Rain" #~ msgstr "Moguća kiša" #~ msgid "Chance of Rain Showers" #~ msgstr "Mogući pljuskovi" #~ msgid "Chance of Sleet " #~ msgstr "Moguća susnježica" #~ msgid "Chance of Snow" #~ msgstr "Moguć snijeg" #~ msgid "Chance of Snow Showers" #~ msgstr "Moguć jak snijeg" #~ msgid "Chance of Storms" #~ msgstr "Moguća oluja" #~ msgid "Clear" #~ msgstr "Vedro" #~ msgid "Clearing" #~ msgstr "Razvedravanje" #~ msgid "Cloudy" #~ msgstr "Oblačno" #~ msgid "Fair" #~ msgstr "Vedro" #~ msgid "Flurries" #~ msgstr "Povremene padavine" #~ msgid "Foggy" #~ msgstr "Maglovito" #~ msgid "Freezing Drizzle" #~ msgstr "Hladna sitna kiša" #~ msgid "Frozen Mix" #~ msgstr "Hladne padavine" #~ msgid "Hazy" #~ msgstr "Maglovit" #~ msgid "Headline" #~ msgstr "Naslov" #~ msgid "Heavy Rain" #~ msgstr "Jaka kiša" #~ msgid "Hot and Humid" #~ msgstr "Toplo i vlažno" #~ msgid "Mostly Cloudy" #~ msgstr "Uglavnom oblačno" #~ msgid "Mostly Sunny" #~ msgstr "Uglavnom lijepo vreme" #~ msgid "Nowcast" #~ msgstr "Trenutno" #~ msgid "Partly Cloudy" #~ msgstr "Dijelimično oblačno" #~ msgid "Partly Sunny" #~ msgstr "Dijelimično oblačno" #~ msgid "Scattered Thunderstorms" #~ msgstr "Mjestimična grmljavina" #~ msgid "Sunny" #~ msgstr "Bez padavina" #~ msgid "Unknown" #~ msgstr "Nepoznato" #~ msgid "Very Cold" #~ msgstr "Veoma hladno" #~ msgid "Very Hot" #~ msgstr "Veoma toplo" #~ msgid "Warm and Humid" #~ msgstr "Toplo i vlažno" #~ msgid "Windy" #~ msgstr "Vjetrovito" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Kliknite na Update opciju da sačuvate novu lokaciju." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Slova kao što su č, ž, š, đ, ć zamijenite sa c, s, dj, u vašem sistemu " #~ "pretrage." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Kratak opis" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Jaka kiša" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Sitna kiša" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Jak snijeg" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Povremene padavine" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Lagan snijeg" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Dijelimično oblačno" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Grmljavina" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Grmljavina" #, fuzzy #~ msgid "sleet" #~ msgstr "Susnježica" #~ msgid "Save" #~ msgstr "Snimi (sačuvaj)" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "wp-forecast dodatak nije nađen. Molim vas instalirajte i aktivirajte wp-" #~ "forecast dodatak." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "Čekirajte obojena polja da omogućite date opcije" #, fuzzy #~ msgid "Maximal number of widgets per user" #~ msgstr "Broj dodataka po korisiniku" #~ msgid "Widget-Setup" #~ msgstr "Dodatak-Podešavanje" #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Licensekey" #~ msgstr "Licenca" #~ msgid "Press Update options to save new location." #~ msgstr "Kliknite na Update opciju da sačuvate novu lokaciju." #~ msgid "Partner ID" #~ msgstr "ID partnera" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Lokacija ne postoji" #~ msgid "GoogleWeather" #~ msgstr "Google Prognoza" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Lokacija nije nadjenja" #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "current temperature" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather failure notice" lang/wp-forecast_nb_NO-nb_NO.mo000064400000005653150211511020012315 0ustar002C<HI [ex} , !* 3@S dn  '-5 < HTY`o .    $ 65 l v {          . 7 K b /s        - 2 ; 2P    % $& '(/. * 01,)"+! # -2Available widgetsCopyrightCurrent ConditionsDateDayDaytimeDisplay ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: WP-forecast-norsk Report-Msgid-Bugs-To: PO-Revision-Date: 2008-05-08 13:33+0100 Last-Translator: Eilif Nordseth Language-Team: Eilif Nordseth Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Norwegian Bokmal X-Poedit-Country: NORWAY X-Poedit-SourceCharset: utf-8 Tilgjengelige programtillegg© KopirettighetNåværende forholdDatoDagDagtidVis konfigureringVærmeldingVærmelding dagVærmelding nattHvor mange ' wp-forecast' programtillegg vil du bruke?FuktighetIkonKilometer/Time (km/h)Knop (kts)SpråkStedStedsnavnMeter/Sekund (m/s)Mil/Time (mph)NattidVennligst prøv igjen senere.TrykkFøles somForny 'cache' etterSøk etter stedSøkeordVelg programtilleggAlternativer oppdatertKort beskrivelseBeklager, ingen gyldige værdata tilgjengelige.SoloppgangSolnedgangTemperaturVæretTidTittel:Oppdater alternativerBruk aktuell tidBruk metriske enheterWP-Forecast AlternativerVindVindkastVindhastighets-enhetDu må endre et felt for å oppdatere alternativersekunderTidwidget_hintwp-forecast %slang/wp-forecast_el_EL-el_EL.po000064400000106234150211511020012267 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast 4.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2013-10-21 13:31+0200\n" "Last-Translator: Nikos \n" "Language-Team: \n" "Language: el_EL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.7\n" "X-Poedit-SourceCharset: UTF-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Τίτλος:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Διαθέσιμες μονάδες" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "ώρα" #: class-wpfuvwidget.php:292 #, fuzzy msgid "Current UV-Index" msgstr "Υπεριώδης ακτινοβολία (UV)" #: class-wpfuvwidget.php:296 #, fuzzy msgid "Max. UV-Index" msgstr "μεγ. Υπεριώδης ακτινοβολία (UV)" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 #, fuzzy msgid "Ozone" msgstr "Υπεριώδης ακτινοβολία (UV)" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Βροχή" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Χιόνι" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Καθαρός" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Κυρίως καθαρός" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Μερική συννεφιά" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Πρόβλεψη" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Ομίχλη" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Παγωμένη ψιχάλα" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Παγωμένη ψιχάλα" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Παγωμένη ψιχάλα" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Παγωμένη ψιχάλα" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Πιθανότητα παγωμένης ψιχάλας" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Ασθενής χιονόπτωση" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Πιθανότητα βροχοπτώσεων" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Δυνατή βροχή" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Παγωμένη βροχή" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Πιθανότητα παγωμένης βροχής" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Ασθενής χιονόπτωση" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Δυνατή χιονόπτωση" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Δυνατή χιονόπτωση" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Χιονοπτώσεις" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Βροχοπτώσεις" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Πιθανότητα βροχοπτώσεων" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Βροχοπτώσεις" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Χιονοπτώσεις" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Χιονοπτώσεις" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Καταιγίδες" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Καταιγίδες" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Καταιγίδες" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Καταιγίδες" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Καταιγίδες" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Καταιγίδες" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Ψιχάλα" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Παγωμένη ψιχάλα" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Παγωμένη ψιχάλα" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Ψιχάλα" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Πιθανότητα παγωμένης βροχής" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Δυνατή βροχή" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Παγωμένη ψιχάλα" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Ασθενής χιονόπτωση" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Δυνατή βροχή" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Παγωμένη βροχή" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Ασθενής χιονόπτωση" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Δυνατή βροχή" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Δυνατή βροχή" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Ασθενής χιονόπτωση" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Δυνατή χιονόπτωση" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Χιονόνερο" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Ασθενής χιονόπτωση" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Βροχοπτώσεις" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Χιονοπτώσεις" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Βροχοπτώσεις" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Χιονοπτώσεις" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Δυνατές Βροχοπτώσεις" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Συννεφιά" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Πρόβλεψη" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast shortcode: Αυτός ο περιηγητής δεν υποστηρίζει iframes." #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "Αποτελέσματα αναζήτησης" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "Παρακαλώ καταχωρίστε μια επιλογή αναζήτησης." #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "Παρακαλώ επιλέξτε τοποθεσία" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Πόσες μονάδες wp-forecast θέλετε;" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Διαγραφή των επιλογών κατά την απενεργοποίηση του πρόσθετου;" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Ανανέωση επιλογών" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Έλεγχος σύνδεσης με τον πάροχο καιρού" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Επιλέξτε μονάδα" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Οι ρυθμίσεις αποθηκεύτηκαν επιτυχώς" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" "Θα πρέπει να κάνετε αλλαγή σε κάποιο πεδίο για να ανανεώσετε τις ρυθμίσεις." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Ρυθμίσεις WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Υπηρεσία καιρού" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Ο καιρός" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Ο καιρός" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Τοποθεσία" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Παρακαλώ επιλέξτε τοποθεσία" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Όνομα τοποθεσίας" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Ανανέωση μνήμης μετά από" #: wp-forecast-admin.php:813 msgid "secs." msgstr "δευτ." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Χρήση μονάδων μετρικού συστήματος" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Χρήση τωρινής ώρας" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Time-Offset" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "λεπτά" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Μονάδα ταχύτητας ανέμων" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "μέτρα/δευτερόλεπτο (μ/δ)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Χιλιόμετρα/ώρα (χιλ/ω)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Μίλια/ώρα (μιλια/ω)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knots (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "μποφόρ (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Γλώσσα" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Εμφάνιση πρόβλεψης ως αναδυόμενο μενού ajax" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Πρώτη μέρα στο αναδυόμενο μενού" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Εμφάνιση διαμόρφωσης" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Τρέχουσες συνθήκες" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Πρόβλεψη ημέρας" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Πρόβλεψη νύχτας" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Εικονίδιο" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Ημερομηνία" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Ώρα" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Σύντομη περιγραφή" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Θερμοκρασία" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Πραγματική αίσθηση" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Πίεση" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Υγρασία" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Άνεμοι" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Ριπές ανέμου" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Σύντομη περιγραφή" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Ανατολή" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Ηλιοβασίλεμα" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Πνευματικά δικαιώματα" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Σύνδεσμος στον πάροχο καιρού" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Άνοιγμα σε νέο παράθυρο" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Πρόβλεψη" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Όλα" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Ημέρα" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Διάρκεια ημέρας" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Διάρκεια νύχτας" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 #, fuzzy msgid "Show UV-Index" msgstr "Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-admin.php:1365 #, fuzzy msgid "Show max. UV-Index" msgstr "μεγ. Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-admin.php:1372 #, fuzzy msgid "Show Ozone" msgstr "Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Ανανέωση επιλογών" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Αναζήτηση τοποθεσίας" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Όρος αναζήτησης" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Έλεγχος σύνδεσης" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Επιλογή παρόχου καιρού" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Έναρξη ελέγχου" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Κλείσιμο" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Έλεγχος σύνδεσης με τον πάροχο καιρού" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Άνοιγμα σε νέο παράθυρο" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Τοποθεσίες:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Ειδοποίηση σφάλματος από τον πάροχο" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Συγνώμη, δεν υπάρχουν διαθέσιμα στοιχεία καιρού." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Παρακαλώ δοκιμάστε αργότερα." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Άνεμοι" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Σύντομη περιγραφή" #: wp-forecast-show.php:306 #, fuzzy msgid "Current UV index" msgstr "Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-show.php:310 #, fuzzy msgid "Max. UV index" msgstr "μεγ. Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-show.php:458 #, fuzzy msgid "max. UV index" msgstr "μεγ. Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "νύχτα" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "μεγ. Υπεριώδης ακτινοβολία (UV)" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Λιγότερες ημέρες..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Περισσότερες ημέρες..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Ο καιρός" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Χρονοκαθυστέρηση συνδέσεων από τον πάροχο καιρού (δευτ.);" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Προεπιλογή μεθόδου μεταφοράς από το wordpress" #~ msgid "default" #~ msgstr "Προκαθορισμένο" #~ msgid "flik" #~ msgstr "πραγματική αίσθηση" #~ msgid "barr" #~ msgstr "πίεση" #~ msgid "hmid" #~ msgstr "υγρασία" #~ msgid "winds" #~ msgstr "ταχύτητα ανέμου" #~ msgid "sunrise" #~ msgstr "ανατολή" #~ msgid "sunset" #~ msgstr "ηλιοβασίλεμα" #~ msgid "day" #~ msgstr "ημέρα" #, fuzzy #~ msgid "fog" #~ msgstr "Ομίχλη" #~ msgid "loc" #~ msgstr "Τοποθεσία" #~ msgid "01" #~ msgstr "Ηλιοφάνεια" #~ msgid "02" #~ msgstr "Κυρίως ηλιοφάνεια" #~ msgid "03" #~ msgstr "Μερική ηλιοφάνεια" #~ msgid "04" #~ msgstr "Περιοδική συννεφιά" #~ msgid "05" #~ msgstr "Μουντή ηλιοφάνεια" #~ msgid "06" #~ msgstr "Κυρίως συννεφιά" #~ msgid "07" #~ msgstr "Συννεφιασμένος" #~ msgid "08" #~ msgstr "Περιοδική συννεφιά" #~ msgid "11" #~ msgstr "Ομίχλη" #~ msgid "12" #~ msgstr "Βροχοπτώσεις" #~ msgid "13" #~ msgstr "Κυρίως συννεφιασμένος με πιθανές βροχοπτώσεις" #~ msgid "14" #~ msgstr "Μερική ηλιοφάνεια με πιθανές βροχοπτώσεις" #~ msgid "15" #~ msgstr "Καταιγίδες" #~ msgid "16" #~ msgstr "Κυρίως συννεφιασμένος με πιθανές καταιγίδες" #~ msgid "17" #~ msgstr "Μερική ηλιοφάνεια με πιθανές καταιγίδες" #~ msgid "18" #~ msgstr "Βροχή" #~ msgid "19" #~ msgstr "Αναταραχές" #~ msgid "20" #~ msgstr "Κυρίως συννεφιασμένος με αναταραχές" #~ msgid "21" #~ msgstr "Μερικώς συννεφιασμένος με αναταραχές" #~ msgid "22" #~ msgstr "Χιόνι" #~ msgid "23" #~ msgstr "Κυρίως συννεφιά και χιόνι" #~ msgid "24" #~ msgstr "Πάγος" #~ msgid "25" #~ msgstr "Χιονόνερο" #~ msgid "26" #~ msgstr "Χαλάζι" #~ msgid "29" #~ msgstr "Βροχή και χιόνι" #~ msgid "30" #~ msgstr "Ζεστό" #~ msgid "31" #~ msgstr "Κρύο" #~ msgid "32" #~ msgstr "Ανεμώδης" #~ msgid "33" #~ msgstr "Καθαρός" #~ msgid "34" #~ msgstr "Κυρίως αίθριος" #~ msgid "35" #~ msgstr "Μερικώς νεφελώδης" #~ msgid "36" #~ msgstr "Περιοδικά σύννεφα" #~ msgid "37" #~ msgstr "Θολό σεληνόφωτο" #~ msgid "38" #~ msgstr "Κυρίως συννεφιασμένος" #~ msgid "39" #~ msgstr "Μερικώς συννεφιασμένος με βροχές" #~ msgid "40" #~ msgstr "Κυρίως συννεφιασμένος με βροχές" #~ msgid "41" #~ msgstr "Μερικώς νεφελώδης με καταιγίδες" #~ msgid "42" #~ msgstr "Κυρίως συννεφιασμένος με καταιγίδες" #~ msgid "43" #~ msgstr "Κυρίως συννεφιασμένος με αναταραχές" #~ msgid "44" #~ msgstr "Κυρίως συννεφιασμένος με χιόνι" #~ msgid "Monday" #~ msgstr "Δευτέρα" #~ msgid "Tuesday" #~ msgstr "Τρίτη" #~ msgid "Wednesday" #~ msgstr "Τετάρτη" #~ msgid "Thursday" #~ msgstr "Πέμπτη" #~ msgid "Friday" #~ msgstr "Παρασκευή" #~ msgid "Saturday" #~ msgstr "Σάββατο" #~ msgid "Sunday" #~ msgstr "Κυριακή" #~ msgid "N" #~ msgstr "Β" #~ msgid "E" #~ msgstr "Α" #~ msgid "W" #~ msgstr "Δ" #~ msgid "S" #~ msgstr "Ν" #~ msgid "30% Chance Drizzle" #~ msgstr "30% Πιθανότητα ψιχάλας" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% Πιθανότητα παγωμένης ψιχάλας" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% Πιθανότητα παγωμένης βροχής" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% Πιθανότητα ψιλού χαλαζιού" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% Πιθανότητα χαλαζιού" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% Πιθανότητα βροχοπτώσεων" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% Πιθανότητα χιονοπτώσεων" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% Πιθανότητα ψιχάλας" #~ msgid "30% Chance of Flurry" #~ msgstr "30% Πιθανότητα χιονοπτώσεων" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% Πιθανότητα χαλαζιού" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% Πιθανότητα ελαφριάς χιονόπτωσης" #~ msgid "30% Chance of Rain" #~ msgstr "30% Πιθανότητα βροχής" #~ msgid "30% Chance of Sleet" #~ msgstr "30% Πιθανότητα χιονόνερου" #~ msgid "30% Chance of Snow" #~ msgstr "30% Πιθανότητα χιονιού" #~ msgid "30% Chance of Storms" #~ msgstr "30% Πιθανότητα καταιγίδων" #~ msgid "40% Chance Drizzle" #~ msgstr "40% Πιθανότητα Ψιχάλας" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% Πιθανότητα παγωμένης ψιχάλας" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% Πιθανότητα παγωμένης ψιχάλας" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% Πιθανότητα παγωμένης βροχής" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% Πιθανότητα ψιλού χαλαζιού" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% Πιθανότητα χαλαζιού" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% Πιθανότητα βροχοπτώσεων" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% Πιθανότητα χιονοπτώσεων" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% Πιθανότητα ψιχάλας" #~ msgid "40% Chance of Flurry" #~ msgstr "40% Πιθανότητα χιονοπτώσεων" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% Πιθανότητα χαλαζιού" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% Πιθανότητα ελαφριάς χιονόπτωσης" #~ msgid "40% Chance of Rain" #~ msgstr "40% Πιθανότητα βροχής" #~ msgid "40% Chance of Sleet" #~ msgstr "40% Πιθανότητα χιονόνερου" #~ msgid "40% Chance of Snow" #~ msgstr "40% Πιθανότητα χιονιού" #~ msgid "40% Chance of Storms" #~ msgstr "40% Πιθανότητα καταιγίδων" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% Πιθανότητα παγωμένης ψιχάλας" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% Πιθανότητα παγωμένης βροχής" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% Πιθανότητα βροχοπτώσεων" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% Πιθανότητα χιονοπτώσεων" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% Πιθανότητα ψιχάλας" #~ msgid "50% Chance of Flurry" #~ msgstr "50% Πιθανότητα χιονοπτώσεων" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% Πιθανότητα χαλαζιού" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% Πιθανότητα ελαφριάς χιονόπτωσης" #~ msgid "50% Chance of Rain" #~ msgstr "50% Πιθανότητα βροχής" #~ msgid "50% Chance of Sleet" #~ msgstr "50% Πιθανότητα χιονόνερου" #~ msgid "50% Chance of Snow" #~ msgstr "50% Πιθανότητα χιονιού" #~ msgid "50% Chance of Storms" #~ msgstr "50% Πιθανότητα καταιγίδων" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Πιθανότητα παγωμένης ψιχάλας" #~ msgid "Chance Freezing Rain" #~ msgstr "Πιθανότητα παγωμένης βροχής" #~ msgid "Chance Rain Shower" #~ msgstr "Πιθανότητα βροχοπτώσεων" #~ msgid "Chance Snow Shower" #~ msgstr "Πιθανότητα χιονοπτώσεων" #~ msgid "Chance of Drizzle" #~ msgstr "Πιθανότητα ψιχάλας" #~ msgid "Chance of Flurry" #~ msgstr "Πιθανότητα χιονοπτώσεων" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Πιθανότητα παγωμένης ψιχάλας" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Πιθανότητα ψιλού χαλαζιού" #~ msgid "Chance of Frozen Mix" #~ msgstr "Πιθανότητα χαλαζιού" #~ msgid "Chance of Light Snow" #~ msgstr "Πιθανότητα ελαφριάς χιονόπτωσης" #~ msgid "Chance of Rain" #~ msgstr "Πιθανότητα βροχής" #~ msgid "Chance of Rain Showers" #~ msgstr "Πιθανότητα βροχοπτώσεων" #~ msgid "Chance of Sleet " #~ msgstr "Πιθανότητα χιονόνερου" #~ msgid "Chance of Snow" #~ msgstr "Πιθανότητα χιονιού" #~ msgid "Chance of Snow Showers" #~ msgstr "Πιθανότητα χιονοπτώσεων" #~ msgid "Chance of Storms" #~ msgstr "Πιθανότητα καταιγίδων" #~ msgid "Clear" #~ msgstr "Καθαρός" #~ msgid "Clearing" #~ msgstr "Ξέφωτο" #~ msgid "Cloudy" #~ msgstr "Συννεφιασμένος" #~ msgid "Fair" #~ msgstr "Αίθριος" #~ msgid "Flurries" #~ msgstr "Χιονόπτωση" #~ msgid "Foggy" #~ msgstr "Ομιχλώδης" #~ msgid "Freezing Drizzle" #~ msgstr "Παγωμένη ψιχάλα" #~ msgid "Frozen Mix" #~ msgstr "Χαλάζι" #~ msgid "Hazy" #~ msgstr "Ομιχλώδης" #~ msgid "Headline" #~ msgstr "Επικεφαλίδα" #~ msgid "Heavy Rain" #~ msgstr "Δυνατή βροχή" #~ msgid "Hot and Humid" #~ msgstr "Ζέστη και υγρασία" #~ msgid "Mostly Cloudy" #~ msgstr "Κυρίως συννεφιασμένος" #~ msgid "Mostly Sunny" #~ msgstr "Κυριώς ηλιοφάνεια" #~ msgid "Nowcast" #~ msgstr "Τωρινή πρόβλεψη" #~ msgid "Partly Cloudy" #~ msgstr "Μερική συννεφιά" #~ msgid "Partly Sunny" #~ msgstr "Μερική ηλιοφάνεια" #~ msgid "Scattered Thunderstorms" #~ msgstr "Δυνατές Καταιγίδες" #~ msgid "Sunny" #~ msgstr "Ηλιόλουστος" #~ msgid "Unknown" #~ msgstr "Άγνωστο" #~ msgid "Very Cold" #~ msgstr "Πολύ κρύο" #~ msgid "Very Hot" #~ msgstr "Πολύ ζέστη" #~ msgid "Warm and Humid" #~ msgstr "Ζέστη και υγρασία" #~ msgid "Windy" #~ msgstr "Ανεμώδης" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Πατήστε ανανέωση επιλογών για να αποθηκευτεί η νέα τοποθεσία." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Παρακαλώ αντικαταστήστε τα γερμανικά Umlaute ä,ö,ü με a, o, u στους όρους " #~ "αναζήτησης." #~ msgid "Accuweather Hits" #~ msgstr "Accuweather Hits" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Σύντομη περιγραφή" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Δυνατή βροχή" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Ψιχάλα" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Δυνατή χιονόπτωση" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Χιονόπτωση" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Ασθενής χιονόπτωση" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Μερική συννεφιά" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Καταιγίδες" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Καταιγίδες" #, fuzzy #~ msgid "sleet" #~ msgstr "Χιονόνερο" #~ msgid "Save" #~ msgstr "Αποθήκευση" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "Το πρόσθετο wp-forecast δεν βρέθηκε. Παρακαλώ εγκαταστήστε και " #~ "ενεργοποιήστε το wp-forecast." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "" #~ "Επιλέξτε τα χρωματισμένα κουτιά επιλογών για να ενεργοποιηθούν οι " #~ "επιλογές." #~ msgid "Maximal number of widgets per user" #~ msgstr "Μέγιστος αριθμός μονάδων ανα χρήστη" #~ msgid "Delete SuperAdmin options" #~ msgstr "Διαγραφή επιλογών SuperAdmin" #~ msgid "Delete SA-Options" #~ msgstr "Διαγραφή SA-Επιλογών" #~ msgid "Widget-Setup" #~ msgstr "Διαμόρφωση μονάδας" #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Licensekey" #~ msgstr "Αριθμός κλειδιού" #~ msgid "Press Update options to save new location." #~ msgstr "Πατήστε ανανέωση επιλογών για να αποθηκευτεί η νέα τοποθεσία." #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "No WeatherBug Partner-ID given. WeatherBug will not be searched." #~ msgstr "" #~ "Δεν δόθηκε WeatherBug Partner-ID. Δεν θα γίνει αναζήτηση στο WeatherBug. " #~ msgid "" #~ "Enter a correct Partner-ID in the admin panel and save it to search " #~ "WeatherBug." #~ msgstr "" #~ "Δηλώστε ένα σωστό Partner-ID στον πίνακα ελέγχου διαχειριστή και " #~ "αποθηκεύστε το για να γίνει αναζήτηση στο WeatherBug." #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Η τοποθεσία δεν υπάρχει" #~ msgid "GoogleWeather" #~ msgstr "GoogleWeather" #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug Hits" #~ msgid "" #~ "Google does not support searching for locations. Only Accuweather and " #~ "WeatherBug will be searched." #~ msgstr "" #~ "Η Google δεν υποστηρίζει την αναζήτηση τοποθεσίς. Θα γίνει αναζήτηση μόνο " #~ "σε Accuweather και WeatherBug." lang/wp-forecast_cs_CZ-cs_CZ.mo000064400000011050150211511020012315 0ustar00L|epqu# *19Vmq z,  % . ;FYj {   9 K k q 'v    0   ) : K ] l q { .      = i-   &       -' U l $v     ' # :EKZs z  " CQ` ~*/ 4DV es {.=LRc5}  B#!'1;*<D E>I&"C(G:JL8 -)2B?63.4F K,5=/ H+$@0A  %97AllAvailable widgetsCheck connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2013-09-14 19:43+0100 Last-Translator: Jakub Kořistka Language-Team: Language: cs_CZ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Poedit-KeywordsList: __;_e X-Generator: Poedit 1.5.7 VšechnyDostupné widgetyKontrola připojení k WeatherproviderZavřítKontrola připojeníCopyrightAktuální podmínkyDatumDenDenníOdstranit při deaktivaci pluginu nastavení?Konfigurace zobrazeníMrholeníOznámení o chybě od poskytovatelePrvní rozevírací denMlhaPředpověďPředpověď na denPředpověď na nocKolik widgetů wp-forecast chcete mít?VlhkostIkonakilometr/hodinu (km/h)Uzly (kts)JazykMéně dnů...Odkaz na WeatherproviderLokaceNázev lokaceLokace:metr/sekundu (m/s)míle/hodinu (mph)Více dnů...NočníOtevřít v novém okněZkuste to prosím později.TlakDéšťOdpovídá teplotěObnovit vyrovnávací paměť poHledat lokaciHledaný pojemZvolte poskytovatele počasíZvolit widgetNastavení bylo úspěšně aktualizovánoKrátký popisZobrazit předpověď rozevírací metodou AjaxDéšť se sněhemSníhNejsou dostupná žádné platné údaje o počasí.Zahájit kontroluVýchod slunceZápad slunceTeplotaThe WeatherČasČasový posunDoba čekání na připojení accuweather (s)?Nadpis:Aktualizovat možnostiPoužít aktuální časPoužít metrickou soustavuNastavení widgetu WP-ForecastWeatherserviceVítrNárazový vítrJednotky rychlosti větruAktualizaci lze provést po změně některého pole.výchozíminutsČaswidget_hintwp-forecast %sshortcode pro wp-forecast: Tento prohlížeč nepodporuje iframes.lang/wp-forecast_sr_SR-sr_SR.mo000064400000010606150211511020012401 0ustar00Mg#  *BX`} , #4L U bm    4 B ` r   '    0 : A P a r    .      = CT         % A V %b      7@ ISY_qw $' L,X     +)1D[w ;   & 4E@95'@E !1L$4  %6<:C>(,)3+H0;2G* D8K.A- M?"F7JI#B&=/AllAvailable widgetsBeaufort (bft)Check connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2012-11-13 13:39+0100 Last-Translator: Language-Team: Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: English X-Poedit-Country: UNITED STATES X-Poedit-SourceCharset: utf-8 AllRaspoloživi dodaciBjufort (bft)Proverite vezu ka provajderu.ZatvoriProvera vezeCopyrightTrenutni usloviDatumDanDanjuObrisati opcije prilikom dektivacije?Prikaz KonfiguracijeSitna kišaObaveštenje o neuspehu od provajderaPrvi dan u padajućem menijuMaglaPrognoza -Prognoza DanPrognoza NoćKoliko dodataka hocete?VlažnostIkonica(km/h)(kts)JezikSmanjen prikaz.Link ka davaocu prognozeLokacijaLokacijaLokacije:(m/s)(mph)Više prognoze...NoćuOtvoriti u novom prozoruMolimo, pokušajte kasnije...PritisakKišaSubjektivnoOsvežiti keš poslePretraži lokacijuTermin pretrageOdaberite porvajdera.Odaberi dodatakPodešavanja su uspešno ažurirana.Kratak opisPrikaži prognozu sa ajax padajućim menijemSusnežicaSnegNema podatakaPočetak provereIzlazak suncaZalazak suncaTemperaturePrognozaVremeVremenska razlikaTimeout za konekcuju ka provajderu (secs.)?Naslov:Opcije ažuriranjaKoristi trenutno vremeKorisiti metričke jediniceWP-Forecast podešavanja.WeatherserviceVetarNaleti vetraJedinica brzine vetraMorate nešto da promenite da bi ste izvršili ažuriranje.podrazumevanominutasecs.Vremedodatak savetprognoza %swp-forecast shortcode: Ovaj interent pregledač ne podržava iframes.lang/wp-forecast_pl_PL-pl_PL.po000064400000050654150211511020012347 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2008-11-03 21:46+0100\n" "Last-Translator: Lukasz Linhard \n" "Language-Team: Poprawki mile widziane, prosze przesłać na podany adres e-" "mail \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Polish\n" "X-Poedit-Country: Poland\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Tytuł" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Dostępne widgety" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "czas" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prognoza" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Opis" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Opis" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Opis" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Opis" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Opis" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Opis" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Opis" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prognoza" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Wyniki szukania" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Proszę wybierz swoje miasto a następnie kliknij położenie" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Liczba widgetów wp-forecast ?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Zapisz ustawienia" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Link do Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Wybierz widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Ustawienia zapisane pomyślnie" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Aby zachować ustawienia musisz coś zmienić " #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Ustawienia WP-Forecast " #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Pogoda" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Pogoda" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Pogoda" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Położenie" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Zapamiętaj położenie" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "NazwaPołożenia" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Odśwież cache co" # Poprawki mile widziane, propozycje prosze przesyłać na podany e-mail #: wp-forecast-admin.php:813 msgid "secs." msgstr "sekund" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Użyj jednostek metrycznych" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Użyj aktualnego czasu" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Wiatr w porywach" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Jednostka prędkości wiatru" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metrów/Sekundę (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometrów/Godzinę (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mil/Godzinę (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Węzłów (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Język" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Wyświetl konfigurację" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Aktualne warunki" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognoza na dzień" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognoza na noc" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikona" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Data" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Czas" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Opis" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatura" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Temperatura odczuwalna" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Ciśnienie" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Wilgotność" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Wiatr" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Wiatr w porywach" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Opis" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Wschód słońca" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Zachód słońca" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Prawa autorskie" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Link do Accuweather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prognoza" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dzień" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Dzień" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Noc" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Zapisz ustawienia" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Szukaj położenia" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Szukaj" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Link do Accuweather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Link do Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Położenie" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Przepraszam, brak poprawnych danych pogodowych." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Proszę spróbować później." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Wiatr" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Opis" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "noc" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Pogoda" #~ msgid "flik" #~ msgstr "odczuwalna" #~ msgid "barr" #~ msgstr "aktualne ciśnienie" #~ msgid "hmid" #~ msgstr "wilgotność" #~ msgid "winds" #~ msgstr "prędkość wiatru" #~ msgid "sunrise" #~ msgstr "wschód słońca" #~ msgid "sunset" #~ msgstr "zachód słońca" #~ msgid "day" #~ msgstr "dzień" #~ msgid "loc" #~ msgstr "położenie" #~ msgid "01" #~ msgstr "Słonecznie" #~ msgid "02" #~ msgstr "Przeważnie słonecznie" #~ msgid "03" #~ msgstr "Częściowo słonecznie" #~ msgid "04" #~ msgstr "Przelotne zachmurzenie" #~ msgid "05" #~ msgstr "Mglisty poranek" #~ msgid "06" #~ msgstr "Przeważnie pochmurnie" #~ msgid "07" #~ msgstr "Pochmurnie" #~ msgid "08" #~ msgstr "Mglisto (pochmurnie)" #~ msgid "11" #~ msgstr "Mgła" #~ msgid "12" #~ msgstr "Przelotny deszcz" #~ msgid "13" #~ msgstr "Mostly cloudy with showers" #~ msgid "14" #~ msgstr "Częsciowo słonecznie, przelotne deszcze" #~ msgid "15" #~ msgstr "Burza" #~ msgid "16" #~ msgstr "Przeważnie pochmurnie, burze" #~ msgid "17" #~ msgstr "Częsciowo słonecznie, burze" #~ msgid "18" #~ msgstr "Deszcz" #~ msgid "19" #~ msgstr "Gwałtowne deszcze" #~ msgid "20" #~ msgstr "Przeważnie pochmurnie, gwałtowne deszcze" #~ msgid "21" #~ msgstr "Częściowo słonecznie, gwałtowne deszcze" #~ msgid "22" #~ msgstr "Śnieg" #~ msgid "23" #~ msgstr "Przeważnie pochmurnie, śnieg" #~ msgid "24" #~ msgstr "Lód" #~ msgid "25" #~ msgstr "Deszcz ze śniegiem" #~ msgid "26" #~ msgstr "Gołoledź" #~ msgid "29" #~ msgstr "Deszcz ze śniegiem" #~ msgid "30" #~ msgstr "Gorąco" #~ msgid "31" #~ msgstr "Zimno" #~ msgid "32" #~ msgstr "Wietrznie" #~ msgid "33" #~ msgstr "Czysto" #~ msgid "34" #~ msgstr "Przeważnie czysto" #~ msgid "35" #~ msgstr "Częściowo pochmurno" #~ msgid "36" #~ msgstr "Przelotne chmury" #~ msgid "37" #~ msgstr "Mgliście, księżycowo" #~ msgid "38" #~ msgstr "Przeważnie pochmurno" #~ msgid "39" #~ msgstr "Częściowo pochmurno, przelotny deszcz" #~ msgid "40" #~ msgstr "Przeważnie pochmurno, przelotny deszcz" #~ msgid "41" #~ msgstr "Częściowo pochmurno, burze" #~ msgid "42" #~ msgstr "Przeważnie pochmurno, burze" #~ msgid "43" #~ msgstr "Przeważnie pochmurno, gwałtowne deszcze" #~ msgid "44" #~ msgstr "Przeważnie pochmurno, śnieg" #~ msgid "Monday" #~ msgstr "Poniedziałek" #~ msgid "Tuesday" #~ msgstr "Wtorek" #~ msgid "Wednesday" #~ msgstr "Środa" #~ msgid "Thursday" #~ msgstr "Czwartek" #~ msgid "Friday" #~ msgstr "Piątek" #~ msgid "Saturday" #~ msgstr "Sobota" #~ msgid "Sunday" #~ msgstr "Niedziela" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Prognoza" #, fuzzy #~ msgid "Sunny" #~ msgstr "Niedziela" #, fuzzy #~ msgid "Windy" #~ msgstr "Wiatr" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Kliknij przycisk aktualizacja aby zachować wybrane położenie" #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Link do Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "W wyszukiwaniu proszę zmienić niemieckie znaki diarektyczne Umlaute ä,ö,ü " #~ "na a, o, u." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Link do Accuweather" #~ msgid "Save" #~ msgstr "Zapisz" #~ msgid "Press Update options to save new location." #~ msgstr "Kliknij przycisk aktualizacja aby zachować wybrane położenie" #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Pogoda" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Pogoda" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Pogoda" #~ msgid "No locations found." #~ msgstr "Nie znaleziono" #~ msgid "tmp" #~ msgstr "aktualna temperatura" lang/de_DE_iso8859-1.po000064400000051630150211511020010324 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2009-02-06 07:46+0100\n" "Last-Translator: Hans Matzen \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: German\n" "X-Poedit-Country: GERMANY\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-KeywordsList: _e;__\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Verfügbare Widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Uhrzeit" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Vorhersage" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Kurzbezeichnung" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Kurzbezeichnung" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Kurzbezeichnung" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Kurzbezeichnung" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Kurzbezeichnung" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Kurzbezeichnung" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Kurzbezeichnung" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Vorhersage" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Suchergebnis" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "\"Bitte einen Ort auswählen und Ort Übernehmen klicken." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" "Zum Konfigurieren der wp-forecast Widgets,
rufen Sie bitte die WP-" "Forecast Admin Seite unter Einstellungen / WP-Forecast auf." #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Wieviele wp-forecast widgets möchten Sie verwenden?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Lösche Einstellungen bei Plugin-Deaktivierung?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Einstellungen speichern" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Link zu Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Widget auswählen" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Die Einstellungen wurden erfolgreich gespeichert." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" "Um die Einstellungen zu aktualisieren, müssen Sie mindestens ein Feld " "verändern." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Einstellungen" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Das Wetter" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Das Wetter" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Das Wetter" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Ort" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Ort übernehmen" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Ortsname" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Cache erneuern nach" #: wp-forecast-admin.php:813 msgid "secs." msgstr "Sekunden" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "metrische Einheiten verwenden" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Verwende aktuelle Zeit" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Böen" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Einheit der Windgeschwindigkeit" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekunde (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Stunde (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Meilen/Stunde (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knoten (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Sprache" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Anzeige Einstellungen" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Aktuelles Wetter" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Vorhersage tagsüber" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Vorhersage nachts" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Symbol" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Zeit" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kurzbezeichnung" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Gefühlte Temperatur" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Luftdruck" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Luftfeuchtigkeit" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Wind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Böen" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kurzbezeichnung" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Sonnenaufgang" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Sonnenuntergang" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Link zu Accuweather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Vorhersage" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Alle" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Tag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "tagsüber" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "nachts" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Einstellungen speichern" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Ort suchen" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Suchbegriff" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Link zu Accuweather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Link zu Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Ort" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Aktuell liegen keine gültigen Wetterinformationen vor." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Bitte versuchen Sie es später nochmal." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Wind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kurzbezeichnung" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Nacht" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Das Wetter" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Zeitlimit für Accuweather Verbindungen (Sek.)" #~ msgid "flik" #~ msgstr "Gefühlte Temperatur" #~ msgid "barr" #~ msgstr "Aktueller Luftdruck" #~ msgid "hmid" #~ msgstr "Luftfeuchtigkeit" #~ msgid "winds" #~ msgstr "Wind" #~ msgid "sunrise" #~ msgstr "Sonnenaufgang" #~ msgid "sunset" #~ msgstr "Sonnenuntergang" #~ msgid "day" #~ msgstr "Tag" #~ msgid "loc" #~ msgstr "Ort" #~ msgid "01" #~ msgstr "Wolkenlos" #~ msgid "02" #~ msgstr "Heiter" #~ msgid "03" #~ msgstr "Heiter bis wolkig" #~ msgid "04" #~ msgstr "Wolkig" #~ msgid "05" #~ msgstr "Dunstiger Sonnenschein" #~ msgid "06" #~ msgstr "Bewölkt" #~ msgid "07" #~ msgstr "Stark bewölkt" #~ msgid "08" #~ msgstr "Bedeckt" #~ msgid "11" #~ msgstr "Nebel" #~ msgid "12" #~ msgstr "Regenschauer" #~ msgid "13" #~ msgstr "Bewölkt mit Regenschauern" #~ msgid "14" #~ msgstr "Wolkig mit Regenschauern" #~ msgid "15" #~ msgstr "Gewitter" #~ msgid "16" #~ msgstr "Bewölkt mit Gewitterschauern" #~ msgid "17" #~ msgstr "Wolkig mit Gewitterschauern" #~ msgid "18" #~ msgstr "Regen" #~ msgid "19" #~ msgstr "Schneeschauer" #~ msgid "20" #~ msgstr "Bewölkt mit Schneeschauern" #~ msgid "21" #~ msgstr "Wolkig mit Schneeschauern" #~ msgid "22" #~ msgstr "Schneefall" #~ msgid "23" #~ msgstr "Bewölkt mit Schneefall" #~ msgid "24" #~ msgstr "Glatteis" #~ msgid "25" #~ msgstr "Graupelschauer" #~ msgid "26" #~ msgstr "Eisregen" #~ msgid "29" #~ msgstr "Schneeregen" #~ msgid "30" #~ msgstr "Heiß" #~ msgid "31" #~ msgstr "Kalt" #~ msgid "32" #~ msgstr "Windig" #~ msgid "33" #~ msgstr "Klare Nacht" #~ msgid "34" #~ msgstr "Überwiegend klar" #~ msgid "35" #~ msgstr "Wolkig" #~ msgid "36" #~ msgstr "Zeitweise wolkig" #~ msgid "37" #~ msgstr "Dunstig" #~ msgid "38" #~ msgstr "Dunstig" #~ msgid "39" #~ msgstr "Wolkig mit Regenschauern" #~ msgid "40" #~ msgstr "Bewölkt mit Regenschauern" #~ msgid "41" #~ msgstr "Wolkig mit Gewitterschauern" #~ msgid "42" #~ msgstr "Bewölkt mit Gewitterschauern" #~ msgid "43" #~ msgstr "Bewölkt mit Schneeschauern" #~ msgid "44" #~ msgstr "Bewölkt mit Schneefall" #~ msgid "Monday" #~ msgstr "Montag" #~ msgid "Tuesday" #~ msgstr "Dienstag" #~ msgid "Wednesday" #~ msgstr "Mittwoch" #~ msgid "Thursday" #~ msgstr "Donnerstag" #~ msgid "Friday" #~ msgstr "Freitag" #~ msgid "Saturday" #~ msgstr "Samstag" #~ msgid "Sunday" #~ msgstr "Sonntag" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "O" #~ msgid "W" #~ msgstr "W" #~ msgid "S" #~ msgstr "S" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Vorhersage" #, fuzzy #~ msgid "Sunny" #~ msgstr "Sonntag" #, fuzzy #~ msgid "Windy" #~ msgstr "Wind" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Klick auf Einstellungen speichern sichert den Ort." #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Link zu Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "\"Bitte ersetzen Sie Umlaute im Suchbegriff durch die entsprechenden " #~ "Vokale (z.B. ä durch a)" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Link zu Accuweather" #~ msgid "Save" #~ msgstr "Speichern" #~ msgid "Press Update options to save new location." #~ msgstr "Klick auf Einstellungen speichern sichert den Ort." #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Das Wetter" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Das Wetter" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Das Wetter" #~ msgid "No locations found." #~ msgstr "Keine Orte gefunden." #~ msgid "tmp" #~ msgstr "Aktuelle Temperatur" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather Fehlerhinweis" lang/wp-forecast_da_DK-da_DK.po000064400000070715150211511020012237 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast danish translation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2011-01-05 10:53+0100\n" "Last-Translator: Michael S.R. Petersen \n" "Language-Team: Michael S.R. Petersen\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Danish\n" "X-Poedit-Country: DENMARK\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-KeywordsList: _e;__\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Tilgængelige Widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Tid" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Regn" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Sne" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Klart" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Overvejdende klart" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Delvist skyet" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Vejrprognose" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Tåge" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Frysende støvregn" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Frysende støvregn" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Frysende støvregn" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Frysende støvregn" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Mulighed for frysende støvregn" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Let snefald" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Mulighed for regnbyger" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Tætte regnbyger" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Isslag" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Mulighed for isslag" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Let snefald" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Tæt snefald" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Tæt snefald" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Snebyger" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Regnbyger" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Mulighed for regnbyger" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Regnbyger" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Snebyger" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Snebyger" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Torden" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Torden" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Torden" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Torden" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Torden" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Torden" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Støvregn" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Frysende støvregn" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Frysende støvregn" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Støvregn" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Mulighed for isslag" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Tætte regnbyger" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Frysende støvregn" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Let snefald" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Tætte regnbyger" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Isslag" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Let snefald" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Tætte regnbyger" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Tætte regnbyger" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Let snefald" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Tæt snefald" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Slud" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Let snefald" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Regnbyger" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Snebyger" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Regnbyger" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Snebyger" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Spredte byger" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Tiltagende skydække" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Vejrprognose" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast shortcode: Denne 'browser' understøtter ikke 'iframes'." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Søgeresultat" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Vælg korrekt stednavn og tryk Gem sted" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" "Parametrering af wp-forecast Widget,
foretages på WP-Forecast Admin " "siden under indstillinger." #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Hvor mange wp-forecast widgets Ønsker De?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Slet indstillinger ved deaktiveret plugin?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Gem" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Test forbindelse til leverandør af vejrudsigter" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Vælg widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Indstillingerne blev succesfuldt opdateret." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" "For at aktualisere indstillingerne, skal der mindst foretages ændringer i ét " "felt." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast indstillinger" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Vejrtjeneste" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Vejret" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Vejret" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Sted" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Gem sted" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Stednavn" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Forny cache efter" #: wp-forecast-admin.php:813 msgid "secs." msgstr "Sek." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Benyt metriske enheder" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Benyt aktuel tid" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Tidsforskydelse" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minutter" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Enhed for vindhastighed" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekund (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/time (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mil/time (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knob (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Beaufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Sprog" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Vis vejrudsigt som en ajax pull-down" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Første dag i pull-down" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Vis indstillinger" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Aktuelt vejr" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognose dag" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognose nat" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikon" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Dato" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Tid" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kort beskrivelse" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Føles som" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Lufttryk" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Luftfugtighed" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Vindstød" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kort beskrivelse" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Solopgang" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Solnedgang" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link til leverandør af vejrudsigter" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Åbn i nyt vindue" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Vejrprognose" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Alle" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Dagtid" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Nattetid" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Gem" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Søg efter sted" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Søgebegreb" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Forbindelsestest" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Vælg leverandør af vejrudsigter" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Start test" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Luk" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Test forbindelse til leverandør af vejrudsigter" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Åbn i nyt vindue" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Lokaliteter:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Fejlbesked fra leverandør" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Der er desværre ingen gyldig vejrinformation tilgængelig." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Prøv igen senere." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kort beskrivelse" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Nat" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Mindre detaljeret..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Mere detaljeret..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Vejret" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout for forbindelse til leverandør af vejrudsigter (sek.)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Forudvælg wordpress overførsels metode" #~ msgid "default" #~ msgstr "standard" #~ msgid "flik" #~ msgstr "Følt temperatur" #~ msgid "barr" #~ msgstr "Aktuelt lufttryk" #~ msgid "hmid" #~ msgstr "Luftfugtighed" #~ msgid "winds" #~ msgstr "Vind" #~ msgid "sunrise" #~ msgstr "Solopgang" #~ msgid "sunset" #~ msgstr "Solnedgang" #~ msgid "day" #~ msgstr "Dag" #, fuzzy #~ msgid "fog" #~ msgstr "Tåge" #~ msgid "loc" #~ msgstr "Sted" #~ msgid "01" #~ msgstr "Solrig" #~ msgid "02" #~ msgstr "Overvejende solrigt" #~ msgid "03" #~ msgstr "Delvist solrigt" #~ msgid "04" #~ msgstr "Spredte skyer" #~ msgid "05" #~ msgstr "Lettere overskyet" #~ msgid "06" #~ msgstr "Skyet" #~ msgid "07" #~ msgstr "Overskyet" #~ msgid "08" #~ msgstr "Kraftig skydække" #~ msgid "11" #~ msgstr "Tåget" #~ msgid "12" #~ msgstr "Regnbyger" #~ msgid "13" #~ msgstr "Skyet med regn" #~ msgid "14" #~ msgstr "Overskyet med regn" #~ msgid "15" #~ msgstr "Torden" #~ msgid "16" #~ msgstr "Skyet med tordenbyger" #~ msgid "17" #~ msgstr "Overskyet med tordenbyger" #~ msgid "18" #~ msgstr "Regn" #~ msgid "19" #~ msgstr "Snebyger" #~ msgid "20" #~ msgstr "Skyet med snebyger" #~ msgid "21" #~ msgstr "Overskyet med snebyger" #~ msgid "22" #~ msgstr "Sne" #~ msgid "23" #~ msgstr "Skyet med sne" #~ msgid "24" #~ msgstr "Is" #~ msgid "25" #~ msgstr "Slud" #~ msgid "26" #~ msgstr "Isslag" #~ msgid "29" #~ msgstr "Regn og sne" #~ msgid "30" #~ msgstr "Varmt" #~ msgid "31" #~ msgstr "Koldt" #~ msgid "32" #~ msgstr "Blæst" #~ msgid "33" #~ msgstr "Klart" #~ msgid "34" #~ msgstr "Overvejende klart" #~ msgid "35" #~ msgstr "Skyet" #~ msgid "36" #~ msgstr "Delvist skyet" #~ msgid "37" #~ msgstr "Lettere overskyet" #~ msgid "38" #~ msgstr "Skyet" #~ msgid "39" #~ msgstr "Skyet med regn" #~ msgid "40" #~ msgstr "Overskyet med regn" #~ msgid "41" #~ msgstr "Skyet med tordenbyger" #~ msgid "42" #~ msgstr "Overskyet med tordenbyger" #~ msgid "43" #~ msgstr "Overskyet med snebyger" #~ msgid "44" #~ msgstr "Overskyet med sne" #~ msgid "Monday" #~ msgstr "Mandag" #~ msgid "Tuesday" #~ msgstr "Tirsdag" #~ msgid "Wednesday" #~ msgstr "Onsdag" #~ msgid "Thursday" #~ msgstr "Torsdag" #~ msgid "Friday" #~ msgstr "Fredag" #~ msgid "Saturday" #~ msgstr "Lørdag" #~ msgid "Sunday" #~ msgstr "Søndag" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "Ø" #~ msgid "W" #~ msgstr "V" #~ msgid "S" #~ msgstr "S" #~ msgid "30% Chance Drizzle" #~ msgstr "Risiko for stormvejr" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% sandsynlighed for frysende støvregn" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% sandsynlighed for isslag" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% sandsynlighed for frosset støvregn" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% sandsynlighed for tøsne" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% sandsynlighed for regnvejr" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% sandsynlighed for snevejr" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% sandsynlighed for støvregn" #~ msgid "30% Chance of Flurry" #~ msgstr "30% sandsynlighed for fygesne" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% sandsynlighed for tøsne" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% sandsynlighed for let snefald" #~ msgid "30% Chance of Rain" #~ msgstr "30% sandsynlighed for regn" #~ msgid "30% Chance of Sleet" #~ msgstr "30% sandsynlighed for slud" #~ msgid "30% Chance of Snow" #~ msgstr "30% sandsynlighed for sne" #~ msgid "30% Chance of Storms" #~ msgstr "30% sandsynlighed for storm" #~ msgid "40% Chance Drizzle" #~ msgstr "40% sandsynlighed for støvregn" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% sandsynlighed for frosset støvregn" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% sandsynlighed for frysende støvregn" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% sandsynlighed for isslag" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% sandsynlighed for frosset støvregn" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% sandsynlighed for tøsne" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% sandsynlighed for regnvejr" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% sandsynlighed for snevejr" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% sandsynlighed for støvregn" #~ msgid "40% Chance of Flurry" #~ msgstr "40% sandsynlighed for fygesne" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% sandsynlighed for tøsne" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% sandsynlighed for let snefald" #~ msgid "40% Chance of Rain" #~ msgstr "40% sandsynlighed for regn" #~ msgid "40% Chance of Sleet" #~ msgstr "40% sandsynlighed for slud" #~ msgid "40% Chance of Snow" #~ msgstr "40% sandsynlighed for sne" #~ msgid "40% Chance of Storms" #~ msgstr "40% sandsynlighed for storm" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% sandsynlighed for frysende støvregn" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% sandsynlighed for isslag" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% sandsynlighed for regnvejr" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% sandsynlighed for snevejr" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% sandsynlighed for støvregn" #~ msgid "50% Chance of Flurry" #~ msgstr "50% sandsynlighed for fygesne" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% sandsynlighed for tøsne" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% sandsynlighed for let snefald" #~ msgid "50% Chance of Rain" #~ msgstr "50% sandsynlighed for regn" #~ msgid "50% Chance of Sleet" #~ msgstr "50% sandsynlighed for slud" #~ msgid "50% Chance of Snow" #~ msgstr "50% sandsynlighed for sne" #~ msgid "50% Chance of Storms" #~ msgstr "50% sandsynlighed for storm" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Mulighed for frysende støvregn" #~ msgid "Chance Freezing Rain" #~ msgstr "Mulighed for isslag" #~ msgid "Chance Rain Shower" #~ msgstr "Mulighed for regnbyger" #~ msgid "Chance Snow Shower" #~ msgstr "Mulighed for snebyger" #~ msgid "Chance of Drizzle" #~ msgstr "Mulighed for støvregn" #~ msgid "Chance of Flurry" #~ msgstr "Mulighed for fygesne" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Mulighed for frysende støvregn" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Mulighed for frosset støvregn" #~ msgid "Chance of Frozen Mix" #~ msgstr "Mulighed for tøsne" #~ msgid "Chance of Light Snow" #~ msgstr "Mulighed for let snefald" #~ msgid "Chance of Rain" #~ msgstr "Mulighed for regn" #~ msgid "Chance of Rain Showers" #~ msgstr "Mulighed for regnbyger" #~ msgid "Chance of Sleet " #~ msgstr "Mulighed for slud" #~ msgid "Chance of Snow" #~ msgstr "Mulighed for sne" #~ msgid "Chance of Snow Showers" #~ msgstr "Mulighed for snestorme" #~ msgid "Chance of Storms" #~ msgstr "Mulighed for stormvejr" #~ msgid "Clear" #~ msgstr "Klart" #~ msgid "Clearing" #~ msgstr "Opklaring" #~ msgid "Cloudy" #~ msgstr "Skyet" #~ msgid "Fair" #~ msgstr "Skyfri" #~ msgid "Flurries" #~ msgstr "Fygesne" #~ msgid "Foggy" #~ msgstr "Tåget" #~ msgid "Freezing Drizzle" #~ msgstr "Frysende støvregn" #~ msgid "Frozen Mix" #~ msgstr "Tøsne" #~ msgid "Hazy" #~ msgstr "Diset" #~ msgid "Headline" #~ msgstr "Overskrift" #~ msgid "Heavy Rain" #~ msgstr "Tætte regnbyger" #~ msgid "Hot and Humid" #~ msgstr "Varmt og fugtigt" #~ msgid "Mostly Cloudy" #~ msgstr "Overvejende skyet" #~ msgid "Mostly Sunny" #~ msgstr "Overvejdende solrigt" #~ msgid "Nowcast" #~ msgstr "Aktueludsigt" #~ msgid "Partly Cloudy" #~ msgstr "Delvist skyet" #~ msgid "Partly Sunny" #~ msgstr "Delvist solrigt" #~ msgid "Scattered Thunderstorms" #~ msgstr "Spredt tordenvejr" #~ msgid "Sunny" #~ msgstr "Solskin" #~ msgid "Unknown" #~ msgstr "Ukendt" #~ msgid "Very Cold" #~ msgstr "Meget koldt" #~ msgid "Very Hot" #~ msgstr "Meget varmt" #~ msgid "Warm and Humid" #~ msgstr "Varmt og fugtigt" #~ msgid "Windy" #~ msgstr "Blæsende" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Tryk på Gem for at opdatere stednavnet" #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Erstat specialkarakterer med deres tilsvarende vokaler (f.eks. ä " #~ "erstattes med a)" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Kort beskrivelse" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Tætte regnbyger" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Støvregn" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Tæt snefald" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Fygesne" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Let snefald" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Delvist skyet" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Torden" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Torden" #, fuzzy #~ msgid "sleet" #~ msgstr "Slud" #~ msgid "Save" #~ msgstr "Gem" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "wp-forecast plugin ikke fundet. Venligst installer og aktiver wp-forecast." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "" #~ "Tilvælg de farvede valgbokse for at udføre brugervalgte indstillinger" #, fuzzy #~ msgid "Maximal number of widgets per user" #~ msgstr "Antal widgets per bruger" #~ msgid "Widget-Setup" #~ msgstr "Widget-Setup" #~ msgid "Partner-ID" #~ msgstr "Partner ID" #~ msgid "Licensekey" #~ msgstr "Licensnøgle" #~ msgid "Press Update options to save new location." #~ msgstr "Tryk på Gem for at opdatere stednavnet" #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Lokalitet findes ikke" #~ msgid "GoogleWeather" #~ msgstr "GoogleWeather" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Intet sted fundet." #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "Aktuel temperatur" lang/de_DE-latin1.mo000064400000007571150211511020010146 0ustar00?Y pqu *  #,2_hm   )AJSg w '    &2 7CJYj{ .  W o t     /  + D 8V          , 4 ; +T     1 . ;> z        5B GQZqj$3?24.78! "= 0#:<(- /,'*)%> 1; 65+&9AllAvailable widgetsCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultsecs.timewidget_hintwp-forecast %sProject-Id-Version: Report-Msgid-Bugs-To: PO-Revision-Date: 2009-12-19 08:18+0100 Last-Translator: Hans Matzen Language-Team: Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Poedit-Language: German X-Poedit-Country: GERMANY AlleVerfügbare WidgetsSchliessenVerbindungstestCopyrightAktuelles WetterDatumTagtagsüberLösche Einstellungen bei Plugin-Deaktivierung?Anzeige EinstellungenVorhersageVorhersage tagsüberVorhersage nachtsWieviele wp-forecast widgets möchten Sie verwenden?LuftfeuchtigkeitSymbolKilometer/Stunde (km/h)Knoten (kts)SpracheWeniger...Link zum WetterproviderOrtOrtsnameMeter/Sekunde (m/s)Meilen/Stunde (mph)Mehr...nachtsIn neuem Fenster öffnenBitte versuchen Sie es später nochmal.LuftdruckGefühlte TemperaturCache erneuern nachOrt suchenSuchbegriffWetterdienst auswählenWidget auswählenDie Einstellungen wurden erfolgreich gespeichert.KurzbezeichnungAktuell liegen keine gültigen Wetterinformationen vor.StartSonnenaufgangSonnenuntergangTemperaturDas WetterZeitZeitkorrekturTitel:Einstellungen speichernVerwende aktuelle Zeitmetrische Einheiten verwendenWP-Forecast EinstellungenWetterdienstWindBöenEinheit der WindgeschwindigkeitUm die Einstellungen zu aktualisieren, müssen Sie mindestens ein Feld verändern.StandardSekundenUhrzeitZum Konfigurieren der wp-forecast Widgets,
rufen Sie bitte die WP-Forecast Admin Seite unter Einstellungen / WP-Forecast auf.wp-forecast %slang/wp-forecast_hu_HU-hu_HU.mo000064400000005533150211511020012344 0ustar001C,89 KUhmqy ,  #0C T^v  '% , 8DIP_p . TL dn  2  % * 9 F L R _ w        - = P \ f u        " $ D O T % $& '(/. * 01,)"+! # -Available widgetsCopyrightCurrent ConditionsDateDayDaytimeDisplay ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintProject-Id-Version: Report-Msgid-Bugs-To: PO-Revision-Date: 2008-12-18 07:47+0100 Last-Translator: KOOS, Tamas Language-Team: KOOS, Tamas Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Hungarian X-Poedit-Country: HUNGARY Használható widget-ekCopyrightJelenlegi állapotDátumNapNappalA konfiguráció megjelenítéseElőjelzésNappal várható:Éjjel várható:Hány wp-forecast widget-et (várost) szeretnél ?PáratartalomIkonKm/óra (km/h)Csomó (kts)NyelvHely A hely neve méter/másodperc (m/s)Mérföld/óra (mph)ÉjszakaPróbáld újra később.NyomásÉrzékelhető hőA cahce frissítéseA hely keresésekeresendőVálassz egy widget-et (várost)Sikeresen mentveRövid leírásBocsi, nincs adat.NapfelkelteNapnyugtaHőmérsékletIdőjárásÓraCím : Beállítások mentéseA jelenlegi időt használjukméterbenWP-Forecast beállításSzélSzéllökésekA szél-sebesség mértékegységeVáltoztass egy mezőn a mentéshez.másodpercidőTrükklang/wp-forecast_fr_FR-fr_FR.mo000064400000007133150211511020012316 0ustar006I| *& /<,Kx   /8AU e p~'   ):L Q[.j F   ) < A F 3O    /   & 3 ; S ` m         $ / H _ 7r        % F _ d m >   s L,! / +5*14"(60 #'3&$) 2%.- AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...LocationLocationnameMeter/Second (m/s)Miles/Hour (mph)More forecast...NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2015-02-12 06:02+0100 Last-Translator: tuxlog Language-Team: Martin Loyer Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-KeywordsList: __;_e;_c X-Poedit-Basepath: D:\Documents and Settings\loyerm\Bureau\wp-forecast-1.2\wp-forecast X-Poedit-Language: French X-Poedit-Country: FRANCE X-Poedit-SourceCharset: utf-8 X-Poedit-SearchPath-0: D:\Documents and Settings\loyerm\Bureau\wp-forecast-1.2\wp-forecast ToutWidgets disponiblesCopyrightSituation actuelleDateJourJournéeDétruire les réglages lors de la désactivation ?Afficher la configurationPrévisionsPrévision journéePrévision nuitCombien de widgets wp-forecast souhaitez-vous ?HumiditéIcôneKilomètre/Heure (km/h)Noeuds (kts)Langue Moins de prévisions...Emplacement Nom du lieu Mètre/Seconde (m/s)Miles/Heure (mph)Plus de prévisions...NuitVeuillez réessayer plus tard.PressionTempérature ressentieRafraichir le cache aprèsRechercher un emplacementCritères Séléctionnez un widgetRéglages enregistrésCourte descriptionDésolé, pas de données métérologiques disponibles.Lever du soleilCoucher du soleilTempératureLe tempsHeureTitre : Enregistrer les réglagesUtiliser l'heure couranteUtiliser des unitées métriquesRéglages de WP-ForecastVentRafales Unitée pour la vitesse du ventVous devez changer un champ pour mettre à jour les réglages.secs.heurePour configurer les Widgets de wp-forecast,
veuillez vous rendre sur la page des Paramètres de WP-Forecast.wp-forescat %slang/wp-forecast_nb_NO-nb_NO.po000064400000047136150211511020012322 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: WP-forecast-norsk\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2008-05-08 13:33+0100\n" "Last-Translator: Eilif Nordseth \n" "Language-Team: Eilif Nordseth \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Norwegian Bokmal\n" "X-Poedit-Country: NORWAY\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Tittel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Tilgjengelige programtillegg" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Tid" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Værmelding" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Kort beskrivelse" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Kort beskrivelse" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Kort beskrivelse" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Kort beskrivelse" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Kort beskrivelse" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Kort beskrivelse" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Kort beskrivelse" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Værmelding" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Søkeresultat" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Velg stedet ditt og trykk Bestem sted" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Hvor mange ' wp-forecast' programtillegg vil du bruke?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Oppdater alternativer" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Velg programtillegg" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Velg programtillegg" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Alternativer oppdatert" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Du må endre et felt for å oppdatere alternativer" #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Alternativer" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Været" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Været" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Været" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Sted" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Bestem sted" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Stedsnavn" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Forny 'cache' etter" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sekunder" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Bruk metriske enheter" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Bruk aktuell tid" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Vindkast" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Vindhastighets-enhet" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekund (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Time (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mil/Time (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knop (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Språk" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Vis konfigurering" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Nåværende forhold" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Værmelding dag" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Værmelding natt" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikon" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Dato" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Tid" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kort beskrivelse" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Føles som" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Trykk" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Fuktighet" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Vindkast" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kort beskrivelse" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Soloppgang" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Solnedgang" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "© Kopirettighet" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Velg programtillegg" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Værmelding" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Dagtid" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Nattid" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Oppdater alternativer" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Søk etter sted" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Søkeord" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Velg programtillegg" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Sted" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Beklager, ingen gyldige værdata tilgjengelige." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Vennligst prøv igjen senere." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kort beskrivelse" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Natt" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Været" #~ msgid "flik" #~ msgstr "Føles" #~ msgid "barr" #~ msgstr "Trykk" #~ msgid "hmid" #~ msgstr "Fuktighet" #~ msgid "winds" #~ msgstr "Vind" #~ msgid "sunrise" #~ msgstr "Soloppgang" #~ msgid "sunset" #~ msgstr "Solnedgang" #~ msgid "day" #~ msgstr "Dag" #~ msgid "loc" #~ msgstr "Lokalt" #~ msgid "01" #~ msgstr "01" #~ msgid "02" #~ msgstr "02" #~ msgid "03" #~ msgstr "03" #~ msgid "04" #~ msgstr "04" #~ msgid "05" #~ msgstr "05" #~ msgid "06" #~ msgstr "06" #~ msgid "07" #~ msgstr "07" #~ msgid "08" #~ msgstr "08" #~ msgid "11" #~ msgstr "11" #~ msgid "12" #~ msgstr "12" #~ msgid "13" #~ msgstr "13" #~ msgid "14" #~ msgstr "14" #~ msgid "15" #~ msgstr "15" #~ msgid "16" #~ msgstr "16" #~ msgid "17" #~ msgstr "17" #~ msgid "18" #~ msgstr "18" #~ msgid "19" #~ msgstr "19" #~ msgid "20" #~ msgstr "20" #~ msgid "21" #~ msgstr "21" #~ msgid "22" #~ msgstr "22" #~ msgid "23" #~ msgstr "23" #~ msgid "24" #~ msgstr "24" #~ msgid "25" #~ msgstr "25" #~ msgid "26" #~ msgstr "26" #~ msgid "29" #~ msgstr "29" #~ msgid "30" #~ msgstr "30" #~ msgid "31" #~ msgstr "31" #~ msgid "32" #~ msgstr "32" #~ msgid "33" #~ msgstr "33" #~ msgid "34" #~ msgstr "34" #~ msgid "35" #~ msgstr "35" #~ msgid "36" #~ msgstr "36" #~ msgid "37" #~ msgstr "37" #~ msgid "38" #~ msgstr "38" #~ msgid "39" #~ msgstr "39" #~ msgid "40" #~ msgstr "40" #~ msgid "41" #~ msgstr "41" #~ msgid "42" #~ msgstr "42" #~ msgid "43" #~ msgstr "43" #~ msgid "44" #~ msgstr "44" #~ msgid "Monday" #~ msgstr "Mandag" #~ msgid "Tuesday" #~ msgstr "Tirsdag" #~ msgid "Wednesday" #~ msgstr "Onsdag" #~ msgid "Thursday" #~ msgstr "Torsdag" #~ msgid "Friday" #~ msgstr "Fredag" #~ msgid "Saturday" #~ msgstr "Lørdag" #~ msgid "Sunday" #~ msgstr "Søndag" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Værmelding" #, fuzzy #~ msgid "Sunny" #~ msgstr "Søndag" #, fuzzy #~ msgid "Windy" #~ msgstr "Vind" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Trykk Oppdater alternativer for å lagre et nytt sted" #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Været" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Erstatt tyske omlyder ä, ö, ü med a, o, u i søkeordene dine." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Været" #~ msgid "Save" #~ msgstr "Lagre" #~ msgid "Press Update options to save new location." #~ msgstr "Trykk Oppdater alternativer for å lagre et nytt sted" #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Været" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Været" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Været" #~ msgid "No locations found." #~ msgstr "Ingen steder funnet" #~ msgid "tmp" #~ msgstr "Tmp" lang/wp-forecast_it_IT-it_IT.po000064400000051424150211511020012347 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2014-10-29 07:43+0100\n" "Last-Translator: tuxlog \n" "Language-Team: Ing. Detti Giulio \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: __;_e;_c\n" "X-Poedit-Language: Italian\n" "X-Poedit-Country: ITALY\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titolo" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Widgets disponibili" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Ora" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Previsione" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Descrizione Breve " #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Descrizione Breve " #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Descrizione Breve " #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Descrizione Breve " #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Descrizione Breve " #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Descrizione Breve " #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Descrizione Breve " #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Previsione" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Risultati Ricerca" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Seleziona la tua città e premi imposta " #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Quanti widget wp-forecast desideri?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Cancella le opzioni durante la disattivazione del plugin?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Aggiorna impostazioni" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Link a Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Seleziona widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Impostazioni aggiornate con successo." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Devi cambiare un campo per aggiornare le impostazioni." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Configurazione" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Il Meteo" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Il Meteo" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Il Meteo" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Località" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Imposta località" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Nome Località" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Aggiorna cache dopo" #: wp-forecast-admin.php:813 msgid "secs." msgstr "secondi." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Usa unità metriche" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Usa ora corrente" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Raffiche di vento" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Unità Vento" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metri/Secondo (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Chilometri/Ora (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Miglia/Ora (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Nodi (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Lingua" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Mostra Configurazione" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Condizioni Attuali" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Previsione Giorno" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Previsione Notte" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Icona" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Data" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Ora" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Descrizione Breve " #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatura" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Temperatura percepita" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Pressione" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Umidità" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vento" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Raffiche di vento" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Descrizione Breve " #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Alba" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Tramonto" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Link a Accuweather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Previsione" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Tutti" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Giorno" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Ora diurna" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Ora notturna" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Aggiorna impostazioni" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Cerca località" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Termine di ricerca" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Link a Accuweather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Link a Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Località" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Ci scusiamo, ma non ci sono dati disponibili." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Prova di nuovo." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vento" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Descrizione Breve " #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Notte" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "meno" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "ulteriori" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Il Meteo" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout connessione a accuweather (sec.)?" #~ msgid "flik" #~ msgstr "Temperatura percepita" #~ msgid "barr" #~ msgstr "Pressione" #~ msgid "hmid" #~ msgstr "Umidità" #~ msgid "winds" #~ msgstr "Vento" #~ msgid "sunrise" #~ msgstr "Alba" #~ msgid "sunset" #~ msgstr "Tramonto" #~ msgid "day" #~ msgstr "Giorno" #~ msgid "loc" #~ msgstr "loc" #~ msgid "01" #~ msgstr "Soleggiato" #~ msgid "02" #~ msgstr "Prevalentemente Soleggiato" #~ msgid "03" #~ msgstr "Parzialmente Soleggiato" #~ msgid "04" #~ msgstr "Nuvoloso" #~ msgid "05" #~ msgstr "Sole Splendente" #~ msgid "06" #~ msgstr "Prevalentemente Nuvoloso" #~ msgid "07" #~ msgstr "Coperto" #~ msgid "08" #~ msgstr "Cielo Cupo" #~ msgid "11" #~ msgstr "Nebbia" #~ msgid "12" #~ msgstr "Rovesci" #~ msgid "13" #~ msgstr "Prevalentemente Nuvoloso con Rovesci" #~ msgid "14" #~ msgstr "Parzialmente Soleggiato con Rovesci" #~ msgid "15" #~ msgstr "Temporali" #~ msgid "16" #~ msgstr "Prevalentemente Nuvoloso con Temporali" #~ msgid "17" #~ msgstr "Parzialmente Soleggiato con Temporali" #~ msgid "18" #~ msgstr "Pioggia" #~ msgid "19" #~ msgstr "Raffiche" #~ msgid "20" #~ msgstr "Prevalentemente Nuvoloso con Raffiche" #~ msgid "21" #~ msgstr "Parzialmente Soleggiato con Raffiche" #~ msgid "22" #~ msgstr "Neve" #~ msgid "23" #~ msgstr "Prevalentemente Coperto con Neve" #~ msgid "24" #~ msgstr "Ghiaccio" #~ msgid "25" #~ msgstr "Nevischio" #~ msgid "26" #~ msgstr "Grandine" #~ msgid "29" #~ msgstr "Pioggia Mista Neve" #~ msgid "30" #~ msgstr "Caldo" #~ msgid "31" #~ msgstr "Freddo" #~ msgid "32" #~ msgstr "Ventoso" #~ msgid "33" #~ msgstr "Sereno" #~ msgid "34" #~ msgstr "Prevalentemente Sereno" #~ msgid "35" #~ msgstr "Parzialmente Nuvoloso" #~ msgid "36" #~ msgstr "Nubi Intermittenti" #~ msgid "37" #~ msgstr "Nebbiolina" #~ msgid "38" #~ msgstr "Parzialmente Coperto" #~ msgid "39" #~ msgstr "Parzialemente Nuvoloso con Rovesci" #~ msgid "40" #~ msgstr "Prevalentemente Nuvoloso con Rovesci" #~ msgid "41" #~ msgstr "Parzialmente Nuvoloso con Tempeste" #~ msgid "42" #~ msgstr "Prevalentemente Nuvoloso con Tempeste" #~ msgid "43" #~ msgstr "Prevalentemente Nuvoloso con Rovesci" #~ msgid "44" #~ msgstr "Prevalentemente Nuvoloso con Neve" #~ msgid "Monday" #~ msgstr "Lunedì" #~ msgid "Tuesday" #~ msgstr "Martedì" #~ msgid "Wednesday" #~ msgstr "Mercoledì" #~ msgid "Thursday" #~ msgstr "Giovedì" #~ msgid "Friday" #~ msgstr "Venerdì" #~ msgid "Saturday" #~ msgstr "Sabato" #~ msgid "Sunday" #~ msgstr "Domenica" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "E" #~ msgid "W" #~ msgstr "O" #~ msgid "S" #~ msgstr "S" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Previsione" #, fuzzy #~ msgid "Sunny" #~ msgstr "Domenica" #, fuzzy #~ msgid "Windy" #~ msgstr "Vento" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Premi aggiorna opzioni per salvare la nuova località" #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Link a Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Per favore rimpiazza i termini ä,ö,ü con a, o, u nella tua ricerca." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Link a Accuweather" #~ msgid "Save" #~ msgstr "Salva" #~ msgid "Press Update options to save new location." #~ msgstr "Premi aggiorna opzioni per salvare la nuova località" #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Il Meteo" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Il Meteo" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Il Meteo" #~ msgid "No locations found." #~ msgstr "Non sono state trovate località." #~ msgid "tmp" #~ msgstr "Temperatura" lang/wp-forecast_nl_NL-nl_NL.mo000064400000010650150211511020012324 0ustar00L|epqu# *19Vmq z,  % . ;FYj {   9 K k q 'v    0   ) : K ] l q { .      = Y-   %       / < N U u    *    %=T \ hr &/F!Wy#)   $ ),5biz  A 3=EJ O[=j#!'1;*<D E>I&"C(G:JL8 -)2B?63.4F K,5=/ H+$@0A  %97AllAvailable widgetsCheck connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast dutch translation Report-Msgid-Bugs-To: PO-Revision-Date: 2014-12-01 06:53+0100 Last-Translator: tuxlog Language-Team: Frans Lieshout Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Dutch X-Poedit-Country: NETHERLANDS AlleBeschikbare widgetsControleer connectie met weerproviderSluitConnectie controleCopyrightHuidig weerbeeldDatumDagOverdagOpties verwijderen tijdens plugin de-activatie?Toon configuratieMiezerMislukkingsbericht van providerEerste dag in pull-downMistVerwachtingVerwachting dagVerwachting nachtHoeveel wp-forecast widgets wil je hebben?VochtigheidIcoonKilometer/Uur (km/h)Knopen (knpn)TaalMinder verwachtingen...Link naar weerproviderLocatieLocatienaamLocaties:Meter/Seconde (m/s)Mijl/Uur (mph)Meer verwachtingen...'s NachtOpen in een nieuw vensterProbeer later opnieuw svp.DrukRegenWerkelijk gevoelVervers geheugen naZoek locatieZoektermSelecteer weerproviderSelecteer widgetInstellingen succesvol bijgewerktKorte omschrijvingToon verwachting als ajax pull-downIJzelSneeuwSorry, geen geldige weerdata beschikbaar.Start controleZonsopgangZonsondergangTemperatuurHet weerTijdTijd offsetTimeout voor weerprovider connecties (sec.)?Titel:Bijwerken optiesGebruik huidige tijdGebruik metriek stelselWP-Forecast instellingenWeerserviceWindWindstotenWindsnelheid eenheidJe moet een veld wijzigen om de instellingen te kunnen bijwerken.standaardminutensec.tijdwidget_hintwp-forecast %swp-forecast afkorting: Deze browser ondersteunt geen iframes.lang/wp-forecast_nl_NL-nl_NL.po000064400000067213150211511020012336 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast dutch translation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2014-12-01 06:53+0100\n" "Last-Translator: tuxlog \n" "Language-Team: Frans Lieshout\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" "X-Poedit-Country: NETHERLANDS\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Titel:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Beschikbare widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "tijd" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Regen" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Sneeuw" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Helder" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Meest helder" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Gedeeltelijk bewolkt" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Verwachting" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Mist" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Bevriezende motregen" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Bevriezende motregen" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Bevriezende motregen" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Bevriezende motregen" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Kans op bevriezende motregen" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Lichte sneeuw" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Kans op regenbui" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Hevige regen" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Bevriezende regen" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Kans op bevriezende regen" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Lichte sneeuw" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Hevige sneeuw" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Hevige sneeuw" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Sneeuwbuien" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Regenbuien" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Kans op regenbui" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Regenbuien" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Sneeuwbuien" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Sneeuwbuien" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Onweersbuien" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Onweersbuien" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Onweersbuien" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Onweersbuien" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Onweersbuien" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Onweersbuien" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Miezer" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Bevriezende motregen" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Bevriezende motregen" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Miezer" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Kans op bevriezende regen" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Hevige regen" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Bevriezende motregen" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Lichte sneeuw" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Hevige regen" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Bevriezende regen" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Lichte sneeuw" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Hevige regen" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Hevige regen" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Lichte sneeuw" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Hevige sneeuw" #: func-openweathermap.php:962 msgid "Sleet" msgstr "IJzel" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Lichte sneeuw" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Regenbuien" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Sneeuwbuien" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Regenbuien" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Sneeuwbuien" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Verspreide buien" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Toenemende bewolking" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Verwachting" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-forecast afkorting: Deze browser ondersteunt geen iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Zoekresultaat" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Selecteer uw stad en druk op stel locatie in." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Hoeveel wp-forecast widgets wil je hebben?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Opties verwijderen tijdens plugin de-activatie?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Bijwerken opties" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Controleer connectie met weerprovider" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Selecteer widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Instellingen succesvol bijgewerkt" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Je moet een veld wijzigen om de instellingen te kunnen bijwerken." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast instellingen" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Weerservice" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Het weer" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Het weer" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Locatie" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Stel locatie in" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Locatienaam" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Ververs geheugen na" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sec." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Gebruik metriek stelsel" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Gebruik huidige tijd" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Tijd offset" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minuten" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Windsnelheid eenheid" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Seconde (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Uur (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mijl/Uur (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Knopen (knpn)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Taal" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Toon verwachting als ajax pull-down" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Eerste dag in pull-down" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Toon configuratie" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Huidig weerbeeld" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Verwachting dag" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Verwachting nacht" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Icoon" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Tijd" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Korte omschrijving" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatuur" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Werkelijk gevoel" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Druk" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Vochtigheid" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Wind" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Windstoten" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Korte omschrijving" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Zonsopgang" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Zonsondergang" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link naar weerprovider" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Open in een nieuw venster" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Verwachting" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Alle" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dag" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Overdag" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "'s Nacht" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Bijwerken opties" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Zoek locatie" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Zoekterm" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Connectie controle" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Selecteer weerprovider" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Start controle" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Sluit" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Controleer connectie met weerprovider" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Open in een nieuw venster" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Locaties:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Mislukkingsbericht van provider" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Sorry, geen geldige weerdata beschikbaar." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Probeer later opnieuw svp." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Wind" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Korte omschrijving" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "nacht" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Minder verwachtingen..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Meer verwachtingen..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Het weer" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout voor weerprovider connecties (sec.)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Selecteer WordPress overdrachtsmodus" #~ msgid "default" #~ msgstr "standaard" #~ msgid "flik" #~ msgstr "gevoelstemperatuur" #~ msgid "barr" #~ msgstr "luchtdruk" #~ msgid "hmid" #~ msgstr "vochtigheid" #~ msgid "winds" #~ msgstr "windsnelheid" #~ msgid "sunrise" #~ msgstr "zonsopgang" #~ msgid "sunset" #~ msgstr "zonsondergang" #~ msgid "day" #~ msgstr "dag" #, fuzzy #~ msgid "fog" #~ msgstr "Mist" #~ msgid "loc" #~ msgstr "loc." #~ msgid "01" #~ msgstr "Zonnig" #~ msgid "02" #~ msgstr "Meest zonnig" #~ msgid "03" #~ msgstr "Deels zonnig" #~ msgid "04" #~ msgstr "Af en toe bewolking" #~ msgid "05" #~ msgstr "Nevel" #~ msgid "06" #~ msgstr "Meest bewolkt" #~ msgid "07" #~ msgstr "Bewolkt" #~ msgid "08" #~ msgstr "Sober (betrokken lucht)" #~ msgid "11" #~ msgstr "Mist" #~ msgid "12" #~ msgstr "Stortbuien" #~ msgid "13" #~ msgstr "Meest bewolkt met regen" #~ msgid "14" #~ msgstr "Deels zonnig met buien" #~ msgid "15" #~ msgstr "Onweer" #~ msgid "16" #~ msgstr "Meest bewolkt met onweersbuien" #~ msgid "17" #~ msgstr "Deels zonnig met onweersbuien" #~ msgid "18" #~ msgstr "Regen" #~ msgid "19" #~ msgstr "Hagel en regen" #~ msgid "20" #~ msgstr "Meest bewolkt en hagel en regen" #~ msgid "21" #~ msgstr "Deels zonnig met hagel en regen" #~ msgid "22" #~ msgstr "Sneeuw" #~ msgid "23" #~ msgstr "Meest bewolkt met sneeuw" #~ msgid "24" #~ msgstr "IJs" #~ msgid "25" #~ msgstr "Natte sneeuw" #~ msgid "26" #~ msgstr "Hagelbuien" #~ msgid "29" #~ msgstr "Regen en sneeuw" #~ msgid "30" #~ msgstr "Heet" #~ msgid "31" #~ msgstr "Koud" #~ msgid "32" #~ msgstr "Winderig" #~ msgid "33" #~ msgstr "Helder" #~ msgid "34" #~ msgstr "Meest helder" #~ msgid "35" #~ msgstr "Deels bewolkt" #~ msgid "36" #~ msgstr "Af en toe bewolking" #~ msgid "37" #~ msgstr "Nevelig" #~ msgid "38" #~ msgstr "Meest bewolkt" #~ msgid "39" #~ msgstr "Deels bewolkt met buien" #~ msgid "40" #~ msgstr "Meest bewolkt met buien" #~ msgid "41" #~ msgstr "Deels bewolkt met onweer" #~ msgid "42" #~ msgstr "Meest bewolkt met onweer" #~ msgid "43" #~ msgstr "Meest bewolkt met hagel en regen" #~ msgid "44" #~ msgstr "Meest bewolkt met sneeuw" #~ msgid "Monday" #~ msgstr "Maandag" #~ msgid "Tuesday" #~ msgstr "Dinsdag" #~ msgid "Wednesday" #~ msgstr "Woensdag" #~ msgid "Thursday" #~ msgstr "Donderdag" #~ msgid "Friday" #~ msgstr "Vrijdag" #~ msgid "Saturday" #~ msgstr "Zaterdag" #~ msgid "Sunday" #~ msgstr "Zondag" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "O" #~ msgid "W" #~ msgstr "W" #~ msgid "S" #~ msgstr "Z" #~ msgid "30% Chance Drizzle" #~ msgstr "30% kans op motregen" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% Kans op bevriezende motregen" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% Kans op bevriezende regen" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% Kans op bevriezende motregen" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% Kans op natte sneeuw" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% Kans op regenbui" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% Kans op sneeuwbui" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% Kans op motregen" #~ msgid "30% Chance of Flurry" #~ msgstr "30% kans op vlagen" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% Kans op natte sneeuw" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% Kans op lichte sneeuw" #~ msgid "30% Chance of Rain" #~ msgstr "30% Kans op regen" #~ msgid "30% Chance of Sleet" #~ msgstr "30% kans op ijzel" #~ msgid "30% Chance of Snow" #~ msgstr "30% Kans op sneeuw" #~ msgid "30% Chance of Storms" #~ msgstr "30% Kans op storm" #~ msgid "40% Chance Drizzle" #~ msgstr "34% kans op motregen" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% Kans op bevroren motregen" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% Kans op bevriezende motregen" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% Kans op bevriezende regen" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% Kans op bevriezende motregen" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% Kans op natte sneeuw" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% Kans op regenbui" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% Kans op sneeuwbui" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% Kans op motregen" #~ msgid "40% Chance of Flurry" #~ msgstr "34% kans op vlagen" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% Kans op natte sneeuw" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% Kans op lichte sneeuw" #~ msgid "40% Chance of Rain" #~ msgstr "40% Kans op regen" #~ msgid "40% Chance of Sleet" #~ msgstr "40% Kans op ijzel" #~ msgid "40% Chance of Snow" #~ msgstr "40% Kans op sneeuw" #~ msgid "40% Chance of Storms" #~ msgstr "40% Kans op storm" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% Kans op bevriezende motregen" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% Kans op bevriezende regen" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% Kans op regenbui" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% Kans op sneeuwbui" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% kans op motregen" #~ msgid "50% Chance of Flurry" #~ msgstr "50% Kans op vlagen" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% Kans op natte sneeuw" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% Kans op lichte sneeuw" #~ msgid "50% Chance of Rain" #~ msgstr "50% Kans op regen" #~ msgid "50% Chance of Sleet" #~ msgstr "50% kans op ijzel" #~ msgid "50% Chance of Snow" #~ msgstr "50% Kans op sneeuw" #~ msgid "50% Chance of Storms" #~ msgstr "50% Kans op storm" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Kans op bevriezende motregen" #~ msgid "Chance Freezing Rain" #~ msgstr "Kans op bevriezende regen" #~ msgid "Chance Rain Shower" #~ msgstr "Kans op regenbui" #~ msgid "Chance Snow Shower" #~ msgstr "Kans op sneeuwbui" #~ msgid "Chance of Drizzle" #~ msgstr "Kans op motregen" #~ msgid "Chance of Flurry" #~ msgstr "Kans op vlagen" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Kans op bevriezende motregen" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Kans op bevroren motregen" #~ msgid "Chance of Frozen Mix" #~ msgstr "Kans op natte sneeuw" #~ msgid "Chance of Light Snow" #~ msgstr "Kans op lichte sneeuw" #~ msgid "Chance of Rain" #~ msgstr "Kans op regen" #~ msgid "Chance of Rain Showers" #~ msgstr "Kans op regenbui" #~ msgid "Chance of Sleet " #~ msgstr "Kans op ijzel" #~ msgid "Chance of Snow" #~ msgstr "Kans op sneeuw" #~ msgid "Chance of Snow Showers" #~ msgstr "Kans op sneeuwbuien" #~ msgid "Chance of Storms" #~ msgstr "Kans op storm" #~ msgid "Clear" #~ msgstr "Helder" #~ msgid "Clearing" #~ msgstr "Opheldering" #~ msgid "Cloudy" #~ msgstr "Bewolkt" #~ msgid "Fair" #~ msgstr "Helder" #~ msgid "Flurries" #~ msgstr "Vlagen" #~ msgid "Foggy" #~ msgstr "Mistig" #~ msgid "Freezing Drizzle" #~ msgstr "Bevriezende motregen" #~ msgid "Frozen Mix" #~ msgstr "Natte sneeuw" #~ msgid "Hazy" #~ msgstr "Heiig" #~ msgid "Headline" #~ msgstr "Titel" #~ msgid "Heavy Rain" #~ msgstr "Hevige regen" #~ msgid "Hot and Humid" #~ msgstr "Heet en vochtig" #~ msgid "Mostly Cloudy" #~ msgstr "Meest bewolkt" #~ msgid "Mostly Sunny" #~ msgstr "Meest zonnig" #~ msgid "Nowcast" #~ msgstr "Voorspelling" #~ msgid "Partly Cloudy" #~ msgstr "Gedeeltelijk bewolkt" #~ msgid "Partly Sunny" #~ msgstr "Gedeeltelijk zonnig" #~ msgid "Scattered Thunderstorms" #~ msgstr "Verspreide onweersbuien" #~ msgid "Sunny" #~ msgstr "Zonnig" #~ msgid "Unknown" #~ msgstr "Onbekend" #~ msgid "Very Cold" #~ msgstr "Zeer koud" #~ msgid "Very Hot" #~ msgstr "Zeer heet" #~ msgid "Warm and Humid" #~ msgstr "Warm en vochtig" #~ msgid "Windy" #~ msgstr "Winderig" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Druk op bijwerken om nieuwe locatie te bewaren." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Vervang Duitse umlaut ä,ö,ü met a, o, u in je zoekterm." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Korte omschrijving" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Hevige regen" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Miezer" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Hevige sneeuw" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Vlagen" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Lichte sneeuw" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Gedeeltelijk bewolkt" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Onweersbuien" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Onweersbuien" #, fuzzy #~ msgid "sleet" #~ msgstr "IJzel" #~ msgid "Save" #~ msgstr "Bewaar" #, fuzzy #~ msgid "Partner-ID" #~ msgstr "Partner ID" #~ msgid "Licensekey" #~ msgstr "Licentiesleutel" #~ msgid "Press Update options to save new location." #~ msgstr "Druk op bijwerken om nieuwe locatie te bewaren." #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Locatie bestaat niet" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Het weer" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Geen locaties gevonden." #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "Huidige temperatuur" lang/wp-forecast_en_US-en_US.po000064400000054474150211511020012361 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-17 09:06+0200\n" "PO-Revision-Date: 2023-09-17 09:06+0200\n" "Last-Translator: tuxlog \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 2.4.2\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:305 msgid "Title:" msgstr "Title:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:495 msgid "Available widgets" msgstr "Available widgets" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:159 msgid "time" msgstr "time" #: class-wpfuvwidget.php:288 wp-forecast-show.php:293 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:292 wp-forecast-show.php:297 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:296 wp-forecast-show.php:301 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:306 class-wpfuvwidget.php:308 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:442 msgid "clear sky" msgstr "" #: func-openmeteo.php:445 msgid "mainly clear" msgstr "" #: func-openmeteo.php:448 msgid "partly cloudy" msgstr "" #: func-openmeteo.php:451 msgid "overcast" msgstr "" #: func-openmeteo.php:454 msgid "fog" msgstr "" #: func-openmeteo.php:457 msgid "rime fog" msgstr "" #: func-openmeteo.php:460 msgid "light drizzle" msgstr "" #: func-openmeteo.php:463 msgid "moderate drizzle" msgstr "" #: func-openmeteo.php:466 msgid "dense drizzle" msgstr "" #: func-openmeteo.php:469 msgid "light freezing drizzle" msgstr "" #: func-openmeteo.php:472 msgid "dense freezing drizzle" msgstr "" #: func-openmeteo.php:475 msgid "slight rain" msgstr "" #: func-openmeteo.php:478 msgid "moderate rain" msgstr "" #: func-openmeteo.php:481 msgid "heavy rain" msgstr "" #: func-openmeteo.php:484 msgid "light freezing rain" msgstr "" #: func-openmeteo.php:487 msgid "heavy freezing rain" msgstr "" #: func-openmeteo.php:490 msgid "slight snow fall" msgstr "" #: func-openmeteo.php:493 msgid "moderate snow fall" msgstr "" #: func-openmeteo.php:496 msgid "heavy snow fall" msgstr "" #: func-openmeteo.php:499 msgid "snow grains" msgstr "" #: func-openmeteo.php:502 msgid "slight rain showers" msgstr "" #: func-openmeteo.php:505 msgid "moderate rain showers" msgstr "" #: func-openmeteo.php:508 msgid "violent rain showers" msgstr "" #: func-openmeteo.php:511 msgid "slight snow showers" msgstr "" #: func-openmeteo.php:514 msgid "heavy snow showers" msgstr "" #: func-openmeteo.php:517 msgid "thunderstorm" msgstr "" #: func-openmeteo.php:520 msgid "thunderstorm with light hail" msgstr "" #: func-openmeteo.php:523 msgid "thunderstorm with heavy hail" msgstr "" #: func-openmeteo.php:527 msgid "Clear Sky" msgstr "" #: funclib.php:875 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid errors " "on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:94 msgid "Searchresults" msgstr "" #: wp-forecast-admin.php:97 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:99 msgid "Please select a location" msgstr "Please select your city and press set location" #: wp-forecast-admin.php:107 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:213 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:309 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:424 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:427 msgid "How many wp-forecast widgets would you like?" msgstr "How many wp-forecast widgets would you like?" #: wp-forecast-admin.php:441 msgid "Timeout for weatherprovider connections (secs.)?" msgstr "" #: wp-forecast-admin.php:446 msgid "Preselect WordPress transfer method" msgstr "" #: wp-forecast-admin.php:448 msgid "default" msgstr "" #: wp-forecast-admin.php:459 msgid "Delete options during plugin deactivation?" msgstr "Delete options during plugin deactivation?" #: wp-forecast-admin.php:468 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:473 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:483 msgid "Update global options" msgstr "" #: wp-forecast-admin.php:489 msgid "Check connection to Weatherprovider" msgstr "" #: wp-forecast-admin.php:519 msgid "Select widget" msgstr "Select widget" #: wp-forecast-admin.php:766 msgid "Settings successfully updated" msgstr "Settings successfully updated" #: wp-forecast-admin.php:768 msgid "You have to change a field to update settings." msgstr "You have to change a field to update settings." #: wp-forecast-admin.php:796 msgid "WP-Forecast Setup" msgstr "WP-Forecast Setup" #: wp-forecast-admin.php:804 msgid "Weatherservice" msgstr "" #: wp-forecast-admin.php:811 msgid "OpenWeathermap" msgstr "" #: wp-forecast-admin.php:817 msgid "OpenWeatherMap v3" msgstr "" #: wp-forecast-admin.php:824 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:827 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:831 msgid "Location" msgstr "Location" #: wp-forecast-admin.php:846 msgid "Use visitors location" msgstr "" #: wp-forecast-admin.php:849 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:853 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:857 msgid "Locationname" msgstr "Locationname" #: wp-forecast-admin.php:859 msgid "Refresh cache after" msgstr "Refresh cache after" #: wp-forecast-admin.php:861 msgid "secs." msgstr "secs." #: wp-forecast-admin.php:867 msgid "Use metric units" msgstr "Use metric units" #: wp-forecast-admin.php:876 msgid "Use current time" msgstr "Use current time" #: wp-forecast-admin.php:877 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:878 msgid "minutes" msgstr "" #: wp-forecast-admin.php:881 msgid "Windspeed-Unit" msgstr "Windspeed-Unit" #: wp-forecast-admin.php:887 msgid "Meter/Second (m/s)" msgstr "Meter/Second (m/s)" #: wp-forecast-admin.php:893 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Hour (km/h)" #: wp-forecast-admin.php:899 msgid "Miles/Hour (mph)" msgstr "Miles/Hour (mph)" #: wp-forecast-admin.php:905 msgid "Knots (kts)" msgstr "Knots (kts)" #: wp-forecast-admin.php:911 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:918 msgid "Language" msgstr "Language" #: wp-forecast-admin.php:942 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:946 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:1015 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:1022 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:1027 msgid "Display Configuration" msgstr "Display Configuration" #: wp-forecast-admin.php:1031 msgid "Current Conditions" msgstr "Current Conditions" #: wp-forecast-admin.php:1032 msgid "Forecast Day" msgstr "Forecast Day" #: wp-forecast-admin.php:1033 msgid "Forecast Night" msgstr "Forecast Night" #: wp-forecast-admin.php:1036 msgid "Icon" msgstr "Icon" #: wp-forecast-admin.php:1057 msgid "Date" msgstr "Date" #: wp-forecast-admin.php:1068 msgid "Time" msgstr "Time" #: wp-forecast-admin.php:1079 msgid "Short Description" msgstr "Short Description" #: wp-forecast-admin.php:1100 msgid "Temperature" msgstr "Temperature" #: wp-forecast-admin.php:1121 msgid "Realfeel" msgstr "Realfeel" #: wp-forecast-admin.php:1132 msgid "Pressure" msgstr "Pressure" #: wp-forecast-admin.php:1143 msgid "Humidity" msgstr "Humidity" #: wp-forecast-admin.php:1154 msgid "Wind" msgstr "Wind" #: wp-forecast-admin.php:1175 wp-forecast-show.php:255 wp-forecast-show.php:426 #: wp-forecast-show.php:494 msgid "Windgusts" msgstr "" #: wp-forecast-admin.php:1197 wp-forecast-show.php:275 wp-forecast-show.php:422 msgid "Precipitation" msgstr "" #: wp-forecast-admin.php:1219 wp-forecast-show.php:260 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1241 msgid "Sunrise" msgstr "Sunrise" #: wp-forecast-admin.php:1252 msgid "Sunset" msgstr "Sunset" #: wp-forecast-admin.php:1263 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1274 msgid "Link to Weatherprovider" msgstr "Link to Weatherprovider" #: wp-forecast-admin.php:1281 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1293 wp-forecast-show.php:349 msgid "Forecast" msgstr "Forecast" #: wp-forecast-admin.php:1298 msgid "All" msgstr "All" #: wp-forecast-admin.php:1299 wp-forecast-admin.php:1300 #: wp-forecast-admin.php:1301 wp-forecast-admin.php:1302 #: wp-forecast-admin.php:1303 wp-forecast-admin.php:1304 #: wp-forecast-admin.php:1305 wp-forecast-admin.php:1306 #: wp-forecast-admin.php:1307 msgid "Day" msgstr "Day" #: wp-forecast-admin.php:1309 msgid "Daytime" msgstr "Daytime" #: wp-forecast-admin.php:1366 msgid "Nighttime" msgstr "Nighttime" #: wp-forecast-admin.php:1434 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1436 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1444 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1451 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1458 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1465 msgid "Show safe exposure time as tooltip" msgstr "" #: wp-forecast-admin.php:1473 msgid "Update options" msgstr "Update options" #: wp-forecast-admin.php:1496 wp-forecast-admin.php:1499 msgid "Search location" msgstr "Search location" #: wp-forecast-admin.php:1497 msgid "Searchterm" msgstr "Searchterm" #: wp-forecast-admin.php:1501 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1517 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1520 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1525 msgid "Select weatherprovider" msgstr "" #: wp-forecast-admin.php:1532 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1534 msgid "Close" msgstr "" #: wp-forecast-admin.php:1567 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1576 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1579 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1582 msgid "Checklist for connection test" msgstr "" #: wp-forecast-admin.php:1585 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1588 msgid "German wp-forecast Site" msgstr "" #: wp-forecast-admin.php:1591 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1594 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1597 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1606 msgid "wp-forecast Help" msgstr "" #: wp-forecast-show.php:64 msgid "Locations:" msgstr "" #: wp-forecast-show.php:94 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:108 msgid "Sorry, no valid weather data available." msgstr "Sorry, no valid weather data available." #: wp-forecast-show.php:109 msgid "Please try again later." msgstr "Please try again later." #: wp-forecast-show.php:230 msgid "flik" msgstr "real feel" #: wp-forecast-show.php:235 msgid "barr" msgstr "current pressure" #: wp-forecast-show.php:245 msgid "hmid" msgstr "humidity" #: wp-forecast-show.php:250 wp-forecast-show.php:407 wp-forecast-show.php:489 msgid "winds" msgstr "wind speed" #: wp-forecast-show.php:281 msgid "sunrise" msgstr "sunrise" #: wp-forecast-show.php:286 msgid "sunset" msgstr "sunset" #: wp-forecast-show.php:357 msgid "day" msgstr "day" #: wp-forecast-show.php:431 wp-forecast-show.php:499 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:441 msgid "night" msgstr "night" #: wp-forecast-show.php:521 wp-forecast-show.php:522 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:523 msgid "More forecast..." msgstr "" #: wp-forecast.php:451 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:455 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:128 msgid "The Weather" msgstr "The Weather" #: xgettextdummy.php:12 msgid "loc" msgstr "location" #: xgettextdummy.php:13 msgid "01" msgstr "Sunny" #: xgettextdummy.php:14 msgid "02" msgstr "Mostly sunny" #: xgettextdummy.php:15 msgid "03" msgstr "Partly sunny" #: xgettextdummy.php:16 msgid "04" msgstr "Intermittent clouds" #: xgettextdummy.php:17 msgid "05" msgstr "Hazy sunshine" #: xgettextdummy.php:18 msgid "06" msgstr "Mostly cloudy" #: xgettextdummy.php:19 msgid "07" msgstr "Cloudy" #: xgettextdummy.php:20 msgid "08" msgstr "Dreary (overcast)" #: xgettextdummy.php:21 msgid "11" msgstr "Fog" #: xgettextdummy.php:22 msgid "12" msgstr "Showers" #: xgettextdummy.php:23 msgid "13" msgstr "Mostly cloudy with showers" #: xgettextdummy.php:24 msgid "14" msgstr "Partly sunny with showers" #: xgettextdummy.php:25 msgid "15" msgstr "Thunderstorms" #: xgettextdummy.php:26 msgid "16" msgstr "Mostly cloudy with thundershowers" #: xgettextdummy.php:27 msgid "17" msgstr "Partly sunny with thundershowers" #: xgettextdummy.php:28 msgid "18" msgstr "Rain" #: xgettextdummy.php:29 msgid "19" msgstr "Flurries" #: xgettextdummy.php:30 msgid "20" msgstr "Mostly cloudy with flurries" #: xgettextdummy.php:31 msgid "21" msgstr "Partly sunny with flurries" #: xgettextdummy.php:32 msgid "22" msgstr "Snow" #: xgettextdummy.php:33 msgid "23" msgstr "Mostly cloudy with snow" #: xgettextdummy.php:34 msgid "24" msgstr "Ice" #: xgettextdummy.php:35 msgid "25" msgstr "Sleet" #: xgettextdummy.php:36 msgid "26" msgstr "Freezing rain" #: xgettextdummy.php:37 msgid "29" msgstr "Rain and snow" #: xgettextdummy.php:38 msgid "30" msgstr "Hot" #: xgettextdummy.php:39 msgid "31" msgstr "Cold" #: xgettextdummy.php:40 msgid "32" msgstr "Windy" #: xgettextdummy.php:41 msgid "33" msgstr "Clear" #: xgettextdummy.php:42 msgid "34" msgstr "Mostly clear" #: xgettextdummy.php:43 msgid "35" msgstr "Partly cloudy" #: xgettextdummy.php:44 msgid "36" msgstr "Intermittent clouds" #: xgettextdummy.php:45 msgid "37" msgstr "Hazy moonlight" #: xgettextdummy.php:46 msgid "38" msgstr "Mostly cloudy" #: xgettextdummy.php:47 msgid "39" msgstr "Partly cloudy with showers" #: xgettextdummy.php:48 msgid "40" msgstr "Mostly cloudy with showers" #: xgettextdummy.php:49 msgid "41" msgstr "Partly cloudy with thunderstorms" #: xgettextdummy.php:50 msgid "42" msgstr "Mostly cloudy with thunderstorms" #: xgettextdummy.php:51 msgid "43" msgstr "Mostly cloudy with flurries" #: xgettextdummy.php:52 msgid "44" msgstr "Mostly cloudy with snow" #: xgettextdummy.php:53 msgid "Monday" msgstr "Monday" #: xgettextdummy.php:54 msgid "Tuesday" msgstr "Tuesday" #: xgettextdummy.php:55 msgid "Wednesday" msgstr "Wednesday" #: xgettextdummy.php:56 msgid "Thursday" msgstr "Thursday" #: xgettextdummy.php:57 msgid "Friday" msgstr "Friday" #: xgettextdummy.php:58 msgid "Saturday" msgstr "Saturday" #: xgettextdummy.php:59 msgid "Sunday" msgstr "Sunday" #: xgettextdummy.php:60 msgid "N" msgstr "N" #: xgettextdummy.php:61 msgid "E" msgstr "E" #: xgettextdummy.php:62 msgid "W" msgstr "W" #: xgettextdummy.php:63 msgid "S" msgstr "S" #: xgettextdummy.php:64 msgid "30% Chance Drizzle" msgstr "" #: xgettextdummy.php:65 msgid "30% Chance Freezing Drizzle" msgstr "" #: xgettextdummy.php:66 msgid "30% Chance Freezing Rain" msgstr "" #: xgettextdummy.php:67 msgid "30% Chance Frozen Drizzle" msgstr "" #: xgettextdummy.php:68 msgid "30% Chance Frozen Mix" msgstr "" #: xgettextdummy.php:69 msgid "30% Chance Rain Shower" msgstr "" #: xgettextdummy.php:70 msgid "30% Chance Snow Shower" msgstr "" #: xgettextdummy.php:71 msgid "30% Chance of Drizzle" msgstr "" #: xgettextdummy.php:72 xgettextdummy.php:73 msgid "30% Chance of Flurry" msgstr "" #: xgettextdummy.php:74 msgid "30% Chance of Frozen Mix" msgstr "" #: xgettextdummy.php:75 msgid "30% Chance of Light Snow" msgstr "" #: xgettextdummy.php:76 msgid "30% Chance of Rain" msgstr "" #: xgettextdummy.php:77 msgid "30% Chance of Sleet" msgstr "" #: xgettextdummy.php:78 msgid "30% Chance of Snow" msgstr "" #: xgettextdummy.php:79 msgid "30% Chance of Storms" msgstr "" #: xgettextdummy.php:80 msgid "40% Chance Drizzle" msgstr "" #: xgettextdummy.php:81 msgid "40% Chance Fozen Drizzle" msgstr "" #: xgettextdummy.php:82 msgid "40% Chance Freezing Drizzle" msgstr "" #: xgettextdummy.php:83 msgid "40% Chance Freezing Rain" msgstr "" #: xgettextdummy.php:84 msgid "40% Chance Frozen Drizzle" msgstr "" #: xgettextdummy.php:85 msgid "40% Chance Frozen Mix" msgstr "" #: xgettextdummy.php:86 msgid "40% Chance Rain Shower" msgstr "" #: xgettextdummy.php:87 msgid "40% Chance Snow Shower" msgstr "" #: xgettextdummy.php:88 msgid "40% Chance of Drizzle" msgstr "" #: xgettextdummy.php:89 msgid "40% Chance of Flurry" msgstr "" #: xgettextdummy.php:90 msgid "40% Chance of Frozen Mix" msgstr "" #: xgettextdummy.php:91 msgid "40% Chance of Light Snow" msgstr "" #: xgettextdummy.php:92 msgid "40% Chance of Rain" msgstr "" #: xgettextdummy.php:93 msgid "40% Chance of Sleet" msgstr "" #: xgettextdummy.php:94 msgid "40% Chance of Snow" msgstr "" #: xgettextdummy.php:95 msgid "40% Chance of Storms" msgstr "" #: xgettextdummy.php:96 msgid "50% Chance Freezing Drizzle" msgstr "" #: xgettextdummy.php:97 msgid "50% Chance Freezing Rain" msgstr "" #: xgettextdummy.php:98 msgid "50% Chance Rain Shower" msgstr "" #: xgettextdummy.php:99 msgid "50% Chance Snow Shower" msgstr "" #: xgettextdummy.php:100 msgid "50% Chance of Drizzle" msgstr "" #: xgettextdummy.php:101 msgid "50% Chance of Flurry" msgstr "" #: xgettextdummy.php:102 msgid "50% Chance of Frozen Mix" msgstr "" #: xgettextdummy.php:103 msgid "50% Chance of Light Snow" msgstr "" #: xgettextdummy.php:104 msgid "50% Chance of Rain" msgstr "" #: xgettextdummy.php:105 msgid "50% Chance of Sleet" msgstr "" #: xgettextdummy.php:106 msgid "50% Chance of Snow" msgstr "" #: xgettextdummy.php:107 msgid "50% Chance of Storms" msgstr "" #: xgettextdummy.php:108 msgid "Chance Freezing Drizzle" msgstr "" #: xgettextdummy.php:109 msgid "Chance Freezing Rain" msgstr "" #: xgettextdummy.php:110 msgid "Chance Rain Shower" msgstr "" #: xgettextdummy.php:111 msgid "Chance Snow Shower" msgstr "" #: xgettextdummy.php:112 msgid "Chance of Drizzle" msgstr "" #: xgettextdummy.php:113 msgid "Chance of Flurry" msgstr "" #: xgettextdummy.php:114 msgid "Chance of Freezing Drizzle" msgstr "" #: xgettextdummy.php:115 msgid "Chance of Frozen Drizzle" msgstr "" #: xgettextdummy.php:116 msgid "Chance of Frozen Mix" msgstr "" #: xgettextdummy.php:117 msgid "Chance of Light Snow" msgstr "" #: xgettextdummy.php:118 msgid "Chance of Rain" msgstr "" #: xgettextdummy.php:119 msgid "Chance of Rain Showers" msgstr "" #: xgettextdummy.php:120 msgid "Chance of Sleet " msgstr "" #: xgettextdummy.php:121 msgid "Chance of Snow" msgstr "" #: xgettextdummy.php:122 msgid "Chance of Snow Showers" msgstr "" #: xgettextdummy.php:123 msgid "Chance of Storms" msgstr "" #: xgettextdummy.php:124 msgid "Clear" msgstr "" #: xgettextdummy.php:125 msgid "Clearing" msgstr "" #: xgettextdummy.php:126 msgid "Cloudy" msgstr "" #: xgettextdummy.php:127 msgid "Drizzle" msgstr "" #: xgettextdummy.php:128 msgid "Fair" msgstr "" #: xgettextdummy.php:129 msgid "Flurries" msgstr "" #: xgettextdummy.php:130 msgid "Fog" msgstr "" #: xgettextdummy.php:131 msgid "Foggy" msgstr "" #: xgettextdummy.php:132 msgid "Freezing Drizzle" msgstr "" #: xgettextdummy.php:133 msgid "Freezing Rain" msgstr "" #: xgettextdummy.php:134 msgid "Frozen Mix" msgstr "" #: xgettextdummy.php:135 msgid "Hazy" msgstr "" #: xgettextdummy.php:136 msgid "Headline" msgstr "" #: xgettextdummy.php:137 msgid "Heavy Rain" msgstr "" #: xgettextdummy.php:138 msgid "Heavy Snow" msgstr "" #: xgettextdummy.php:139 msgid "Hot and Humid" msgstr "" #: xgettextdummy.php:140 msgid "Increasing Clouds" msgstr "" #: xgettextdummy.php:141 msgid "Light Snow" msgstr "" #: xgettextdummy.php:142 msgid "Mostly Clear" msgstr "" #: xgettextdummy.php:143 msgid "Mostly Cloudy" msgstr "" #: xgettextdummy.php:144 msgid "Mostly Sunny" msgstr "" #: xgettextdummy.php:145 msgid "Nowcast" msgstr "Nowcast" #: xgettextdummy.php:146 msgid "Partly Cloudy" msgstr "" #: xgettextdummy.php:147 msgid "Partly Sunny" msgstr "" #: xgettextdummy.php:148 msgid "Rain" msgstr "" #: xgettextdummy.php:149 msgid "Rain Showers" msgstr "" #: xgettextdummy.php:150 msgid "Scattered Showers" msgstr "" #: xgettextdummy.php:151 msgid "Scattered Thunderstorms" msgstr "" #: xgettextdummy.php:152 msgid "Sleet" msgstr "" #: xgettextdummy.php:153 msgid "Snow" msgstr "" #: xgettextdummy.php:154 msgid "Snow Showers" msgstr "" #: xgettextdummy.php:155 msgid "Sunny" msgstr "" #: xgettextdummy.php:156 msgid "Thunderstorms" msgstr "" #: xgettextdummy.php:157 msgid "Unknown" msgstr "" #: xgettextdummy.php:158 msgid "Very Cold" msgstr "" #: xgettextdummy.php:159 msgid "Very Hot" msgstr "" #: xgettextdummy.php:160 msgid "Warm and Humid" msgstr "" #: xgettextdummy.php:161 msgid "Windy" msgstr "" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Press Update options to save new location." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #~ msgid "Save" #~ msgstr "Save" #~ msgid "Press Update options to save new location." #~ msgstr "Press Update options to save new location." #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "The Weather" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "No locations found." #~ msgid "tmp" #~ msgstr "current temperature" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather failure notice" lang/wp-forecast_da_DK-da_DK.mo000064400000011250150211511020012221 0ustar00Mg#  *BX`} , #4L U bm    4 B ` r   '    0 : A P a r    .      = T    0) Z ^ o y    *      # 0*= hv{ $  ,5GZc hs ! +$ 27;; w   ?0 JW \fT~eTDc95'@E !1L$4  %6<:C>(,)3+H0;2G* D8K.A- M?"F7JI#B&=/AllAvailable widgetsBeaufort (bft)Check connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast danish translation Report-Msgid-Bugs-To: PO-Revision-Date: 2011-01-05 10:53+0100 Last-Translator: Michael S.R. Petersen Language-Team: Michael S.R. Petersen Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Danish X-Poedit-Country: DENMARK X-Poedit-SourceCharset: utf-8 X-Poedit-KeywordsList: _e;__ AlleTilgængelige WidgetsBeaufort (bft)Test forbindelse til leverandør af vejrudsigterLukForbindelsestestCopyrightAktuelt vejrDatoDagDagtidSlet indstillinger ved deaktiveret plugin?Vis indstillingerStøvregnFejlbesked fra leverandørFørste dag i pull-downTågeVejrprognosePrognose dagPrognose natHvor mange wp-forecast widgets Ønsker De?LuftfugtighedIkonKilometer/time (km/h)Knob (kts)SprogMindre detaljeret...Link til leverandør af vejrudsigterStedStednavnLokaliteter:Meter/Sekund (m/s)Mil/time (mph)Mere detaljeret...NattetidÅbn i nyt vinduePrøv igen senere.LufttrykRegnFøles somForny cache efterSøg efter stedSøgebegrebVælg leverandør af vejrudsigterVælg widgetIndstillingerne blev succesfuldt opdateret.Kort beskrivelseVis vejrudsigt som en ajax pull-downSludSneDer er desværre ingen gyldig vejrinformation tilgængelig.Start testSolopgangSolnedgangTemperaturVejretTidTidsforskydelseTimeout for forbindelse til leverandør af vejrudsigter (sek.)?Titel:GemBenyt aktuel tidBenyt metriske enhederWP-Forecast indstillingerVejrtjenesteVindVindstødEnhed for vindhastighedFor at aktualisere indstillingerne, skal der mindst foretages ændringer i ét felt.standardminutterSek.TidParametrering af wp-forecast Widget,
foretages på WP-Forecast Admin siden under indstillinger.wp-forecast %swp-forecast shortcode: Denne 'browser' understøtter ikke 'iframes'.lang/wp-forecast_fi_FI-fi_FI.mo000064400000011373150211511020012253 0ustar00Mg#  *BX`} , #4L U bm    4 B ` r   '    0 : A P a r    .      = T    # 6 #@ d v  9   ?EMh,{   * 5B_u& !*IYs$z  &  - 2+>js21  $8@y  :95'@E !1L$4  %6<:C>(,)3+H0;2G* D8K.A- M?"F7JI#B&=/AllAvailable widgetsBeaufort (bft)Check connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: kangosjarvi.net Report-Msgid-Bugs-To: PO-Revision-Date: 2011-03-31 11:01+0200 Last-Translator: Jaakko Kangosjärvi Language-Team: Monttu Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Finnish X-Poedit-Country: FINLAND X-Poedit-SourceCharset: utf-8 KaikkiVimpaimetBeaufort (bft)Tarkista yhteys tiedontarjoajaanSuljeYhteyden tarkistusCopyrightSää tänäänPäiväysPäiväPäivälläTyhjennä asetukset, kun lisäosa poistetaan käytöstä?Näytä muotoiluTihkusadettaVirheilmoitus tiedontuottajaltaVetovalikon ensimmäinen päiväSumuaEnnusteEnnuste päivälleEnnuste yölleWP-Forecast-vimpainten määrä:KosteusKuvakeKilometriä tunnissa (km/h)Solmua (kts)KieliVähemmän päiviä...Linkki säätiedontarjoajaanPaikkakuntaPaikannimiPaikkakunnatMetriä sekunnissa (m/s)Mailia tunnissa (mph)Lisää päiviä...YölläAvaa uudessa ikkunassaOle hyvä ja yritä uudelleen.IlmanpaineSadettaTuntumaVirkistä välimuistiHae paikkakuntaaHakusanaValitse säätietojen tarjoajaValitse vimpainAsetukset päivitettyKuvausNäytä ennusteet ajax-vetovalikossaRäntääLumisadettaSäätietoja ei löytynyt.Aloita tarkistusAurinko nouseeAurinko laskeeLämpötilaSääAikaTime-OffsetSäätiedontarjoajan yhteysaika (sekuntia):Otsikko:Päivitä valinnatKäytä tämänhetkistä aikaaKäytä metrisiä yksikköjäWP-Forecast AsennusSääpalveluTuuliPuuskissaTuulennopeuden yksikköAsetukset päivitetään ylempänä.oletusminuuttiasekunnin jälkeenAikavimpain_apuwp-forecast %swp-froecasta pikakoodi: Selaimesi ei tue iframe-toimintoa.lang/wp-forecast_pl_PL-pl_PL.mo000064400000006011150211511020012330 0ustar002C<HI [ex} , !* 3@S dn  '-5 < HTY`o .     4 = P `           / : Q d w ~   /       " 4 K g    .    % $& '(/. * 01,)"+! # -2Available widgetsCopyrightCurrent ConditionsDateDayDaytimeDisplay ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2008-11-03 21:46+0100 Last-Translator: Lukasz Linhard Language-Team: Poprawki mile widziane, prosze przesłać na podany adres e-mail Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Polish X-Poedit-Country: Poland X-Poedit-SourceCharset: utf-8 Dostępne widgetyPrawa autorskieAktualne warunkiDataDzieńDzieńWyświetl konfiguracjęPrognozaPrognoza na dzieńPrognoza na nocLiczba widgetów wp-forecast ?WilgotnośćIkonaKilometrów/Godzinę (km/h)Węzłów (kts)JęzykPołożenieNazwaPołożeniaMetrów/Sekundę (m/s)Mil/Godzinę (mph)NocProszę spróbować później.CiśnienieTemperatura odczuwalnaOdśwież cache coSzukaj położeniaSzukajWybierz widgetUstawienia zapisane pomyślnieOpisPrzepraszam, brak poprawnych danych pogodowych.Wschód słońcaZachód słońcaTemperaturaPogodaCzasTytułZapisz ustawieniaUżyj aktualnego czasuUżyj jednostek metrycznychUstawienia WP-Forecast WiatrWiatr w porywachJednostka prędkości wiatruAby zachować ustawienia musisz coś zmienić sekundczaswidget_hintwp-forecast %slang/wp-forecast_ru_RU-ru_RU.po000064400000054704150211511020012423 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2009-02-02 17:03+0100\n" "Last-Translator: Stefano \n" "Language-Team: Valeria Pellegirini \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: __;_e;_c\n" "X-Poedit-Language: Russian\n" "X-Poedit-Country: RUSSIAN FEDERATION\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Название" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Доступные виджеты" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Время" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Прогноз " #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Краткое описание " #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Краткое описание " #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Краткое описание " #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Краткое описание " #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Краткое описание " #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Краткое описание " #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Краткое описание " #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Прогноз " #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Результат поиска" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Пожалуйста, выберите ваш город и нажмите поиск" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "Виджет" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Сколько WP-прогноз виджетов вы хотели?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Удалить плагин в ходе дизактивации ?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Обновить страницу" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Ссылка на AccuWeather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Выберите виджет" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Настройки успешно обновлены" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Вы должны изменить поле для обновления настроек" #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-прогноз установки" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Погода" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Погода" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Погода" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Местонахождение" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Установить местонахождение" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr " Название местонахождения" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Обновление кэш-памяти" #: wp-forecast-admin.php:813 msgid "secs." msgstr "сек." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Использование метрических единиц" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Использовать текущее время" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Направление ветра" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Скорость ветра" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Метр /Сек. " #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Километр в час (км / ч)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Миль в час (миль / ч) " #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Узлы в час (KTS)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Язык " #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Настройка дисплея" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Состояние погоды" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Прогноз на день" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Прогноз на вечер" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Икона РС" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Дата" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Время" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Краткое описание " #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Температура " #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Температура на данный момент" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Давление мм.рт.ст." #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Влажность%" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Ветер" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Направление ветра" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Краткое описание " #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Восход" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Закат" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Авторские права" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Ссылка на AccuWeather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Прогноз " #: wp-forecast-admin.php:1212 msgid "All" msgstr "Все" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "День " #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Дневное время" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Вечернее время" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Обновить страницу" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Поиск местоположения" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Поиск" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Ссылка на AccuWeather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Ссылка на AccuWeather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "WP-прогноз " #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "WP-прогноз " #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "WP-прогноз " #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Местонахождение" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "К сожалению, отсутствуют данные о погоде" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Пожалуйста, повторите попытку позже." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Ветер" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Краткое описание " #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Ночь" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "WP-прогноз " #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "WP-прогноз " #: wpf-setup.php:112 msgid "The Weather" msgstr "Погода" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Тайм-аут для соединения AccuWeather (сек.)" #~ msgid "flik" #~ msgstr "Температура на данный момент" #~ msgid "barr" #~ msgstr "Давление" #~ msgid "hmid" #~ msgstr "Влажность" #~ msgid "winds" #~ msgstr "Ветер" #~ msgid "sunrise" #~ msgstr "Восход" #~ msgid "sunset" #~ msgstr "Закат " #~ msgid "day" #~ msgstr "День" #~ msgid "loc" #~ msgstr "Loc" #~ msgid "01" #~ msgstr "Безоблачно" #~ msgid "02" #~ msgstr "Местами солнечно" #~ msgid "03" #~ msgstr "Ясно" #~ msgid "04" #~ msgstr "Облачно" #~ msgid "05" #~ msgstr "Солнечно" #~ msgid "06" #~ msgstr "Частичная облачность" #~ msgid "07" #~ msgstr "Облачно" #~ msgid "08" #~ msgstr "Пасмурно" #~ msgid "11" #~ msgstr "Туман" #~ msgid "12" #~ msgstr "Дождь" #~ msgid "13" #~ msgstr "Малооблачно , дождь" #~ msgid "14" #~ msgstr "Малооблачно, местами дожди" #~ msgid "15" #~ msgstr "Грозы" #~ msgid "16" #~ msgstr "Малооблачно , ливни" #~ msgid "17" #~ msgstr "Малооблачно ,грозы" #~ msgid "18" #~ msgstr "Дождь" #~ msgid "19" #~ msgstr "Порывистый ветер" #~ msgid "20" #~ msgstr "Пасмурно, порывистый ветер" #~ msgid "21" #~ msgstr "Малооблачно , порывистый ветер" #~ msgid "22" #~ msgstr "Снег" #~ msgid "23" #~ msgstr "Местами снег" #~ msgid "24" #~ msgstr "Лед" #~ msgid "25" #~ msgstr "Мокрый снег" #~ msgid "26" #~ msgstr "Град" #~ msgid "29" #~ msgstr "Дождь со снегом" #~ msgid "30" #~ msgstr "Жарко" #~ msgid "31" #~ msgstr "Холодно" #~ msgid "32" #~ msgstr "Ветренно" #~ msgid "33" #~ msgstr "Ясно" #~ msgid "34" #~ msgstr "Малооблачно" #~ msgid "35" #~ msgstr "Местами облачно" #~ msgid "36" #~ msgstr "Переменная облачность" #~ msgid "37" #~ msgstr "Дымка" #~ msgid "38" #~ msgstr "Частичная облачность" #~ msgid "39" #~ msgstr "Малооблачно, осадки" #~ msgid "40" #~ msgstr "Облачно,дожди" #~ msgid "41" #~ msgstr "Облачно, гроза" #~ msgid "42" #~ msgstr "Пасмурно, гроза" #~ msgid "43" #~ msgstr "Пасмурно, дожди" #~ msgid "44" #~ msgstr "Пасмурно, снег" #~ msgid "Monday" #~ msgstr "Понедельник" #~ msgid "Tuesday" #~ msgstr "Вторник" #~ msgid "Wednesday" #~ msgstr "Среда" #~ msgid "Thursday" #~ msgstr "Четверг" #~ msgid "Friday" #~ msgstr "Пятница" #~ msgid "Saturday" #~ msgstr "Суббота" #~ msgid "Sunday" #~ msgstr "Воскресенье" #~ msgid "N" #~ msgstr "Север" #~ msgid "E" #~ msgstr "Запад" #~ msgid "W" #~ msgstr "Восток" #~ msgid "S" #~ msgstr "Юг" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Прогноз " #, fuzzy #~ msgid "Sunny" #~ msgstr "Воскресенье" #, fuzzy #~ msgid "Windy" #~ msgstr "Ветер" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "" #~ "Нажмите на Обновить страницу, чтобы сохранить новое местонахождение." #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Ссылка на AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Просьба заменить немецкие Umlaute ä,ö,ü на a ,o, u при поиске" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Ссылка на AccuWeather" #~ msgid "Save" #~ msgstr "Сохранить" #~ msgid "Press Update options to save new location." #~ msgstr "" #~ "Нажмите на Обновить страницу, чтобы сохранить новое местонахождение." #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Погода" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Погода" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Погода" #~ msgid "No locations found." #~ msgstr "Местоположение не найдено" #~ msgid "tmp" #~ msgstr "Tмп" lang/wp-forecast_sk_SK-sk_SK.po000064400000050616150211511020012355 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2009-05-24 21:47+0100\n" "Last-Translator: Roland Geci \n" "Language-Team: Roland Geci \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Slovak\n" "X-Poedit-Country: SLOVAKIA\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Názov:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Dostupné widgety" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "čas" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Predpoveď na" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "skrátený popis" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "skrátený popis" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "skrátený popis" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "skrátený popis" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "skrátený popis" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "skrátený popis" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "skrátený popis" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Predpoveď na" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Výsledok hľadania" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Vyberte prosím mesto a kliknite na nastavenie polohy." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Koľko wp-forecast widgetov si prajete ?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Aktualizovať voľby" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Odkaz na Accuweather" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Vyberte widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Nastavenia boli úspešne aktualizované." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Musíte zmeniť toto pole pre aktualizáciu nastavení." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Nastavenie WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Počasie" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Počasie" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Počasie" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Poloha" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Nastaviť polohu" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Názov polohy" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Obnov cache po" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sek." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Použiť metrické jednotky" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Použiť aktuálny čas" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "nárazy vetra" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Jednotka rýchlosti vetra" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Meter/Sekunda (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometer/Hodina (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Míľ/Hodina (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Uzly (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Jazyk" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Zobraziť konfiguráciu" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "aktuálne podmienky" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "predpoveď na deň" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "predpoveď na noc" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "ikona" #: wp-forecast-admin.php:971 msgid "Date" msgstr "dátum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "čas" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "skrátený popis" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "teplota" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "pocitová teplota" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "tlak" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "vlhkosť" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "vietor" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "nárazy vetra" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "skrátený popis" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Východ Slnka" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Západ Slnka" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Odkaz na Accuweather" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Predpoveď na" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "deň" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "cez deň" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "v noci" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Aktualizovať voľby" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Vyhľadať polohu" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Hľadaný výraz" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Odkaz na Accuweather" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Odkaz na Accuweather" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Poloha" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Prepáčte, nie sú dostupné žiadne aktuálne dáta." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Skúste prosím neskôr." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "vietor" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "skrátený popis" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "noc" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Počasie" #~ msgid "flik" #~ msgstr "pocitová teplota" #~ msgid "barr" #~ msgstr "tlak vzduchu" #~ msgid "hmid" #~ msgstr "vlhkosť vzduchu" #~ msgid "winds" #~ msgstr "rýchlosť vetra" #~ msgid "sunrise" #~ msgstr "Východ Slnka" #~ msgid "sunset" #~ msgstr "Západ Slnka" #~ msgid "day" #~ msgstr "deň" #~ msgid "loc" #~ msgstr "poloha" #~ msgid "01" #~ msgstr "jasno" #~ msgid "02" #~ msgstr "prevažne jasno" #~ msgid "03" #~ msgstr "polojasno" #~ msgid "04" #~ msgstr "prerušovaná oblačnosť" #~ msgid "05" #~ msgstr "hmlisto" #~ msgid "06" #~ msgstr "prevažne zamračené" #~ msgid "07" #~ msgstr "zamračené" #~ msgid "08" #~ msgstr "sychravo" #~ msgid "11" #~ msgstr "hmla" #~ msgid "12" #~ msgstr "prehánky" #~ msgid "13" #~ msgstr "prevažne zamračené s prehánkami" #~ msgid "14" #~ msgstr "polojasno s prehánkami" #~ msgid "15" #~ msgstr "búrky" #~ msgid "16" #~ msgstr "prevažne zamračené s búrkami" #~ msgid "17" #~ msgstr "polojasno, ojedinele s búrkami a prehánkami" #~ msgid "18" #~ msgstr "dážď" #~ msgid "19" #~ msgstr "fujavica" #~ msgid "20" #~ msgstr "prevažne zamračené s fujavicou" #~ msgid "21" #~ msgstr "polojasno s fujavicou" #~ msgid "22" #~ msgstr "sneženie" #~ msgid "23" #~ msgstr "prevažne zamračené so snežením" #~ msgid "24" #~ msgstr "poľadovica" #~ msgid "25" #~ msgstr "krupobitie" #~ msgid "26" #~ msgstr "mrznúci dážď" #~ msgid "29" #~ msgstr "dážď so snehom" #~ msgid "30" #~ msgstr "horúco" #~ msgid "31" #~ msgstr "chladno" #~ msgid "32" #~ msgstr "veterno" #~ msgid "33" #~ msgstr "jasno" #~ msgid "34" #~ msgstr "prevažne jasno" #~ msgid "35" #~ msgstr "čiastočne zamračené" #~ msgid "36" #~ msgstr "prerušovaná oblačnosť" #~ msgid "37" #~ msgstr "hmlisto" #~ msgid "38" #~ msgstr "prevažne zamračené" #~ msgid "39" #~ msgstr "čiastočne zamračené s prehánkami" #~ msgid "40" #~ msgstr "prevažne zamračené s prehánkami" #~ msgid "41" #~ msgstr "čiastočne zamračené s búrkami" #~ msgid "42" #~ msgstr "prevažne zamračené s búrkami" #~ msgid "43" #~ msgstr "prevažne zamračené s fujavicou" #~ msgid "44" #~ msgstr "prevažne zamračené so snehom" #~ msgid "Monday" #~ msgstr "Pondelok" #~ msgid "Tuesday" #~ msgstr "Utorok" #~ msgid "Wednesday" #~ msgstr "Streda" #~ msgid "Thursday" #~ msgstr "Štvrtok" #~ msgid "Friday" #~ msgstr "Piatok" #~ msgid "Saturday" #~ msgstr "Sobota" #~ msgid "Sunday" #~ msgstr "Nedeľa" #~ msgid "N" #~ msgstr "S" #~ msgid "E" #~ msgstr "V" #~ msgid "W" #~ msgstr "Z" #~ msgid "S" #~ msgstr "J" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Predpoveď na" #, fuzzy #~ msgid "Sunny" #~ msgstr "Nedeľa" #, fuzzy #~ msgid "Windy" #~ msgstr "vietor" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Kliknite Aktualizovať voľby pre uloženie novej polohy." #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Odkaz na Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Nahraďte prosím prehlásky ä,ö,ü s a, o, u v hľadanom výraze." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Odkaz na Accuweather" #~ msgid "Save" #~ msgstr "Uložiť" #~ msgid "Press Update options to save new location." #~ msgstr "Kliknite Aktualizovať voľby pre uloženie novej polohy." #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Počasie" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Počasie" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Počasie" #~ msgid "No locations found." #~ msgstr "Žiadna poloha nebola nájdená." #~ msgid "tmp" #~ msgstr "teplota" lang/wp-forecast_sv_SE-sv_SE.mo000064400000011074150211511020012357 0ustar00H\a !%#7[a r|*! *7,Fs|   *=U^cl  ' , 8 @ G S _ d 0p         . G O U Z =f m   11 c n    5   % > ] c k w /    $ 1 7ATfz  ; Lm:  >)hoPpyfN4F=&!/) B7?1-#+';5E8C3%* @60. ,>H"D<9(G: 2$ AAllAvailable widgetsCheck connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultsecs.timewidget_hintwp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast swedish translation Report-Msgid-Bugs-To: PO-Revision-Date: 2010-04-14 07:00+0100 Last-Translator: Hans Matzen Language-Team: HÃ¥kan Carlström Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Swedish X-Poedit-Country: SWEDEN AllaTillgängliga widgetsKontrollera anslutning till vädertjänstStängAnslutningskontrollCopyrightNuvarande förhållandeDatumDagDagtidRadera inställningar vid inaktivering av plugin?VisningsinställningarDuggregnFelmeddelande frŒn leverantörenFörsta dag i rullgardinenDimmaPrognosPrognos dagPrognos nattHur många wp-forecast widgets vill du ha?LuftfuktighetIkonKilometer/Timme (km/h)Knop (kts)SpråkVisa mindre prognos...Länk till vädertjänstPlatsPlatsnamnMeter/Sekund (m/s)Miles/Timme (mph)Visa mer prognos...NattetidÖppna i nytt fönsterFörsök senare.TryckRegnUpplevd temperaturFörnya cache efterLeta efter platsSöktermVälj widgetInställningar sparadeKort beskrivningVisa prognos som ajax rullgardinSnöblandat regnSnöTyvärr, ingen giltig väderdata tillgänglig.Starta kontrollSoluppgångSolnedgångTemperaturVädretTidTidsförskjutningTimeout för vädertjänstanslutningar (sekunder)?Titel:Spara inställningarAnvänd nuvarande tidAnvänd metriska enheterWP-Forecast InställningarVädertjänstVindVindbyarEnhet för vindhastighetDu måste ändra ett fält för att spara inställningarna.standardsekundertidFör att konfigurera wp-forecast widgetarna,
gå till Inställningar / WP-Forecast.wp-forecast shortcode: Denna webläsare saknar stöd för iframes.lang/wp-forecast_hu_HU-hu_HU.po000064400000050424150211511020012346 0ustar00msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2008-12-18 07:47+0100\n" "Last-Translator: KOOS, Tamas \n" "Language-Team: KOOS, Tamas \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Hungarian\n" "X-Poedit-Country: HUNGARY\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Cím : " #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Használható widget-ek" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "idő" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Előjelzés" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Rövid leírás" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Rövid leírás" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Rövid leírás" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Rövid leírás" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Rövid leírás" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Rövid leírás" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Rövid leírás" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Előjelzés" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "A keresés eredménye" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Jelöld ki a várost, amit szeretnél és klikkelj a Hely beállítása -ra." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "Trükk" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Hány wp-forecast widget-et (várost) szeretnél ?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Beállítások mentése" #: wp-forecast-admin.php:430 #, fuzzy msgid "Check connection to Weatherprovider" msgstr "Linkelés az Accuweather-re" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Válassz egy widget-et (várost)" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Sikeresen mentve" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Változtass egy mezőn a mentéshez." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast beállítás" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 #, fuzzy msgid "Weatherservice" msgstr "Időjárás" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Időjárás" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Időjárás" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Hely " #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Hely beállítása" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "A hely neve " #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "A cahce frissítése" #: wp-forecast-admin.php:813 msgid "secs." msgstr "másodperc" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "méterben" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "A jelenlegi időt használjuk" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 #, fuzzy msgid "minutes" msgstr "Széllökések" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "A szél-sebesség mértékegysége" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "méter/másodperc (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Km/óra (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mérföld/óra (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Csomó (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Nyelv" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "A konfiguráció megjelenítése" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Jelenlegi állapot" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Nappal várható:" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Éjjel várható:" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikon" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Dátum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Óra" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Rövid leírás" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Hőmérséklet" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Érzékelhető hő" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Nyomás" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Páratartalom" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Szél" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Széllökések" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Rövid leírás" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Napfelkelte" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Napnyugta" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 #, fuzzy msgid "Link to Weatherprovider" msgstr "Linkelés az Accuweather-re" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Előjelzés" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Nap" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Nappal" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Éjszaka" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Beállítások mentése" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "A hely keresése" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "keresendő" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 #, fuzzy msgid "Select weatherprovider" msgstr "Linkelés az Accuweather-re" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Linkelés az Accuweather-re" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "WP-Forecast beállítás" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "WP-Forecast beállítás" #: wp-forecast-show.php:68 #, fuzzy msgid "Locations:" msgstr "Hely " #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Bocsi, nincs adat." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Próbáld újra később." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Szél" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Rövid leírás" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "éjszaka" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:112 msgid "The Weather" msgstr "Időjárás" #, fuzzy #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Accuweather kapcsolódási idő (másodpercben)" #~ msgid "flik" #~ msgstr "Hő-érzet" #~ msgid "barr" #~ msgstr "Nyomás" #~ msgid "hmid" #~ msgstr "Pára" #~ msgid "winds" #~ msgstr "Szelek" #~ msgid "sunrise" #~ msgstr "Napkelte" #~ msgid "sunset" #~ msgstr "Napnyugta" #~ msgid "day" #~ msgstr "nappal" #~ msgid "loc" #~ msgstr "hely" #~ msgid "01" #~ msgstr "napos" #~ msgid "02" #~ msgstr "Főleg napos" #~ msgid "03" #~ msgstr "Részben napos" #~ msgid "04" #~ msgstr "Változó felhőzet" #~ msgid "05" #~ msgstr "Fátyolos napsütés" #~ msgid "06" #~ msgstr "Főleg felhős" #~ msgid "07" #~ msgstr "Felhős" #~ msgid "08" #~ msgstr "Szomorkás (borult)" #~ msgid "11" #~ msgstr "Köd" #~ msgid "12" #~ msgstr "Záporok" #~ msgid "13" #~ msgstr "Főleg felhős, záporokkal" #~ msgid "14" #~ msgstr "Részben napos, záporokkal" #~ msgid "15" #~ msgstr "Vihar, villámlás" #~ msgid "16" #~ msgstr "Főleg felhős, zivatar, villámlás" #~ msgid "17" #~ msgstr "Részben napos, záporok, villámlás" #~ msgid "18" #~ msgstr "Eső" #~ msgid "19" #~ msgstr "Széllökések" #~ msgid "20" #~ msgstr "Főleg felhős, széllökések" #~ msgid "21" #~ msgstr "Részben napos, széllökések" #~ msgid "22" #~ msgstr "Havazás" #~ msgid "23" #~ msgstr "Főleg felhős havazással" #~ msgid "24" #~ msgstr "Jég" #~ msgid "25" #~ msgstr "Hódara" #~ msgid "26" #~ msgstr "Jegeseső" #~ msgid "29" #~ msgstr "Eső és havazás" #~ msgid "30" #~ msgstr "Meleg" #~ msgid "31" #~ msgstr "Hideg" #~ msgid "32" #~ msgstr "Szeles" #~ msgid "33" #~ msgstr "Tiszta" #~ msgid "34" #~ msgstr "Főleg tiszta" #~ msgid "35" #~ msgstr "Részben felhős" #~ msgid "36" #~ msgstr "Változó felhőzet" #~ msgid "37" #~ msgstr "Ködös höldfény" #~ msgid "38" #~ msgstr "Főleg felhős" #~ msgid "39" #~ msgstr "Részben felhős, záporokkal" #~ msgid "40" #~ msgstr "Főleg felhős, záporokkal" #~ msgid "41" #~ msgstr "Részben felhős, vihar, villámlás" #~ msgid "42" #~ msgstr "Főleg felhős, vihar, villámlás" #~ msgid "43" #~ msgstr "Főleg felhős, széllökések" #~ msgid "44" #~ msgstr "Főleg felhős, havazás" #~ msgid "Monday" #~ msgstr "hétfő" #~ msgid "Tuesday" #~ msgstr "kedd" #~ msgid "Wednesday" #~ msgstr "szerda" #~ msgid "Thursday" #~ msgstr "csütörtök" #~ msgid "Friday" #~ msgstr "péntek" #~ msgid "Saturday" #~ msgstr "szombat" #~ msgid "Sunday" #~ msgstr "vasárnap" #, fuzzy #~ msgid "Nowcast" #~ msgstr "Előjelzés" #, fuzzy #~ msgid "Sunny" #~ msgstr "vasárnap" #, fuzzy #~ msgid "Windy" #~ msgstr "Szél" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Klikk Update az új hely beállításához " #, fuzzy #~ msgid "AccuWeather" #~ msgstr "Linkelés az Accuweather-re" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Ékezetes betűk nélkül ! (azaz, ne használj á, é, í, ó, ö, ő, ü, ű -t)" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Linkelés az Accuweather-re" #~ msgid "Save" #~ msgstr "Mentés" #~ msgid "Press Update options to save new location." #~ msgstr "Klikk Update az új hely beállításához " #, fuzzy #~ msgid "WeatherBug" #~ msgstr "Időjárás" #, fuzzy #~ msgid "GoogleWeather" #~ msgstr "Időjárás" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "Időjárás" #~ msgid "No locations found." #~ msgstr "Nincs találat" #~ msgid "tmp" #~ msgstr "Hőmérséklet" lang/wp-forecast_sk_SK-sk_SK.mo000064400000005724150211511020012352 0ustar002C<HI [ex} , !* 3@S dn  '-5 < HTY`o .     (( Q Z ` x            . )= g 6x        1 H O ] 7w    % $& '(/. * 01,)"+! # -2Available widgetsCopyrightCurrent ConditionsDateDayDaytimeDisplay ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2009-05-24 21:47+0100 Last-Translator: Roland Geci Language-Team: Roland Geci Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Slovak X-Poedit-Country: SLOVAKIA X-Poedit-SourceCharset: utf-8 Dostupné widgetyCopyrightaktuálne podmienkydátumdeňcez deňZobraziť konfiguráciuPredpoveď napredpoveď na deňpredpoveď na nocKoľko wp-forecast widgetov si prajete ?vlhkosťikonaKilometer/Hodina (km/h)Uzly (kts)JazykPolohaNázov polohyMeter/Sekunda (m/s)Míľ/Hodina (mph)v nociSkúste prosím neskôr.tlakpocitová teplotaObnov cache poVyhľadať polohuHľadaný výrazVyberte widgetNastavenia boli úspešne aktualizované.skrátený popisPrepáčte, nie sú dostupné žiadne aktuálne dáta.Východ SlnkaZápad SlnkateplotaPočasiečasNázov:Aktualizovať voľbyPoužiť aktuálny časPoužiť metrické jednotkyNastavenie WP-Forecastvietornárazy vetraJednotka rýchlosti vetraMusíte zmeniť toto pole pre aktualizáciu nastavení.sek.časwidget_hintwp-forecast %slang/wp-forecast_bs_BA-bs_BA.mo000064400000010724150211511020012236 0ustar00Mg#  *BX`} , #4L U bm    4 B ` r   '    0 : A P a r    .      = KT        " ( , %2 X m 'y      "(.>W` isy+A%Q w,      *.Yat#=M]dhp H95'@E !1L$4  %6<:C>(,)3+H0;2G* D8K.A- M?"F7JI#B&=/AllAvailable widgetsBeaufort (bft)Check connection to WeatherproviderCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:Update optionsUse current timeUse metric unitsWP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultminutessecs.timewidget_hintwp-forecast %swp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2013-05-07 08:46+0100 Last-Translator: Amidža Idriz Language-Team: Language: en_US MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Generator: Poedit 1.5.4 SveRaspoloživi dodatciBjufort (bft)Provjerite vezu ka provajderu.ZatvoriProvjera veze (konekcije)CopyrightTrenutni usloviDatumDanDanjuObrisati opcije prilikom dektivacije?Prikaz KonfiguracijeSitna kišaObavještenje o neuspjehu od provajderaPrvi dan u padajućem menijuMaglaPrognoza -Prognoza za DanPrognoza za NoćKoliko dodataka hoćete?VlažnostIkonica(km/h)(kts)JezikSmanjen prikaz.Link ka davaocu prognozeLokacijaLokacijaLokacije:(m/s)(mph)Više prognoze...NoćuOtvoriti u novom prozoruMolimo, pokušajte kasnije...PritisakKišaTrenutna temperaturaOsvježiti keč poslePretraži lokacijuTermin pretrageOdaberite provajdera.Odaberi dodatakPodešavanja su uspješno ažurirana.Kratak opisPrikaži prognozu sa ajax padajućim menijemSusnježicaSnijegNema podatakaPočetak provjereIzlazak suncaZalazak suncaTemperaturePrognozaVrijemeVremenska razlikaTimeout za konekcuju ka provajderu (sek.)?Naslov:Opcije ažuriranjaKoristi trenutno vrijemeKorisiti metričke jediniceWP-Forecast podešavanja.Izaberite servisVijetarNaleti vijetraJedinica za mjerenje brzine vijetraMorate nešto da promijenite da bi ste izvršili ažuriranje.podrazumijevanominutasekVrijemedodatak savjetprognoza %sUpozorenje: Ovaj internet pregledač (web browser) ne podržava iframes.lang/wp-forecast_hr_HR-hr_HR.po000064400000073700150211511020012334 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2014-10-17 12:49+0100\n" "Last-Translator: Amidža Idriz \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.5.5\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Naslov:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Raspoloživi dodaci" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Vrijeme" #: class-wpfuvwidget.php:292 #, fuzzy msgid "Current UV-Index" msgstr "UV indeks" #: class-wpfuvwidget.php:296 #, fuzzy msgid "Max. UV-Index" msgstr "Maksimalni UV indeks" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 #, fuzzy msgid "Ozone" msgstr "UV indeks" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Kiša" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Snijeg" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Vedro" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Uglavnom vedro" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Djelimično oblačno" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Prognoza" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Magla" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Hladna sitna kiša" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Moguća sitna hladna kiša" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Lagan snijeg" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Mogući pljuskovi" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Jaka kiša" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Ledena kiša" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Moguća ledena kiša" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Lagan snijeg" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Jak snijeg" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Jak snijeg" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Jak snijeg" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Pljuskovi" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Mogući pljuskovi" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Pljuskovi" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Jak snijeg" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Jak snijeg" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Grmljavina" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Grmljavina" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Grmljavina" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Grmljavina" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Sitna kiša" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Hladna sitna kiša" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Hladna sitna kiša" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Sitna kiša" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Moguća ledena kiša" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Jaka kiša" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Hladna sitna kiša" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Lagan snijeg" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Jaka kiša" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Ledena kiša" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Lagan snijeg" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Jaka kiša" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Jaka kiša" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Lagan snijeg" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Jak snijeg" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Susnježica" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Lagan snijeg" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Pljuskovi" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Jak snijeg" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Pljuskovi" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Jak snijeg" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Mjestimični pljuskovi" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Povećana naoblaka" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Prognoza" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "Upozorenje: Ovaj internet preglednik ne podržava iframes." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Rezultati pretrage" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "Upišite termin za pretragu" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Odaberite grad i postavite lokaciju." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "dodatak_savjet" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "Koliko dodataka hoćete?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Obrisati opcije prilikom dektivacije?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Opcije ažuriranja" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Provjerite vezu k pružatelju usluge" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Odaberi dodatak" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Podešavanja su uspješno ažurirana." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Morate prvo napraviti izmjenu kako bi izvršili ažuriranje." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast podešavanja." #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Izaberite servis" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Prognoza" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Prognoza" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Lokacija" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Postavi lokaciju" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Lokacija" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Osvježi privremeni spremnik nakon" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sek" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Korisiti metričke jedinice" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Koristi trenutno vrijeme" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Vremenska razlika" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minuta" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Jedinica za mjerenje brzine vijetra" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metar u sekundi (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometar na sat(km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Milja na sat (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Čvorovi (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Beaufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Jezik" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Prikaži prognozu sa ajax padajućim izbornikom" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Prvi dan u padajućem izborniku" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "Prikaži podatke o vjetru kao ikonu" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "Koristi CSS spriteove kod prikaza ikona" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Prikaz Konfiguracije" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Trenutni uvjeti" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Prognoza za Dan" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Prognoza za Noć" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Ikonica" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Datum" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Vrijeme" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kratak opis" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperature" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Subjektivno" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Pritisak" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Vlažnost" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Vjetar" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Naleti vjetra" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kratak opis" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "UV indeks" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Izlazak sunca" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Zalazak sunca" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Link k pružatelju usluge" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Otvoriti u novom prozoru" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Prognoza" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Sve" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Dan" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Danju" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Noću" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 #, fuzzy msgid "Show UV-Index" msgstr "UV indeks" #: wp-forecast-admin.php:1365 #, fuzzy msgid "Show max. UV-Index" msgstr "Maksimalni UV indeks" #: wp-forecast-admin.php:1372 #, fuzzy msgid "Show Ozone" msgstr "UV indeks" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Opcije ažuriranja" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Pretraži lokaciju" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Termin pretrage" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Provjera veze" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Odaberite pružatelja usluge" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Početak provjere" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Zatvori" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" "Ako trebate pomoć ili upute za korištenje dodatka wp-forecast, \n" "molimo vas koristite navedene web adrese. Ako ste ozbiljno zaglavili \n" "možete uvijek poslati e-mail na adresu " #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "Upute na engleskom" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "Upute na njemačkom" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "Provjerite vezu" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "wp-forecast na WordPress.org" #: wp-forecast-admin.php:1504 msgid "German wp-forecast Site" msgstr "Njemačka wp-forecast stranica" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "Korištenje wp-forecast u kombinaciji s WPML (na njemačkom)" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "Izmjene" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Otvoriti u novom prozoru" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "prognoza %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Lokacije:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Obavještenje o neuspjehu od provajdera" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Nema podataka o vremenu" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Molimo, pokušajte kasnije." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Vjetar" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kratak opis" #: wp-forecast-show.php:306 #, fuzzy msgid "Current UV index" msgstr "UV indeks" #: wp-forecast-show.php:310 #, fuzzy msgid "Max. UV index" msgstr "Maksimalni UV indeks" #: wp-forecast-show.php:458 #, fuzzy msgid "max. UV index" msgstr "Maksimalni UV indeks" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noć" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "Maksimalni UV indeks" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Smanjen prikaz..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Više prognoze..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "prognoza %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "prognoza %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Prognoza" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Timeout za konekciju k provajderu (sek.)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Odaberite wordpress transfer metodu" #~ msgid "default" #~ msgstr "zadano" #~ msgid "flik" #~ msgstr "Subjektivno" #~ msgid "barr" #~ msgstr "Trenutni pritisak" #~ msgid "hmid" #~ msgstr "Vlažnost" #~ msgid "winds" #~ msgstr "Brzina vjetra" #~ msgid "sunrise" #~ msgstr "Izlazak sunca" #~ msgid "sunset" #~ msgstr "Zalazak sunca" #~ msgid "day" #~ msgstr "Dan" #, fuzzy #~ msgid "fog" #~ msgstr "Magla" #~ msgid "loc" #~ msgstr "Lokacija" #~ msgid "01" #~ msgstr "Sunčano" #~ msgid "02" #~ msgstr "Uglavnom sunčano" #~ msgid "03" #~ msgstr "Mjestimično sunčano" #~ msgid "04" #~ msgstr "Sunčano s povremenom naoblakom" #~ msgid "05" #~ msgstr "Uglavnom sunčano, s mogućom prolaznom naoblakom" #~ msgid "06" #~ msgstr "Uglavnom oblačno" #~ msgid "07" #~ msgstr "Oblačno" #~ msgid "08" #~ msgstr "Umjereno do znatno oblačno!" #~ msgid "11" #~ msgstr "Moguća pojava magle" #~ msgid "12" #~ msgstr "Mogući pljuskovi" #~ msgid "13" #~ msgstr "Uglavnom oblačno s mogućim pljuskovima" #~ msgid "14" #~ msgstr "Pretežno lijepo vrijeme, s mogućim padalinama" #~ msgid "15" #~ msgstr "Moguća grmljavina" #~ msgid "16" #~ msgstr "Umjereno oblačno. Moguća grmljavina." #~ msgid "17" #~ msgstr "" #~ "Umjereno oblačno. Smjena kišnih i suhih intervala. Moguća grmljavina." #~ msgid "18" #~ msgstr "Kišovito" #~ msgid "19" #~ msgstr "Naleti vjetra" #~ msgid "20" #~ msgstr "Uglavnom oblačno s naletima vjetra" #~ msgid "21" #~ msgstr "Uglavnom lijepo vreme s mogućim naletima vjetra" #~ msgid "22" #~ msgstr "Snijeg" #~ msgid "23" #~ msgstr "Uglavnim oblačno s mogućim snijegom" #~ msgid "24" #~ msgstr "Uglavnom hladno vrijeme, poledica" #~ msgid "25" #~ msgstr "Susnježica" #~ msgid "26" #~ msgstr "Moguća ledena kiša" #~ msgid "29" #~ msgstr "Kiša i snijeg" #~ msgid "30" #~ msgstr "Veoma toplo vrijeme" #~ msgid "31" #~ msgstr "Veoma hladno vrijeme" #~ msgid "32" #~ msgstr "Vjetrovito" #~ msgid "33" #~ msgstr "Bez padalina" #~ msgid "34" #~ msgstr "Uglavnom bez padalina" #~ msgid "35" #~ msgstr "Djelimično oblačno" #~ msgid "36" #~ msgstr "Mjestimično oblačno" #~ msgid "37" #~ msgstr "Izmaglica" #~ msgid "38" #~ msgstr "Uglavnom oblačno" #~ msgid "39" #~ msgstr "Umjereno do znatno oblačno s pljuskovima" #~ msgid "40" #~ msgstr "Umjereno oblačno s pljuskovima" #~ msgid "41" #~ msgstr "Umjereno oblačno s mogućom grmljavinom" #~ msgid "42" #~ msgstr "Uglavnom oblačno s grmljavinom" #~ msgid "43" #~ msgstr "Uglavnom oblačno i vjetrovito" #~ msgid "44" #~ msgstr "Uglavnom oblačno sa snijegom" #~ msgid "Monday" #~ msgstr "Ponedjeljak" #~ msgid "Tuesday" #~ msgstr "Utorak" #~ msgid "Wednesday" #~ msgstr "Srijeda" #~ msgid "Thursday" #~ msgstr "Četvrtak" #~ msgid "Friday" #~ msgstr "Petak" #~ msgid "Saturday" #~ msgstr "Subota" #~ msgid "Sunday" #~ msgstr "Nedjelja" #~ msgid "N" #~ msgstr "S" #~ msgid "E" #~ msgstr "I" #~ msgid "W" #~ msgstr "Z" #~ msgid "S" #~ msgstr "J" #~ msgid "30% Chance Drizzle" #~ msgstr "30% šanse za sitnu kišu" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% šanse za hladnu sitnu kišu" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% šanse za hladnu kišu" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% šanse za ledenu sitnu kišu" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% šanse za hladne kišne padaline" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% šanse za pljuskove" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% šanse za snijeg" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% šanse za sitnu kišu" #~ msgid "30% Chance of Flurry" #~ msgstr "30% šanse za povremene padaline" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% šanse za hladne padaline" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% šanse za manje sniježne padaline" #~ msgid "30% Chance of Rain" #~ msgstr "30% šanse za kišu" #~ msgid "30% Chance of Sleet" #~ msgstr "30% šanse za susnježicu" #~ msgid "30% Chance of Snow" #~ msgstr "30% šanse za snijeg" #~ msgid "30% Chance of Storms" #~ msgstr "30% šanse za oluju" #~ msgid "40% Chance Drizzle" #~ msgstr "40% šanse za sitnu kišu" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40% šanse za sitnu ledenu kišu" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40% šanse za sitnu hladnu kišu" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40% šanse za ledenu kišu" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40% šanse za sitnu ledenu kišu" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40% šanse za hladne kišne padaline" #~ msgid "40% Chance Rain Shower" #~ msgstr "40% šanse za pljuskove" #~ msgid "40% Chance Snow Shower" #~ msgstr "40% šanse za pljuskove" #~ msgid "40% Chance of Drizzle" #~ msgstr "40% šanse za sitnu kišu" #~ msgid "40% Chance of Flurry" #~ msgstr "40% šanse za povremene padaline" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40% šanse za ledene padaline" #~ msgid "40% Chance of Light Snow" #~ msgstr "40% šanse za manje snježne padaline" #~ msgid "40% Chance of Rain" #~ msgstr "40% šanse za kišu" #~ msgid "40% Chance of Sleet" #~ msgstr "40% šanse za susnježicu" #~ msgid "40% Chance of Snow" #~ msgstr "40% šanse za snijeg" #~ msgid "40% Chance of Storms" #~ msgstr "40% šanse za oluju" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50% šanse za sitnu hladnu kišu" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50% šanse za hladnu kišu" #~ msgid "50% Chance Rain Shower" #~ msgstr "50% šanse za pljuskove" #~ msgid "50% Chance Snow Shower" #~ msgstr "50% šanse za jake snježne padaline" #~ msgid "50% Chance of Drizzle" #~ msgstr "50% šanse za sitnu kišu" #~ msgid "50% Chance of Flurry" #~ msgstr "50% šanse za povremene padaline" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50% šanse za ledene padaline" #~ msgid "50% Chance of Light Snow" #~ msgstr "50% šanse za lagan snijeg" #~ msgid "50% Chance of Rain" #~ msgstr "50% šanse za kišu" #~ msgid "50% Chance of Sleet" #~ msgstr "50% šanse za susnježicu" #~ msgid "50% Chance of Snow" #~ msgstr "50% šanse za snijeg" #~ msgid "50% Chance of Storms" #~ msgstr "50% šanse za oluju" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Moguća sitna hladna kiša" #~ msgid "Chance Freezing Rain" #~ msgstr "Moguća ledena kiša" #~ msgid "Chance Rain Shower" #~ msgstr "Mogući pljuskovi" #~ msgid "Chance Snow Shower" #~ msgstr "Moguće snježne padaline" #~ msgid "Chance of Drizzle" #~ msgstr "Moguća sitna kiša" #~ msgid "Chance of Flurry" #~ msgstr "Moguće povremene padaline" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Moguća sitna ledena kiša" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Moguća sitna ledena kiša" #~ msgid "Chance of Frozen Mix" #~ msgstr "Moguća sitna kiša i poledica" #~ msgid "Chance of Light Snow" #~ msgstr "Moguć lagan snijeg" #~ msgid "Chance of Rain" #~ msgstr "Moguća kiša" #~ msgid "Chance of Rain Showers" #~ msgstr "Mogući pljuskovi" #~ msgid "Chance of Sleet " #~ msgstr "Moguća susnježica" #~ msgid "Chance of Snow" #~ msgstr "Moguć snijeg" #~ msgid "Chance of Snow Showers" #~ msgstr "Moguć jak snijeg" #~ msgid "Chance of Storms" #~ msgstr "Moguća oluja" #~ msgid "Clear" #~ msgstr "Vedro" #~ msgid "Clearing" #~ msgstr "Razvedravanje" #~ msgid "Cloudy" #~ msgstr "Oblačno" #~ msgid "Fair" #~ msgstr "Vedro" #~ msgid "Flurries" #~ msgstr "Povremene padaline" #~ msgid "Foggy" #~ msgstr "Maglovito" #~ msgid "Freezing Drizzle" #~ msgstr "Hladna sitna kiša" #~ msgid "Frozen Mix" #~ msgstr "Hladne padaline" #~ msgid "Hazy" #~ msgstr "Maglovito" #~ msgid "Headline" #~ msgstr "Naslov" #~ msgid "Heavy Rain" #~ msgstr "Jaka kiša" #~ msgid "Hot and Humid" #~ msgstr "Toplo i vlažno" #~ msgid "Mostly Cloudy" #~ msgstr "Uglavnom oblačno" #~ msgid "Mostly Sunny" #~ msgstr "Uglavnom sunčano" #~ msgid "Nowcast" #~ msgstr "Trenutno" #~ msgid "Partly Cloudy" #~ msgstr "Djelimično oblačno" #~ msgid "Partly Sunny" #~ msgstr "Djelimično sunčano" #~ msgid "Scattered Thunderstorms" #~ msgstr "Mjestimična grmljavina" #~ msgid "Sunny" #~ msgstr "Sunčano" #~ msgid "Unknown" #~ msgstr "Nepoznato" #~ msgid "Very Cold" #~ msgstr "Veoma hladno" #~ msgid "Very Hot" #~ msgstr "Veoma toplo" #~ msgid "Warm and Humid" #~ msgstr "Toplo i vlažno" #~ msgid "Windy" #~ msgstr "Vjetrovito" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Kliknite na Update kako bi sačuvali novu lokaciju." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "" #~ "Slova kao što su č, ž, š, đ, ć zamijenite sa c, s, dj, u vašem sistemu " #~ "pretrage." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Kratak opis" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Jaka kiša" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Sitna kiša" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Jak snijeg" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Povremene padaline" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Lagan snijeg" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Djelimično oblačno" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Grmljavina" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Grmljavina" #, fuzzy #~ msgid "sleet" #~ msgstr "Susnježica" #~ msgid "Save" #~ msgstr "Spremi" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "wp-forecast dodatak nije nađen. Molim vas instalirajte i aktivirajte wp-" #~ "forecast dodatak." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "Označite obojena polja kako bi omogućili opcije" #~ msgid "Maximal number of widgets per user" #~ msgstr "Broj dodataka po korisiniku" #~ msgid "Delete SuperAdmin options" #~ msgstr "Obiriši SuperAdmin postavke" #~ msgid "Delete SA-Options" #~ msgstr "Obiriši SuperAdmin postavke" #~ msgid "Widget-Setup" #~ msgstr "Dodatak-Podešavanje" #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Licensekey" #~ msgstr "Licenca" #~ msgid "Press Update options to save new location." #~ msgstr "Kliknite na Update kako bi sačuvali novu lokaciju." #~ msgid "Partner ID" #~ msgstr "ID partnera" #~ msgid "No WeatherBug Partner-ID given. WeatherBug will not be searched." #~ msgstr "" #~ "Nije upisan WeatherBug Partner-ID. Pretraga u tom servisu nije moguća." #~ msgid "" #~ "Enter a correct Partner-ID in the admin panel and save it to search " #~ "WeatherBug." #~ msgstr "Upišite ispravni Partner-ID kako bi pretraživali WeatherBug" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Lokacija ne postoji" #~ msgid "GoogleWeather" #~ msgstr "Google Prognoza" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "" #~ "Google does not support searching for locations. Only Accuweather and " #~ "WeatherBug will be searched." #~ msgstr "" #~ "Google ne podržava pretragu lokacija. Pretražujem samo Accuweather i " #~ "Weatherbug." #~ msgid "No locations found." #~ msgstr "Lokacija nije nadjenja" #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "current temperature" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather failure notice" lang/wp-forecast_fi_FI-fi_FI.po000064400000073523150211511020012263 0ustar00msgid "" msgstr "" "Project-Id-Version: kangosjarvi.net\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2011-03-31 11:01+0200\n" "Last-Translator: Jaakko Kangosjärvi \n" "Language-Team: Monttu \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: FINLAND\n" "X-Poedit-SourceCharset: utf-8\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Otsikko:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Vimpaimet" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Aika" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Sadetta" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Lumisadetta" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Selkeää" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Melkein selkeää" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Verrattain pilvistä" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Ennuste" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Sumua" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Jäätävää tihkusadetta" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Jäätävää tihkusadetta" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Jäätävää tihkusadetta" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Jäätävää tihkusadetta" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Satunnaisesti jäätävää tihkusadetta" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Heikkoa lumisadetta" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "Satunnaisia sadekuuroja" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Rankkaa sadetta" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Jäätävä sadetta" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Satunnaisesti jäätävää sadetta" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Heikkoa lumisadetta" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Sankkaa lumisadetta" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Sankkaa lumisadetta" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Lumikuuroja" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Sadekuuroja" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "Satunnaisia sadekuuroja" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Sadekuuroja" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Lumikuuroja" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Lumikuuroja" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Ukkosta" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Ukkosta" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Ukkosta" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Ukkosta" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Ukkosta" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Ukkosta" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Tihkusadetta" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Jäätävää tihkusadetta" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Jäätävää tihkusadetta" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Tihkusadetta" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Satunnaisesti jäätävää sadetta" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Rankkaa sadetta" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Jäätävää tihkusadetta" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Heikkoa lumisadetta" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Rankkaa sadetta" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Jäätävä sadetta" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Heikkoa lumisadetta" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Rankkaa sadetta" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Rankkaa sadetta" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Heikkoa lumisadetta" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Sankkaa lumisadetta" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Räntää" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Heikkoa lumisadetta" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Sadekuuroja" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Lumikuuroja" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Sadekuuroja" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Lumikuuroja" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Paikallisia sadekuuroja" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Lisääntyvää pilvisyyttä" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Ennuste" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "wp-froecasta pikakoodi: Selaimesi ei tue iframe-toimintoa." #: wp-forecast-admin.php:95 #, fuzzy msgid "Searchresults" msgstr "Hakutulos" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 #, fuzzy msgid "Please select a location" msgstr "Valitse paikkakuntasi ja klikkaa Aseta paikkakunta." #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "vimpain_apu" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "WP-Forecast-vimpainten määrä:" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Tyhjennä asetukset, kun lisäosa poistetaan käytöstä?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Päivitä valinnat" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Tarkista yhteys tiedontarjoajaan" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Valitse vimpain" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Asetukset päivitetty" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "Asetukset päivitetään ylempänä." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "WP-Forecast Asennus" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Sääpalvelu" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "Sää" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "Sää" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Paikkakunta" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Aseta paikkakunta" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Paikannimi" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Virkistä välimuisti" #: wp-forecast-admin.php:813 msgid "secs." msgstr "sekunnin jälkeen" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Käytä metrisiä yksikköjä" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Käytä tämänhetkistä aikaa" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Time-Offset" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minuuttia" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Tuulennopeuden yksikkö" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metriä sekunnissa (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilometriä tunnissa (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Mailia tunnissa (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Solmua (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Beaufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Kieli" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Näytä ennusteet ajax-vetovalikossa" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Vetovalikon ensimmäinen päivä" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Näytä muotoilu" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Sää tänään" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Ennuste päivälle" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Ennuste yölle" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Kuvake" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Päiväys" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Aika" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Kuvaus" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Lämpötila" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Tuntuma" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Ilmanpaine" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Kosteus" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Tuuli" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Puuskissa" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Kuvaus" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Aurinko nousee" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Aurinko laskee" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Linkki säätiedontarjoajaan" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Avaa uudessa ikkunassa" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Ennuste" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Kaikki" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Päivä" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Päivällä" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Yöllä" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Päivitä valinnat" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Hae paikkakuntaa" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Hakusana" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Yhteyden tarkistus" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Valitse säätietojen tarjoaja" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Aloita tarkistus" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Sulje" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "Tarkista yhteys tiedontarjoajaan" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "Avaa uudessa ikkunassa" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Paikkakunnat" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Virheilmoitus tiedontuottajalta" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Säätietoja ei löytynyt." #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Ole hyvä ja yritä uudelleen." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Tuuli" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Kuvaus" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Yöllä" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Vähemmän päiviä..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Lisää päiviä..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "Sää" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "Säätiedontarjoajan yhteysaika (sekuntia):" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Esivalittu WordPressin tiedonsiirtomenetelmä" #~ msgid "default" #~ msgstr "oletus" #~ msgid "flik" #~ msgstr "Tuntuma" #~ msgid "barr" #~ msgstr "Ilmanpaine" #~ msgid "hmid" #~ msgstr "Kosteus" #~ msgid "winds" #~ msgstr "Tuuli" #~ msgid "sunrise" #~ msgstr "Aurinko nousee" #~ msgid "sunset" #~ msgstr "Aurinko laskee" #~ msgid "day" #~ msgstr "Päivällä" #, fuzzy #~ msgid "fog" #~ msgstr "Sumua" #~ msgid "loc" #~ msgstr "Paikkakunta" #~ msgid "01" #~ msgstr "Selkeää" #~ msgid "02" #~ msgstr "Melkein selkeää" #~ msgid "03" #~ msgstr "Verrattain selkeää" #~ msgid "04" #~ msgstr "Puolipilvistä" #~ msgid "05" #~ msgstr "Utua" #~ msgid "06" #~ msgstr "Melkein pilvistä" #~ msgid "07" #~ msgstr "Pilvistä" #~ msgid "08" #~ msgstr "Pilvistä" #~ msgid "11" #~ msgstr "Sumua" #~ msgid "12" #~ msgstr "Sadekuuroja" #~ msgid "13" #~ msgstr "Melkein pilvistä, sadekuuroja" #~ msgid "14" #~ msgstr "Verrattain pilvistä, sadekuuroja" #~ msgid "15" #~ msgstr "Ukkosta" #~ msgid "16" #~ msgstr "Melkein pilvistä, ukkoskuuroja" #~ msgid "17" #~ msgstr "Verrattain selkeää, ukkoskuuroja" #~ msgid "18" #~ msgstr "Sadetta" #~ msgid "19" #~ msgstr "Lumikuuroja" #~ msgid "20" #~ msgstr "Melkein pilvistä, lumikuuroja" #~ msgid "21" #~ msgstr "Verrattain selkeää, lumikuuroja" #~ msgid "22" #~ msgstr "Lumisadetta" #~ msgid "23" #~ msgstr "Melkein pilvistä lumisadetta" #~ msgid "24" #~ msgstr "Jäätä" #~ msgid "25" #~ msgstr "Räntää" #~ msgid "26" #~ msgstr "Jäätävää tihkua" #~ msgid "29" #~ msgstr "Lumi- ja vesisadetta" #~ msgid "30" #~ msgstr "Kuumaa" #~ msgid "31" #~ msgstr "Kylmää" #~ msgid "32" #~ msgstr "Tuulista" #~ msgid "33" #~ msgstr "Selkeää" #~ msgid "34" #~ msgstr "Melkein selkeää" #~ msgid "35" #~ msgstr "Verrattain pilvistä" #~ msgid "36" #~ msgstr "Puolipilvistä" #~ msgid "37" #~ msgstr "Utua" #~ msgid "38" #~ msgstr "Melkein pilvistä" #~ msgid "39" #~ msgstr "Verrattain pilvistä, sadekuuroja" #~ msgid "40" #~ msgstr "Melkein pilvistä, sadekuuroja" #~ msgid "41" #~ msgstr "Verrattain pilvistä, ukkoskuuroja" #~ msgid "42" #~ msgstr "Melkein pilvistä, ukkoskuuroja" #~ msgid "43" #~ msgstr "Melkein pilvistä, lumikuuroja" #~ msgid "44" #~ msgstr "Melkein pilvistä, lumisadetta" #~ msgid "Monday" #~ msgstr "Maanantai" #~ msgid "Tuesday" #~ msgstr "Tiistai" #~ msgid "Wednesday" #~ msgstr "Keskiviikko" #~ msgid "Thursday" #~ msgstr "Torstai" #~ msgid "Friday" #~ msgstr "Perjantai" #~ msgid "Saturday" #~ msgstr "Lauantai" #~ msgid "Sunday" #~ msgstr "Sunnuntai" #~ msgid "N" #~ msgstr "P" #~ msgid "E" #~ msgstr "I" #~ msgid "W" #~ msgstr "L" #~ msgid "S" #~ msgstr "E" #~ msgid "30% Chance Drizzle" #~ msgstr "30 % todennäköisyydellä tihkusadetta" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30 % todennäköisyydellä jäätävää tihkusadetta" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30 % todennäköisyydellä jäätävää sadetta" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30 % todennäköisyydellä jäätynyttä tihkua" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30 % todennäköisyydellä jäätynyttä sadetta" #~ msgid "30% Chance Rain Shower" #~ msgstr "30 % todennäköisyydellä sadekuuroja" #~ msgid "30% Chance Snow Shower" #~ msgstr "30 % todennäköisyydellä lumikuuroja" #~ msgid "30% Chance of Drizzle" #~ msgstr "30 % todennäköisyydellä tihkusadetta" #~ msgid "30% Chance of Flurry" #~ msgstr "30 % todennäköisyydellä puuskittaista tuulta" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30 % todennäköisyydellä jäätynyttä lumi- ja vesisadetta" #~ msgid "30% Chance of Light Snow" #~ msgstr "30 % todennäköisyydellä heikkoa lumisadetta" #~ msgid "30% Chance of Rain" #~ msgstr "30 % todennäköisyydellä sadetta" #~ msgid "30% Chance of Sleet" #~ msgstr "30 % todennäköisyydellä räntää" #~ msgid "30% Chance of Snow" #~ msgstr "30 % todennäköisyydellä lumisadetta" #~ msgid "30% Chance of Storms" #~ msgstr "30 % todennäköisyydellä myrskyistä" #~ msgid "40% Chance Drizzle" #~ msgstr "40 % todennäköisyydellä " #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40 % todennäköisyydellä jäätynyttä tihkua" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40 % todennäköisyydellä jäätävää tihkua" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40 % todennäköisyydellä jäätävää sadetta" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40 % todennäköisyydellä jäätynyttä tihkua" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40 % todennäköisyydellä jäätynyttä sadetta" #~ msgid "40% Chance Rain Shower" #~ msgstr "40 % todennäköisyydellä sadekuuroja" #~ msgid "40% Chance Snow Shower" #~ msgstr "40 % todennäköisyydellä lumikuuroja" #~ msgid "40% Chance of Drizzle" #~ msgstr "40 % todennäköisyydellä tihkusadetta" #~ msgid "40% Chance of Flurry" #~ msgstr "40 % todennäköisyydellä puuskittaista tuulta" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40 % todennäköisyydellä jäätynyttä lumi- ja vesisadetta" #~ msgid "40% Chance of Light Snow" #~ msgstr "40 % todennäköisyydellä heikkoa lumisadetta" #~ msgid "40% Chance of Rain" #~ msgstr "40 % todennäköisyydellä sadetta" #~ msgid "40% Chance of Sleet" #~ msgstr "40 % todennäköisyydellä räntää" #~ msgid "40% Chance of Snow" #~ msgstr "40 % todennäköisyydellä lumisadetta" #~ msgid "40% Chance of Storms" #~ msgstr "40 % todennäköisyydellä myrkyistä" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50 % todennäköisyydellä jäätävää tihkusadetta" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50 % todennäköisyydellä jäätävää sadetta" #~ msgid "50% Chance Rain Shower" #~ msgstr "50 % todennäköisyydellä sadekuuroja" #~ msgid "50% Chance Snow Shower" #~ msgstr "50 % todennäköisyydellä lumikuuroja" #~ msgid "50% Chance of Drizzle" #~ msgstr "50 % todennäköisyydellä tihkusadetta" #~ msgid "50% Chance of Flurry" #~ msgstr "50 % todennäköisyydellä puuskittaista tuulta" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50 % todennäköisyydellä jäätynyttä sadetta" #~ msgid "50% Chance of Light Snow" #~ msgstr "50 % todennäköisyydellä heikkoa lumisadetta" #~ msgid "50% Chance of Rain" #~ msgstr "50 % todennäköisyydellä sadetta" #~ msgid "50% Chance of Sleet" #~ msgstr "50 % todennäköisyydellä räntää" #~ msgid "50% Chance of Snow" #~ msgstr "50 % todennäköisyydellä lumisadetta" #~ msgid "50% Chance of Storms" #~ msgstr "50 % todennäköisyydellä myrkyistä" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Satunnaisesti jäätävää tihkusadetta" #~ msgid "Chance Freezing Rain" #~ msgstr "Satunnaisesti jäätävää sadetta" #~ msgid "Chance Rain Shower" #~ msgstr "Satunnaisia sadekuuroja" #~ msgid "Chance Snow Shower" #~ msgstr "Satunnaisia lumikuuroja" #~ msgid "Chance of Drizzle" #~ msgstr "Mahdollisesti tihkusadetta" #~ msgid "Chance of Flurry" #~ msgstr "Mahdollisesti puuskittaista tuulta" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Mahdollisesti jäätävää tihkusadetta" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Mahdollisesti jäätynyttä tihkua" #~ msgid "Chance of Frozen Mix" #~ msgstr "Mahdollisesti jäätynyttä sadetta" #~ msgid "Chance of Light Snow" #~ msgstr "Mahdollisesti heikkoa lumisadetta" #~ msgid "Chance of Rain" #~ msgstr "Mahdollisesti sadetta" #~ msgid "Chance of Rain Showers" #~ msgstr "Mahdollisesti sadekuuroja" #~ msgid "Chance of Sleet " #~ msgstr "Mahdollisesti räntää" #~ msgid "Chance of Snow" #~ msgstr "Mahdollisesti lumisadetta" #~ msgid "Chance of Snow Showers" #~ msgstr "Mahdollisesti lumikuuroja" #~ msgid "Chance of Storms" #~ msgstr "Mahdollisesti myrskyistä" #~ msgid "Clear" #~ msgstr "Selkeää" #~ msgid "Clearing" #~ msgstr "Selkenevää" #~ msgid "Cloudy" #~ msgstr "Pilvistä" #~ msgid "Fair" #~ msgstr "Kohtalaista" #~ msgid "Flurries" #~ msgstr "Puuskittaista tuulta" #~ msgid "Foggy" #~ msgstr "Sumuista" #~ msgid "Freezing Drizzle" #~ msgstr "Jäätävää tihkusadetta" #~ msgid "Frozen Mix" #~ msgstr "Jäätynyttä sadetta" #~ msgid "Hazy" #~ msgstr "Utua" #~ msgid "Headline" #~ msgstr "Otsikko" #~ msgid "Heavy Rain" #~ msgstr "Rankkaa sadetta" #~ msgid "Hot and Humid" #~ msgstr "Kuumaa ja kosteaa" #~ msgid "Mostly Cloudy" #~ msgstr "Melkein pilvistä" #~ msgid "Mostly Sunny" #~ msgstr "Melkein selkeää" #~ msgid "Nowcast" #~ msgstr "Sää nyt" #~ msgid "Partly Cloudy" #~ msgstr "Verrattain pilvistä" #~ msgid "Partly Sunny" #~ msgstr "Verrattain selkeää" #~ msgid "Scattered Thunderstorms" #~ msgstr "Paikallisia ukkoskuuroja" #~ msgid "Sunny" #~ msgstr "Aurinkoista" #~ msgid "Unknown" #~ msgstr "Tuntematon" #~ msgid "Very Cold" #~ msgstr "Hyvin kylmää" #~ msgid "Very Hot" #~ msgstr "Hyvin kuumaa" #~ msgid "Warm and Humid" #~ msgstr "Lämmintä ja kosteaa" #~ msgid "Windy" #~ msgstr "Tuulista" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Tallenna uusi paikkakunta klikkaamalla Päivitä valinnat." #~ msgid "AccuWeather" #~ msgstr "Accuweather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Korvaa ä ja ö hakusanassa kirjaimilla a ja o." #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "Accuweather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Kuvaus" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Rankkaa sadetta" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Tihkusadetta" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Sankkaa lumisadetta" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Puuskittaista tuulta" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Heikkoa lumisadetta" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Verrattain pilvistä" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Ukkosta" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Ukkosta" #, fuzzy #~ msgid "sleet" #~ msgstr "Räntää" #~ msgid "Save" #~ msgstr "Tallenna" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "" #~ "Lisäosaa wp-forecast ei löydy. Asenna ja ota wp-forecast käyttöön ensin." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "" #~ "Valitse värilliset ruudut, jos haluat antaa käyttäjälle vaihtoehtoja" #, fuzzy #~ msgid "Maximal number of widgets per user" #~ msgstr "Vimpainten määrä käyttäjällä" #~ msgid "Widget-Setup" #~ msgstr "Vimpainasetukset" #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Licensekey" #~ msgstr "Lisenssiavain" #~ msgid "Press Update options to save new location." #~ msgstr "Tallenna uusi paikkakunta klikkaamalla Päivitä valinnat." #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "Paikkaa ei löydy" #~ msgid "GoogleWeather" #~ msgstr "GoogleWeather" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "No locations found." #~ msgstr "Ei tuloksia" #, fuzzy #~ msgid "Weather.com" #~ msgstr "Sää" #~ msgid "tmp" #~ msgstr "Lämpötila" lang/wp-forecast_uk_UA-uk_UA.mo000064400000007451150211511020012335 0ustar004G\xy} * ,#PY^ t     &4R'd   . OU Zfu  4 R r {  E '   2 DQ   , $   +8 d )}  D  9 )G +q  :  <" _ h s  ! 6 := Ze}^ $ ) *3('".0&4#%1  /,! -+2AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLocationLocationnameMeter/Second (m/s)Miles/Hour (mph)NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2010-04-06 17:03+0100 Last-Translator: Pavel Language-Team: Pavel Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-KeywordsList: __;_e;_c X-Poedit-Language: Ukrainian X-Poedit-Country: UKRAINE X-Poedit-SourceCharset: utf-8 ВсеДоступні віджетиАвторські праваСостояние погодыДатаДеньДенний часВидалити плагін під час дизактивації?Налаштування дісплеюПрогнозПрогноз на деньПрогноз на вечірСкільки WP-прогноз віджетів ви хотіли?Вологість%Иконка РСКілометр за годину (км/г)Вузлів за годину (KTS)МоваМісцезнаходженняНазва місцезнаходженняМетр/Сек. (м/с)Міль за годину (міль/г) Вечірній часБудь ласка, повторіть спробу пізніше.ТискТемпература на поточний моментПоновлення кеш-пам'ятіПошук місцезнаходженняПошукВиберіть віджетНалаштування поновлено успішноКраткое описание На жаль, відсутні дані про погодуСхідЗахідТемператураПогодаЧасНазваПоновити сторінкуВикористовувати поточний часВикористання метричних одиницьWP-прогноз ОпціїВітерНапрям вітруШвидкість вітруВи повинні змінити поле для поновлення налаштуваньсек.часВіджетWP-прогноз lang/wp-forecast_id_ID-id_ID.mo000064400000004621150211511020012241 0ustar00+t;   !,0]f|     % 1=0Bsz =' -7NV[aiow6  *>FL ^kq5#  # = C I ;U %#  $)'"  *! +(& Available widgetsCloseCopyrightCurrent ConditionsDateDayDaytimeDrizzleFogForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityKilometer/Hour (km/h)LanguageLocationLocations:Meter/Second (m/s)NighttimePlease select a locationPlease try again later.PressureRainSearchresultsSelect widgetSnowSunriseSunsetTemperatureThe WeatherTimeTimeout for weatherprovider connections (secs.)?Title:Use metric unitsWindWindspeed-Unitdefaultminutestimewidget_hintwp-forecast shortcode: This browser does not support iframes.Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: PO-Revision-Date: 2012-10-22 22:45-1000 Last-Translator: Language-Team: LANGUAGE Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 1.5.4 Widget yang adaTutupHak CiptaKeadaan Cuaca Saat IniTanggalHariSiangGerimisKabutRamalanRamalan Siang HariRamalan Malam HariBerapa banyak widget wp-forecast yang ingin Anda buat?KelembabanKilometer per JamBahasaLokasiLokasi:Meter per DetikMalamPilih LokasiCoba sebentar lagi.TekananHujanHasil PencaharianPilih widgetSaljuMatahari terbitMatahari tenggelamSuhuCuacaWaktuWaktu timeout untuk hubungen dengan provider (detik)?Judul:Gunakan satuan metrik/internasionalAnginSatuan Kecepatan ANginSetelan standar (default)menitwaktuwidget_hintwp-forecast shortcode: browser ini tidak mendukung iframes.lang/wp-forecast_he_IL-he_IL.po000064400000062116150211511020012267 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2013-11-04 21:40+0200\n" "Last-Translator: Udi's Blog \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.7\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "נושא:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "וידג'טים שימושיים" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "זמן" #: class-wpfuvwidget.php:292 #, fuzzy msgid "Current UV-Index" msgstr "מדד UV" #: class-wpfuvwidget.php:296 #, fuzzy msgid "Max. UV-Index" msgstr "מדד UV מקסימלי" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 #, fuzzy msgid "Ozone" msgstr "מדד UV" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "גשם" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "שלג" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "בהיר" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "בעיקר בהיר" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "מעונן חלקית" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "תחזית" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "ערפל" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "טפטוף קפוא" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "טפטוף קפוא" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "טפטוף קפוא" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "טפטוף קפוא" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "טפטוף קפוא" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "שלג קל" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "מטחי גשם" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "גשם כבד" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "גשם קופא" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "גשם קופא" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "שלג קל" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "שלג כבד" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "שלג כבד" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "מטחי שלג" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "מטחי גשם" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "מטחי גשם" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "מטחי גשם" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "מטחי שלג" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "מטחי שלג" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "סופות רעמים" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "סופות רעמים" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "סופות רעמים" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "סופות רעמים" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "סופות רעמים" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "סופות רעמים" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "טפטוף" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "טפטוף קפוא" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "טפטוף קפוא" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "טפטוף" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "גשם קופא" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "גשם כבד" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "טפטוף קפוא" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "שלג קל" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "גשם כבד" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "גשם קופא" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "שלג קל" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "גשם כבד" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "גשם כבד" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "שלג קל" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "שלג כבד" #: func-openweathermap.php:962 msgid "Sleet" msgstr "גשם ושלג מעורב" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "שלג קל" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "מטחי גשם" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "מטחי שלג" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "מטחי גשם" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "מטחי שלג" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "ממטרים פזורים" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "עננות מוגברת" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "תחזית" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "הודעת קוד תוסף: הדפדפן הזה לא תומך ב- iframes" #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "חפש תוצאות" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "נא הכנס מחרוזת חיפוש לא ריקה" #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "בחרו מיקום בבקשה" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "רמז לווידג'ט" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "כמה וידג'טים של מזג האוויר תרצו?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "האם למחוק את ההגדרות בזמן הפסקת פעילות התוסף?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "עדכן אפשרויות" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "בדוק את החיבור לספק מידע מזג האוויר" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "בחרו וידג'ט" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "ההגדרות עודכנו בהצלחה" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "אתם צריכים לשנות ערך על מנת לעדכן את ההגדרות." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "הגדרת התוסף" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "שירות מזג האוויר" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "מזג האוויר" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "מזג האוויר" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "מיקום" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "בחרו מיקום בבקשה" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "שם המיקום" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "רעננו לאחר" #: wp-forecast-admin.php:813 msgid "secs." msgstr "שניות" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "השתמשו ביחידות מטריות" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "השתמשו בזמן נוכחי" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "דקות" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "יחידות מהירות רוח" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "מטר לשנייה (מ'/שנ')" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "קילומטר/שעה (קמ\"ש)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "מייל לשעה (מ'/ש')" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "שפה" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "הראה את התחזית כתפריט נגלל מטה (אג'קס)" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "היום הראשון בתפריט נגלל מטה" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "הראה את מצב הרוח כאייקון" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "הצג הגדרות" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "תנאים נוכחיים" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "תחזית יום" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "תחזית לילה" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "אייקון" #: wp-forecast-admin.php:971 msgid "Date" msgstr "תאריך" #: wp-forecast-admin.php:982 msgid "Time" msgstr "שעה" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "תאור קצר" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "טמפרטורה" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "תחושה אמיתית" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "לחץ ברומטרי" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "לחות" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "רוח" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "משבי רוח" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "תאור קצר" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "מדד UV" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "זריחה" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "שקיעה" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "זכויות יוצרים" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "קישור לספק מזג האוויר" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "פתח בחלון חדש" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "תחזית" #: wp-forecast-admin.php:1212 msgid "All" msgstr "הכל" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "יום" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "שעות יום" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "שעות לילה" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 #, fuzzy msgid "Show UV-Index" msgstr "מדד UV" #: wp-forecast-admin.php:1365 #, fuzzy msgid "Show max. UV-Index" msgstr "מדד UV מקסימלי" #: wp-forecast-admin.php:1372 #, fuzzy msgid "Show Ozone" msgstr "מדד UV" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "עדכן אפשרויות" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "חפש מיקום" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "תנאי חיפוש" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "בדיקת קישור" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "בחר ספק מזג אוויר" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "התחל בדיקה" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "סגור" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "בדוק את החיבור לספק מידע מזג האוויר" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "הגדרת התוסף" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "פתח בחלון חדש" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "הגדרת התוסף" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "מיקומים:" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "הודעת שגיאה מהספק" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "מצטערים, אין מידע על מזג האוויר" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "נסו שוב מאוחר יותר." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "רוח" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "תאור קצר" #: wp-forecast-show.php:306 #, fuzzy msgid "Current UV index" msgstr "מדד UV" #: wp-forecast-show.php:310 #, fuzzy msgid "Max. UV index" msgstr "מדד UV מקסימלי" #: wp-forecast-show.php:458 #, fuzzy msgid "max. UV index" msgstr "מדד UV מקסימלי" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "לילה" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "מדד UV מקסימלי" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "תחזית מקוצרת..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "תחזית מורחבת..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:112 msgid "The Weather" msgstr "מזג האוויר" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "זמן ההמתנה למענה מספק מידע על מזג האוויר (בשניות)?" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "בחירה מוקדמת של שיטת ההעברה של וורדפרס" #~ msgid "default" #~ msgstr "ברירת מחדל" #~ msgid "flik" #~ msgstr "מרגיש כמו" #~ msgid "barr" #~ msgstr "לחץ ברומטרי" #~ msgid "hmid" #~ msgstr "לחות" #~ msgid "winds" #~ msgstr "רוחות" #~ msgid "sunrise" #~ msgstr "זריחה" #~ msgid "sunset" #~ msgstr "שקיעה" #~ msgid "day" #~ msgstr "יום" #, fuzzy #~ msgid "fog" #~ msgstr "ערפל" #~ msgid "Monday" #~ msgstr "יום שני" #~ msgid "Tuesday" #~ msgstr "יום שלישי" #~ msgid "Wednesday" #~ msgstr "יום רביעי" #~ msgid "Thursday" #~ msgstr "יום חמישי" #~ msgid "Friday" #~ msgstr "יום שישי" #~ msgid "Saturday" #~ msgstr "יום שבת" #~ msgid "Sunday" #~ msgstr "יום ראשון" #~ msgid "N" #~ msgstr "צפון" #~ msgid "E" #~ msgstr "מזרח" #~ msgid "W" #~ msgstr "מערב" #~ msgid "S" #~ msgstr "דרום" #~ msgid "30% Chance Drizzle" #~ msgstr "30% סיכוי לטפטוף" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30% סיכוי לטפטוף קפוא" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30% סיכוי לגשם קפוא" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30% סיכוי לטפטוף קפוא" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30% סיכוי לגשם ושלג קפואים" #~ msgid "30% Chance Rain Shower" #~ msgstr "30% סיכוי לגשם" #~ msgid "30% Chance Snow Shower" #~ msgstr "30% סיכוי לשלג" #~ msgid "30% Chance of Drizzle" #~ msgstr "30% סיכוי לטפטוף" #~ msgid "30% Chance of Flurry" #~ msgstr "30% סיכוי לסערה" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30% סיכוי לגשם ושלג קפוא" #~ msgid "30% Chance of Light Snow" #~ msgstr "30% סיכוי לשלג קל" #~ msgid "30% Chance of Rain" #~ msgstr "30% סיכוי לגשם" #~ msgid "30% Chance of Sleet" #~ msgstr "30% סיכוי לגשם ושלג" #~ msgid "30% Chance of Snow" #~ msgstr "30% סיכוי לשלג" #~ msgid "30% Chance of Storms" #~ msgstr "30% סיכוי לסערה" #~ msgid "Chance of Snow" #~ msgstr "סיכוי לשלג" #~ msgid "Chance of Snow Showers" #~ msgstr "סיכויים לממטרי שלג" #~ msgid "Chance of Storms" #~ msgstr "סיכויים לסופה" #~ msgid "Clear" #~ msgstr "בהיר" #~ msgid "Clearing" #~ msgstr "מתבהר" #~ msgid "Cloudy" #~ msgstr "מעונן" #~ msgid "Fair" #~ msgstr "נאה" #~ msgid "Flurries" #~ msgstr "גשם מעורב בשלג" #~ msgid "Foggy" #~ msgstr "ערפילי" #~ msgid "Freezing Drizzle" #~ msgstr "טפטוף קפוא" #~ msgid "Frozen Mix" #~ msgstr "מיקס קפוא" #~ msgid "Hazy" #~ msgstr "לח" #~ msgid "Headline" #~ msgstr "כותרת" #~ msgid "Heavy Rain" #~ msgstr "גשם כבד" #~ msgid "Hot and Humid" #~ msgstr "חם ולח" #~ msgid "Mostly Cloudy" #~ msgstr "בעיקר מעונן" #~ msgid "Mostly Sunny" #~ msgstr "בעיקר שמש" #~ msgid "Nowcast" #~ msgstr "Nowcast" #~ msgid "Partly Cloudy" #~ msgstr "מעונן חלקית" #~ msgid "Partly Sunny" #~ msgstr "שמש חלקית" #~ msgid "Scattered Thunderstorms" #~ msgstr "סופות רעמים פזורות" #~ msgid "Sunny" #~ msgstr "שמש" #~ msgid "Unknown" #~ msgstr "לא ידוע" #~ msgid "Very Cold" #~ msgstr "קר מאוד" #~ msgid "Very Hot" #~ msgstr "חם מאוד" #~ msgid "Warm and Humid" #~ msgstr "חם ולח" #~ msgid "Windy" #~ msgstr " רוח" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "לחצו על עדכון אפשרויות כדי לשמור מיקום חדש" #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "תאור קצר" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "גשם כבד" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "טפטוף" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "שלג כבד" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "גשם מעורב בשלג" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "שלג קל" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "מעונן חלקית" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "סופות רעמים" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "סופות רעמים" #, fuzzy #~ msgid "sleet" #~ msgstr "גשם ושלג מעורב" #~ msgid "Save" #~ msgstr "שמור" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "תוסף מזג האוויר לא נמצא. נא התקן והפעל אותו" #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "סמנו את תיבות הסימון הצבעוניות כדי להפעיל את האפשרויות" #~ msgid "Maximal number of widgets per user" #~ msgstr "מספר מקסימאלי של ווידג'טים למשתמש" #~ msgid "Delete SuperAdmin options" #~ msgstr "מחק אפשרויות סופר אדמין" #~ msgid "Widget-Setup" #~ msgstr "הגדרות ווידג'ט" #~ msgid "Partner-ID" #~ msgstr "מזהה שותף" #~ msgid "Licensekey" #~ msgstr "מספר רישיון" #~ msgid "Press Update options to save new location." #~ msgstr "לחצו על עדכון אפשרויות כדי לשמור מיקום חדש" #~ msgid "Partner ID" #~ msgstr "מזהה שותף" #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "המיקום אינו קיים" #~ msgid "GoogleWeather" #~ msgstr "GoogleWeather" #~ msgid "" #~ "Google does not support searching for locations. Only Accuweather and " #~ "WeatherBug will be searched." #~ msgstr "" #~ "גוגל אינו תומך בחיפוש אחר מיקומים. רק accuweather ו- Weatherbug יחפשו" lang/wp-forecast_es_ES-es_ES.po000064400000073624150211511020012331 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2018-08-12 07:30+0200\n" "Last-Translator: Alejandro Reyna\n" "Language-Team: Alejandro Reyna\n" "Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: s;\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.8.11\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "Título:" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "Wiggets disponibles" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "Hora" #: class-wpfuvwidget.php:292 #, fuzzy msgid "Current UV-Index" msgstr "Indice UV" #: class-wpfuvwidget.php:296 #, fuzzy msgid "Max. UV-Index" msgstr "Índice UV máximo" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 #, fuzzy msgid "Ozone" msgstr "Indice UV" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "Lluvia" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "Nieve" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "Claro" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "Mayormente claro" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "Parcialmente nublado" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "Previsión" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "Niebla" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr "Llovizna helada" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr "Llovizna helada" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr "Llovizna helada" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr "Llovizna helada" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "Probabilidad de Llovizna helada" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "Nevada suave" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "probabilidad de Chaparrones" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "Lluvias fuertes" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "Lluvia helada" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "Probabilidad de Lluvia helada" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "Nevada suave" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "Nevada fuerte" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "Nevada fuerte" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "Chaparrones de nieve" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "Chaparrones" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "probabilidad de Chaparrones" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "Chaparrones" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "Chaparrones de nieve" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "Chaparrones de nieve" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "Tormentas" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "Tormentas" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "Tormentas" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "Tormentas" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "Tormentas" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Tormentas" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "Llovizna" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr "Llovizna helada" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr "Llovizna helada" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "Llovizna" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "Probabilidad de Lluvia helada" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "Lluvias fuertes" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr "Llovizna helada" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "Nevada suave" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "Lluvias fuertes" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "Lluvia helada" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "Nevada suave" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "Lluvias fuertes" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "Lluvias fuertes" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "Nevada suave" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "Nevada fuerte" #: func-openweathermap.php:962 msgid "Sleet" msgstr "Aguanieve" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "Nevada suave" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "Chaparrones" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "Chaparrones de nieve" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "Chaparrones" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "Chaparrones de nieve" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "Chaparrones dispersos" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "Nubosidad creciente" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "Previsión" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "Shortcode wp-forecast: El navegador no soporta iframes." #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "Resultados de la búsqueda" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "Por favor entrar una cadena de búsqueda no vacía." #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "Selecciona tú ciudad y pulsa 'Establecer ubicación'" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "¿Cuántos widgets de wp-forecast quieres?" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "Eliminar opciones al desactivar plugin?" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "Actualizar Opciones" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "Revisar conexión a proveedor de clima" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "Elije un widget" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "Configuración actualizada con éxito" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "\tDebe cambiar un campo para actualizar la configuración." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "Configuración de WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "Servicio de clima" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "El Tiempo" #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "El Tiempo" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "Población" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Establecer ubicación" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "Nombre de la Población" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "Actualiza la página después" #: wp-forecast-admin.php:813 msgid "secs." msgstr "seg." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "Usar unidades métricas" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "Usar hora actual" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "Corrimiento de tiempo" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "minutos" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "Unidad Viento" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "Metros/Segundo (m/s)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "Kilómetros/Hora (km/h)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "Millas/Hora (mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "Nudos (kts)" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "Beaufort (bft)" #: wp-forecast-admin.php:870 msgid "Language" msgstr "Idioma" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "Mostrar como desplegable ajax" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "Primer día en desplegable" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "Mostrar condición de viento como icono" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "Usar Sprites-CSS para mostrar iconos" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "Mostar configuración" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "Condiciones actuales" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "Previsión Día" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "Previsión Noche" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "Icono" #: wp-forecast-admin.php:971 msgid "Date" msgstr "Fecha" #: wp-forecast-admin.php:982 msgid "Time" msgstr "Hora" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "Descripción breve" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "Temperatura" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "Sensación térmica" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "Presión" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "Humedad" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "Viento" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "Ráfagas" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "Descripción breve" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "Indice UV" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "Salida del Sol" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "Puesta de Sol" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "Copyright" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "Enlace al proveedor de clima" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "Abrir nueva ventana" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "Previsión" #: wp-forecast-admin.php:1212 msgid "All" msgstr "Todo" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "Día" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "Día" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "Noche" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 #, fuzzy msgid "Show UV-Index" msgstr "Indice UV" #: wp-forecast-admin.php:1365 #, fuzzy msgid "Show max. UV-Index" msgstr "Índice UV máximo" #: wp-forecast-admin.php:1372 #, fuzzy msgid "Show Ozone" msgstr "Indice UV" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "Actualizar Opciones" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "Buscar población" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "Término de búsqueda" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "Checkeo de conexión." #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "Enlace" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "Iniciar checkeo" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "Cerrar" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" "Si estás buscando instrucciones o ayuda para wp-forecast, \n" " por favor usa los siguientes recursos. Si te encuentras trancado siempre " "puedes \n" " escribir un correo electrónico a" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "Manual en Inglés" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "Manual en Alemán" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "Lista de chequeo para test de conexión" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "wp-forecast en %s" #: wp-forecast-admin.php:1504 msgid "German wp-forecast Site" msgstr "Sitio wp-forecast en alemán." #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "Usando wp-forecast con WPML (alemán)" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "Log de cambios" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "Los enlaces se abren en una nueva ventana/pestaña" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "Ubicaciones" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "Aviso de falla del proveedor." #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "Disculpa, no hay datos disponibles" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "Por favor, inténtalo de nuevo." #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "Viento" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "Descripción breve" #: wp-forecast-show.php:306 #, fuzzy msgid "Current UV index" msgstr "Indice UV" #: wp-forecast-show.php:310 #, fuzzy msgid "Max. UV index" msgstr "Índice UV máximo" #: wp-forecast-show.php:458 #, fuzzy msgid "max. UV index" msgstr "Índice UV máximo" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "Noche" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "Índice UV máximo" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "Menos pronóstico" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "Más pronóstico" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "El Tiempo" #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "\tTiempo de espera para las conexiones Accuweather (seg.)" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "Preseleccionar método de transferencia Wordpress" #~ msgid "default" #~ msgstr "Por defecto" #~ msgid "flik" #~ msgstr "Sensación térmica" #~ msgid "barr" #~ msgstr "Presión" #~ msgid "hmid" #~ msgstr "Humedad" #~ msgid "winds" #~ msgstr "Viento" #~ msgid "sunrise" #~ msgstr "Salida del sol" #~ msgid "sunset" #~ msgstr "Puesta de sol" #~ msgid "day" #~ msgstr "Día" #, fuzzy #~ msgid "fog" #~ msgstr "Niebla" #~ msgid "loc" #~ msgstr "Localidad" #~ msgid "01" #~ msgstr "Soleado" #~ msgid "02" #~ msgstr "Más claros que nubes" #~ msgid "03" #~ msgstr "Parcialmente Soleado" #~ msgid "04" #~ msgstr "Nuboso" #~ msgid "05" #~ msgstr "Muy Soleado" #~ msgid "06" #~ msgstr "Más nubes que claros" #~ msgid "07" #~ msgstr "Cubierto" #~ msgid "08" #~ msgstr "Muy nuboso" #~ msgid "11" #~ msgstr "Niebla" #~ msgid "12" #~ msgstr "Chubasco" #~ msgid "13" #~ msgstr "Principalmente Nuboso con Chubascos" #~ msgid "14" #~ msgstr "Parcialmente Soleado con Chubascos" #~ msgid "15" #~ msgstr "Tormentas" #~ msgid "16" #~ msgstr "Principalmente Nuboso y Tormentas" #~ msgid "17" #~ msgstr "Parcialmente Soleado y Tormentas" #~ msgid "18" #~ msgstr "Lluvia" #~ msgid "19" #~ msgstr "Ráfagas de viento" #~ msgid "20" #~ msgstr "Mayormente Nuboso con Ráfagas" #~ msgid "21" #~ msgstr "Mayormente Soleado con Ráfagas" #~ msgid "22" #~ msgstr "Nieve" #~ msgid "23" #~ msgstr "Mayormente Nuboso con Nieve" #~ msgid "24" #~ msgstr "Helada" #~ msgid "25" #~ msgstr "Aguanieve" #~ msgid "26" #~ msgstr "Granizo" #~ msgid "29" #~ msgstr "Aguanieve" #~ msgid "30" #~ msgstr "Calor" #~ msgid "31" #~ msgstr "Frio" #~ msgid "32" #~ msgstr "Ventoso" #~ msgid "33" #~ msgstr "Despejado" #~ msgid "34" #~ msgstr "Mayormente Despejado" #~ msgid "35" #~ msgstr "Mayormente Nuboso" #~ msgid "36" #~ msgstr "Nubes intermitentes" #~ msgid "37" #~ msgstr "Neblina" #~ msgid "38" #~ msgstr "Parcialmente Cubierto" #~ msgid "39" #~ msgstr "Parcialmente Cubierto con Chubascos" #~ msgid "40" #~ msgstr "Principalmente Nuboso con Chubascos" #~ msgid "41" #~ msgstr "Parcialmente Nuboso con Chubascos" #~ msgid "42" #~ msgstr "Mayormente Nuboso con Tormentas" #~ msgid "43" #~ msgstr "Mayormente Nuboso con Chubascos" #~ msgid "44" #~ msgstr "Mayormente Nuboso con Nevadass" #~ msgid "Monday" #~ msgstr "Lunes" #~ msgid "Tuesday" #~ msgstr "Martes" #~ msgid "Wednesday" #~ msgstr "Miércoles" #~ msgid "Thursday" #~ msgstr "Jueves" #~ msgid "Friday" #~ msgstr "Viernes" #~ msgid "Saturday" #~ msgstr "Sábado" #~ msgid "Sunday" #~ msgstr "Domingo" #~ msgid "N" #~ msgstr "N" #~ msgid "E" #~ msgstr "E" #~ msgid "W" #~ msgstr "O" #~ msgid "S" #~ msgstr "S" #~ msgid "30% Chance Drizzle" #~ msgstr "Prob. de llovizna 30%" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "Prob. Aguanieve 30%" #~ msgid "30% Chance Freezing Rain" #~ msgstr "Prob. del 30% de Lluvia helada" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "Prob. del 30% de Lloviznas congeladas" #~ msgid "30% Chance Frozen Mix" #~ msgstr "Prob. del 30% de Agua y hielo" #~ msgid "30% Chance Rain Shower" #~ msgstr "Prob. del 30% de Chaparrónes" #~ msgid "30% Chance Snow Shower" #~ msgstr "Prob. del 30% de Chaparrón de nieve" #~ msgid "30% Chance of Drizzle" #~ msgstr "Prob. del 30% de Lloviznas" #~ msgid "30% Chance of Flurry" #~ msgstr "Prob. del 30% de Ráfagas" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "Prob. del 30% de Agua y hielo" #~ msgid "30% Chance of Light Snow" #~ msgstr "Prob. del 30% de Aguenieve" #~ msgid "30% Chance of Rain" #~ msgstr "Prob. del 30% de Lluvia" #~ msgid "30% Chance of Sleet" #~ msgstr "Prob. del 30% de Aguenieve" #~ msgid "30% Chance of Snow" #~ msgstr "Prob. del 30% de Nieve" #~ msgid "30% Chance of Storms" #~ msgstr "Prob. del 30% de Tormentas" #~ msgid "40% Chance Drizzle" #~ msgstr "Prob. del 40% de Lloviznas" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "Prob. del 40% de Lloviznas congeladas" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "Prob. del 40% de Lloviznas heladas" #~ msgid "40% Chance Freezing Rain" #~ msgstr "Prob. del 40% de Lluvia helada" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "Prob. del 40% de Lloviznas congeladas" #~ msgid "40% Chance Frozen Mix" #~ msgstr "Prob. del 40% de Agua y hielo" #~ msgid "40% Chance Rain Shower" #~ msgstr "Prob. del 40% de Chaparrones" #~ msgid "40% Chance Snow Shower" #~ msgstr "Prob. del 40% de Chaparrónes de nieve" #~ msgid "40% Chance of Drizzle" #~ msgstr "Prob. del 40% de Lloviznas" #~ msgid "40% Chance of Flurry" #~ msgstr "Prob. del 40% de Ráfagas" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "Prob. del 40% de Agua y hielo" #~ msgid "40% Chance of Light Snow" #~ msgstr "Prob. del 40% de Nevada suave" #~ msgid "40% Chance of Rain" #~ msgstr "Prob. del 40% de Lluvia" #~ msgid "40% Chance of Sleet" #~ msgstr "Prob. del 40% de Aguanieve" #~ msgid "40% Chance of Snow" #~ msgstr "Prob. del 40% de Nieve" #~ msgid "40% Chance of Storms" #~ msgstr "Prob. del 40% de Tormentas" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "Prob. del 50% de Llovizna helada" #~ msgid "50% Chance Freezing Rain" #~ msgstr "Prob. del 50% de Lluvia helada" #~ msgid "50% Chance Rain Shower" #~ msgstr "Prob. del 50% de Chaparrones" #~ msgid "50% Chance Snow Shower" #~ msgstr "Prob. del 50% de Chaparrones de nieve" #~ msgid "50% Chance of Drizzle" #~ msgstr "Prob. del 50% de Lloviznas" #~ msgid "50% Chance of Flurry" #~ msgstr "Prob. del 50% de Ráfagas" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "Prob. del 50% de Agua y hielo" #~ msgid "50% Chance of Light Snow" #~ msgstr "Prob. del 50% de Nevada suave" #~ msgid "50% Chance of Rain" #~ msgstr "Prob. del 50% de Lluvia" #~ msgid "50% Chance of Sleet" #~ msgstr "Prob. del 50% de Aguenieve" #~ msgid "50% Chance of Snow" #~ msgstr "Prob. del 50% de Nieve" #~ msgid "50% Chance of Storms" #~ msgstr "Prob. del 50% de Tormentas" #~ msgid "Chance Freezing Drizzle" #~ msgstr "Probabilidad de Llovizna helada" #~ msgid "Chance Freezing Rain" #~ msgstr "Probabilidad de Lluvia helada" #~ msgid "Chance Rain Shower" #~ msgstr "probabilidad de Chaparrones" #~ msgid "Chance Snow Shower" #~ msgstr "Probabilidad de Chaparrones de nieve" #~ msgid "Chance of Drizzle" #~ msgstr "Probabilidad de Lloviznas" #~ msgid "Chance of Flurry" #~ msgstr "Probabilidad de Ráfagas" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "Probabilidad de Llovizna helada" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "Probabilidad de Llovizna congelada" #~ msgid "Chance of Frozen Mix" #~ msgstr "Probabilidad de Agua con hielo" #~ msgid "Chance of Light Snow" #~ msgstr "Probabilidad de Nevada suave" #~ msgid "Chance of Rain" #~ msgstr "Probabilidad de Lluvias" #~ msgid "Chance of Rain Showers" #~ msgstr "Probabilidad de Chaparrones" #~ msgid "Chance of Sleet " #~ msgstr "Probabilidad de Aguanieve" #~ msgid "Chance of Snow" #~ msgstr "Probabilidad de Nevadas" #~ msgid "Chance of Snow Showers" #~ msgstr "Probabilidad de Chaparrones de nieve" #~ msgid "Chance of Storms" #~ msgstr "Probabilidad de Tormentas" #~ msgid "Clear" #~ msgstr "Claro" #~ msgid "Clearing" #~ msgstr "Aclarando" #~ msgid "Cloudy" #~ msgstr "Nuboso" #~ msgid "Fair" #~ msgstr "Claro" #~ msgid "Flurries" #~ msgstr "Ráfagas de viento" #~ msgid "Foggy" #~ msgstr "Neblinas" #~ msgid "Freezing Drizzle" #~ msgstr "Llovizna helada" #~ msgid "Frozen Mix" #~ msgstr "Lluvia con hielo" #~ msgid "Hazy" #~ msgstr "Brumoso" #~ msgid "Heavy Rain" #~ msgstr "Lluvias fuertes" #~ msgid "Hot and Humid" #~ msgstr "Cálido y húmedo" #~ msgid "Mostly Cloudy" #~ msgstr "Mayormente nublado" #~ msgid "Mostly Sunny" #~ msgstr "Mayormente soleado" #~ msgid "Nowcast" #~ msgstr "Previsión" #~ msgid "Partly Cloudy" #~ msgstr "Parcialmente nublado" #~ msgid "Partly Sunny" #~ msgstr "Parcialmente soleado" #~ msgid "Scattered Thunderstorms" #~ msgstr "Tormentas dispersas" #~ msgid "Sunny" #~ msgstr "Soleado" #~ msgid "Unknown" #~ msgstr "Desconocido" #~ msgid "Very Cold" #~ msgstr "Muy frío" #~ msgid "Very Hot" #~ msgstr "Muy caluroso" #~ msgid "Warm and Humid" #~ msgstr "Cálido y húmedo" #~ msgid "Windy" #~ msgstr "Ventoso" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "Pulse actualizar para Guardar una nueva población." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #~ msgid "Please replace german Umlaute ä,ö,ü with a, o, u in your searchterm." #~ msgstr "Por favor no uses acentos o ñ en la búsqueda." #~ msgid "Accuweather Hits" #~ msgstr "Enlace" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "Descripción breve" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "Lluvias fuertes" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "Llovizna" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "Nevada fuerte" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "Ráfagas de viento" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "Nevada suave" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "Parcialmente nublado" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "Tormentas" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "Tormentas" #, fuzzy #~ msgid "sleet" #~ msgstr "Aguanieve" #~ msgid "Save" #~ msgstr "Guardar" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "Plugin wp-forecast no encontrado. Por favor instalarlo." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "Seleccionar los selectores coloreados para habilitar las opciones." #~ msgid "Maximal number of widgets per user" #~ msgstr "Número máximo de widgets por usuario." #~ msgid "Delete SuperAdmin options" #~ msgstr "Borrar opciones de SuperAdmin" #~ msgid "Delete SA-Options" #~ msgstr "Eliminar opciones-SA" #~ msgid "Widget-Setup" #~ msgstr "Configuración de Widget" #~ msgid "Partner-ID" #~ msgstr "Partner-ID" #~ msgid "Licensekey" #~ msgstr "Clave de licencia" #~ msgid "Press Update options to save new location." #~ msgstr "Pulse actualizar para Guardar una nueva población." #~ msgid "Partner ID" #~ msgstr "Partner ID" #~ msgid "No WeatherBug Partner-ID given. WeatherBug will not be searched." #~ msgstr "" #~ "No se a brindado Partner-ID de WeatherBug. No se buscará en WeatherBug." #~ msgid "" #~ "Enter a correct Partner-ID in the admin panel and save it to search " #~ "WeatherBug." #~ msgstr "" #~ "Ingresar un Partner-ID correcto en el panel de administración y guardar " #~ "para buscar en WeatherBug." #~ msgid "WeatherBug" #~ msgstr "El Tiempo" #~ msgid "Location does not exist" #~ msgstr "La ubicación no existe" #~ msgid "GoogleWeather" #~ msgstr "El Tiempo" #~ msgid "WeatherBug Hits" #~ msgstr "El Tiempo" #~ msgid "" #~ "Google does not support searching for locations. Only Accuweather and " #~ "WeatherBug will be searched." #~ msgstr "" #~ "Google no soporta la búsqueda de localizaciones. Solo Accuweather y " #~ "WeatherBug serán buscados." #~ msgid "No locations found." #~ msgstr "No se ha encontrado ninguna población." #, fuzzy #~ msgid "Weather.com" #~ msgstr "El Tiempo" #~ msgid "tmp" #~ msgstr "temperatura" lang/wp-forecast_hr_HR-hr_HR.mo000064400000013330150211511020012322 0ustar00Z # *0 AK^cg*o   $ 2 ,J w   6 B K \ t }     %  % . 3 < P ` k       ' / ; C J V b g 0s    !   $ , > M R \ .k       = K9$   #%)O dp'. GQY !06Hbk t~ "+Naq% /# $07O a o }) '#<<X #<6=RY]e t:U6< @ 5XHY(D +WA ,!/203G4LVR.= -MQ'B;:&F>$*OE71?8SPC IK"9)Z#JNT%AllAvailable widgetsBeaufort (bft)ChangelogCheck connection to WeatherproviderChecklist for connection testCloseConnection-checkCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationDrizzleEnglish ManualFailure notice from providerFirst day in pull-downFogForecastForecast DayForecast NightGerman ManualGerman wp-forecast SiteHow many wp-forecast widgets would you like?HumidityIconIf you are looking for instructions or help on wp-forecast, please use the following ressources. If you are stuck you can always write an email toKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...Link to WeatherproviderLocationLocationnameLocations:Meter/Second (m/s)Miles/Hour (mph)More forecast...NighttimeOpen in new WindowPlease enter a non empty searchstringPlease try again later.PressureRainRealfeelRefresh cache afterSearch locationSearchtermSelect weatherproviderSelect widgetSettings successfully updatedShort DescriptionShow forecast as ajax pull-downShow wind condition as iconSleetSnowSorry, no valid weather data available.Start checkSunriseSunsetTemperatureThe WeatherTimeTime-OffsetTimeout for weatherprovider connections (secs.)?Title:UV-IndexUpdate optionsUse CSS-Sprites for showing iconsUse current timeUse metric unitsUsing wp-forecast with WPML (german)WP-Forecast SetupWeatherserviceWindWindgustsWindspeed-UnitYou have to change a field to update settings.defaultmax. UV-Indexminutessecs.timewidget_hintwp-forecast %swp-forecast on WordPress.orgwp-forecast shortcode: This browser does not support iframes.Project-Id-Version: wp-forecast 1.3 Report-Msgid-Bugs-To: PO-Revision-Date: 2014-10-17 12:49+0100 Last-Translator: Amidža Idriz Language-Team: Language: en_US MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-SourceCharset: utf-8 X-Generator: Poedit 1.5.5 SveRaspoloživi dodaciBeaufort (bft)IzmjeneProvjerite vezu k pružatelju uslugeProvjerite vezuZatvoriProvjera vezeCopyrightTrenutni uvjetiDatumDanDanjuObrisati opcije prilikom dektivacije?Prikaz KonfiguracijeSitna kišaUpute na engleskomObavještenje o neuspjehu od provajderaPrvi dan u padajućem izbornikuMaglaPrognozaPrognoza za DanPrognoza za NoćUpute na njemačkomNjemačka wp-forecast stranicaKoliko dodataka hoćete?VlažnostIkonicaAko trebate pomoć ili upute za korištenje dodatka wp-forecast, molimo vas koristite navedene web adrese. Ako ste ozbiljno zaglavili možete uvijek poslati e-mail na adresu Kilometar na sat(km/h)Čvorovi (kts)JezikSmanjen prikaz...Link k pružatelju uslugeLokacijaLokacijaLokacije:Metar u sekundi (m/s)Milja na sat (mph)Više prognoze...NoćuOtvoriti u novom prozoruUpišite termin za pretraguMolimo, pokušajte kasnije.PritisakKišaSubjektivnoOsvježi privremeni spremnik nakonPretraži lokacijuTermin pretrageOdaberite pružatelja uslugeOdaberi dodatakPodešavanja su uspješno ažurirana.Kratak opisPrikaži prognozu sa ajax padajućim izbornikomPrikaži podatke o vjetru kao ikonuSusnježicaSnijegNema podataka o vremenuPočetak provjereIzlazak suncaZalazak suncaTemperaturePrognozaVrijemeVremenska razlikaTimeout za konekciju k provajderu (sek.)?Naslov:UV indeksOpcije ažuriranjaKoristi CSS spriteove kod prikaza ikonaKoristi trenutno vrijemeKorisiti metričke jediniceKorištenje wp-forecast u kombinaciji s WPML (na njemačkom)WP-Forecast podešavanja.Izaberite servisVjetarNaleti vjetraJedinica za mjerenje brzine vijetraMorate prvo napraviti izmjenu kako bi izvršili ažuriranje.zadanoMaksimalni UV indeksminutasekVrijemedodatak_savjetprognoza %swp-forecast na WordPress.orgUpozorenje: Ovaj internet preglednik ne podržava iframes.lang/wp-forecast_fa_IR-fa_IR.po000064400000100733150211511020012265 0ustar00msgid "" msgstr "" "Project-Id-Version: wp-forecast 1.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: 2013-02-06 10:50+0330\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.5.5\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "عنوان : " #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "ابزارک های در دسترس" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "تاریخ" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "بارندگی" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "برف" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 #, fuzzy msgid "Clear sky" msgstr "صاف" #: func-openmeteo.php:468 #, fuzzy msgid "Mainly clear" msgstr "اغلب صاف" #: func-openmeteo.php:471 #, fuzzy msgid "Partly cloudy" msgstr "قسمتی ابری" #: func-openmeteo.php:474 #, fuzzy msgid "Overcast" msgstr "پیش بینی" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "مه" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 #, fuzzy msgid "Light drizzle" msgstr " تبلور سطحی" #: func-openmeteo.php:486 #, fuzzy msgid "Moderate drizzle" msgstr " تبلور سطحی" #: func-openmeteo.php:489 #, fuzzy msgid "Dense drizzle" msgstr " تبلور سطحی" #: func-openmeteo.php:492 #, fuzzy msgid "Light freezing drizzle" msgstr " تبلور سطحی" #: func-openmeteo.php:495 #, fuzzy msgid "Dense freezing drizzle" msgstr "احتمال تبلور سطحی" #: func-openmeteo.php:498 #, fuzzy msgid "Slight rain" msgstr "برف ملایم" #: func-openmeteo.php:501 func-openweathermap.php:921 #, fuzzy msgid "Moderate rain" msgstr "احتمال بارندگی شدید" #: func-openmeteo.php:504 func-openweathermap.php:924 #, fuzzy msgid "Heavy rain" msgstr "بارش سنگین" #: func-openmeteo.php:507 #, fuzzy msgid "Light freezing rain" msgstr "بارش همراه با انجماد سطحی" #: func-openmeteo.php:510 #, fuzzy msgid "Heavy freezing rain" msgstr "احتمال تبلور سطحی شدید" #: func-openmeteo.php:513 #, fuzzy msgid "Slight snow fall" msgstr "برف ملایم" #: func-openmeteo.php:516 #, fuzzy msgid "Moderate snow fall" msgstr "برف سنگین" #: func-openmeteo.php:519 #, fuzzy msgid "Heavy snow fall" msgstr "برف سنگین" #: func-openmeteo.php:522 #, fuzzy msgid "Snow grains" msgstr "برف شدید" #: func-openmeteo.php:525 #, fuzzy msgid "Slight rain showers" msgstr "باراندگی شدید" #: func-openmeteo.php:528 #, fuzzy msgid "Moderate rain showers" msgstr "احتمال بارندگی شدید" #: func-openmeteo.php:531 #, fuzzy msgid "Violent rain showers" msgstr "باراندگی شدید" #: func-openmeteo.php:534 #, fuzzy msgid "Slight snow showers" msgstr "برف شدید" #: func-openmeteo.php:537 #, fuzzy msgid "Heavy snow showers" msgstr "برف شدید" #: func-openmeteo.php:540 func-openweathermap.php:863 #, fuzzy msgid "Thunderstorm" msgstr "رعد و برق" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 #, fuzzy msgid "Thunderstorm with rain" msgstr "رعد و برق" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 #, fuzzy msgid "Light thunderstorm" msgstr "رعد و برق" #: func-openweathermap.php:866 #, fuzzy msgid "Heavy thunderstorm" msgstr "رعد و برق" #: func-openweathermap.php:869 #, fuzzy msgid "Ragged thunderstorm" msgstr "رعد و برق" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "رعد و برق" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "نم نم باران" #: func-openweathermap.php:892 #, fuzzy msgid "Heavy drizzle" msgstr " تبلور سطحی" #: func-openweathermap.php:895 #, fuzzy msgid "Light drizzle rain" msgstr " تبلور سطحی" #: func-openweathermap.php:898 #, fuzzy msgid "Drizzle rain" msgstr "نم نم باران" #: func-openweathermap.php:901 #, fuzzy msgid "Heavy drizzle rain" msgstr "احتمال تبلور سطحی شدید" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 #, fuzzy msgid "Heavy shower rain and drizzle" msgstr "بارش سنگین" #: func-openweathermap.php:910 #, fuzzy msgid "Shower drizzle" msgstr " تبلور سطحی" #: func-openweathermap.php:918 #, fuzzy msgid "Light rain" msgstr "برف ملایم" #: func-openweathermap.php:927 #, fuzzy msgid "Very heavy rain" msgstr "بارش سنگین" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 #, fuzzy msgid "Freezing rain" msgstr "بارش همراه با انجماد سطحی" #: func-openweathermap.php:936 #, fuzzy msgid "Light shower rain" msgstr "برف ملایم" #: func-openweathermap.php:939 #, fuzzy msgid "Shower rain" msgstr "بارش سنگین" #: func-openweathermap.php:942 #, fuzzy msgid "Heavy shower rain" msgstr "بارش سنگین" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 #, fuzzy msgid "Light snow" msgstr "برف ملایم" #: func-openweathermap.php:959 #, fuzzy msgid "Heavy snow" msgstr "برف سنگین" #: func-openweathermap.php:962 msgid "Sleet" msgstr "برف و باران" #: func-openweathermap.php:965 #, fuzzy msgid "Light shower sleet" msgstr "برف ملایم" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 #, fuzzy msgid "Light rain and snow" msgstr "باراندگی شدید" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 #, fuzzy msgid "Light shower snow" msgstr "برف شدید" #: func-openweathermap.php:980 #, fuzzy msgid "Shower snow" msgstr "باراندگی شدید" #: func-openweathermap.php:983 #, fuzzy msgid "Heavy shower snow" msgstr "برف شدید" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 #, fuzzy msgid "Scattered clouds" msgstr "رعد و برق شدید" #: func-openweathermap.php:1035 #, fuzzy msgid "Broken clouds" msgstr "ابری رو به افزایش" #: func-openweathermap.php:1038 #, fuzzy msgid "Overcast clouds" msgstr "پیش بینی" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "مرورگر قابلیت iframe را پشتیبانی نمی کند!" #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "نتایج جستجو" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "یک عنوان غیر خالی برای جستجو وارد کنید." #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "لطفا یک مکان را انتخاب کنید" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "widget_hint" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "چه تعداد ابزارک نیاز دارید ؟" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "حذف کردن اطلاعات هنگام غیر فعال کردن افزونه ؟" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 #, fuzzy msgid "Update global options" msgstr "به روز رسانی تنظیمات" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "معتبر سازی اتصال به سرویس" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "انتخاب ابزارک" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "تنظیمات با موفقیت به روز رسانی شد ." #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "You have to change a field to update settings." #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "نصب WP-Forecast" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "سرویس هواشناسی" #: wp-forecast-admin.php:763 #, fuzzy msgid "OpenWeathermap" msgstr "پیشبینی وضعیت آب و هوا " #: wp-forecast-admin.php:769 #, fuzzy msgid "OpenWeatherMap v3" msgstr "پیشبینی وضعیت آب و هوا " #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "مکان" #: wp-forecast-admin.php:798 #, fuzzy msgid "Use visitors location" msgstr "Set location" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "نام مکان" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "به روز رسانی کش بعد از " #: wp-forecast-admin.php:813 msgid "secs." msgstr "ثانیه." #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "استفاده از سیستم متریک (متر و کیلومتر)" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "استفاده از زمان جاری" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "زمان افست" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "دقیقه" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "واحد سرعت باد " #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "متر با ثانیه (M/S)" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "کیلومتر بر ساعت (KM/H)" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "مایل بر ساعت(mph)" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "مایل بر ساعت" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "زبان" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "نمایش اطلاعات به صورت منوی افتادنی آژاکس" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "اولین روز در منوی افتادنی" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "نمایش تنظیمات" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "شرایط کنونی" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "پیشبینی روز" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "پیش بینی شب " #: wp-forecast-admin.php:950 msgid "Icon" msgstr "آیکون" #: wp-forecast-admin.php:971 msgid "Date" msgstr "تاریخ" #: wp-forecast-admin.php:982 msgid "Time" msgstr "زمان" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "توضیح کوتاه" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "دما " #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "احساس واقعی" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "فشار" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "رطوبت" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "باد" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "تند باد" #: wp-forecast-admin.php:1111 #, fuzzy msgid "Precipitation" msgstr "توضیح کوتاه" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "طلوع خورشید" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "غروب خورشید" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "کپی رایت" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "لینک به سرویس هواشناسی ؟" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "باز شدن در پنجره ی دیگر" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "پیش بینی" #: wp-forecast-admin.php:1212 msgid "All" msgstr "همه" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "روز " #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "هنگام روز" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "هنگام شب" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "به روز رسانی تنظیمات" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "جستجوی مکان" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "جستجوی مکان" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "معتبر سازی اتصال" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "انتخاب سرویس هواشناسی" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "شروع معتبر سازی" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "بستن" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 #, fuzzy msgid "Checklist for connection test" msgstr "معتبر سازی اتصال به سرویس" #: wp-forecast-admin.php:1501 #, fuzzy msgid "wp-forecast on WordPress.org" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1504 #, fuzzy msgid "German wp-forecast Site" msgstr "wp-forecast %s" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 #, fuzzy msgid "Links will open in new Window/Tab." msgstr "باز شدن در پنجره ی دیگر" #: wp-forecast-admin.php:1522 #, fuzzy msgid "wp-forecast Help" msgstr "wp-forecast %s" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "مکان" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "اعلان خطا از سرویس دهنده!" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "متاسفیم. اطلاعات هواشناسی معتبری در دسترس نیست !" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "لطفا دوباره تلاش کنید" #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 #, fuzzy msgid "Winds" msgstr "باد" #: wp-forecast-show.php:289 wp-forecast-show.php:449 #, fuzzy msgid "Precip." msgstr "توضیح کوتاه" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 #, fuzzy msgid "Night" msgstr "شب" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "اطلاعات کمتر..." #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "اطلاعات بیشتر..." #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "wp-forecast %s" #: wp-forecast.php:432 #, fuzzy, php-format msgid "wp-forecast-uv %s" msgstr "wp-forecast %s" #: wpf-setup.php:112 msgid "The Weather" msgstr "پیشبینی وضعیت آب و هوا " #~ msgid "Timeout for weatherprovider connections (secs.)?" #~ msgstr "زمان وقفه برای اتصال به سرویس هواشناسی (ثانیه )" #, fuzzy #~ msgid "Preselect WordPress transfer method" #~ msgstr "متد انتقالی اطلاعات وردپرس را انتخاب کنید." #~ msgid "default" #~ msgstr "پیشفرض" #~ msgid "flik" #~ msgstr "احساس واقعی" #~ msgid "barr" #~ msgstr "فشار کنونی" #~ msgid "hmid" #~ msgstr "رطوبت" #~ msgid "winds" #~ msgstr "سرعت باد" #~ msgid "sunrise" #~ msgstr "طلوع خورشید" #~ msgid "sunset" #~ msgstr "غروب خورشید" #~ msgid "day" #~ msgstr "روز" #, fuzzy #~ msgid "fog" #~ msgstr "مه" #~ msgid "loc" #~ msgstr "مکان" #~ msgid "01" #~ msgstr "آفتابی " #~ msgid "02" #~ msgstr "اغلب آفتابی" #~ msgid "03" #~ msgstr "بیشتر آفتابی" #~ msgid "04" #~ msgstr "ابری متناوب" #~ msgid "05" #~ msgstr "آفتابی مه آلود" #~ msgid "06" #~ msgstr "اغلب ابری" #~ msgid "07" #~ msgstr "ابری" #~ msgid "08" #~ msgstr "ابری" #~ msgid "11" #~ msgstr "مه" #~ msgid "12" #~ msgstr "بارش شدید" #~ msgid "13" #~ msgstr "اغلب ابری همراه با بارش شدید" #~ msgid "14" #~ msgstr "بیشتر آفتابی همراه با بارش شدید" #~ msgid "15" #~ msgstr "رعد و برق" #~ msgid "16" #~ msgstr "اغلب ابری همراه رگبار" #~ msgid "17" #~ msgstr "بیشتر آفتابی همراه با رعد و برق" #~ msgid "18" #~ msgstr "باران" #~ msgid "19" #~ msgstr "طوفان ناگهانی" #~ msgid "20" #~ msgstr "اغلب ابری همراه با طوفان ناگهانی" #~ msgid "21" #~ msgstr "بیشتر آفتابی همراه با طوفان ناگهانی" #~ msgid "22" #~ msgstr "برف" #~ msgid "23" #~ msgstr "اغلب ابری همراه با بارش برف" #~ msgid "24" #~ msgstr "یخ" #~ msgid "25" #~ msgstr "برف و باران" #~ msgid "26" #~ msgstr "تبلور سطحی شدید" #~ msgid "29" #~ msgstr "برف و باران" #~ msgid "30" #~ msgstr "گرم" #~ msgid "31" #~ msgstr "سرد" #~ msgid "32" #~ msgstr "ابری" #~ msgid "33" #~ msgstr "صاف" #~ msgid "34" #~ msgstr "اغلب صاف" #~ msgid "35" #~ msgstr "بیشتر ابری" #~ msgid "36" #~ msgstr "ابری متناوبت" #~ msgid "37" #~ msgstr "مهتابی مه آلود" #~ msgid "38" #~ msgstr "اغلب ابری" #~ msgid "39" #~ msgstr "بیشتر ابری همراه با راش شدید" #~ msgid "40" #~ msgstr "اغلب ابری همراه با بارش شدید" #~ msgid "41" #~ msgstr "بیشتر ابری همراه با رگبار" #~ msgid "42" #~ msgstr "اغلب ابری همراه رگبار" #~ msgid "43" #~ msgstr "اغلب ابری همراه با طوفان ناگهانی" #~ msgid "44" #~ msgstr "اغلب ابری همراه با بارش برف" #~ msgid "Monday" #~ msgstr " دوشنبه" #~ msgid "Tuesday" #~ msgstr "سه شنبه " #~ msgid "Wednesday" #~ msgstr "چهار شنبه" #~ msgid "Thursday" #~ msgstr "پنج شنبه" #~ msgid "Friday" #~ msgstr "جمعه" #~ msgid "Saturday" #~ msgstr "شنبه" #~ msgid "Sunday" #~ msgstr "یک شنبه" #~ msgid "N" #~ msgstr "شمال" #~ msgid "E" #~ msgstr "شرق" #~ msgid "W" #~ msgstr "غرب" #~ msgid "S" #~ msgstr "جنوب" #~ msgid "30% Chance Drizzle" #~ msgstr "30 % احتمال نم نم باران" #~ msgid "30% Chance Freezing Drizzle" #~ msgstr "30 درصد احتمال تبلور سطحی" #~ msgid "30% Chance Freezing Rain" #~ msgstr "30 درصد احتمال بارش همراه با تبلور سطحی" #~ msgid "30% Chance Frozen Drizzle" #~ msgstr "30 درصد احتمال تبلور سطحی" #~ msgid "30% Chance Frozen Mix" #~ msgstr "30 درصد احتمال تبلور سطحی و برف و تگرگ" #~ msgid "30% Chance Rain Shower" #~ msgstr "30 درصد احتمال بارش برف شدید" #~ msgid "30% Chance Snow Shower" #~ msgstr "30 درصد احتمال بارش برف شدید" #~ msgid "30% Chance of Drizzle" #~ msgstr "30 درصد احتمال نم نم باران" #~ msgid "30% Chance of Flurry" #~ msgstr "30 درصد احتمال طوفان ناگهانی" #~ msgid "30% Chance of Frozen Mix" #~ msgstr "30 درصد احتمال تبلور سطحی همراه با بارش برف و باران" #~ msgid "30% Chance of Light Snow" #~ msgstr "30 درصد احتمال بارش برف ملایم" #~ msgid "30% Chance of Rain" #~ msgstr "30 درصد احتمال بارش باران" #~ msgid "30% Chance of Sleet" #~ msgstr "30 درصد احتمال برف و باران" #~ msgid "30% Chance of Snow" #~ msgstr "30 درصد احتمال بارش برف" #~ msgid "30% Chance of Storms" #~ msgstr "30 درصدر احتمال طوفان" #~ msgid "40% Chance Drizzle" #~ msgstr "40 درصد احتمال نم نم باران" #~ msgid "40% Chance Fozen Drizzle" #~ msgstr "40 درصد احتمال تبلور سطحی" #~ msgid "40% Chance Freezing Drizzle" #~ msgstr "40 درصد احتمال تبلور سطحی" #~ msgid "40% Chance Freezing Rain" #~ msgstr "40 درصد احتمال تبلور سطحی شدید" #~ msgid "40% Chance Frozen Drizzle" #~ msgstr "40 درصد احتمال تبلور سطحی" #~ msgid "40% Chance Frozen Mix" #~ msgstr "40 درصد احتمال تبلور سطحی همراه با بارش برف و باران" #~ msgid "40% Chance Rain Shower" #~ msgstr "40 درصد احتمال بارندگی شدید" #~ msgid "40% Chance Snow Shower" #~ msgstr "40 درصد احتمال بارش برف شدید" #~ msgid "40% Chance of Drizzle" #~ msgstr "40 درصد احتمال نم نم باران" #~ msgid "40% Chance of Flurry" #~ msgstr "40 درصد احتمال طوفان ناگهانی" #~ msgid "40% Chance of Frozen Mix" #~ msgstr "40 درصد احتمال تبلور سطحی همراه با بارش برف و باران" #~ msgid "40% Chance of Light Snow" #~ msgstr "40 درصد احتمال بارش برف ملایم" #~ msgid "40% Chance of Rain" #~ msgstr "40 درصد احتمال بارش باران" #~ msgid "40% Chance of Sleet" #~ msgstr "40 درصد احتمال برف و باران" #~ msgid "40% Chance of Snow" #~ msgstr "40 درصد احتمال بارش برف" #~ msgid "40% Chance of Storms" #~ msgstr "40 درصدر احتمال طوفان" #~ msgid "50% Chance Freezing Drizzle" #~ msgstr "50 درصد احتمال تبلور سطحی" #~ msgid "50% Chance Freezing Rain" #~ msgstr "50 درصد احتمال تبلور سطحی شدید" #~ msgid "50% Chance Rain Shower" #~ msgstr "50 درصد احتمال بارندگی شدید" #~ msgid "50% Chance Snow Shower" #~ msgstr "50 درصد احتمال بارش برف شدید" #~ msgid "50% Chance of Drizzle" #~ msgstr "50 درصد احتمال نم نم باران" #~ msgid "50% Chance of Flurry" #~ msgstr "50 درصد احتمال طوفان ناگهانی" #~ msgid "50% Chance of Frozen Mix" #~ msgstr "50 درصد احتمال تبلور سطحی همراه با بارش برف و باران" #~ msgid "50% Chance of Light Snow" #~ msgstr "50 درصد احتمال بارش برف ملایم" #~ msgid "50% Chance of Rain" #~ msgstr "50 درصد احتمال بارش باران" #~ msgid "50% Chance of Sleet" #~ msgstr "50 درصد احتمال برف و باران" #~ msgid "50% Chance of Snow" #~ msgstr "50 درصد احتمال بارش برف" #~ msgid "50% Chance of Storms" #~ msgstr "50 درصدر احتمال طوفان" #~ msgid "Chance Freezing Drizzle" #~ msgstr "احتمال تبلور سطحی" #~ msgid "Chance Freezing Rain" #~ msgstr "احتمال تبلور سطحی شدید" #~ msgid "Chance Rain Shower" #~ msgstr "احتمال بارندگی شدید" #~ msgid "Chance Snow Shower" #~ msgstr "احتمال بارش برف شدید" #~ msgid "Chance of Drizzle" #~ msgstr "احتمال نم نم باران" #~ msgid "Chance of Flurry" #~ msgstr "احتمال طوفان ناگهانی" #~ msgid "Chance of Freezing Drizzle" #~ msgstr "احتمال نم نم همراه با تبلور سطحی" #~ msgid "Chance of Frozen Drizzle" #~ msgstr "احتمال تبلور سطحی" #~ msgid "Chance of Frozen Mix" #~ msgstr "احتمال تبلور سطحی همراه با بارش برف و باران" #~ msgid "Chance of Light Snow" #~ msgstr "احتمال بارش برف ملایم" #~ msgid "Chance of Rain" #~ msgstr "احتمال بارش باران" #~ msgid "Chance of Rain Showers" #~ msgstr "احتمال بارش شدید" #~ msgid "Chance of Sleet " #~ msgstr "احتمال برف و باران" #~ msgid "Chance of Snow" #~ msgstr "احتمال بارش برف" #~ msgid "Chance of Snow Showers" #~ msgstr "احتمال بارش برف شدید" #~ msgid "Chance of Storms" #~ msgstr "احتمال طوفان" #~ msgid "Clear" #~ msgstr "صاف" #~ msgid "Clearing" #~ msgstr "رو به صافی" #~ msgid "Cloudy" #~ msgstr "ابری" #~ msgid "Fair" #~ msgstr "بدون ابر" #~ msgid "Flurries" #~ msgstr "بارندگی ناگهانی" #~ msgid "Foggy" #~ msgstr "مه آلود" #~ msgid "Freezing Drizzle" #~ msgstr " تبلور سطحی" #~ msgid "Frozen Mix" #~ msgstr "بارش تبلور سطحی همراه با برف و تگرگ" #~ msgid "Hazy" #~ msgstr "نامعلوم" #~ msgid "Headline" #~ msgstr "عنوان" #~ msgid "Heavy Rain" #~ msgstr "بارش سنگین" #~ msgid "Hot and Humid" #~ msgstr "گرم و مرطوب" #~ msgid "Mostly Cloudy" #~ msgstr "اغلب ابری" #~ msgid "Mostly Sunny" #~ msgstr "اغلب آفتابی" #~ msgid "Nowcast" #~ msgstr "Nowcast" #~ msgid "Partly Cloudy" #~ msgstr "قسمتی ابری" #~ msgid "Partly Sunny" #~ msgstr "قسمتی آفتابی" #~ msgid "Scattered Thunderstorms" #~ msgstr "رعد و برق پراکنده" #~ msgid "Sunny" #~ msgstr "آفتابی " #~ msgid "Unknown" #~ msgstr "ناشناس" #~ msgid "Very Cold" #~ msgstr "خیلی سرد" #~ msgid "Very Hot" #~ msgstr "خیلی گرم" #~ msgid "Warm and Humid" #~ msgstr "گرم و مرطوب" #~ msgid "Windy" #~ msgstr "ابری" #, fuzzy #~ msgid "Press Update options to save new location and update coordinates." #~ msgstr "دکمه ی به روز رسانی را فشار دهید تا مکان جدید ذخیره شود ." #~ msgid "AccuWeather" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Accuweather Hits" #~ msgstr "AccuWeather" #, fuzzy #~ msgid "Light Precipitation" #~ msgstr "توضیح کوتاه" #, fuzzy #~ msgid "Heavy Precipitation" #~ msgstr "بارش سنگین" #, fuzzy #~ msgid "Possible Drizzle" #~ msgstr "نم نم باران" #, fuzzy #~ msgid "Heavy Sleet" #~ msgstr "برف سنگین" #, fuzzy #~ msgid "Possible Flurries" #~ msgstr "بارندگی ناگهانی" #, fuzzy #~ msgid "Possible Light Snow" #~ msgstr "برف ملایم" #, fuzzy #~ msgid "Humid and Partly Cloudy" #~ msgstr "قسمتی ابری" #, fuzzy #~ msgid "Possible Thunderstorms" #~ msgstr "رعد و برق" #, fuzzy #~ msgid "Heavy Rain and Thunderstorms" #~ msgstr "رعد و برق" #, fuzzy #~ msgid "sleet" #~ msgstr "برف و باران" #~ msgid "Save" #~ msgstr "ذخیره" #~ msgid "" #~ "wp-forecast plugin not found. Please install and activate wp-forecast." #~ msgstr "افزونه ی هواشناسی پیدا نشد . افزونه را نصب و دوباره فعال نمایید." #~ msgid "Check the colored checkboxes to user enable the options" #~ msgstr "Check the colored checkboxes to user enable the options" #~ msgid "Maximal number of widgets per user" #~ msgstr "حداکثر تعداد ابزارک ها برای هر کابر" #~ msgid "Delete SuperAdmin options" #~ msgstr "حذف تنظیمات مدیر کل" #~ msgid "Delete SA-Options" #~ msgstr "حذف تنظیمات SA" #~ msgid "Widget-Setup" #~ msgstr "تنظیمات ابزارک" #~ msgid "Partner-ID" #~ msgstr "کد اشتراک" #~ msgid "Licensekey" #~ msgstr "کد مجوز" #~ msgid "Press Update options to save new location." #~ msgstr "دکمه ی به روز رسانی را فشار دهید تا مکان جدید ذخیره شود ." #~ msgid "Partner ID" #~ msgstr "کد اشتراک" #~ msgid "No WeatherBug Partner-ID given. WeatherBug will not be searched." #~ msgstr "کد اشتراک WeatherBug وارد نشده است . WeatherBug قابل استفاده نیست" #~ msgid "" #~ "Enter a correct Partner-ID in the admin panel and save it to search " #~ "WeatherBug." #~ msgstr "برای جستجو کردن در WeatherBug کد اشتراک معتبری باید وارد شود ." #~ msgid "WeatherBug" #~ msgstr "WeatherBug" #~ msgid "Location does not exist" #~ msgstr "مکان پیدا نشد!" #~ msgid "GoogleWeather" #~ msgstr "سرویس هواشناسی گوگل" #, fuzzy #~ msgid "WeatherBug Hits" #~ msgstr "WeatherBug" #~ msgid "" #~ "Google does not support searching for locations. Only Accuweather and " #~ "WeatherBug will be searched." #~ msgstr "" #~ "گوگل قابلیت جستجو بر اساس مکان را دارا نمی باشید . فقط Accuweather و " #~ "WeatherBug قابلیا جسجتو دارند." #~ msgid "No locations found." #~ msgstr "No locations found." #~ msgid "Weather.com" #~ msgstr "Weather.com" #~ msgid "tmp" #~ msgstr "current temperature" #~ msgid "Accuweather failure notice" #~ msgstr "Accuweather failure notice" lang/wp-forecast_it_IT-it_IT.mo000064400000006305150211511020012342 0ustar006I| *& /<,Kx   /8AU e p~'   ):L Q[.j ] c w    9    #) M V \ r }        " 2 E %V | -         & A G Y 6f    ,! / +5*14"(60 #'3&$) 2%.- AllAvailable widgetsCopyrightCurrent ConditionsDateDayDaytimeDelete options during plugin deactivation?Display ConfigurationForecastForecast DayForecast NightHow many wp-forecast widgets would you like?HumidityIconKilometer/Hour (km/h)Knots (kts)LanguageLess forecast...LocationLocationnameMeter/Second (m/s)Miles/Hour (mph)More forecast...NighttimePlease try again later.PressureRealfeelRefresh cache afterSearch locationSearchtermSelect widgetSettings successfully updatedShort DescriptionSorry, no valid weather data available.SunriseSunsetTemperatureThe WeatherTimeTitle:Update optionsUse current timeUse metric unitsWP-Forecast SetupWindWindgustsWindspeed-UnitYou have to change a field to update settings.secs.timewidget_hintwp-forecast %sProject-Id-Version: wp-forecast Report-Msgid-Bugs-To: PO-Revision-Date: 2014-10-29 07:43+0100 Last-Translator: tuxlog Language-Team: Ing. Detti Giulio Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-KeywordsList: __;_e;_c X-Poedit-Language: Italian X-Poedit-Country: ITALY X-Poedit-SourceCharset: utf-8 TuttiWidgets disponibiliCopyrightCondizioni AttualiDataGiornoOra diurnaCancella le opzioni durante la disattivazione del plugin?Mostra ConfigurazionePrevisionePrevisione GiornoPrevisione NotteQuanti widget wp-forecast desideri?UmiditàIconaChilometri/Ora (km/h)Nodi (kts)LinguamenoLocalitàNome LocalitàMetri/Secondo (m/s)Miglia/Ora (mph)ulterioriOra notturnaProva di nuovo.PressioneTemperatura percepitaAggiorna cache dopoCerca localitàTermine di ricercaSeleziona widgetImpostazioni aggiornate con successo.Descrizione Breve Ci scusiamo, ma non ci sono dati disponibili.AlbaTramontoTemperaturaIl MeteoOraTitoloAggiorna impostazioniUsa ora correnteUsa unità metricheWP-Forecast ConfigurazioneVentoRaffiche di ventoUnità VentoDevi cambiare un campo per aggiornare le impostazioni.secondi.Orawidget_hintwp-forecast %sSearchicon16x16.png000064400000006453150211511020010032 0ustar00PNG  IHDRa pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FVIDATx\kQL<:T-@ NbA\Up]Z,. +B&VSkΤssu1 admin_url( 'admin-ajax.php' ) ) ); add_action( 'wp_ajax_nopriv_wpf_search_ajax', 'wpf_search_ajax' ); add_action( 'wp_ajax_wpf_search_ajax', 'wpf_search_ajax' ); add_action( 'wp_ajax_nopriv_wpf_check_ajax', 'wpf_check_ajax' ); add_action( 'wp_ajax_wpf_check_ajax', 'wpf_check_ajax' ); // add admin notice concerning the problems with accuweather. add_action( 'admin_notices', 'wpf_accuweather_problem_notice' ); } /** * Ajax funktion fuer die suche im admin dialog. */ function wpf_search_ajax() { // check nonce3. if ( ! isset( $_POST['wpf_nonce_3'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_3'] ) ), 'wpf_nonce_3' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } $wpf_vars = get_wpf_opts( ( isset( $_POST['wpfcid'] ) ? sanitize_text_field( wp_unslash( $_POST['wpfcid'] ) ) : 'A' ) ); $av = $wpf_vars; $locale = $wpf_vars['wpf_language']; // get translations. if ( function_exists( 'load_plugin_textdomain' ) ) { add_filter( 'plugin_locale', 'wpf_lplug', 10, 2 ); load_plugin_textdomain( 'wp-forecast', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); remove_filter( 'plugin_locale', 'wpf_lplug', 10, 2 ); } $res = ''; $res .= '

' . esc_attr__( 'Searchresults', 'wp-forecast' ) . ':

'; if ( trim( ( isset( $_POST['searchterm'] ) ? sanitize_text_field( wp_unslash( $_POST['searchterm'] ) ) : '' ) ) == '' ) { $res .= '

' . esc_attr__( 'Please enter a non empty searchstring', 'wp-forecast' ) . '

'; } else { $res .= '

' . esc_attr__( 'Please select a location', 'wp-forecast' ) . ':

'; // search locations for openmeteo. $openmeteo_loc = get_loclist( $av['OPENMETEO_LOC_URI'], ( isset( $_POST['searchterm'] ) ? sanitize_text_field( wp_unslash( $_POST['searchterm'] ) ) : '' ) ); $i = 0; // output searchresults. $res .= ''; $k = count( $openmeteo_loc ); $i = 0; while ( $i < $k ) { $res .= ''; $res .= ''; $res .= ''; $i++; } $res .= '
'; $res .= esc_attr__( 'Open-Meteo Hits', 'wp-forecast' ); $res .= '
'; $res .= $openmeteo_loc[ $i ]['name'] . ', ' . ( isset( $openmeteo_loc[ $i ]['admin1'] ) ? $openmeteo_loc[ $i ]['admin1'] : '' ) . '
'; } echo wp_kses( $res, wpf_allowed_tags() ); wp_die(); } /** * Ajax funktion fuer den Verbindungstest im admin dialog. */ function wpf_check_ajax() { $res = ''; // check nonce3. if ( ! isset( $_POST['wpf_nonce_3'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_3'] ) ), 'wpf_nonce_3' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } /** * Check the URL $url. * * @param string $url The URL to check. */ function check_url( $url ) { $erg = array(); $wprr_args = array( 'timeout' => 30, 'headers' => array( 'Connection' => 'Close', 'Accept' => '*/*', ), ); // use generic WordPress function to retrieve data. $s = time(); $resp = wp_remote_request( $url, $wprr_args ); $e = time(); $erg['duration'] = (int) ( $e - $s ); if ( is_wp_error( $resp ) ) { $errcode = $resp->get_error_code(); $errmesg = $resp->get_error_message( $errcode ); $erg['error'] = $errcode . ' ' . $errmesg; $erg['body'] = ''; $erg['len'] = '-1'; } else { $erg['error'] = ''; $erg['body'] = $resp['body']; $erg['len'] = strlen( $resp['body'] ); } return $erg; } /** * Show the result of the check. * * @param string $erg Contains the result string. */ function show_check_result( $erg ) { $out = ''; $space = '     '; if ( '' == $erg['error'] ) { $out .= $space . 'Test was successfull.
'; $out .= $space . 'Fetched ' . $erg['len'] . ' Bytes in '; $out .= $erg['duration'] . ' seconds.
'; $out .= 'Content was: ' . $erg['body'] . '
'; } else { $out .= $space . 'Test ends in error.
'; $out .= $space . 'Error-Message was ' . $erg['error'] . '
'; } return $out; } $wpf_vars = get_wpf_opts( 'A' ); if ( ! empty( $_POST['provider'] ) ) { $provider = sanitize_text_field( wp_unslash( $_POST['provider'] ) ); $res .= 'Checking for Weatherprovider ' . esc_attr( $provider ) . '
'; if ( 'OpenWeatherMapV3' == $provider ) { if ( ! isset( $wpf_vars['apikey1'] ) ) { $out .= __( 'You have to set the API-Key to test OpenWeatherMap.', 'wp-forecast' ); echo wp_kses( $out, wpf_allowed_tags() ); die(); } $url = 'https://api.openweathermap.org/data/3.0/onecall?lat=50.11&lon=8.68&appid=' . $wpf_vars['apikey1'] . '&exclude=minutely,hourly&units=1&lang=en'; } if ( 'OpenWeatherMap' == $provider ) { if ( ! isset( $wpf_vars['apikey1'] ) ) { $out .= __( 'You have to set the API-Key to test OpenWeatherMap.', 'wp-forecast' ); echo wp_kses( $out, wpf_allowed_tags() ); die(); } $url = 'https://api.openweathermap.org/data/2.5/weather?lat=50.11&lon=8.68&appid=' . $wpf_vars['apikey1'] . '&exclude=minutely,hourly&units=1&lang=en'; } if ( 'Open-Meteo' == $provider ) { $url = 'https://api.open-meteo.com/v1/forecast?latitude=50.77664&longitude=6.08342¤t_weather=true&timeformat=unixtime&timezone=GMT'; } // checking for standard connection method. $res .= 'Checking using WordPress wp_remote_get
'; $erg = check_url( $url ); $res .= show_check_result( $erg ); } echo wp_kses( $res, wpf_allowed_tags() ); wp_die(); } /** * Add menuitem for options menu. */ function wp_forecast_admin() { $ap = add_menu_page( 'wp-Forecast', 'wp-Forecast', 'manage_options', basename( __FILE__ ), 'wpf_admin_form', plugins_url( '/wpf.png', __FILE__ ) ); add_action( 'load-' . $ap, 'wp_forecast_contextual_help' ); } /** * Print out hint for the widget control. * * @param array $args Parameters for amdin hint. */ function wpf_admin_hint( $args = null ) { $wpfcid = $args; // check nonce. if ( ! isset( $_POST['wpf_nonce_4'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_4'] ) ), 'wpf_nonce_4' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } load_plugin_textdomain( 'wp-forecast', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); // code for widget title form. $av = get_wpf_opts( $wpfcid ); $av['title'] = $newtitle; if ( isset( $_POST[ 'wpf-submit-title' . $wpfcid ] ) ) { $newtitle = ( isset( $_POST[ 'wpf-title-' . $wpfcid ] ) ? sanitize_text_field( wp_unslash( $_POST[ 'wpf-title-' . $wpfcid ] ) ) : '' ); } if ( $av['title'] != $newtitle ) { $av['title'] = $newtitle; wpf_update_option( 'wp-forecast-opts' . $wpfcid, serialize( $av ) ); } echo esc_attr__( 'Title:', 'wp-forecast' ); echo " "; echo ""; echo "' />"; echo '

' . esc_attr__( 'widget_hint', 'wp-forecast' ) . '

'; } /** * Get the locationlist and return it in one long string. * * @param string $uri This contains the uri to fetch the list from. * @param string $loc This contains the location identifier. */ function get_loclist( $uri, $loc ) { $data = array(); $url = $uri . 'name=' . urlencode( $loc ) . '&count=100&language=en&format=json'; // fetch the URL and decode it. $json = wp_remote_get( $url ); if ( ! is_wp_error( $json ) ) { $data = json_decode( $json['body'], true ); } return $data['results']; } /** * Form handler for the widgets. * * @param string $wpfcid Widget-ID. * @param bool $widgetcall Is it a widget call. */ function wpf_admin_form( $wpfcid = 'A', $widgetcall = 0 ) { global $wpf_maxwidgets, $blog_id; if ( function_exists( 'is_multisite' ) && is_multisite() && 1 != $blog_id && ! wpf_get_option( 'wpf_sa_allowed' ) ) { wp_forecast_activate(); } $count = wpf_get_option( 'wp-forecast-count' ); $wpf_delopt = wpf_get_option( 'wp-forecast-delopt' ); $wpf_ipstack = wpf_get_option( 'wp-forecast-ipstackapikey' ); $wpf_loadcss = wpf_get_option( 'wp-forecast-loadcss' ); // called via the options menu not from widgets. if ( 0 == $widgetcall ) { // load translation. load_plugin_textdomain( 'wp-forecast', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); // if this is a post call to update global settings. if ( isset( $_POST['wpf_global_settings_update'] ) ) { // check nonce. if ( ! isset( $_POST['wpf_nonce_1'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_1'] ) ), 'wpf_nonce_1' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } // update max widgets. $number = ( isset( $_POST['wp-forecast-count'] ) ? (int) $_POST['wp-forecast-count'] : 1 ); if ( $number > $wpf_maxwidgets ) { $number = $wpf_maxwidgets; } if ( $number < 1 ) { $number = 1; } $newcount = $number; if ( $count != $newcount ) { $count = $newcount; wpf_update_option( 'wp-forecast-count', $count ); // add missing option to database. wp_forecast_activate(); // init the new number of widgets. widget_wp_forecast_init( $count ); } // update delopt. $wpf_delopt = ( array_key_exists( 'wp-forecast-delopt', $_POST ) ? (int) ( 'on' == $_POST['wp-forecast-delopt'] ) : false ); wpf_update_option( 'wp-forecast-delopt', $wpf_delopt ); // update ipstack apikey. wpf_update_option( 'wp-forecast-ipstackapikey', ( isset( $_POST['wp-forecast-ipstackapikey'] ) ? sanitize_text_field( wp_unslash( $_POST['wp-forecast-ipstackapikey'] ) ) : '' ) ); // update loadcss. $wpf_loadcss = ( array_key_exists( 'wp-forecast-loadcss', $_POST ) ? (int) ( 'on' == $_POST['wp-forecast-loadcss'] ) : false ); wpf_update_option( 'wp-forecast-loadcss', $wpf_loadcss ); $count = wpf_get_option( 'wp-forecast-count' ); $wpf_delopt = wpf_get_option( 'wp-forecast-delopt' ); $wpf_ipstack = wpf_get_option( 'wp-forecast-ipstackapikey' ); $wpf_loadcss = wpf_get_option( 'wp-forecast-loadcss' ); } // end of update global settings. // start of form --------------------------------------------------------------------------- // // print out number of widgets selection. $out = "
"; $out .= '

WP-Forecast Widgets

'; $out .= tl_add_supp(); // begin of global settings. $out .= '

' . esc_attr__( 'Global Settings', 'wp-forecast' ) . '

'; $out .= "
"; $out .= ''; $out .= ''; $out .= ''; $out .= "\n"; // print out option loadcss. $out .= ''; $out .= "
' . esc_attr__( 'How many wp-forecast widgets would you like?', 'wp-forecast' ) . '"; $out .= "' . esc_attr__( 'Do not load default CSS', 'wp-forecast' ) . '"; $out .= "\n"; // end of global options. $out .= '' . "\n"; // print out widget selection form. if ( $count > 1 ) { $out .= "
"; $out .= ''; $out .= '
' . esc_attr__( 'Available widgets', 'wp-forecast' ) . ': '; $out .= "'; $out .= '
\n"; } echo wp_kses( $out, wpf_allowed_tags() ); } // if this is a post call, select widget. if ( isset( $_POST['set_widget'] ) && 0 == $widgetcall ) { // check nonce. if ( ! isset( $_POST['wpf_nonce_2'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_2'] ) ), 'wpf_nonce_2' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } $wpfcid = sanitize_text_field( wp_unslash( $_POST['widgetid'] ) ); } // if this is any other post call. if ( ( isset( $_POST['info_update'] ) && 0 == $widgetcall ) || ( isset( $_POST['set_loc'] ) && 0 == $widgetcall ) || ( isset( $_POST['search_loc'] ) && 0 == $widgetcall ) ) { // check nonce. if ( ! isset( $_POST['wpf_nonce_3'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_3'] ) ), 'wpf_nonce_3' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } $wpfcid = ( isset( $_POST['wid'] ) ? sanitize_text_field( wp_unslash( $_POST['wid'] ) ) : 'A' ); } // default is the first widget. if ( '' == $wpfcid ) { $wpfcid = 'A'; } // call sub form. wpf_sub_admin_form( $wpfcid, $widgetcall ); } /** * Form to modify wp-forecast setup * the form also has a search function to search the wright location. * * @param string $wpfcid Widget ID. * @param bool $widgetcall Is it a widgetcall. */ function wpf_sub_admin_form( $wpfcid, $widgetcall ) { global $blog_id; // check nonce3. if ( isset( $_SERVER['REQUEST_METHOD'] ) && 'POST' === $_SERVER['REQUEST_METHOD'] && isset( $_POST['info_update'] ) ) { if ( ! isset( $_POST['wpf_nonce_3'] ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } if ( ! wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST['wpf_nonce_3'] ) ), 'wpf_nonce_3' ) ) { die( "

Looks like you didn't send any credentials. Please reload the page. " ); } } // get parameters. $av = get_wpf_opts( $wpfcid ); $allowed = maybe_unserialize( wpf_get_option( 'wpf_sa_allowed' ) ); $ismulti = false; if ( function_exists( 'is_multisite' ) && is_multisite() && get_current_blog_id() != 1 ) { $ismulti = true; } if ( function_exists( 'load_plugin_textdomain' ) ) { load_plugin_textdomain( 'wp-forecast', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); } // if this is a POST call, save new values. if ( isset( $_POST['info_update'] ) ) { $upflag = false; $wpf_admin_fields = array( 'service', 'apikey1', 'location', 'loclongitude', 'loclatitude', 'visitorlocation', 'locname', 'location', 'refresh', 'provider', 'csssprites', 'windicon', 'fonticon', 'fonticon_color', 'pdforecast', 'pdfirstday', 'timeoffset', 'currtime', 'wpf_language', 'windunit', 'metric', 'ouv_safetime', 'ouv_ozone', 'ouv_uvmax', 'ouv_uv', 'ouv_apikey', 'ouv_alticons', ); // fill up POST array with NULL vallues for unset keys. foreach ( $wpf_admin_fields as $k ) { if ( ! isset( $_POST[ $k ] ) ) { $_POST[ $k ] = null; } } // update fields if applicable. foreach ( $wpf_admin_fields as $k ) { $av[ $k ] = sanitize_text_field( wp_unslash( $_POST[ $k ] ) ); $upflag = true; } if ( '' == $av['metric'] ) { $av['metric'] = '0'; } if ( '' == $av['currtime'] ) { $av['currtime'] = '0'; } if ( '' == $av['windicon'] ) { $av['windicon'] = '0'; } if ( '' == $av['fonticon'] ) { $av['fonticon'] = '0'; } if ( '' == $av['fonticon_color'] ) { $av['fonticon_color'] = '#924da3'; } if ( '' == $av['ouv_uv'] ) { $av['ouv_uv'] = '0'; } if ( '' == $av['ouv_uvmax'] ) { $av['ouv_uvmax'] = '0'; } if ( '' == $av['ouv_ozone'] ) { $av['ouv_ozone'] = '0'; } if ( '' == $av['ouv_safetime'] ) { $av['ouv_safetime'] = '0'; } if ( '' == $av['ouv_alticons'] ) { $av['ouv_alticons'] = '0'; } if ( '' == $av['visitorlocation'] ) { $av['visitorlocation'] = '0'; } // set checkbox value to zero if not set. // for forecast options. $nd = array( 'day1', 'day2', 'day3', 'day4', 'day5', 'day6', 'day7', 'day8', 'day9', 'night1', 'night2', 'night3', 'night4', 'night5', 'night6', 'night7', 'night8', 'night9' ); foreach ( $nd as $i ) { if ( ! isset( $_POST[ $i ] ) || '' == $_POST[ $i ] ) { $_POST[ "$i" ] = '0'; } } // set empty checkboxes to 0. $do = array( 'd_c_icon', 'd_c_time', 'd_c_short', 'd_c_temp', 'd_c_real', 'd_c_press', 'd_c_humid', 'd_c_wind', 'd_c_sunrise', 'd_c_sunset', 'd_d_icon', 'd_d_short', 'd_d_temp', 'd_d_wind', 'd_n_icon', 'd_n_short', 'd_n_temp', 'd_n_wind', 'd_c_date', 'd_d_date', 'd_n_date', 'd_c_copyright', 'd_c_wgusts', 'd_d_wgusts', 'd_n_wgusts', 'd_c_accuweather', 'd_c_aw_newwindow', 'd_c_uvindex', 'd_d_maxuv', 'd_n_maxuv', 'd_c_precipe', 'd_d_precipe', 'd_n_precipe', ); foreach ( $do as $i ) { if ( ! isset( $_POST[ $i ] ) || '' == $_POST[ $i ] ) { $_POST[ "$i" ] = '0'; } } // build config string for dispconfig and update if necessary. $newdispconfig = ''; foreach ( $do as $i ) { $newdispconfig .= (int) $_POST[ $i ]; } if ( ( ! $ismulti || isset( $allowed['ue_dispconfig'] ) ) && strcmp( $av['dispconfig'], $newdispconfig ) != 0 ) { $av['dispconfig'] = $newdispconfig; $upflag = true; } // build config string for forecast and update if necessary. $newdaytime = ( isset( $_POST['day1'] ) ? (int) $_POST['day1'] : 0 ) . ( isset( $_POST['day2'] ) ? (int) $_POST['day2'] : 0 ) . ( isset( $_POST['day3'] ) ? (int) $_POST['day3'] : 0 ) . ( isset( $_POST['day4'] ) ? (int) $_POST['day4'] : 0 ) . ( isset( $_POST['day5'] ) ? (int) $_POST['day5'] : 0 ) . ( isset( $_POST['day6'] ) ? (int) $_POST['day6'] : 0 ) . ( isset( $_POST['day7'] ) ? (int) $_POST['day7'] : 0 ) . ( isset( $_POST['day8'] ) ? (int) $_POST['day8'] : 0 ) . ( isset( $_POST['day9'] ) ? (int) $_POST['day9'] : 0 ); if ( ( ! $ismulti || isset( $allowed['ue_forecast'] ) ) && $av['daytime'] != $newdaytime ) { $av['daytime'] = $newdaytime; $upflag = true; } $newnighttime = ( isset( $_POST['night1'] ) ? (int) $_POST['night1'] : 0 ) . ( isset( $_POST['night2'] ) ? (int) $_POST['night2'] : 0 ) . ( isset( $_POST['night3'] ) ? (int) $_POST['night3'] : 0 ) . ( isset( $_POST['night4'] ) ? (int) $_POST['night4'] : 0 ) . ( isset( $_POST['night5'] ) ? (int) $_POST['night5'] : 0 ) . ( isset( $_POST['night6'] ) ? (int) $_POST['night6'] : 0 ) . ( isset( $_POST['night7'] ) ? (int) $_POST['night7'] : 0 ) . ( isset( $_POST['night8'] ) ? (int) $_POST['night8'] : 0 ) . ( isset( $_POST['night9'] ) ? (int) $_POST['night9'] : 0 ); if ( ( ! $ismulti || isset( $allowed['ue_forecast'] ) ) && $av['nighttime'] != $newnighttime ) { $av['nighttime'] = $newnighttime; $upflag = true; } // put message after update. echo "

"; if ( $upflag ) { wpf_update_option( 'wp-forecast-opts' . $wpfcid, serialize( $av ) ); wpf_update_option( 'wp-forecast-expire' . $wpfcid, '0' ); echo esc_attr__( 'Settings successfully updated', 'wp-forecast' ); } else { echo esc_attr__( 'You have to change a field to update settings.', 'wp-forecast' ); } echo '

'; } // if this is a POST call, set location. if ( isset( $_POST['set_loc'] ) ) { if ( isset( $_POST['new_loc'] ) ) { $av['location'] = sanitize_text_field( wp_unslash( $_POST['new_loc'] ) ); } if ( isset( $_POST['provider'] ) ) { $av['service'] = sanitize_text_field( wp_unslash( $_POST['provider'] ) ); } } ?>

:   :

: /> Search Icon     onchange="vlocfields_update();" />

: :

:


/>

/> / :

:

:

onchange="pdfields_update();" />

:

/>

/>

/>

 
/> /> />
/>    
/>    
/> /> />
/> /> />
/>    
/>    
/>    
/> /> />
/> /> />
/> /> />
/> /> />
/>    
/>    
/>    
onchange="nwfields_update();" /> (: />)

  1 2 3 4 5 6 7 8 9
/> /> /> /> /> /> /> /> />
/> /> /> /> /> /> /> /> />
'; echo "" . esc_attr__( 'Use UV-Data from openuv.io', 'wp-forecast' ) . ':   '; echo esc_attr__( 'OpenUV - API-Key', 'wp-forecast' ); echo ':   '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
'; ?> "; } else { echo ""; } ?> jQuery( document ).ready( function() { apifields(document.woptions.service.value); vlocfields_update();});'; echo ''; } /** * Add contextual help to WordPress admin Help menu. */ function wp_forecast_contextual_help() { $locale = get_locale(); if ( empty( $locale ) ) { $locale = 'en_US'; } if ( function_exists( 'load_plugin_textdomain' ) ) { load_plugin_textdomain( 'wp-forecast', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); } $contextual_help = '

'; $contextual_help .= esc_attr__( 'If you are looking for instructions or help on wp-forecast, please use the following ressources. If you are stuck you can always write an email to', 'wp-forecast' ); $contextual_help .= ' support@tuxlog.de.'; $contextual_help .= '

'; $contextual_help .= ''; $contextual_help .= '

'; $contextual_help .= esc_attr__( 'Links will open in new Window/Tab.', 'wp-forecast' ); $contextual_help .= '

'; $screen = get_current_screen(); // Add my_help_tab if current screen is My Admin Page. $screen->add_help_tab( array( 'id' => 'wpf_help_tab', 'title' => esc_attr__( 'wp-forecast Help' ), 'content' => $contextual_help, ) ); } wp-forecast.php000064400000037506150211511020007506 0ustar00get_error_message(); } else { $weather['openuv'] = $ouv; } } // store weather to database and set expire time. // if the current data wasnt available use old data. if ( count( $weather ) > 0 ) { wpf_update_option( 'wp-forecast-cache' . $wpfcid, serialize( $weather ) ); if ( empty( $weather['failure'] ) || '' == $weather['failure'] ) { wpf_update_option( 'wp-forecast-expire' . $wpfcid, time() + $wpf_vars['refresh'] ); } else { wpf_update_option( 'wp-forecast-expire' . $wpfcid, 0 ); } } } } // javascript hinzufügen fuer ajax widget. if ( ! is_admin() && get_option( 'wpf_sem_ajaxload' ) > 0 ) { wp_enqueue_script( 'wpf_update', plugins_url( 'wpf_update.js', __FILE__ ), array( 'jquery' ), '9999' ); } // javascript hinzufügen für suche im admin dialog. if ( is_admin() ) { wp_enqueue_script( 'wp-color-picker' ); wp_enqueue_script( 'wp-forecast-search', plugins_url( 'wp-forecast-admin.js', __FILE__ ), array( 'jquery' ), '9999' ); } // add css attribute display to the list of safe css styles for pulldown widget. add_filter( 'safe_style_css', function( $styles ) { $styles[] = 'display'; return $styles; } ); } /** * This function is called from your template * to insert your weather data at the place you want it to be * support to select language on a per call basis from Robert Lang. * * @param array $args Default parameters. * @param string $wpfcid The Widget ID. * @param string $language_override ISO Code of the language. */ function wp_forecast_widget( $args = array(), $wpfcid = 'A', $language_override = null ) { if ( '?' == $wpfcid ) { $wpf_vars = get_wpf_opts( 'A' ); } else { $wpf_vars = get_wpf_opts( $wpfcid ); } if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } if ( '?' == $wpfcid ) { $weather = maybe_unserialize( wpf_get_option( 'wp-forecast-cacheA' ) ); } else { $weather = maybe_unserialize( wpf_get_option( 'wp-forecast-cache' . $wpfcid ) ); } show( $wpfcid, $args, $wpf_vars ); } /** * This is the wrapper function for displaying from sidebar.php * and not as a widget. since the parameters are different we need this. * * @param string $wpfcid The Widget ID. * @param string $language_override ISO Code of the language. */ function wp_forecast( $wpfcid = 'A', $language_override = null ) { wp_forecast_widget( array(), $wpfcid, $language_override ); } /** * A function to show a range of widgets at once. * * @param int $from Lowest widget number to display. * @param int $to Highest widget number to display. * @param int $numpercol Number of widgets per column. * @param string $language_override ISO Code of the language. */ function wp_forecast_range( $from = 0, $to = 0, $numpercol = 1, $language_override = null ) { global $wpf_maxwidgets; $wcount = 1; // check min and max limit. if ( $from < 0 ) { $from = 0; } if ( $to > $wpf_maxwidgets ) { $to = $wpf_maxwidgets; } // output table header. echo ''; // out put widgets in a table. for ( $i = $from;$i <= $to;$i++ ) { if ( 1 == $wcount % $numpercol ) { echo ''; } echo ''; if ( ( 0 == $wcount % $numpercol ) && ( $i < $to ) ) { echo ''; } ++$wcount; } // output table footer. echo '
'; wp_forecast( get_widget_id( $i ), $language_override ); echo '
'; } /** * A function to show a set of widgets at once. * * @param array $wset Array with numbers of widgets to display. * @param int $numpercol Number of widgets per column. * @param string $language_override ISO Code of the language. */ function wp_forecast_set( $wset, $numpercol = 1, $language_override = null ) { global $wpf_maxwidgets; $wcount = 1; $wset_max = count( $wset ) - 1; // output table header. echo ''; // out put widgets in a table. for ( $i = 0;$i <= $wset_max;$i++ ) { if ( 1 == $wcount % $numpercol ) { echo ''; } echo ''; if ( ( 0 == $wcount % $numpercol ) && ( $i < $wset_max ) ) { echo ''; } ++$wcount; } // output table footer. echo '
'; wp_forecast( $wset[ $i ], $language_override ); echo '
'; } /** * Returns the widget data as an array. * * @param string $wpfcid The Widget ID. * @param string $language_override ISO Code of the language. */ function wp_forecast_data( $wpfcid = 'A', $language_override = null ) { $wpf_vars = get_wpf_opts( $wpfcid ); if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } $w = maybe_unserialize( wpf_get_option( 'wp-forecast-cache' . $wpfcid ) ); $weather_arr = array(); // read service dependent weather data. switch ( $wpf_vars['service'] ) { case 'openweathermap': $weather_arr = openweathermap_forecast_data_v2( $wpfcid, $language_override ); break; case 'openweathermap3': $weather_arr = openweathermap_forecast_data( $wpfcid, $language_override ); break; case 'openmeteo': $weather_arr = openmeteo_forecast_data( $wpfcid, $language_override ); break; } // add openuv data to weather_arr. if ( is_array( $w ) && array_key_exists( 'openuv', $w ) ) { $weather_arr['openuv'] = $w['openuv']; } else { $weather_arr['openuv'] = array(); } return $weather_arr; } /** * Register the wp-forecast widget */ function reg_wpf_widget() { return register_widget( 'wpf_widget' ); } /** * Register the UV Widget */ function reg_wpf_uv_widget() { return register_widget( 'WpfUvWidget' ); } /** * Init the wp-forecast widgets. */ function widget_wp_forecast_init() { global $wp_version,$wpf_maxwidgets, $wpf_lang_dict; // include widget class. require_once 'class-wpf-widget.php'; require_once 'class-wpfuvwidget.php'; $count = (int) wpf_get_option( 'wp-forecast-count' ); // check for widget support. if ( ! function_exists( 'register_sidebar_widget' ) ) { return; } // add fetch weather data to init the cache before any headers are sent. add_action( 'init', 'wp_forecast_init' ); add_action( 'admin_init', 'wp_forecast_admin_init' ); // add css. add_action( 'wp_enqueue_scripts', 'wp_forecast_css' ); for ( $i = 0;$i <= $wpf_maxwidgets;$i++ ) { $wpfcid = get_widget_id( $i ); // register our widget and add a control. // translators: %s is for the Widget ID. $name = sprintf( __( 'wp-forecast %s' ), $wpfcid ); $id = "wp-forecast-$wpfcid"; // translators: %s is for the widget ID. $uvname = sprintf( __( 'wp-forecast-uv %s' ), $wpfcid ); $uvid = "wp-forecast-uv-$wpfcid"; // add widget. add_action( 'widgets_init', 'reg_wpf_widget' ); add_action( 'widgets_init', 'reg_wpf_uv_widget' ); wp_unregister_sidebar_widget( $i >= $count ? 'wp_forecast_widget' . $wpfcid : '' ); wp_register_widget_control( $id, $name, $i < $count ? 'wpf_admin_hint' : '', array( 'width' => 300, 'height' => 150, ) ); wp_unregister_widget_control( $i >= $count ? 'wpf_admin_hint' . $wpfcid : '' ); } } /** * Filters the REQUEST_URI for virtual page slug * to show weather in an iframe. */ function wpf_filter_url() { $url = ( isset( $_SERVER['REQUEST_URI'] ) ? sanitize_text_field( wp_unslash( $_SERVER['REQUEST_URI'] ) ) : '' ); $url = trim( parse_url( $url, PHP_URL_PATH ), '/' ); // determine if it is a wpf virtual page call. if ( strpos( $url, 'wp-forecast-direct' ) !== false ) { $wpfcid = ( isset( $_GET['wpfcid'] ) ? sanitize_text_field( wp_unslash( $_GET['wpfcid'] ) ) : 'A' ); $language_override = ( isset( $_GET['language_override'] ) ? sanitize_text_field( wp_unslash( $_GET['language_override'] ) ) : '' ); $header = ( isset( $_GET['header'] ) ? sanitize_text_field( wp_unslash( $_GET['header'] ) ) : '' ); $selector = ( isset( $_GET['selector'] ) ? sanitize_text_field( wp_unslash( $_GET['selector'] ) ) : '' ); if ( '1' == $selector ) { $selector = '?'; } $args = array(); $wpf_vars = get_wpf_opts( $wpfcid ); if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } $weather = maybe_unserialize( wpf_get_option( 'wp-forecast-cache' . $wpfcid ) ); // only show weather html without page or header. if ( ! $header || 0 == $header ) { show( $selector . $wpfcid, $args, $wpf_vars ); exit; } if ( 1 == $header ) { echo '' . "\n"; echo '' . "\n"; echo "wp-forecast iframe\n"; echo '' . "\n"; echo '' . "\n"; echo "\n\n"; show( $selector . $wpfcid, $args, $wpf_vars ); echo "\n"; exit; } if ( 2 == $header ) { // create weather html. // add css. add_action( 'wp_enqueue_scripts', 'wp_forecast_css_nowp' ); ob_start(); show( $selector . $wpfcid, $args, $wpf_vars ); $out = ob_get_contents(); ob_end_clean(); // create virtual page and display it. $args = array( 'slug' => 'wp-forecast-direct', 'title' => 'wp-forecast weather', 'content' => $out, ); $pg4 = new Wpf_VirtualPage( $args ); } } } // MAIN. // activating deactivating the plugin. register_activation_hook( __FILE__, 'wp_forecast_activate' ); register_deactivation_hook( __FILE__, 'wp_forecast_deactivate' ); // add option page. add_action( 'admin_menu', 'wp_forecast_admin' ); // Run our code later in case this loads prior to any required plugins. add_action( 'plugins_loaded', 'widget_wp_forecast_init' ); // add virtual page filter. add_action( 'init', 'wpf_filter_url' ); wpf.png000064400000001622150211511020006033 0ustar00PNG  IHDRasRGBbKGD pHYs  tIME0؈0IDAT8]Mhu?%4oMҦiԾPJFcWe9 NT0z}'/&d7-ڱn-M&5iL&= /<5V4ZW(xGh1}t;=tj'νfFg{\gkz4d% QYffұ#Nm X[[/3+B=`Ùχ'#ύj [lo6~>llj/5:fR"!DkAI\ųcSª||r\F|3^9{LP@:x눗 %rx,}t_-̕ r }4҂ 倛4qѥƓ4K}kraܟ:PB4Kˠ6l@ 0(׺%}𞑿s{V}stEp 3f;(PU_w\Tjo)uj h` īܻ^IvB |[EEAx6xupJVqk%8 S;pޙ=YCA1%7PnUm6/ܹ/5>O5+ty uB+W?86],T MQv\ye/'U >^w5pJ[GfWKL"9(w?;:D%@],m8PUԮo&֠~м0IOM(7O(`[u /@s HY! IENDB`func-openmeteo.php000064400000052413150211511020010172 0ustar00 wp_remote_retrieve_response_code( $response ) ) ) { if ( json_last_error() === JSON_ERROR_NONE ) { $data = json_decode( $response['body'], true ); } } } catch ( Exception $ex ) { error_log( print_r( $ex, true ) ); } return $data; } } if ( ! function_exists( 'openmeteo_get_data' ) ) { /** * Extract the weather data from json object returned from OM. * * @param array $weather_array the array to store the weather. * @param array $wpf_vars the parameters of the weather widget. */ function openmeteo_get_data( $weather_array, $wpf_vars ) { $w = array(); if ( '1' == $wpf_vars['metric'] ) { $w['un_temp'] = 'C'; $w['un_dist'] = 'km'; $w['un_speed'] = 'm/s'; $w['un_pres'] = 'mb'; $w['un_prec'] = 'mm'; } else { $w['un_temp'] = 'F'; $w['un_dist'] = 'mi'; $w['un_speed'] = 'mph'; $w['un_pres'] = 'mb'; $w['un_prec'] = 'in'; } if ( ! isset( $weather_array['current_weather'] ) || ! isset( $weather_array['daily'] ) ) { $w['failure'] = 'No OpenMeteo data available. '; if ( isset( $weather_array['message'] ) ) { $w['failure'] .= $weather_array['message']; } return $w; } $w['lat'] = $weather_array['latitude']; $w['lon'] = $weather_array['longitude']; $w['time'] = $weather_array['current_weather']['time']; $w['timezone'] = $weather_array['timezone']; $mtz = new DateTimeZone( $w['timezone'] ); // values from hourly forecast. $hourlyindex = 0; for ( $i = 0; $i <= 165; $i++ ) { if ( $weather_array['current_weather']['time'] == $weather_array['hourly']['time'][ $i ] ) { $hourlyindex = $i; break; } } $w['pressure'] = $weather_array['hourly']['pressure_msl'][ $hourlyindex ]; $w['humidity'] = $weather_array['hourly']['relativehumidity_2m'][ $hourlyindex ]; $w['realfeel'] = round( $weather_array['hourly']['apparent_temperature'][ $hourlyindex ], 0 ); $w['uvindex'] = $weather_array['hourly']['uv_index'][ $hourlyindex ]; // values from current_weather and daily. $w['temperature'] = round( $weather_array['current_weather']['temperature'], 0 ); $w['weathertext'] = openmeteo_wmocode2text( $weather_array['current_weather']['weathercode'] ); $w['weathericon'] = openmeteo_map_icon( $weather_array['current_weather']['weathercode'], false, $wpf_vars['fonticon'] ); $w['weatherid'] = $weather_array['current_weather']['weathercode']; $w['wgusts'] = round( $weather_array['daily']['windgusts_10m_max'][0] / 3.6, 1 ); // convert from kmh to ms. $w['windspeed'] = round( $weather_array['current_weather']['windspeed'] / 3.6, 1 ); // convert from kmh to ms. $w['winddirection'] = $weather_array['current_weather']['winddirection']; // map precipitation values. $w['precipProbability'] = $weather_array['daily']['precipitation_probability_max'][0]; $w['precipIntensity'] = round( $weather_array['daily']['precipitation_sum'][0] / 2.54 / 10, 1 ); $w['precipType'] = 'Rain'; // if it snows set precipitation type to snow. if ( $weather_array['daily']['snowfall_sum'][0] > 0 ) { $w['precipType'] = 'Snow'; } // sunset sunrise. $sr = new DateTime(); $sr->setTimezone( $mtz ); $sr->setTimestamp( $weather_array['daily']['sunrise'][0] ); $w['sunrise'] = $sr->format( get_option( 'time_format' ) ); $ss = new DateTime(); $ss->setTimezone( $mtz ); $ss->setTimestamp( $weather_array['daily']['sunset'][0] ); $w['sunset'] = $ss->format( get_option( 'time_format' ) ); // get forecast data. for ( $i = 0;$i <= 6;$i++ ) { $j = $i + 1; $odt = new DateTime(); $odt->setTimezone( $mtz ); $w[ 'fc_obsdate_' . $j ] = $weather_array['daily']['time'][ $i ] + $odt->getOffset(); $w[ 'fc_dt_short_' . $j ] = openmeteo_wmocode2text( $weather_array['daily']['weathercode'][ $i ] ); $w[ 'fc_dt_icon_' . $j ] = openmeteo_map_icon( $weather_array['daily']['weathercode'][ $i ], false, $wpf_vars['fonticon'] ); $w[ 'fc_dt_id_' . $j ] = $weather_array['daily']['weathercode'][ $i ]; $w[ 'fc_dt_htemp_' . $j ] = round( $weather_array['daily']['temperature_2m_max'][ $i ], 0 ); $w[ 'fc_dt_ltemp_' . $j ] = round( $weather_array['daily']['temperature_2m_min'][ $i ], 0 ); $w[ 'fc_dt_windspeed_' . $j ] = round( $weather_array['daily']['windspeed_10m_max'][ $i ] / 3.6, 1 ); // convert from kmh to ms. $w[ 'fc_dt_winddir_' . $j ] = $weather_array['daily']['winddirection_10m_dominant'][ $i ]; $w[ 'fc_dt_wgusts_' . $j ] = round( $weather_array['daily']['windgusts_10m_max'][ $i ] / 3.6, 1 ); // convert from kmh to ms. $w[ 'fc_dt_maxuv_' . $j ] = $weather_array['daily']['uv_index_max'][ $i ]; $w[ 'fc_nt_icon_' . $j ] = openmeteo_map_icon( $weather_array['daily']['weathercode'][ $i ], false, $wpf_vars['fonticon'] ); $w[ 'fc_nt_id_' . $j ] = $weather_array['daily']['weathercode'][ $i ]; $w[ 'fc_nt_htemp_' . $j ] = round( $weather_array['daily']['temperature_2m_max'][ $i ], 0 ); $w[ 'fc_nt_ltemp_' . $j ] = round( $weather_array['daily']['temperature_2m_min'][ $i ], 0 ); $w[ 'fc_nt_windspeed_' . $j ] = round( $weather_array['daily']['windspeed_10m_max'][ $i ] / 3.6, 1 ); // convert from kmh to ms. $w[ 'fc_nt_winddir_' . $j ] = $weather_array['daily']['winddirection_10m_dominant'][ $i ]; $w[ 'fc_nt_wgusts_' . $j ] = round( $weather_array['daily']['windgusts_10m_max'][ $i ] / 3.6, 1 ); // convert from kmh to ms. $w[ 'fc_nt_maxuv_' . $j ] = $weather_array['daily']['uv_index_max'][ $i ]; // map precipitation values. // init vars. $w[ 'fc_dt_precipProbability' . $j ] = $weather_array['daily']['precipitation_probability_max'][ $i ]; $w[ 'fc_dt_precipIntensity' . $j ] = $weather_array['daily']['precipitation_sum'][ $i ]; $w[ 'fc_dt_precipType' . $j ] = __( 'Rain', 'xxxdummy' ); // if it snows set precipitation type to snow. if ( $weather_array['daily']['snowfall_sum'][ $i ] > 0 ) { $w[ 'fc_dt_precipType' . $j ] = __( 'Snow', 'xxxdummy' ); } // convert mm to inches for compatibility reasons with accuweather. $w[ 'fc_dt_precipIntensity' . $j ] = round( $w[ 'fc_dt_precipIntensity' . $j ] / 2.54 / 10, 1 ); } // fill failure anyway. $w['failure'] = ( isset( $w['failure'] ) ? $w['failure'] : '' ); return $w; } } if ( ! function_exists( 'openmeteo_forecast_data' ) ) { /** * Return the weather data for the cache from OM * * @param string $wpfcid the Widget ID. * @param string $language_override the iso code of the language to use. */ function openmeteo_forecast_data( $wpfcid = 'A', $language_override = null ) { $wpf_vars = get_wpf_opts( $wpfcid ); if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } $w = maybe_unserialize( wpf_get_option( 'wp-forecast-cache' . $wpfcid ) ); // get translations. global $wpf_lang_dict; $wpf_lang = array(); $langfile = WP_PLUGIN_DIR . '/wp-forecast/widgetlang/wp-forecast-' . strtolower( str_replace( '_', '-', $wpf_vars['wpf_language'] ) ) . '.php'; if ( file_exists( $langfile ) ) { include $langfile; } $wpf_lang_dict[ $wpf_vars['wpf_language'] ] = $wpf_lang; // -------------------------------------------------------------- // calc values for current conditions. if ( isset( $w['failure'] ) && '' != $w['failure'] ) { return array( 'failure' => $w['failure'] ); } $w['servicelink'] = 'https://open-meteo.com'; $w['copyright'] = '© ' . gmdate( 'Y' ) . ' Powered by Open-Meteo'; // next line is for compatibility. $w['acculink'] = $w['servicelink']; $w['location'] = $wpf_vars['locname']; $w['locname'] = $w['location']; // handle empty timezone setting. if ( ! isset( $w['timezone'] ) ) { $w['timezone'] = get_option( 'timezone_string' ); } $tz = new DateTimeZone( $w['timezone'] ); $w['gmtdiff'] = $tz->getOffset( new DateTime() ); // calculate blog date and time. $ct = current_time( 'U' ); $ct = $ct + $wpf_vars['timeoffset'] * 60; // add or subtract time offset. $w['blogdate'] = date_i18n( $wpf_vars['fc_date_format'], $ct ); $w['blogtime'] = date_i18n( $wpf_vars['fc_time_format'], $ct ); // calculate date/time from openmeteo. $ct = $w['time'] + $w['gmtdiff']; $w['accudate'] = date_i18n( $wpf_vars['fc_date_format'], $ct ); $w['accutime'] = date_i18n( $wpf_vars['fc_time_format'], $ct ); $ico = openmeteo_map_icon( $w['weatherid'], false, $wpf_vars['fonticon'] ); $iconfile = find_icon( $ico ); $w['icon'] = 'icons/' . $iconfile; $w['iconcode'] = $ico; $w['shorttext'] = openmeteo_wmocode2text( $w['weatherid'] ); $w['temperature'] = $w['temperature'] . '°' . $w['un_temp']; $w['realfeel'] = $w['realfeel'] . '°' . $w['un_temp']; $w['humidity'] = round( $w['humidity'], 0 ); // workaround different pressure values returned by accuweather. $press = round( $w['pressure'], 0 ); if ( strlen( $press ) == 3 && substr( $press, 0, 1 ) == '1' ) { $press = $press * 10; } $w['pressure'] = $press . ' ' . $w['un_pres']; $w['humidity'] = round( $w['humidity'], 0 ); $w['windspeed'] = windstr( $wpf_vars['metric'], $w['windspeed'], $wpf_vars['windunit'] ); $w['winddir'] = translate_winddir_degree( $w['winddirection'], $wpf_vars['wpf_language'] ); $w['winddir_orig'] = str_replace( 'O', 'E', $w['winddir'] ); $w['windgusts'] = windstr( $wpf_vars['metric'], $w['wgusts'], $wpf_vars['windunit'] ); // calc values for forecast. for ( $i = 1; $i < 7; $i++ ) { // daytime forecast. $w[ 'fc_obsdate_' . $i ] = date_i18n( $wpf_vars['fc_date_format'], $w[ 'fc_obsdate_' . $i ] ); $ico = openmeteo_map_icon( $w[ 'fc_dt_id_' . $i ], false, $wpf_vars['fonticon'] ); $iconfile = find_icon( $ico ); $w[ 'fc_dt_icon_' . $i ] = 'icons/' . $iconfile; $w[ 'fc_dt_iconcode_' . $i ] = $ico; $w[ 'fc_dt_desc_' . $i ] = openmeteo_wmocode2text( $w[ 'fc_dt_id_' . $i ] ); $w[ 'fc_dt_htemp_' . $i ] = $w[ 'fc_dt_htemp_' . $i ] . '°' . $w['un_temp']; $wstr = windstr( $wpf_vars['metric'], $w[ 'fc_dt_windspeed_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_dt_windspeed_' . $i ] = $wstr; $w[ 'fc_dt_winddir_' . $i ] = translate_winddir_degree( $w[ 'fc_dt_winddir_' . $i ], $wpf_vars['wpf_language'] ); $w[ 'fc_dt_winddir_orig_' . $i ] = str_replace( 'O', 'E', $w[ 'fc_dt_winddir_' . $i ] ); $w[ 'fc_dt_wgusts_' . $i ] = windstr( $wpf_vars['metric'], $w[ 'fc_dt_wgusts_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_dt_maxuv_' . $i ] = $w[ 'fc_dt_maxuv_' . $i ]; // nighttime forecast. $ico = openmeteo_map_icon( $w[ 'fc_nt_id_' . $i ], true, $wpf_vars['fonticon'] ); $iconfile = find_icon( $ico ); $w[ 'fc_nt_icon_' . $i ] = 'icons/' . $iconfile; $w[ 'fc_nt_iconcode_' . $i ] = $ico; $w[ 'fc_nt_desc_' . $i ] = openmeteo_wmocode2text( $w[ 'fc_nt_id_' . $i ] ); $w[ 'fc_nt_ltemp_' . $i ] = $w[ 'fc_nt_ltemp_' . $i ] . '°' . $w['un_temp']; $wstr = windstr( $wpf_vars['metric'], $w[ 'fc_nt_windspeed_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_nt_windspeed_' . $i ] = $wstr; $w[ 'fc_nt_winddir_' . $i ] = translate_winddir_degree( $w[ 'fc_nt_winddir_' . $i ], $wpf_vars['wpf_language'] ); $w[ 'fc_nt_winddir_orig_' . $i ] = str_replace( 'O', 'E', $w[ 'fc_nt_winddir_' . $i ] ); $w[ 'fc_nt_wgusts_' . $i ] = windstr( $wpf_vars['metric'], $w[ 'fc_nt_wgusts_' . $i ], $wpf_vars['windunit'] ); $w[ 'fc_nt_maxuv_' . $i ] = $w[ 'fc_nt_maxuv_' . $i ]; } // add hook for possible individual changes. $w = apply_filters( 'wp-forecast-open-meteo-data', $w ); return $w; } } if ( ! function_exists( 'openmeteo_map_icon' ) ) { /** * Function to map the weather code to a weather icon * * @param string $weatherid the id of the weather condition. * @param bool $night the parameter to say if it is night or not. * @param bool $icomode if true use weather icon font, if false use icons from gif. */ function openmeteo_map_icon( $weatherid, $night = false, $icomode = false ) { /* Icon mapping from OpenMeteo */ /* WMO Weather interpretation codes (WW) Code Description 0 Clear sky 1, 2, 3 Mainly clear, partly cloudy, and overcast 45, 48 Fog and depositing rime fog 51, 53, 55 Drizzle: Light, moderate, and dense intensity 56, 57 Freezing Drizzle: Light and dense intensity 61, 63, 65 Rain: Slight, moderate and heavy intensity 66, 67 Freezing Rain: Light and heavy intensity 71, 73, 75 Snow fall: Slight, moderate, and heavy intensity 77 Snow grains 80, 81, 82 Rain showers: Slight, moderate, and violent 85, 86 Snow showers slight and heavy 95 * Thunderstorm: Slight or moderate 96, 99 * Thunderstorm with slight and heavy hail (*) Thunderstorm forecast with hail is only available in Central Europe */ /* The icons are defined in a two member array. * First member is the name of the default weathericon gif file * Second member is the name of the icon from weatherfont */ /* defaul clear sky */ $icon = array( '01', 'wi-day-sunny' ); if ( $night ) { // night icon mapping. $ico_arr = array( 0 => array( '33', 'wi-night-clear' ), 1 => array( '34', 'wi-night-alt-cloudy' ), 2 => array( '35', 'wi-night-partly-cloudy' ), 3 => array( '38', 'wi-night-cloudy' ), 45 => array( '11', 'wi-night-fog' ), 48 => array( '11', 'wi-night-fog' ), 51 => array( '25', 'wi-night-sleet' ), 53 => array( '24', 'wi-night-sleet' ), 55 => array( '26', 'wi-night-sleet' ), 56 => array( '44', 'wi-night-alt-sleet' ), 57 => array( '44', 'wi-night-alt-sleet' ), 61 => array( '12', 'wi-night-rain' ), 63 => array( '40', 'wi-night-rain-mix' ), 65 => array( '40', 'wi-night-rain-wind' ), 66 => array( '44', 'wi-night-sleet' ), 67 => array( '26', 'wi-night-alt-sleet' ), 71 => array( '19', 'wi-night-snow' ), 73 => array( '22', 'wi-night-snow' ), 75 => array( '22', 'wi-night-alt-snow' ), 77 => array( '22', 'wi-night-alt-sleet' ), 80 => array( '12', 'wi-night-showers' ), 81 => array( '40', 'wi-night-rain-mix' ), 82 => array( '40', 'wi-night-rain-wind' ), 85 => array( '19', 'wi-night-snow' ), 86 => array( '22', 'wi-night-alt-snow' ), 95 => array( '41', 'wi-night-thunderstorm' ), 96 => array( '42', 'wi-night-alt-snow-thunderstorm' ), 99 => array( '15', 'wi-night-alt-snow-thunderstorm' ), ); } else { // day icon mapping. $ico_arr = array( 0 => array( '01', 'wi-day-sunny' ), 1 => array( '03', 'wi-day-cloudy' ), 2 => array( '04', 'wi-day-sunny-overcast' ), 3 => array( '07', 'wi-day-cloudy' ), 45 => array( '11', 'wi-day-fog' ), 48 => array( '11', 'wi-day-fog' ), 51 => array( '25', 'wi-day-sleet' ), 53 => array( '24', 'wi-day-sleet' ), 55 => array( '26', 'wi-day-sleet' ), 56 => array( '29', 'wi-day-sleet' ), 57 => array( '29', 'wi-day-sleet' ), 61 => array( '12', 'wi-day-rain' ), 63 => array( '18', 'wi-day-rain-mix' ), 65 => array( '18', 'wi-day-rain-wind' ), 66 => array( '29', 'wi-day-sleet' ), 67 => array( '26', 'wi-day-sleet' ), 71 => array( '19', 'wi-day-snow' ), 73 => array( '22', 'wi-day-snow' ), 75 => array( '22', 'wi-day-snow' ), 77 => array( '22', 'wi-day-sleet' ), 80 => array( '12', 'wi-day-showers' ), 81 => array( '18', 'wi-day-rain-mix' ), 82 => array( '18', 'wi-day-rain-wind' ), 85 => array( '19', 'wi-day-snow' ), 86 => array( '22', 'wi-day-snow' ), 95 => array( '17', 'wi-day-thunderstorm' ), 96 => array( '16', 'wi-day-snow-thunderstorm' ), 99 => array( '15', 'wi-day-snow-thunderstorm' ), ); } // return either gif name or weatherfont icon name. if ( '1' == $icomode ) { return $ico_arr[ $weatherid ][1]; } else { return $ico_arr[ $weatherid ][0]; } } } if ( ! function_exists( 'openmeteo_wmocode2text' ) ) { /** * Return the weather data for the cache from OM * * @param string $wmocode the WMO code for the weather condition. */ function openmeteo_wmocode2text( $wmocode ) { /* WMO Weather interpretation codes (WW) Code Description 0 Clear sky 1, 2, 3 Mainly clear, partly cloudy, and overcast 45, 48 Fog and depositing rime fog 51, 53, 55 Drizzle: Light, moderate, and dense intensity 56, 57 Freezing Drizzle: Light and dense intensity 61, 63, 65 Rain: Slight, moderate and heavy intensity 66, 67 Freezing Rain: Light and heavy intensity 71, 73, 75 Snow fall: Slight, moderate, and heavy intensity 77 Snow grains 80, 81, 82 Rain showers: Slight, moderate, and violent 85, 86 Snow showers slight and heavy 95 * Thunderstorm: Slight or moderate 96, 99 * Thunderstorm with slight and heavy hail (*) Thunderstorm forecast with hail is only available in Central Europe * * We use an textdomain dummy here, to avoid translation but make the strings fetchable for xgettext. */ $c = ''; // the short description for the weather condition. switch ( $wmocode ) { case 0: $c = __( 'Clear sky', 'xxxdummy' ); break; case 1: $c = __( 'Mainly clear', 'xxxdummy' ); break; case 2: $c = __( 'Partly cloudy', 'xxxdummy' ); break; case 3: $c = __( 'Overcast', 'xxxdummy' ); break; case 45: $c = __( 'Fog', 'xxxdummya' ); break; case 48: $c = __( 'Rime fog', 'xxxdummy' ); break; case 51: $c = __( 'Light drizzle', 'xxxdummy' ); break; case 53: $c = __( 'Moderate drizzle', 'xxxdummy' ); break; case 55: $c = __( 'Dense drizzle', 'xxxdummy' ); break; case 56: $c = __( 'Light freezing drizzle', 'xxxdummy' ); break; case 57: $c = __( 'Dense freezing drizzle', 'xxxdummy' ); break; case 61: $c = __( 'Slight rain', 'xxxdummy' ); break; case 63: $c = __( 'Moderate rain', 'xxxdummy' ); break; case 65: $c = __( 'Heavy rain', 'xxxdummy' ); break; case 66: $c = __( 'Light freezing rain', 'xxxdummy' ); break; case 67: $c = __( 'Heavy freezing rain', 'xxxdummy' ); break; case 71: $c = __( 'Slight snow fall', 'xxxdummy' ); break; case 73: $c = __( 'Moderate snow fall', 'xxxdummy' ); break; case 75: $c = __( 'Heavy snow fall', 'xxxdummy' ); break; case 77: $c = __( 'Snow grains', 'xxxdummy' ); break; case 80: $c = __( 'Slight rain showers', 'xxxdummy' ); break; case 81: $c = __( 'Moderate rain showers', 'xxxdummy' ); break; case 82: $c = __( 'Violent rain showers', 'xxxdummy' ); break; case 85: $c = __( 'Slight snow showers', 'xxxdummy' ); break; case 86: $c = __( 'Heavy snow showers', 'xxxdummy' ); break; case 95: $c = __( 'Thunderstorm', 'xxxdummy' ); break; case 96: $c = __( 'Thunderstorm with light hail', 'xxxdummy' ); break; case 99: $c = __( 'Thunderstorm with heavy hail', 'xxxdummy' ); break; default: $c = __( 'Clear sky', 'xxxdummy' ); break; } return $c; } } supp/btn_donate_SM_de.gif000064400000002241150211511020011371 0ustar00GIF89aVG3ۙPj{`uPj}@^vޤ`bSPYS In0Ts0J[ B^l;b>j Ip-ޟMS:@^tʀwY@_y@QXο?@pIՠߚ.ϓ3`t}ث;pä1ߝ4~B9}>pn[ϙAˡӛJV٘Ypy`aD͂U߻:ߡ>ݸ؟4KĂ`_NpgJ-|@`|`f]]ߩP,4MܡϡR٠ʜ&ݪ8΄^3f3!,V~#?o%%?KxK~~Kz„~ {{҅ |j~ tL}h ʗ0L O#s"JHq>\PSǏq$#E e˗0҆ppx!FHDxRg~8!ĉ>68 I5 kK'g ٳh>} sZ g*oH>O}|6XC)2;9rϞW4fk₉>0. Œ>D^q7^@5 0 GdNaJo|G| C^ `H ?a"1&J@!h`=d ‚}h}Bch!ZbG!/2`hHı@^ i)L~`aǨjU@!ĨB*무j8~뮼kOpklGw4B;ZDkfRrE+kk.Nr+#0;+֫/"H@G ;supp/supp.php000064400000003452150211511020007223 0ustar00'; // donation link. include_once plugin_dir_path( __FILE__ ) . '/donate.php'; $out .= tl_add_donation_box(); // support link. $wpl = get_option( 'WPLANG', 'en_US' ); if ( 'de_DE' === $wpl ) { $bt = 'Supportanfrage stellen'; $teaser = 'Haben Sie eine Frage?'; } elseif ( 'fr_FR' === $wpl ) { $bt = 'Envoyez une demande de soutien'; $teaser = 'Avez-vous une question ?'; } else { $bt = 'Send support request'; $teaser = 'Any Questions?'; } $out .= $teaser . '   '; $out .= '' . $bt . '   '; $out .= ''; if ( $echoit ) { echo esc_attr( $out ); } else { return $out; } } } supp/btn_donate_SM_en.gif000064400000002723150211511020011410 0ustar00GIF89aJ&-ޟM36:۲@^v>k@ߚ.Xpn[>j@_yp~`aQϓ2SVЭ*OG0TtӛP]^@_w٬ϕ8̢`t~@`zl`s{ãх0J[;b0Ts0TrJ`v~BĨ0Sq4@^tߝ4pI͂;ژ]FPizԌӋUϡRο`ξʝޤ,Pk~`f]F٠ InphM؟ B_:@U`YK֌Mf1Pl`u`xݞp-۠Y0Lar3 Hm4?&ݪ΄^83f3!&,JMh“*\ȰÄ#4(L/Ǐ C~Ơĉs,\ɲ˗0c|iIO~.ɳϟ@ &AOb2)]ʴӧPJhAjʕRtKkh)E1i۷pNén=r}{޿cˣÈ+Iã-88c9HaCÜ7hH@Xa< 14۸{pQ;.tXNF hΘiCH1!lO|y$?Vp!#"pr|'% !`# 0BThrBphᆜ0U@% 't@ ,p2F @2@Gip2A$$ DpRdWA.$[`AGrltpi@tI( Iri *ꨤR`'98ԕB*'kpDuQvJ갢r1$&Bl6[-@B@@m"+oXI,&V $ 7GqQgwAQ!(L )0 3#&DC83C';supp/donate.php000064400000003557150211511020007514 0ustar00' . esc_attr( $teaser ) . ' '; $ret .= ''; $ret .= '' . esc_attr( $teaser ) . ' '; $ret .= ''; return $ret; } } // end of meta box. supp/btn_donate_SM_fr.gif000064400000002424150211511020011413 0ustar00GIF89alGԌ3@^v;c`t}`vPj|٠->k IoY0TsޟM6۲:ߚ.0Ttϓ2*@ϕ8Э B_ãĨVߩPOp~@_zX@^tΨ DcPYTP]^`bT٬ԝ̢ߝ40La0J[pn[קJwYjхTǭrpA4?ɘ;:͂ϡRژK@QX14-&ݪ΄^83f3!,l~N rXX wºi~~xƄ~z مu%C%O@6?t*\0!>!niH'K33jܨ ,(S ^x 5I̘qO,Tެ9N'$qDKpd<9' +-ŠK>1!Gf$v۠<OV@d{k (h0  C]!bnPa@ -KH! gWh2жq~}L>Hq롣t6E(0O~<`@ ncG}0^HG!xԇ Ax v  WޅAw*2F ~'@$h }`T )}}(.cA4Xd8}@b}Lid▆^j c dNч6ph"Ѓj*@0&}LQgj 6QG I)c&<Ƨ*@I@BbB}jq*a*jo0l-.;곡>`qTkaƱ)|mp-r[.b[nm1Wl' 7 {Tlqgw {̎ ~(,0,s#[8<@-;;P6~L0L3MG-T{`Vg\w=MO0 -\A$hڒA%;font/weathericons-regular-webfont.svg000064400000551211150211511020014020 0ustar00 font/weathericons-regular-webfont.woff2000064400000127260150211511020014247 0ustar00wOF2J?FFTM `* e `~6$. p f6 .?webf[FUqbT}0moy6v;XWpcy;_8d!cofZV.%Z6ZQJhdXSjn vz?Ed)B r$_u'YN1~JP^ªIw[( ʉnf\mx'5T 87ԲnH۶d,~( ;4{Ӈ=2d~zJ[>Ka/|{!^jpקpadx\nTRʩ/# oaμ.I !@'%HVxHdwf6i"@IPY[R,, `]W X:%X:xNu"vcR3G4ְ,mQ"5"D U00^Wh?h}>,Tdch$yF`e@@>pbaS̫=w/giWgP]ܻ)y!x߾`kVWď7&lqy006ikCDEYF>#O P0 M pߏ԰XvfVXX4h2{WkK"zotQ0ܼpYsyJ-)GoJ/P$Cn>}j 1ɑ`-((I]@DD )6l=鷙R~m;(Uh #(#ii~;t_/;J)B!#H${&=!S$B5alZs0A2߷i3w>.$.Ĕe/ݪ|P~ȝ/sBjd$rw_~ux#*12p~5.|OOnI oJFm_N&2nHD༒ D[UTSj6^H(I^_]383$%[y$NڄT\zM!Pc{!7M꯿+k+o]٥i_WNst`Gs*%`HNArrO]B^K.s+uرN?U}J"hbJn H PeI rIJjurL^uZİԄ q9< \,N`: Vx4ȞBf[feIHikVd8 ;($ ˘a5ZE!@ ǚaZ{f] }` ɵW_Wr z-Y9` RQ͹X7Ա9eqR~ƽ;?P+O 3Kbhb{zJlc{ڷ"Ew{*tSs&MI<ࣿ> D KZ(xwsYtrLa ̘dq YBφف~kODŽD8F$ VeGaLL[0]neyVd9lsF*BZ۰dp/SS =LYE; vC8a=+"L#gu4X۾Yb; $oaoFH7b†awEIGx &j I,,*#)G.MrRJMT6("^C<&e7EG=I;C%.kXv;?Ҵ3{bb¼G:y) ,_#Rq` )-q1v=5Yb3̮3& aZ5 x>BAZBR([>85R]' ˔6 yFq_жcW 1Ly|T! 謔H@c4x3=!\@}-|4h@tMm* ׎$l)pOLL33xxH`LOYPi1Չ5l*Mpm@«/@SVUHAժTG!-Cy1D'ɡ#D ikA-T$H(){rL bLTM23)xQ^PvrCc{z)Gw)(iʃY:r'5ѝԽe\Y-塰C!g0p Z #9<. --g%C#m,cS_U:4hE;ѪM4k)r=.OOjObUDR'ʋFjjhJ3)R^JyjR5QtN "$E ͑w[(#uC}sR|7bTR+ !MmT?vKfсb[JX2r.XT?(ש"J[pƽV2xZڏc*g+6KJ:`醏%>i-"nte+u)_`AiTa-eFnYqv E[,eհ/E2 cEi 6Ĉ[\_'qZ@*m]10ĀjTB;njQbR9N(6gZYՄ'm[O>$`Qt3.69tKmx 9 QC(ghB%'R9ʡ=s+ZT W*뫉sn^ ԶdmƂtGN<-V7R(@9Mhlۦ{ms~ޖmdIx @Ix3US~e␽iWp?h,Q|3*OO4 >"'BG44#ig`){j2D=IQJrދۅ- /$gp1CkÝ׶.g}Dm{Jlhw1c1|hF~YNĘ3තDc*X9ko峼ױ9yvUS~–|ՍU3~Nq;1&bҨu~hYV5;CVt:%j1~UocvA 5ώO%de UHGi7#\I%"YȠxں.M89i$s82K1큁O 7gus,郒HjnVH2vc_Kᥦ-XLB)ULoUwT*@*硊r$VS+\I.di:x`Nhoڲ:ZRp<{xw|`ZOt  mJ2S#Y;K#kT\ҿo;4,q >=y+LRxa5t)KpF_nU/\Bt/Zy>HfUs58o؋}#ˎ9z=6i~spG斶ljuªs^<a"\Z3 UUגnDqo&᪔zzs3@gt,[O#dU.REmm@ D4B4xC$c qp*a] h`ÞXzkھ2LfBr2B y~YHxƼ>X g~8/(4T M*@SۜtKfB]g:ת}OpWyn+hOLB>ʼn FʹTגX5ǦjH5XmL:j$c>: xP\7Ǎj^\s6wY߀<>c~WLoE Rv8zXxN?Pry #nݵfguF#u<,גo hSd2L}RaЋѶ*[M}lZibw$J+z8X+ظ;R[{ِȴwwsxYz52ba/ٙplo;aJll^:p4-FiH!ݯi(zr0ʦamK&%beuԗ1+r.ZªwUJLNyg$nYTa%l?7LTOJ/g kf{DwvN̟b/>DP5>GȄkL ~a9EMIbL-ޗ ~㙝)eb,mbᵦԾ-]%h!}3qtHaL7!w@B:ZNA/&%'W!*% (z^D^DGո8by o!Arc:Pqh`PhqoY`ŀ$G:KaHs˸gM_oJqVYx;p}ʶo@ɉ@\[9EKx tj n2EG.؅|B0 yem+ZV>lW[ı vKYKvٵK\Qmev\6s)o?z +][H5_3m [^n#\Ff|kj3jE׻~q>zhԪpyS[Y5ǫ5:6ToP,sS8W>ЈFΣg'I)B<2^ 9Y#ڙښ~Yܤfy.6OI?e &/PMSR{nʎJREYB99q<D(O:5Mnl۴$݄[y2"vd^Fb _W䜥&j 3MvBHCC E^`ىBj>Ѿص10v[Lhrm%)Puk.ENzҧvq?P3荒=ߗΏZYq?b8|΍:Ks}xz$Uo?}&ezқ8pSny|_Ki'tk>1CQS6 yj(O!\jsɊ)bЪ#H=3ŕ!7̸VYEw SӚE-ipꋎ{k,@KkHka0F4UL QO&ӔbCKê3<ɎѾpgo a;(~=cCmm]m L&:-z{zlaA0O6Ci;UyË{lКCsB[  A'b*StF@81XXS.z>%욨[LEʤӞ 3n`}yjl )cPbHܑ0ꦹN{rD@RqQCof"{VS4L7P_gF/P[gR=ioF*Gw1eHUE;\奦I:ieZCi6ȟqX|aAm¾׾Bٖ5u w[TOH5A8|kJxoZi-oXk ܭ))T}a"3p.#JWt;K@RhiP58EU@j赸5i)9ES>F-4la9NQ 6dz .]Y]9? ߷hn;C z:uҫ5 .sHC*jS}%i4訞QG9TNiIpָ;ټisG%ye?N7Re!h!Ho a%98疠XbjWj.}Ԇ}!EFb&]=.Zt/S`|`ވ-9O}*7l-*{F=8^_6*Wf{\IC23;!PfBa֩FwO;m=?ZYx3+HLl:TA݇ͅ 'ĥtri,'`+EHs|chγ\\n GuNgNή۵ػiw7C>t,|uTK'/[AOX(V:Ye R*rgP LouM ]&RxE>9Doꃚ+4wWGSFH4a\80 v(x[>!/kE z+m!,qgel cAgp#sԍdF&H/4 ȅ.>*ז]q> "d PD؀MRϼXQTmi"; hV͸fYahja#8J(TU G+LGɂc$@ǠQQ)=Od+Ϋ"v WAjAMAwF*DuHSo?&8s X>LikmH~m+\^fAxQ=Dx2"ySSehHUic }_YBGzDs(;c;C G4ܹgw,Rrn;iSC/(>L[v} ^[(r$yŶ1l,72%;G@ S̑L~dl*lL-L>Ii ҥ(;w$h͉&\qZ1<|:T4OsA4 raUZw" *EIٵ͔uPZϋ++yz"ૐxPe-w8ȩXsk)YVC'$< wpEHQw-`f;=;֭2EG8zRov| 8 q$ ?ԁVSiƣ4 +|Xf;|53"Q߱۩h[u}JYQxt-!v(կLCC+?mbH)oų)n5 P!Fac.K;/Tԣ 0$^`,KpBD77{Ύ?m|rPFhr4W!9zn+[ľ5N(6xMPincAݢ#)iFIMkh|ДMvG&Ng <`ǐ'(Ŝrߓ9ڱ=ύg[^;ⴤxkev{>(_$3jz~H~Yӵ>~}3n(p ljL b&3)U ߕ\i|ش-$`ÁuJ'P`ji A$f 7RA8`-k#'4'Nl& bi%(21-Z 柘m-$4TzѩGo6isUgg n\! 9Wb0WR  T3!h0%kfJ/ ۠` }JȹFF/*l9VD)J [n;֏S(|tÿ~,-.i)QywWԍQFmT}=9-Ry 7va\kiO#޲=7$H)]^DuH3jq7VeW"k( 7DgNl0 0dqO[UL'f0`pa%# ra5ӘLf+ȹ8\r焨is Qtl^.ߺ՜BĜުΨuXͨ]8W?Y?`zd]s~b-a8/XRZ1<ARf5gR1d. 2H9.ō楡zLe&[ #`$p0BYh4Jm.#\T!.,֖^*GQ؛#7Xk7p{vn 4*䪇u@Z=zp-hRk9)Om"ub3(*O&` 'j]RK}AaXy `ڄ UVVH%D?O#ZRIic(o I$|Y\A1j07e-ռpbLih :y@ǟ6p9̜fY*u3U\.F ݴ]%/QSƃ^k>pw-JQ+y \mߥw~mIv=G$WueWd(˝6vɏ>_?F tKTvSKSy־/l0A)@7J=Llծ+%Z{%9%+Vt] e`l1H[U,zby/v<So S=Z1T8''`Oxi}XY<|T'Zİq9~QKwP%#̬Lw!͑Nt}gSbrX?q6q6.GSOy2s 48p٭lKϪ<\fB4R 5C}XO i%:Gt!^4`PPrC}C ,Km9;zA4`*)M~OTp|U x/4$-ƚ,W؍rƿՈEwA-Kem)z[Qw>V{-kDG7)0޴-3mCx}%v3x4:IjQҦ(J:*ew㪽ti7*UXH-*<|dͥ̅cд>0%3D`,k`:SJef6\d7 "oC%( H"@w|7nk{qvy"=ns Rzk{;W2\cI![M_eGtL^LO/\],j!u@QL0^E)nתY*l#G#7 ]{_-2Ot"P|fk"nd !jCLjPЉv+n&i ^@#C&(z ĘL A7;Ykb.ɅY_|g|H׮i<{glfЊfo=tИ!)՗&9?)nrioc]yآiiUB-Qeu8>rGWŮ+n8AKZ|_'g1B7[ eSJv?gv9ތ~wJ%=^dGA>݉Z/AI,Lz,PXr%6&=B2MbJ}xUGWGgMPT79?J=Dba˳ڌ "e -GEFQXuHӛlO\`} ^ÝM6QҘ&S,xbOgPΈ+g(,KY\qᆥsg:zc$[3\y!fU"|•۞f>&~H<5#%̐Sf_TdVxR Uu<I֚CBGYߟ$-BCKlT}Ҝk9LOVGbLuc&! L-|5CƑ4#aEThalA ø4Ʌpd]ry/%5"$Qgo{t>g|(l1#Sy 9tD- Z]BjGӈ[G"Pə]D剞OzK|WL3ymi8f%%-feϲY ='53YrMQ'XpSfEYq5e@jXr"O弊eu9z{ʷ.ꇋgyo/ QןmwO)|Rxa+n_\[-}#!gVqma{$a( V WF썆g#E }vts& )gwzӾMLܨ^9m9gxsN{<'VL|k3Q8[Tv9Pw פgD C-U9*"t_k߅JXWS*6$Xz~=O]i[e0j`{䭆m#chE {`Jܧ sv?{3e+ 9 U H֩@W4<>y79}˺k\Z0_ǩ\ "˾g ;o*0 8m¹g`v@ (_RzQ^|lfNh XvH nZ ӕA vl0g8Lg+[nb7+gr$ zHoq|j)]r<UWz p<.]Lb چ(YW̨tO+}GVX˟d/~&t5H7*pnc e1*ԁd}t--!/ Fw!\3/w%s'^x W0zˬ5 U 7"8&O@D~"Q` U\|ᖑ<]Rf1}h̚Ox`%BBTq j "ۊ;@C~\rG${Is/m7 <ǁ䵧hj>7>`GP:aa/D5 yiGcs+PWj\8Yrs='B/CFHxkS#ô!Ծ 2dj2BJ8UUYZǷ ʂr F 8z"R7{`d~Iq4ehWLOC D_M ##)'7a_|fr _r܄m|ϑ'>>QWK=Ԫ^o^Tvzf)-o٭< W JÍC%j+ 7vBH2R]T%jZooOcf HȆYMcXi`dSyt,o~5'kܔj`yz " `Sfu֎NU)GK`ǵ6J6nd[L(euhACwьdtlF>[U4m*sn 6X^l*6 abcSxq_%Om8;19"brq͚w iMiqpKniPsӲVg{A!R4HD0+<':~iw9k{$]~V ږk9VJЂEX)%M4튵ֿU;WT 8?Cݨc" /)o\w;.qiܓ]1ύHʇRp1 mFM ??J6D1pv`x5><pq^CZQq e^ רTh󵥁dXWBOn>/+B g8k =jG¸ Z\@}ރjQnQ_Ύ 5g%;jlu;z-{n| +ײT|Ͼ;?Z䶲4\8/WpT?>xLA{75RxnMԵi2ݤ'ݢ#[ElP^מT:"vbc&CC]ۚ,ɵcrU Y[n.NDdK ~={a#ԉNbW\< oǂ#s wԈWVSHq>Ԥ Max-hFs*, ~TTُ^-̀[l+wO-jX!c/#uXq₤jz)VZǎZ OE'jvgsQxw7J V#BpR/SL R5sJ!RYI3?ն%mR(6g* J99K~ױ5u9Gqh.J6oQq8-)ͫ*UH]X`/cMt;:.HURyW,Ay' $A E3TXE[hg+ UÇC{;B3ԟ3 bDBȣk͒N@ا,Q8ْiB̽YRGlTw:l~4]aՉqiSn wSժ^{+3ɯ8&Am9%n&z=JsoW7|z11ZQ(5[:ҍ mڶ|C)D 2Ɵƨ),Z%gT ܕ%ޤ&+Z^SS`-HhVUg͡j_F(i 62VQw mD\e3[f`s VT`#RvZUI:Us?6r$Ѭ8DIy3^D 6K4|sxζ2_ , NXzN6SP *BJ&t"vXpm]X{dH08ms%ELv: }h&S84eE8"|-l'iKh0^H| kl2eSW)30?O̯ פ|dRhzPR1|bg~?=M^gK0RTÈjE[A; 4alƳbVH|wíR㳪zMrH7$ pqIC +o_j *j|(Ka*1F=OvyȻvq27Hc!6g-'ap2mZ|_\h~;}tsN;NU E/x':B'oՕh=^&#<Pa7NlHkYۢ>F) aUڕOnAL@bQLuKknM#?~q>bSu6'`Q oXCiU Q{w5GU$%eJBKW2o96q)M*o!/ E0kcx+`TT #3}E5uQwL~ Qq.wg/zF6ew=WUs;?rAV]1{L&ҋN^:yeB*8e,BI2]׈T0h~nV d9֪URZ{Յ h/zGhvSMg> Ktlv)298=I篋-8e?Yt\>f嗞Owu`E}0$eBK`V0i\O!'&eJl*!!^/oGIP$']& 1LBn-VvSSҒ4ABh=,6ҰM#4jYMR|ſb n鋴=J+:u5>Sm. A|v7,--FF]ȅ;z/GCV lIyTP q*_ԖÙ62\Zb՟n·,ɱmD{ =5-}ɮn;Uy7RU2- -2v[7>S- ;_d+Q%(?8*|UBC%QH.jQm!ApN@^B  Οi$OP>\Vz%y|o#3p5́gv ⨗K%Ċ걳ʶm/9V4N Ɨ9U\nIW2T6酯~Qzt:\/-I&91ige-{TNsW,a;tnʝ_ss=E%M0q})~)6kN[RsLZmiI^% 63HE)5lq7?bhq2Y +܉Wv`ڪVoYؐFIZe Ub8(P2,J C3!QEӫ zYo/AS3X= iDs}۰8ܪ݆]UZy6\b1"#ݳ" % II彄: /PDEF9 f@Xh IagC(ߊ1 !DXw)$4%'tfkQǵuO}_*uq>E :q1y騨[P!Q GVm%OLWY2"pK5As]]/9ᬮm;Kו{鵸ߎξof==Kb""E/DZlJD[$.8K'"ͰJdkvk:_ylf-|rγ4-qI钆`X3A~GJz|qUIUMsQa}n0䢼9v`3O8k%C5)0NѮ̋LH8 A;^X#Y۰rwK9#fKv丁G|TЌޖ`o1 gvW)Āu* r{"H9OcSx, 9!J<9[?!ɌU?6*ZYOJBut`I5Ip*q9z_V wCb[犛ΰw_/e--o>R)yL38J;Qu֖C[y ţdwko"{"{I0#-o-84}>k[6zv{9q?932,j/757fz#liHe%gU7sh=ͅU21U{Y4U?VTK?Xn1_@J?Vľ+՝rP9ygt_N xDyj6⛶!؂8| 6Z!KqzHvJ0kw" y{Ox՟r,l,6֌mU ><_u(s`5hb^8l6['Y ɾdgy!tUoK;@˴+OvsGU*MjK7[ԪUcXQռKM8%sx/>=z/^%ߠ̚W={Pmz>55m+=ܫLyW`M3{z)E1GL]Zdt7~1lb_ 􇬈LJhȪe{u#޿{AÝٽGDHM=4TVR%s7Q?P{bQȽA[:-zeCj[^ZXqt}6 CVVC+!Zkz*J-7v&5Ӑ&^X BL=u:08S/ n堵)44PlD?tNJr:3e˃<4>ECj.WKe\pcD`II/ ]G'K*4: +.@ܗLVXhtr)IÛ q"9P $ 6Xq.`$çX$FL 8$r÷Rr3^'BXB(>>t U1'5>^X/cup/>o-wۻ-{,'G~g &` Ԃu@v)h: 428K$Í=aEc߉Z|j;Tu%iQ4<~8tVck4&^矘ȈZ{t݋Xw MјM>ۭW3#e/kA}rd( ise ̿ebW$hWDßTw/ [,xzOѿtch˻}{ nEn{-wc"e?Kc!}-,ݾMkgEVǫGaD`k(E]̙Sj/P-v{2o=QgU\}* +ֆ@{%d!r^cf}A;xC<Q,F[܍:FRW lvr`OϦonZkW#[9: 0O-? 48/L^]cFPDYu;cnnb z$>mQWa=kb-\{y f\Xy67BbeDGJ[^OzKU*\nuDgw T5J)R֯ںP>R[;aE~oǠ{ULKIĿ׊i2,$q9P)0ƒ+,^e{'V*Ioh`h_\NӯC^)\4/pLɀstAECp5}v򵇁q>>!Y'?KaKǖO=XǖC-mcj\"+cDƎxHj;/ H:6Ud?4m(I;iwUb:]9Z NBR*\5D=M M=vv&3:<"/kMYY&ʇ~mKy,qE,]|'p6aPԘ}hVܖ?NMqurWyE *?"[P̮u^ퟬ}w!; NF G{4? Csс,꩝H׫LABNv0ڑ|\t n }$YdV"\ 6U-͊/R#$wWբPI-@բYĺ2pBI_G{mJ@r(-'i khkp Г7 ^X %M|e"|&gv tv]&7{!swwmǰ8c[jk}%,U9&ܣ1UyRv_s~(CoF݇`?fG ž =6N8眑38`n f=f?7  ]sܐt&ilxSh)gZ>؛V;P{3<ʻw(7#3wffWwQ^sNq_8u=)oE22Sz@3z2@;.$2-?fўWo@n?;`5Z ȕVA^2Gݥ7$8'd `Lht#АV[2N!i  D_7=ҭ{HZX-(' ƀL9 &NW)Hߊln^x[Mį𚩓?zIqܼg9Mk<5 D^#iF2jН%]sLMrhzLSfff^PbjL!uωӡREl=!r:`PL"'iKqɧTqzPy'^+]pN5Vì4X =?Yww_Z>.;;v}=5-\hEC؊QhSɍƷ%X͚ޕ q྾yOn$خؽ-oQ|7@ .mHVj)8+33xYνu:wᬅ1i"FR)#.I"u(4S/8@wP?Ta8D{4b6eSK|F1v_T1{$! yYT|ǥ k:-k1si{ (S@ wVq :ނ"!YDv y* o{]8lWHECv\Sa<֣L,k8%)&f_A5>=,,lޅ'I[%Pw/dutHF \A*Ss.+UXWkDH=4\x"l _ʣx%]dt%=Wzo-fP `"KFd b k|%r`~3L-t.L qǣ3K&c[@+ JH"dZKə?LqX,9GMmsv1qu/,Z1yI9c~Ds# t3 ZhN|FS_˄Nl뚔"=kP>Eԉ nH툚 Oۣn6ϝtgڞ]gd.co~aܮ];>tBH֝iZVKN\Xaf:ݔ`q*ܮxdg-HGcƶH݄=^ &NÃ>mn%d&uM1蚂V$kXq qmlh %Þ/Y OUu$=.=8ӴoYz0$0i:^Un/Dz ̡%ENo%OK:ASņU{nr8 |a&U#c=̈́w,QmS箙fU++L^%l_$ TJDsO5eDLQEANU!"Zx>4z`WMY"ٻ{'Pǽ?(c>{1WJH-q,W#T}x#lFcIi8; TbU>Mܲ~:.$eZ*{R rUbM8`AXUR "3pδ6 [?kErg_*IҷSaF򀹵g!#8K5Ht dig[k#z_<aiia/ΐCr'; մ"U6;&@6s})vl{VpGÙ)Yǘ=0$G[j-rZ>ݥ=sW;Iba9{UF/`|F/D Ewjr%JgƝT$U})n)idy ]Rˡ$2LaѨ:_^}GOER|Zf2ѵGDiR ԏ`%/IR2Ա&tQ 6YUdW<zjrTRzKD.'y_LuSDcAH& FWٱ&z^a_ˆXɧj';mw ::Q";N}g>1ý{~P+ٹThC1.*URBIi׵/b/OajvHzgɑOtJJⳅ3Xu]N#) ͤ(T>h3[Y^YR721oؓ},;㾓:l f;}B#qNb]Oyng!<ȒtӴPRlus4ԱTӒkQ(mOu=%Z;tM[+&6-mM(O0JmP:|U0330@t=<]@ ᩷>mm w8P?E!4ԍvv%oNt{ Ȟfw_n.sjJ t֘FqKb;$wnCګ쵉sD{ );2-jFo6|3JvPa;qU֡a_uRd;{ٚΌSdN4>>w#rΪu "TJ`Prwii`.*Hr_,BIP%hFd"#W`(/!v @Ɗ#Inf(C? EYK svQZ#ՌLPm3pp~ =aQ`9o莨7mg'Gig̷o1iOS"f8|搾icXEl ߾/J?r,{ձIS4?}YX{_5'f N/oOlQUsOĿIDFUoIjmy6 =v/;vd[>zNq=j9ؔ0ˎسTRO0y:Zf?vʍCw%2xMF$ЋeSIݡaC]Æn,&'\g(*+葫p mYY(fWiL5*uZw.MںRcm%'eG6z@I(ϊ .޷kdmMVZsI)Xf&@3)bwb⟣%׀LgI>vtT>=z5SW|?)Q,]ZZ<>5a`l~|yS,7LRB 꿬ѣ៬R}v}\Xg3]HcZu cWLs'E30 ̾+#泟9o7}(m2,&'P.<9۪y"tun™;): o fw ?˃$%A8).GzbrLiD+wkj\͙FvYŞw`hT$Q%cn4NH,L$ӂx ]܇d1+,Gx)Jx_NJAh@|Ij~rV[oՖdQ=C`|aэ,*ٗ*fmԱ|<"Ee++NL{d^ܸL/>T)AU}vvT]On@jƢYLdZ3)g 1Yɟ$-(n +ƒ3Z?}dV1/";׾xv5~,x+ˍ 8h\C*v2}9R$XBNSHDs\5P .Q16ߝ&~NF!KCwe̬;yYaЏ>Л,7_^5?t3b=\m_"GdUʏbn"K3w+,_8VGAEFsqTZiK7-5 J$.CJӑ$P/7,|Xt#nd I$LBuHӲi%780T#6U/Lb^f nͤj?C&4JvU?XdmqU5AKQ#f/H$*U P'-ō ͅ &ҭ,+~q(4xMc _7NC%(ݭ |Sx/ΉghIg!J`0y?GnA_U"(g]hQ~ojiܰΨ_ƻ+.@TM#vWPbF>_#v5ϡb 3cU"jyN!n-߮KJbo$^t; $Pwxiq埢 ʮ2# HY- ʘ(! P$^jɯ$e;ʂ'l,aT/n@LY, !8f%X.0q-EF1Cdi~H]z+@e`dROT 5ESPjX'r K2 L MnLLJe=5qb}Km !INJZׅ"" +G`0*5^:U`|@8~p,՟?vV5%%ݽb| 3aHzKv%k`~fu(Prr_K+@Z̰vJ^*Y9 %J'lԃ{V 闔][ϥ~3Oz,ytݘ؞ >Qn}JC̑Q@l fҪ94t+ ^ EZYXcz4g:(oէd)i}<#41qSh o&_UdƪyK,,yl߫ ݽPemBd03ʆDIl5t- FTGL^zL^&T ԰ãswH͍MCpjD9bTQvu]0, 8u% .-}X$a+@xPw<mOB$y%mmfDɻSOf>tssM,nfF']SO[.Ĺ/9j8A^_|..{\[ 'j"O4dYE+0fmƯ&YWtߙ!/jū tc *z[bs'i͚PBFeBCb/(egv=SdE>ڟa -?b:J/CXS;en4!k˺K/NPxՑPI!ABHD2=/%CՍ yhɗ *ފaLV3~P7d[h3q&>.?aaCY`wV#Uj~8hhX̜Ү)r).PH<86T (d9n%9c_%/D*r^ #~J [B"_]z%* g |?_ vC$,Z7]^xb2(@vD$FъO+F54N >冤v[|/йrb)Nw ]12 tkWb;P7WseFF|i[*قL/0wĉh+y0p}GУ]!@Ye Vk~ 祇S $n]Dnؾd;G+|)=K]Ȁ匌BmQSnR2$EM!/FFWArFK58d-TJ3 u"(*zJp1ParqBb[?f'x0C-RcwP *?A:fh lY=!Zt@q-5ω^[\(=zx }Pg0F@ԋkm)N N'SٙԎåA; >GctRchpN{{̕䲒[^)!V$er@Ftl=ܷf: 4RScϳiz>~RIރCB_]RQ{Ov@5m\h@4_Hp}x*  ,::"3TRէiֹgkǚ>,{FS("`\AutKܝ1Mƀﱀ$Y= _iH.l\<(IINvc Å F[}gT/WMPi(Jܘ 5 ޓ)E{jb#\b>k>~"9}.UҞi| Dn\$efJI PXbQvLB"~d2 B>0۠qK#>#02uw5lold'ݍjθ QyEˎ*BGxk8h|SLL|̬+pygy+}H xҮ-T:w~-8_{xG ӡ[s)-!ن6sI^2bͿx:B~?#iR_Hh|BZkg n.W;FO+ncx|Il 5!Rp=lG~SX;y:%YCZY3<n}d!J͐,xS q3 B[aeBx'NC&qvkQ6q'b _afN3_f:AԌԹG,)-aQ"1q { fSdz w`9W*,jrKĖOEzY]EP4G~='NpqkO_Y3$AML ;X}? f$}hw_>@fp13; O ]C 4-u޳Nw_N|] 9*?W)fbCN+zE8yXݰL8#EV4Ȋ'tNgڂv;rdae'#C[\o~S "o_F{r):, m9uO hܣC\r)p>E s;y9,LV%ĵ?V@Afj 2L{gشc}rT|b;}LNr#(* YщLWZd3%_(q~hv^ SG@w2 Hj/CDvdJ2?پ7ؑ%TwIѽ]S2$MԳmwd~>~ ]%t_2swKKot1AI؃i8-_{ 2pAz4-+Y΍[̹)9Ј4V] 3bG\S@(U0H3> ,:6[jArpm cp~H\K%|mUMs=8Mm ԩ^O>JoF 7,OoHNxha4&a¥Kq73.Fxlwkd T [;/ͅ60rJE]OγyDP"WI&KwIJHi>n7 02%TN}nvڒ*gjD -|" YD4 2lS7 8#_C1U-0 ZKtǂIE9$Q9PAH[" P)5VwڦBڅt{p%@wZNXS2xrt&)^1]Ƀ++u8@fG§d Q Bu'U`@+^x %fJkInAO (mЄRX O6a5uaY7nGFeHrNsFPk@)4ӳ 5w>HxSWDE8_I1zxh*2E8e]z:a҄n`+i{֠DlO$?:[|:> hPWW`YR*u1N8{(nA-1S0Yh0u'qybȣo'v&::_IҮd]OktT4|zezu Gs&'GN`lZU4OH]+9ih W 2|x+ٖ6͂:AKHHk<=,J7o6]V:1G1XydCC=L#\JUJd@mtJ}ޙϵqv_NVo%ppc0YI*c0Rj wEfmwP'&#(,V'SK/njLсh/A[4KfΝ0G;Y✃2BlUޡyQ)^`C$2塉/7oGS'X>MYx=YdbKn7Y4Gyt8{|*\X]eVEEɢ%o_tu4 вe1I+ꋥI$ 5$yOLP [OEӺ'edO/Sg 'g'GJȠUe*]lv~xRphP% /6-E(7ަJc#C+{[^٪{gmlzۯL[jRq$ΏL5nvtTQi{p[waI֋_ #&HgS <#F͵9zv/-hi߿ƬteS–̀do JaʫZsڧ:(_lѶX,[̸]wHw X֌_>;"[_ϰY~gNQ鋗%" 圖{ƍwa0(&`/`L-^ o6߼ܸ3{. )7qH!Zǹo-/+,݃{i:!Va͘cu^8F&ͻ 2! "&Յ ÊꡏНbcJ5azȂ"(BNOTn <kuz­I$AP YWnbg:sgR|4k9ikqlx+XWLC \W-xq+LMl[ >ǯ[=^8@MgR,*%nX1{$A/AHc{AMdpW{W$#%~lu_MS~=Dv!0BV\#[g9> Q' ޶DRVI3#lE89YRZ\jm5ȼh3[fjv{q,fۺl/L-FiR(j;5W>X56D [ˢ-$I C,;X3x9tny.tz#yx\⅀K{#pU4X\7V3'py*1IȬJ;ϷpQYˇv=N`FqSɍ6JUP6`n]D*Wο}N2"ߣkB`CJWo3nB!@ub1 jPpV0z͝A_9ML̕vБCV֤ ~ӕ[Vm"SM fL\:b'>wOC3Dq/ ΧHsMA#.>Ri7jG ong[;؎jG6V1)tN2Je`"3>25?js01d Hjc\i7x"U=bȍm"8pc<窦T 6Rt&Zm:x{>&v/הNͳ;HiU6(2a ˟ nNXBt2 QdY~2toնZkޘfζYUKײ`,A7hЭ9Xsvf6ګm@#=ϯc8 cr&dR ̄Kҥk?ҐCj>Y+iO.7MbU_P7݌46iABg tݻcCU@*t$$3^Zl{]o#3x 7|bRy&؇^[$hdThGoɆeQ@ {]gVk ^Ywmhz'k7b@edxnb=CUj>#Ua-^,ODs| ˶WbEZap:t% #4"*;萃K"nS)RNd+RЦ(Q x{gJd|]נ+*w4 n9ȵDSR'7ߎ p ZF3HbfAѵ&O˜Mdd#M4u1Mَ\4nҞ2l,شL f亇&NFkQng3ݠvh2[FJ NDs= 3ڐR2">D́H!HHHIBNT.`eNH˼ "2 Y[T ؂#wA0C|Aa5>伈}u!\ abH+IvB#ܼ]B!lI?Sײصv_T"g1@U݆Gtf[{s=5Ph;9ۊUV7^a. K)AS˜\zt>uV?k{ѡ/>"q_ܶWŸ%gǶfXͳS)NRa|vwV.\i Z\LqB$`Zd&u*9ŅbGlȑTGX2w?zbOOv`njtu{Iං-:T$g)9R~B7 2nw~wY?}0 *Us7lRG4fsk(n oSd-]36r׶QS9E<l6 RC8֚7?1 H@oP fJI߁:CM!˛KZIE6[𧻓(\ ʲ@!GA5} 3Ho>oLĨb*pf[&r>gSu%}EN!7˩ƺtpaQR1Q{2M(*ABfjb9tG PZR:@Fu{;| X rXrjaݢg1@+* t!S(blg>Yً|Ih+c HU5@X=Fdr]B/AQak AjWmQ M }MX_ȟXVFe|!AlY:.\qFDٴ<~3Cm'DoATɎ_w˳•NR5>Dr3HMԘ K+)l>d}Bl1D$NE,XS{b!PuOi.z3ۼ4 F6"*JnފMdž*yFÚ'* abѭCĨC0 t;/lf;({/,pVm8ӺKR=m̩3~* B6!P[g$#bLhWtaIཷ؏[Pe"?6i{$\gMd fz_p3R՘u1gCCd+4b}h "CXY;_7GK Mhdt٦#\ACQRaqň;ʟ)0R(OT&}(]dRDZ5kmb,Y8ñצ1 ]b$,M!O" QA3b$8=yJlrxݷtvΩU,4ڷ.:0AC]kP8 8m]lw0O #CrJU[u^Eqag?N)5̗CL+>L L9.L&b.i/YP [@o#ke t>q~BXp&%kFY\UmJHIiZcO[n%V@_4xE⋎yF|KIoD:N*Q]^M}C}9"8Y$tL/# 5{^J]Ԗ9vիӗj͢vjwmT CAARw. fh'6*XudhxךyQ=nnEUv fjV^ßׁ14yVCQPh(hk4sI?y'/0lڮ^0ݏ&ET7uC%VɁחL+JSą,L%jL~]l{zwk:ZX j__7oՇyz: ؅ћ)n2tU0Cqbݚ{7z-|y!scY?U(pt`؍6{CS _qWƅMZrtWAQ; ӘtіBM]]I=m;B]Q ϺcpdAW7vė˴23 ʚ,Rg%MBI; 1e #i( v;׆Ԝ!ņ@=CŒiycl &<敻— iFy<%Im_ۯ-CZ+3vOUڲ}%9pUhza|j \[Mxp"S&Qά=fo53wN ɥA{u qJ %9 1I֦2$_E.D^!`}(g]L3p:$}ČrfVl(*HGrv]^=ђNe}KHXuX;tX glRI;o:՛I4i.x.iYdazLeKzCmFTRޤ)T»q%bJD~xab!'+Bky.$WU7~{8IMI!{@BٺxXpNPVCb_yfhcV'M.|g>]<3EnjD-Rd'1#b6HőĴd=q_Pq-/1>q֑⪕RVLYYgIf!,WҦT>*"RU = ߦ/8uk`??&7)TaB5$זipofo>P=ܿ[?B%WWxn0C- mfN<#߉*2ɠwHcD*X*+ MND3 º,Ă>pf}st=/3x ?MUB{2QFK,+BSw;К7gr ~郊}uk3?&N`!}Pݹۯgvb7[r*H]J5e-$ZӯnEA7C{2-ťˍدM@`~/u_UEޓ bUQF)ѺOA36}@ Py?8|COyzMxxl pEL@ ] C #(xzDx]QN[A  9{ Սbd;i7rq@D گH!H|B>!3k4;;sΙ3KʑwkS$6NH덌Zlfu є;j=o)M;Z ;4: !qKͺb00.?R4j˰Ѽ34@Skm!qK˦6$tUS]`*́Vy &ҷ$, b 9@HƼIJ;ㆵƑ6O'ӿZx̽ |u?>3I4iәI&9i6'wiK7)*JKAD9>\zKU]qz>3)D}j&Lh<%( I# $ FԿzE Ix8Th/FH43y^ 9C%3Gн4l=Ǡ14ԃnp깘2'dV[#/SsF3w93ɢUaD v|ϖp,lʰhS̠)a4Ea=tģxslp8LjwMĻ~utrdr`U͢ B V;I,#ۈ DR9&rM؎`MhlHN8u۫+Z.a:\AVde_bl\Nw;t]0*͚Wn=AYo,?߶}[7ݳ|`Q\lt:/j8>՚9At}ZrnWdqSiws\Me8qwInd5L~vBts./՟ӷZmmj nU]K9 8_ >N ޾B;u90~dZ,2W~nń ~IS=$j"b Df&lCd!!X2 އA[<81d@"*ha10Rc(FbȃNBf `>^|}F&ZP? X F ҄Q*&;L7Nϰ5D똈#w6!,2f90 n< l̀a4J*&&6H/{)'w\|7 Un-+:ªG?9+3H"h=|浖Wo9Cm~sR}:Ap;rx/5`ZmFj y4sw]p)o[yf]c_x77~ 2].+gl;tmɒXqjOn;A={|8`fqC\D[1h$ b#w?f5Hu܅=erJęGwwZʢaw/.;t uA\:/,TIll%0eldvsk™5.KFDr\찿IR\>/a4~>,bTc3jcv_oQ'S#<  pb*4o{u|`o~<e.cr@5 9h2(U/>{]01zmD?o`3i#A·(GU1;H\O^ 0W$b7JPGBXa~7O^MCIW ^,ju uN t tT*?>)=fu^3*L۬RhZK SgW2*KIZ{Z:Ñmgڪ ;TUScwU"Tal6mjyƂɗOZ2Cm< /B)H 1ځ8%\]f.i;|(~{.S[uXi -M1n+$Yvs+Iٞ'_+QTg9jRD2tŵhwRpJڛvL_#PɒJ!ٽ{10Oɢ>at?ӡZs?~a[.d2 A:KH_~j\sϱlӧNWH*)l=ݔ9v:i'g2 ) H1_LU&}~[Yf}e˳b2j崛f 6j=l¹coߊf4/5nxIb/|q}% Jn/bXu%UfuPsZ|<x`]} qn-GsqT=h5!:%@b4wAIE|L\"T ڃw׋/v!vEHq#M 4L`mIpzIݳgC5\ֵD®HNЛQ鉟IdCwMXU1֝G;S%Br40:l}5 A;)Vͻq}wby)UjָxG #V[>NӸ9U&ЀgV2}aSsj>A5g߶ d.s[jZM6[\oH6ߛҼm)_jFVrπZ^RZEo͛⳻_CSP*rV+^|ޘѣQ;\e1ty"R 6yEWcL1e' ~ښ?QѸ]Sa*V*Wv ?3j=?"c93iI1f/rqC L9|;?p}9;L&jol[4ugJĝV~8*q d7NӔGWNf!Eğ G!![XAȟ]A`? JӬzF!'`JdSk3fMغw%ߜ=.Kq9S,6Gd eizHu4.Ҋ)jb PY,25rK%\CT%I.}޷ 5`yr9,pVq.:z(ۀ}_x}e㫚d6R[]㟿Ƿ46LfG.Iq 3Y`aPYoq]*Ro-vqVڟLt5F uFYR\N\'lg2>s&=Ձ8in|ȴo2 DK'րiMk\ >D6mQċ={1IͱSRO0]C^d=hT.BJ0^7dx33f8Cia5l(^nw0^tF#Liϊu/;{"=OEi4SI~Fu>^ڥ1xiSXJ}u5ae&#6*9R(%$aӗt,Nyf2`ZvLbbĹk7c&s %<{42¡L Qadf* mq+Xxv?t3bAqа‚7(43ltkA_%[קB:ue¿=׺ĭ25 쩷=<!{j9۹I-X;uCTp Qp&V76*H*OTj,79fcʣp2I'~h;^>O dj76N7W[s"p <Ċ.LDu] |aVZq:6Y>e=.3%l0RkabTU:ݵ9SaS>N!ir^B!)v }.=P"o9iLq:k ;B "^!&>OкuK K`ܽ'p\y`5##gYK"~=DYttc@NrZl9F嘬Нt|NU۳kSLLU*Ȧ`Y|?JUi'u &Kk ,y.(fUAS̢\y leXHiBm9g7SC 6[0Fml eIw1&u(Y _kdali|UY|ۥ%7zBzyZ]Ss䅲{:ErO0Ts_trd'`Bg͟kRWa6_Vqd='T9sMm;E//9~Nܟc4A?2jl6Ky9~siMQab>!x3+^0oc"]`E<&SW`}ʁ]Iei͍n/G]66צ_64VĨcgݨ׿I瑵??X=O sf;wd*\ 5;+gsGf3 cZж`ۻv;w Q &C63)SiWj~ B[l^p } 8UhRSO.X];]k3K ^#ƒ-UwN3]9O$+M>Ũ9> <j@yj1|ey}qbr֜ -nfW%ȋgqgZ,Ua_~H&4]jU&?E/ɝi,|7MKon)\eFygr^]Is u^oSneԪ)i̜>}rg#s?閶)AJxmE6^|2MBZ.k>=lkqתVrfb/!1߃&Ő̃prNj1(ʎRσҐҋzӈ! OZvCh!pŢ`a|hC -"N6 zka49G`hbGMƘNo,gNV3 n NFCp2ϜJ,.^o1u-CzpPrα-;QpE F(Z hn`æ?]wd%b&,F *'Չ1lir˱'O%.0uYy֓٥dEtªUj koߓ_O-zdòC? {}(SA9j_`X:LMfE=1𼈸 |@=XSAU!{Pchyp=ك[ 1TNCFy1Lއbšߩ>U!, !rscЖ0s=XAw ̕C- rܙZ5XTtPN"Fnyjvg! dQzJnuR!}5AH?w04ߐ+pv|) \Aظ}ܞj10|۰HFv.z}瘝?7zOr0 ?Amq{ =f`O>Y7s \od2|ec,r-{|>SU؝/s'Il˹ϿbV?qe{8wI~:'s?tpOz̅ pM?|b58(Vn_!#.HJ\p*0T[~algg ?M1K{QͼA[GT&Pi.S4[wul TWc[_fSzz󗍅+vǻMwIbslM60 dK#ZVid/':U)VwVi$PbSVڄӻ*MlaZ;+5٪?`8 >i1v ٣fs>> w(6s*3^AMPdeiǿxl`+ۧwV¹ Q͙Mf\{Nϓʂs{-;0}2 @יiVx}umjZ"̍cCajmOzMM6LِQn&)R!|u\N'8}ӧR61&^cCpti)#I2CL*7bɫjagiŘ;ҋ>kyQBO'C4 [ h!Vݱwy )Ӟv;]tȲǷ=+[>[6K1qG.;28e, s *2sCuGRKDNVgϰ;ؖn-g}Q9kT$ZTb4`,z{1/CFVz=k(L9܅d!xYȮaҷ)t݄pC݉7~hu%#{ \$Y'9+]jvOڹkbVɒI m7Zl:?^h6?~Ox6K0ܲg\ v}9G9!"෬ԅN| ̶-g٭-濐L_L/6} O?%W+B y(oCTCYK\Iqy"mPPЃnPK9[+:w,5Ȓ=Aw!I VL*L$çب9%/_tz|܇E,/ $e J_TK 1O |]HZW"BdQxN/%{=oyTe+UW!j?J}2Dj YzJ=k=Sh/{q<}r,֒NJ;=lczzō-ncHܨ4669}!6[v]dHRSiOJzIEh#4/|R"j3|rr*Kٳ4U3Yfj\Q䄸l+\oOvG_,HѣamrvNRf͎:KśuufmD'50kB[M+vG%kũ4iti,Je[S[>MzGqH#l}KdTlI{QeHVh96@R URi?k>LJѾT^nj-_ZޒySiU<ܮ_A!1NN "^Jq7$PA=T{h6ugbhRzDSTWDr|Yo`8i>0 ,ch5S3xC1lD#?ChC{/DO+&$yr7'h-D Q+-4ʾעyp˧)!t'uynnv( ts ̀2e[oklmxde2n\2EaF ݯ,t{Y[(g5Su8C1[ ^=hg,hg3޲-q4,B NJد`bucz%ÞNa7 Fƥ=R 1޸]`NZQ1Bҫr w÷: 1qH{R$aS =#(q'vHPzp,#`9SR9nCbiSV*IvIsMwՎu:[vLy%y@ TpVӪdg]&%e%+\ L3>Օ/>,&`l+#^#) Mf*vm!RLvuK}~·V, z)דE{yědڝlˉ%XIi;H(9vf|V,8(<ًzܦei 6۔oӪeIvwV=  $ED"CC`T+E u^ hicN9}r,t̕$}}hT) G Fh4Sz8:F:tBlSҷfQN[bsEAj^CoSB6"  H "C>GK/g{;xref]n PH&Ccn<0t?C^rc߶lؔ-t*6.Z{M,{.D~B]lԤn }BL9줁+&mîw)k&K>/?Rl6 EQgSi's% Ku߰|Cn0 nMDi@c(}xKH%flK{)!XPD`XH 7ކyq)yԹb[ mLLy<7}rR  mxy7AA_b$j Cf FJ ں<9>={hzKZnerf {.qdmvh<* Ct# VxlVN$gںa'N`ksCe3n)t|W.Tt-+V&1`Q٨Sx)Ơ=kG45y&76Gv)Ư7B8XX$RH1|#ג+ő 򚁤38t}qCN8?L Ȧ4w|w1JSOmf?iU-h*\N^å5rYfUqdpJñNr9Sbp~J dY*˭ΦkRIVפ9:|c5gQISm=VVJueK}D4ƦWT04j3]XՑ:@4(FR047E_MbsZX%W(c2/RWsݚ48J I 6l^ jjObD "#ܔ[RBISUQlb5z;쐸|28&2/n'1aw>b>Na)@2Y!҇U4S F;::tc1315x'/eJ%Utt{#;H҃ G|<#[࣍!CG 7r U׭xu9`;^??TdayD}1bZKvBI>QޟT㐭npu}&fHrvMڅ;Xd[mVgƪyg벴&icE;RhFgf9-7y&ĿE3ey)#-:Q\-jvV6Yo~&ybq wV53=))vBPjk)b x ɿid`A:7RpͯkC,"JE W,,_mz5?%kMC"(  ֤&(Z"B>8D,y!=La]-%,\7~TF{KkNJVDfSzh R ?_xMBZ"Wy8;+UI`F%5Agں9yD3)QX_N/I $O .ӑq;~X>"ϻX/KR3rX.Uc.Y8(;e21IawRW+őI F@f]!*^n`=}eY)=h94,BP"ldF vwK'`7|̩lWwES~МDz s ZhzQv {M6Bt=bdz3%#K.c=e{8/B-'ض3g[$T~R{kUdhc*JW]^T&G5_,Í|D ąNgZB*SI!n򡪴d [_$./rM8{RTBܾu5JsIrZ]b_ AV^)^esh%.hZzl&j_ d~Kw ߣ#ģ>rUqõ c%u+a_P3aRm0۝=)}<֣θ¢4>|0'q:y2a?V{£ :FT"wl]g d.n)`}NCJNVƔ;H&%G{ڕwOl:p5ZCCܲI In݄3Za6TfuT$ ɅTUg8RSVG-d*fe+Lc.n~ݞK]P>%lcjRXӝMdFv6;dږO2i3~T:PU򲌤"9!]:ִD ,LXä ڤ Iʶ/׺/'ti ݬڕYTH&8E2=Lp "*5I" ;i^7؅P7 w{z=ODH/I؏3Bi`*d%RXMTeqBs)T\4ɔ+`U{![2?b%R(4_ST5> ܬO>  8]m{poo8q0}pQ%5&3^G?Q_L_חּ,=٢H &&^ >x>տu+ B(|_svvL۸wؒ kCT#YnU?_'E J_4:';yJ}3.7X B_oj庴e%%tjr:cͥ?0~By̾?ڪ7%gFLNtO8I~<ڃ&Tn[A1J"C܀sJ f./Z͞C $J(pfF@,OIhMw- w0l 3{a n |LଶMm;!mu) +?"Gߛկ^!@o'}ư/t A@"Iч3n\8,̘cGE ;X52E"enBMzs1+"hj9_w^NL)MRy Ial+Vhݔ 9i0`M)iʌhs{uPj@r2Öͪo0|o^[r&ժ5>zhlX,0R}}.2]*èyEVoqh5GK8-ё0Q,uUkm|G:qzʤ_#z(ɭܦTeu)"@qψfCOF.?Mm`MX+pzFio|(&_ "T !^KXM^߿qoԣWJFI̟q\TN"$J*z"]]ۚ>^;O+ OZnf-RI5)](6جRYV!ci"b5xOD`3+&6K"۱dk'znCvl9+cX"1`Ad|XKz1w}L{~B7yQ{ OI0-dI. %zCC g0z=^aL>I~pVc ôcCb5UYĭoǁ g|a|g#[HNA=FU5Ff_YGɧG3-cl}V&YR32\X4ٚN\_Չ(n}]>^(2+8$Y96.?V{I͑-BHEp+_6|Ӵ}ٜ(>dLo^Pp`"pA|DHV!Pp\>+x}8=S1fO5/H?1:rbVވk6Z-q p45mT`TZ ;ԚY'y{xDn%n]w1RY$ewPLUg(F_m71 yE WsK0Z_Vpִb"UΚVo&FJHyF)YQ&|spVzN7]N(Lo+nn)[pzhiI|ғTʓ;ŞGݶb+l؄m n `C)-β ߰W+k7 y ^fBWi?2Zu͞ޮA^z) 8c|b8ccJJG|*B.RW1e풸fһʿ׾ga8]ۺ䯻?Z!Z2Qc8>h  @%%u&q|fG#Kf/gztሲ9tJ "@$9 J5ܡ`{ϰ3/! 1D $(ha Z;Ao rt 8"h\}-XB;T;@QM*'@?&IgA~h23.lZ讻9S7)ꯋ}nO3ڇVw},4f}+NԼ}mo6ƮϬp9d\?2ZoȵkAZa^Q8Sp\4澸o8蘾z~|O|8"u3H6YX%<T@p<([fgHc_бeavMyj0j~dk4L&[0p:LJv7 %;)IzΏbuoE!:1` Wtz; K2spLsD\z{XWwml>eg@{IUM7}G^7;Fjq3SnA%~5@p`J՟vly;^c;w|eoXr۱AT2'єINӨ2WӁW :ޟP:u&)/jl:E ϦQLFʹ}oli{ fnMnM s{1F[g2.SdS35/UK& iniAxn'&m{[%@c<5Zz^ˣw,(t wL@7[̩q8Vú? ٱ ?f9;Bh=;аcM>s&=$cXĩ|2lF6;|u}&d"|[0ټ kќʐ8ץ~GzĜ"3x$SVGq3] SpT?{8JqM8b"eZ/NOۏ+b!*'F;}WG2G4ӓ&ZCp7yDx,Lh,=,n"-P8@⩣ } G ;6:;rн\O?Bq;SDTˉʕ\aE˅5v=q![ l7yP _!ҫhXVȪ~o 6#Ӛd<2{J8Z 39 c7#[6]Op{Z{Nž0̤u106W3d0 [~ҭWol6{a3ٲkw'D 'w܈HUV9\ּ @!c-Ys;"8{~ \|=wp(;v`SA4*=U0KAyj&r$V ꆵ[@LM$E;" y~\Gqlsr YnݨRz dj_߽e߻8>.%˪pİo+2 Ƕ_cQez,ptf e j3QcPKEi1>:풷uM{l+q܂H< [OAEMub_ʋwu8Usd:e }U,π"jmYXn%2jou[n(v<+$``)ǀ="^,rQL_;)Z3Kr#f~ʘJ xD9n^_]{CynbX^Оu3e^Z>HE!KLhm/H3ݪg6G>P䖱wSZ8P#A$ÇV97:hu,qFbj] czǷ.!9By~~n7O%u:36Z/AOZ(;Y:Ւ䃅ig۹iq!4GI"C7d<2j o#ao+70>")t-!FOnq['Dt Q8DG`GPpWڊ=յsZVoݻ(زl@&V#Y˸%j N[*"Y+2+ؽ ]7}O *t"B:1 2\ wmժr0|vt:7L~#=0_n 7{$||s<@3Z[g/rMZZ[k7|ٷN TFmK%#\Ÿo\Uscd@ G4Ht-_ƠήUuruk[ **nEw6 :`؊$JV7\G:ͿF};OM{$5:㉭{2%PSXX\ͳ_3=i 8AQ㨰.fX:WGY5W-),jwr6>(&dC@ۑ̜v\8'Py6q\# 3@}l>t  >,SztN2t{ua7K1 2©!?z!B$+Zc^}].-[  -^#Pj棗i^v1ͨNuffޞQJO6m<45'7oDHS\lI '1.żwtF i4wVA2ZjW(( %<)U5SVz Tߤ51`-bK)hY5ԥOyɔbڒ"0KG,8˝Ud) Ig5u2' 8O"'RzJ#R\jǤ(# ghI6G~b;4$}z<^ff73C"Lߔ࿥},$[v+E' _x;X=x(p|)zhMvEV MU8zFFBw=Ni%"KE5;Ydbȳ1volxn`پ++4=3{'Y=:Fv.S~4a)w.חZHKN[AFh(7AG2Ur;H^ +/kYt^VDFƉMo[*kƬ5f36K)u~VN)-=-l|9.xD)a_#פ?uq~Q)^UcY:) %ߔ:Cm_>r{8OOsrz3obE!G\|dehKKP:UOK{Yz/$NGJ:CVg"92-^Y:|.ZeY=yAGؗC޸. \cp~n*:Sc4kL|r0׌XUSN۶ 9OhG~ècQg(P?'gLE|s}~.,^;6pobWA|j`{־^usLa$SH>2 j z6` _x '~IN f("xR!&deA֠` 8H[@莂Nao I\7Ȥw T4rpdoMCnC 2!-\f"$7Мܑ_:B@Mڭ=ü(0.Vw2wj4hue59ֈ,cҡrJW<=vZU9y6U,sF( ~͔?Y3ShmEaAyyAa}g晬sf+4+*W)}>לU*[2eeGAE[ FT{;@v 4q\]*9*nj8Y6;aon2McɃBLЉ&C:lTƋgõ W ZpsT TV4Vav?}:$L>Wë{؅狻'NiK|ݺ׊@,s]Z/(@>3u!Jbш\@I3urLbnIpm$ ]:y:ML' EZ9ϵZqÓ'[x3ơB,-UD:(3G* yx螊kn2){"A40, (3UN&Q`b yN#( E%bEVw&GL;YVe)v%g-e[0YɡUDC37XX-4 &τ&`櫅QT3|.t=h&缕-d +6 =řzn=eAG9s^5YJEؐ s\lsE{F@FLe,ɸ ^;ff:%ʻSg&^K t'My&kk5jլz9/UUW K[w]O!1;O_8gF{foX^Rt=mU]-Un}a`7h{ehedXQmY.;{눒I}ʂe egklQrAR1 ٬Nok}}W}nNWlҬit-dž#Busˉ73sm3gBdF>ՎF RP>i*,~- -*#'cwrWav7c;>O~*JKt_z=o\yvW=oͯ&[ii*=Z*GKt׫EhJߗ&/gG~=z;m#-Ny,-MG"hf[MKM|RiܶńHp xTFe5kPiwy k `^Cw;]4&曆^iU*'0ƷlM|~7$R<$''Q_Dr)4%Te4|ƻGF[ڗ~P8q"ql4==T>0۵' IHQ-)`{y))&A{b;K_|Β[_J.58@| h[QzLJ`)wή ]Sr1yT8 :5ܵ5eN۵ߵQ"?5M`)gib e+l|r|Iqo7b/ Lrƞ)lN 5峔4ƷS)'$>]*=HD{'PfבI hAZ?SJP⸗kDZ*Q(9=C"a )vQC-r6ЕPX(vWXs^#*Iy7F}ր=ݘinWU?w@q ~ 9"2$4pK|2%;\tI< j8(ָr!c^XE#5{'l)Y=ȶl߹jYebQ\5Arm^*y?}%o>@MYd֏C^uκޫG6[r; Z>(X?$l_!=Ku!?DA`hNzPgإ%ntsP$nm؂c|^T4ZX؜>J|l SENjZ7\{&w ՛pZP1'%4nOhr-v% 5&w-Es D;,2x1$#Ը,hdѪ(.~LyCj7[˄*]^/r>C੐k LkNw.moχ)ELxbq '+n^B{7JzN6gȊ7NP}hNz z"Oۏ Aƥ_k~FN~~])!PeĊ;|J*-\ܽ۱;#=F3&O]YJz}VN֞}FhF(ku%nto{!cf12 wsdk VW^Jml'Kׯ}R.T~!YKyeg#؇{*ȑ1ܷo"U%~m }3Jd}|FA">NEc_=B[gCFt?|V}^ >7N PөxDBGpxӉp/nR+ oFƎ(ǰKgDu#H`C4||(7-8ʃ`V^YMkHKTAGs]?cb8F&4k e|KVqk7;[ik'ݙg}\/&/N=!R}  EXYvl:_]uԿs~QMUOw84V_u:È2jS\ǡ /> 0@BaB&7pۼ(î8lޭ/X`{lLwrv-l.' %qgrחrOIGXBd (!Ґ5ΐ3zz݃YeXJI5ĞLsJCeRyz mvK]n[}]lei49ՆZ= >e=5t;9!9^?bdϬG.{Z/縭%5ЃtYFnӵ2mEc4dbWf9.%KZ>uG? [6<)w9.8h׶[}CWAuETN6s`&Dή룐ʮVD",!P WR3ͰR/o$ *h"Rg ڡ( %\B|.arWo'QL⼳S} 2R^ Aspp EAv&4c=*Bkn&+F.TDW~CuXrμcsFׯ4:Ac9h?9rVm_nlT-&T4݀G)'PKF2 9B[Nd?wʖfǃ!7IS^. 6S/҇=l=f.)q %Kx] ػ* Ix6?}%J#2\!&irՠGcX~Fb=?^_7|q=?H|8-B  ļy)WЀ=}uo1Zr{Ny[_'k1ׄhOG"Tza87E{Gtb2~,<]Yb')|5ZMs-"_ ir%~8>qpQN]5pQ| BQk:H 'b,+++D䪉|ė T3o7pڀ*՛r͙ %6Gze!$<+(s;ǎv!ʔ&!ؖmɗXИxTDcHO qcH/nl)JᥥDEF8#bTxZfIE"鐥i32$ň/5b@e&Ɨ51&au)Y;'| ~Q|w!ZL:ǿx)UհOaN<i_*d-o3*k޿@@OKD,6?$SR`EtS[*N eªHRo/ԴNrC݇dFSGCMqJFBN7CeqFׇ׻₽EmɈV&iayJ%m7ل!ֽ:?Jw9ʫ+'HA瞋"6C.O.‹K]=RQJ2cXD$q poC9}?:6M:žkPGQo_]WеaBy,rQAov"/(kuU^ex*$j 6R)N([8e(Hm6=zs.Ilvd" }Pw-?bҙ&4 2|д)Χ( T!бy(;kp䔈a2JF;Dix 9 ѲWPc(eocO>r'1wy U+=1YbX_7akC旖-{9ֱX{lZ 4jC‘HsҷOMp}ؾډ4zޞ믟0.Q7B5<>XHS#5LHqUE(;TPUSP ( eGTf+{VuG6TڽE)Mrr j_l!OE!xg&>HJCsjlܣ{Wky5ϛ;fz)MKjYFWVΛys38bipmh>yس+Ovl!oyЛYѣE|!U_QO5~_rٰȑ^PF| ?t 2^XxY x5B/o"DYލ_wU2:I؈_:\ vVq0Jecp] mǍfnDO2"iaP ?˄pcsb; ׅ_rq:[ =rZUNrj<^ʫf;Gnj=d#m=oIy"VnP|ChH!BF6I_w(?U*^Vmҫ)ƍ~H_@?ثN@K5 rM{j[TR\}D-_e$Js 6e@pW(!QvMQ=+#>b/@)M(#5TAiybBLFQ-It.}C[*j@::uu Wޅ+UP&N<3xZ!+,<*|CqUu;rH4vUcs.SVpNSrE++GբRLC3 1Q6߲H[ŶݢoOϹS;4ߙmgoҞ\]CWTy&.ŔVϚMhnfrhrVhxV#UZQTKB"|]f-d~wTC8xkٚzkDY GA]e8k^76, vBTixjz$KdpR;a9=8LNb q3P"EL%?ϡ$ |&3*7O\DGcXzr_'WfcrBêgLzl wn qov UO>;6BHP`Bl9OrgJ։PT9՗Gw{R@xp]J{sω9\/@qV jh ZIQx t->@-H!#wJ<aآV:^_l5-ŗk75?7KywcөU1]g r34c'S^CyGly^ˎ {ڻ>F`AÀ96&8)) z {`u!cvL1-d mgw@,裎o7\^,rb㊫AGxv-?AUM]Wᄃeɖd !ْ%[xbc x1c301;Ha$f`eCvd I4iC~Mۯg4M?'ٲ1 K{s9{ Ux<~-> 9/a(3FR7Q?3cq©/.XZE4Ix(^ oXc044Aʆ*hiR:q|#.c00%L֗1Mvp!^<\Wolr|v0A'CwzruVu$9Ws[ŷF]4}Z>;82>8 Yӧ:5$I2pKƹc::/bKv%k%o|#uGǑ< ? /]E:ahs%F,Sgj:wz7Vʉ}\q1UXlckJWEJ-uXmr<#[HNkP*H R+3#C:mv1~buV{_dY;\./wsOG>(~.JVrz).ϰfOUvִ:C3 r'?&kr VEma#ҔT1L"<a{pGB\dYu!OԜ ܰP IeH5t3n/5ѧp;F3И# 9ˆpP4;D.xZJQ J~@`\H*+3"󤕫]սUfv:vՍB˚><W i:~dž|! )$0{! d^j08{ߗFx6qӲBHIFR6"gtcAdu>y<Д/@I iz$ͅsDzRD;6;JJ*SөT$C֑BdH*6d0+rB`or)qHv IvFR.b5gR&lĀOӂ/ ;& (&FQij؈@[ܴ E$ 2D9z4bmtzXm]PT&]x ]Y.ɟ:j^ȨXT[5y7VѮ/w_ذ'.ڴ7vQ>yD7|@%%"_lX<.SOhi~I$Vr|uQ #tDz 2/waһ:w׎k AvxF2_^﫪ECfDb(^&vtDM0 yYQP(L-c#N-[ ټU/V/'Ĉ@|Hb"mCu`})x8x.EɀRğё]桦]MauG9w[XTJSAjgQsipܡ{ q>7:f4oÝFxyTek7 iwqB]݀Nzl̏c5#^6%P{h4mr£rخVaXkւEL1CG֣HN_!Zzɣ=(]@ܶL1) d#7ᛲ{dLН6SřɅ$ j2TwӯFd&xI W!ǣb)L< 2 \A&\O(A <Ӄ*Yll25\,v'kdӯRR-7QNUF/̺!^lG ֮'j쨎N,"yj?Y 0l%9C By/)ns$^(,nwM5㸅P\u[J>,b(BpqO*,lY+{Հ +C,YþA5iOލ%iS|^<8|0\8 <@C^4̃6|S^12U)z{䅅efD XQoiHyhC;iwG=7%H|BD69ȅ cEdHh $wT?f}&~·mun[ψ/{^6'z)}Y-Po٘ڑĿI'>)cy>z'=+'*g!EGSr9$4j_{(n73@71[}"4Y&6Su&TswKժ$v35@0~;ITޡэ1u+ ׏򻒟tbtYBW-Uč e[g,}7>apx;BYb+(])`+xFe\okp3#̯繞Ob$kvPG(lqEz}t ̈́ox@i~knzfYkMN/$VKtź ? ϻ-/?Lܝ Srz1>|ι3{-BS)rLTE@B6җ0sDoi3cC/=6W*Ǝ?y?p_=3KgL|a:8_q:Sz{^`'JpNh#C%ǷX~H9*Y9o RoshV}ULPL4$>wE&wt\=~VѫKbS[zYV=K2BHb%t\ߺz6alVj*'3Ul}urք6]ԥ;]mzXX*;*1rypE C3jnشdYsjs 5͑4o2js Yj5ZHvPQS/R~M'@,t&ʸHqe.=y; aX+eyP/p\oܹ]ހ7+aE=+1MQ<vj\JB-=og͍]k<[?ީҹ[H9debMpq1+Rnz\1"PFu.H;]rVβ.sf3Z,,1*\N5™iCBI8=y^>8|2t.gn10&@XXzZ`~2[i%:2s#IW|H[#nZPT?">4?CG3j]1+t91wQ܇&B1s,V9B$'sGYR1_6?]>SSf9 Ee֬<\ YmkyyWq}, y`tX8H `ٯ؅$7Pu |vED 0AFv\:lG8 Pr7|콯''\ I)v CqgF_$HvI\ `r Ǭ! YIpWC=kNKh[@ nTb/\ap+(=UqQ{0/ 8lpIt6KRn'JBk(]\m(;ϊwoT;wPWeF !4 5`#Sgul}b(c-k-$L se!|.V`Ia<OsަJq<o_dӀi] SX@r lƆ=}uӰYO ׾dٞ6Wƾa!Nϱӻw5jCv}v |cG#8Tp>"z<F%5Mb"^xɂD]Ǟ{._4H4rIQTA<́ ~ciQrKDmQPQ/SQ rY0'x3PFTnHC?l-8g_M.c_U[Wߺb$(YQhT ikFF~l̸j#+#XV_lG <:L}Fd3iŽT4?땽A˜to$X$)݅#caR RZT#i֩E)4Uk˿.ޭr5O3jghLFC\(Zlc1 MI0aV"5VȞ٤0 uzP5bzJtYsCz>5U}b6ؿ%h6ӭf̦I+ItQ𼂦+L q $ڵb|A_ O |103ɯ& Jf!:ţ?RG,AH*l+iPB lV}qUk0?~@o'*!!XI+%(('C"}Uj&InY2<+'~wI>@"3ȀV9Yr:W!"$٬`bj֘E994LϜYSf' Iòe Blj*NES6oReK}jgS} &aZSsdV56|ɒ.;45m=# ajrajT*i?Fն:BM'y[|cʭ!՝6%*W{wa^t 1EQ$xؑԠ>A bV^ğ>N%7lR-Ws;TjrJUWUe ~?O"m۲$JVB|Nb[U3#A'~Mt\=WRFR]jrr e)edi/^nZZ8S>Ϙ!vmcGj>Kɖp&#{"I.uy 'AM͂O7eLe*U7aR+'an'"섆0լbOt';E[Zv7;-ͣhYNcnWԍY!v!oY z;@ZX]GuR"{p.6Rr|R];7pA?܊sk;sGQ(q5tںI3CV OgW˪Z? OoAaip @"v`ntM}}σ]+lV'ߜ7Hk\]2=2TX>N;S t_c]9nWZ65 P,}=;r3կq<"l0 ~8ݧ{y$:.Vت(úƠGuM}fݰЍ+CvF5eJL j cVPuM[ecVE-D>3TqK!J¦Qns^wtύK+JpDÅ$eZHTQ:ͳ;,_֮Ďt:2s X#njmmPr?uJM$gZ$qb h0G(X#v_/k3ٯWAQ2kqk׭M>'PRP#7V޲rd|zf ǖOӤ7ҪR2߃$jzu1]kPSH:cu3c:Fױ :6M[kRmB|E 4󖕃-c7^H8Tk92qVk8s>V}ldaf5NQҙY, ݽzb%QֺmYZg4GyX_Q %Fzu!Ê6ad O8oqclљidIM4b_5ޟ_UBV& `19+S]U*| \X̗) F:<] N QUMݘO7&k-&%(Y+kRS9J-Y:'w=Y-Z8ԅ ls6ڿ?7_?|xTOPdujW#W{rU*<_D.<P5&6`UKl}$a3-gzmu W7LjrB4]&&VUᨆX1j0yA8 Zf1T/ :μ9JQUQ%.Bt4Uv#e~[d8 .} GvRRV**q-:JGTD?$*3s w`2OZ!h IBPĝr&_Iіw|Qu+ERnb42g"<>gzRn׽/J0qUc80l;).Sm)1 ܤ>>akMqC2ӌ\ @QH#%ӧV[2P# ;&΁pC "w nT%hW\4d^軡&7s]Ը.]=lcؔ"ԇ9rCP@}4kWEKQ׊q>\ԇlA}]fK& F.`%_Dp|X>T>?:Ž9o%-IuRPSOưڙh$gN~]y9V'\2(̢2g9Q.Gr gFObsȲ۶ Å~:Z}>yJ2-7e % `YyG=Ny  2~FPM ?WTBKmTA.ERm^ߧ38x !-T=q &2&":Mv}vϑ{qӳLּŵ"9[$kP(Sz[) 9L4e(C]bK_MRI۶?-|ʤQ_9i}vTJLm-{iȯ_avuF>:Զ]EQh) /HϟZ_ccH^*BBc[U1.*Vx\4SvH+ہD~3zUof1gï1ozPA4(lDsgÔF5{qnKczE,Ap]=l|g٥1,ܘX_@qm('Ul)|WBuhf),Чj̀'v >Xp{[gRN"(C;K1-4\FC{ZA?Gكd$mAQJT i8J68JNX0Z 8Jqפ=8J~oC*joècсx MO6J*"@< m m68߇gB)kzpqm]SF_2#e4qԞs-YaNqo, v߄d7)|S!)$&Hw#p_ Tꀊ ,) +:DW0Ac$ ʮH8|e]P;48%ġ-_wGn`+cu'q"o7z3ћ\\V!aԊZ.k"D qW:4(*6+K9< { oZXGuZQ-GexdkN 7s ddn^cр"fs3&_?>pj'/ۙ_;N .K ,,e\6Q`" -2 /; oN.AS?9 }r-îB2d{#n{M?:{`o ZP<߃Y |S3دՐF1#WmD,-ZPxc`d```)x7"+<\lcq``dp xc`d`8׈< @xڝKAgw{O!}F&TQ#jD ^CJ,M!X%*-h\>{{s;3;3{@:O'^$~ET)|E4䟢(uJ[nC;xK>"|_E?/ *p1e`jxn =%f=8걁?\E'1at9{jCoH|#/On|؃JTC-{Efwɭ7EeXIl Y_̳4m71s+E^ rio2ދ6~|aNDZlƶnuޏ@`oPF]s{&s G~ ?;E~]YTElyUQRrO9GQGfxc``!01OcyV~3OBDXDĖ'9M*CZDf%y=<TRASD@NMAkf +,k.Y؄^psp"W7_/~;MKHl 2 J I Y" <+bV@[hE121bb;j$$V%=IQHݕ/++&$\GWE %q%JJ))䪴⪶VvRM[M k4rNjjn־ìcOgP筮]%3{7t#Г3Hϻ^^ޜ);zsKw?l­IߦLju33f͎c6db D,ϒIKo-|VjݪKV>FfMŚ+k}iݢ,֟`a†C6n$lӕz6e?[#6oAxc`d`` L @,A'xڍRN@=mф ӥE!(&&ą<6(?Ν?o` 霹s)as@=U#q3FNG1e|hƶx gƏ?!ajejB<7 1k'pQKMB \E\Ǔ+'z̓㾏M ,5/]jX:5dKjf#S~YUbH\0!A[vG4;#z,h}ӟ{/^GG$Rr[5JO QR`ߝlpyT5rYy6oUUTuU)VǿkOAX\DՙRK]2SEO֪6ͤ\͎wI)9EءǑ 'EJuջtb=B"bR2r e9gVd%VcVe5Vg d-fe=g6d#6f6e36g d+fe;gvd'vf8#.(vc43=ؓ؛þ8 0gp!q1p)q9Wp%Wq5p-1빁[۹;{yyyGyy'yygyyyyWyy7yywyO/o_? 5n̈?бG} 4ll涰eîIN:N:Nmeƶ t@7 t@7 t@7 t@7 BP/ BP/ BP/ F~G~G~G~ƺnƺnƺnƺn&n&n&n覺nꦺnꦺnꦺnfnfnfnfn溹n溹n溹n]~_~_~_~_~_~_~_~_W~_W~_W~_W~_~_~_~_~7~7~7~7~~~~[񜥸KPXYF+X!YKRX!Y+\XY+UӢfont/weathericons-regular-webfont.eot000064400000302676150211511020014021 0ustar00LP\8Weather IconsRegularxVersion 1.100;PS 001.100;hotconv 1.0.70;makeotf.lib2.5.58329*Weather Icons RegularFFTMp/GDEF$8 OS/2tdX`cmap:cvt +dfpgmS/egaspglyf ykheadY %p6hhea q0$hmtxFr"jqTloca6umaxpv namenwpostSaz prep+X.webfU=S8 229UKWN@   / _%>N^n~ / _%!@P`pd߲   xzD,KLPXJvY#?+X=YKLPX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-DdU./< 2< 2/< 2< 23!%!!D $hUD1 { 77s+Z3ͰT2/ Ͱ /5Ͱ25ͰN/ͳ&N+0ͳN+ͰG/kͳkG+i3gͰ//ְͰ2+$Ͱ$+Ͱ+cͰc_ QͰQ/_Ͱc+ͱ+CE992@ &)4GUWXkty$9$|9JMi$9TNg$9Q9_a9c9$9999 99 9995 #9990*,2:=Q_q$9N$)>@a$9&AK99CDJ$9n9Ec$9G9gk99uy|$9t$90153!2"'&#"3264&#!"3!264&#"32762#!"%;27>?2576$32;2#!"3!2>54'654$#"&#"32654/&"632&+&26=4&"?654&"327654/&#";264&+"&s)??R $&4Uuvv&8&vwyP1'&T==*n&8 $_8ː -y/)hA'(3FLs7$&5L66L5PL6LRD " D$(6%&67%&Z& 3LU7#QN17 Wq7>Ɏvb–A ƇJE1(&Emh[%33%&66&4'&%6%E%#E5L6J7 !Xgw+?3 Ͱ92]/eͰ/Ͱ23/$3ͳ3+Ͱ,/QͳzQ,+O3LͰ/Ͱu2m/ְͰ}+HͰ6 DͳH}+ͰH+ͱ+93zL$9}69DF9999 9999936DFW$9(/999T9)}H$9z,x9m9990153!2654&#!"3!264&#!"7;27>73257>32;2#!"3!2>54'654$#"&#"3!2654&#!"32654/&#"632&+&326=4&#"32?654&"27654/&#";2654&+"FH&55&*N&&66&%<)^: ~sΏ!ߐ.|uO0)L%%43&&4D&)3E"(654'654.#"&#"46?2576$32;2#!"&7264/&#"632&+&326=4&#"32?654&#"2654/&#";264&+"-zXr|1㶳5ˎ}F(!4?$'6:o6"(!2&)23(&2M" "4%&UEL3E#&g'%11%&jkrϖXF)⹆:>̌'D7NF5kܞd`)22)&22&1)'&4LC5($ElJ2L5 = L[kw+ ͰQ/YͰ/Ͱ2/%3vͳv2+Ͱ+/FͳnF++D3BͰ{//\ְdͰdx+~Ͱ~q+=Ͱ=+ͱ+d\F+99x.1Dl$9~2nvB$9q5s999=9;$9U$9999 99992$7;$9(.s999vI9)q=$9n+l9BF9{\ad$9i9990153!2654&#!"3!2654&#!"';27>?2576$32;2;2/654.#"&#"3!2654&#!"32654/&#"632&+&326=4&#"?654&#"327654/&#";264&+"6(&66&4(6%%32&3&( &[:g) yXr1a&%65&1&6E#$7D&'17l4$-%3%(68&%3J;H4%&VD$! E$&j'%33%&5U%33%&55MJ5&%3Sj6>n[;qΖXCKc&6&%11&D5'&A5lޜhX%33%%65&3$99(%4LE($FF'5L45 E;HXhx2=4#.546?2576$32;2"3654'654$#"&#"676&'&3276&'&327>.654/&#"327676&'&%327676&'&73276&'&632&+&326=4&#"6?654&#"32764/&";2654&+"*9‰(,~29! G " ER @3o )&#A n" # @"AE !AD$'4 ""  "$&A p" $  $DM!! >n &$&= mrk7!/'6&%33%&6PK7&#;F)&EJ5&&76'(6 ͋;>͌5w_ɗF*V# "#D $1EW'A #$ #  GF 3 #(E;'&D42  0&? "%l$ !!#A$ / AS%@ "%gۜda&66&&66&WN(&6$CLB6&6&%33^ 5<M\hu8+'3ͱ"B22/Ͱ/gͳg+Ͱ/7ͳ_7+533/ְ Ͱ N+UͰUi+oͰob+.Ͱ *Ͱ.+ͳ+Ͱ/ͱ+N :=>K$9U7M999i5@EC]$9o$%"_g3$9bd9*,9.v9y99~999LM999 !99 *,FG$9d999g:9b.$9_]937Ry99012=4#.546?2576$32;2"3654'654.#"&#"36&+6#!";7654/&#"632&+&326=4&"32?654&#"32654/&#";2654&+")8;'2Yq1 7  FC>D$%6:m6!+ 3(&22L5L:(5&#WE$&5B$%g%&67%%7  Lj 6>ʎ 4lqrϖXB)E'(E33'%E6mޞa`(43)&22&/%6&'4JF6($FH#3%&66u 7;KWgx 2=4#.546?2576$ ;2"3654'654.#"&#"6?6&'&3264&#"76?6&'&32?6&'&7654/&'"32654&"76?6&'&232?6&'&2654&"723276?6&'&632&+&326=4&#"?654&#"327654/&";264&+"$8^̼$)|Xr1;#!%? %%$@ R#&55&%1A #!C  &'#A {"# E &%"B <FGC&%4$&22L2B! %>  %&#B ' !A %$(A OL22L2A"#!  #$%? %j9!-)1&'67&%2M9H5&%;A ! EJ%%33%&8 Nj ;>͐0ljqϖYF)X6 -A$? &&? *#3J32/ #%`'= $#b3 A?)@ %$? zLD%&E$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&221  '`$? "%ajٜj^%11%%65&ZP99(&5JC&$Ae&6L56 f F@M]o?"&546?2576$32;267>54'654.#"&#"676&'&676&'&327676&'&7676&'&654/&#"327676&'&632&+&326=4&#"?654&#"327654/&#";2654&+"֨ }̵4̵N O̓~-~Zr/ %#H !#G NM7#" "#I  PJD>A!!AE&'6:" $ "#I q7$,!5&'67&%6SK7%#;F &F%'j&&66&&4/ ϑ:?ˎ J ! scqЖZF)##!C#) #-M # "#H " $ . I U'F:'$E4###G "gۜj\%33%%65&VL'&7LC$&BM&7&%33 >;L^m+'3Ͱ"2/3ͳ+Ͱ/6ͳ6+432Ͱd/l/ְ Ͱ <+2CͰC`+gͰg+Ͱ+.Ͱ *ͳ.+Ͱ2Ͱ/.+ͱ+6=f+ ]\UV=X+ ~}vwUV\]vw}~........UV\]vw}~........@< 999C99`M9g6RE$94n$9$%"2$99*,99999@ *,HZ{$999999.$992699ld$9012=4#.546?2576$32;2"3654'654$#"&#"3276&'&32676&'&32654/&#"32676&'&632&+&326=4&#"?654&#"32654/&";2654&+")8)-}1@## ? '%#A  ' . #$%A -E#"8D#'W!! 1 #$&? q7#-&6&%32&(4NI5'!WE$$4BJg&&66&& ͋:=̌5scƘF*m3 Ds&B $$3%!%? $$G gLF2&'E1 %s%? $$"kݞda%32&)45(2'('4LC4'&FnL6%&7 5=M\p~2=4#.546?2576$32;2"3>54'654.#"&#"6?6&'&6?6&'&23276?6&'&764/&#"6?6&'&26?6&'&26?6&'&632&+&26=4&"32?64&"3276&/&#";2654&+")5̿,yXr/B"E  %$(@D#B  $$'@ $" %$%A 1F6GC&%6_"!%>  #$(A)?1  '%!B ! 0 $$%? #j2$+3P33P3P!!!4JTB!!E#&g4$)45(%3 ˋ9=̌ r_rϖXD)}8 #)p!C &&j= #'n!B %%m 6  1j%A %$m +(E66JF56 ,l%A '%n<"$l&A %$m 3 &j&? #$q fݝZb(33((44(4(L4JD!!IFG$42&(46 0<FRany2=4#.546?2576$32;2"3654'654$#"&#"2654&"32654&"64/&#"32654&#"3264&#"3264&#"2654&"32654&#"632&+&26=4&"?654&#"32654/&";264&+"8(.~13J33J3"&23J3F!@D&(6y$&55&$44$&55&$4#&55X4J33J4$&23%&3hn6"/'6L23J7LG7%#VD'!5BJ4'%66%&8 ˆ6>͎2y`ɖF,&66&$44Y!2%&22('F9NA5B$4&%55[$43J44#2L56.&66&$44Y"2%&23Vjޛd`%22%&67%4%%&6(C7&$E5{&6L56  0=LZkw9+(3 Ͱ#2/3ͳ+Ͱ/8ͳz8+634/ְ Ͱ >+DͰD[+aͰM Tͳra[+lͰl/rͰa+Ͱ}+0Ͱ ,ͱ+> ;999MAI99l[8X999rT^egot$9a69x999%&#z4$9} 9,.909 [a99@ ,.AIeglor$9t$9;9}0$9zx948Q99012=4#.546?2576$32;2"3>54'654$#"&#"32654&'&'764/&#"32654'&'&'32654'632&+&26=4&"32?654&#"327654/&#";2654&+"8,|1vZ?@VK " &+H EC>D#'44ghVJ> 9OW=+):c1hj7#.'7J21L6L %6&#VE('A%&3'&56%&8ˊ:>̋v_ȗF*=VU>'&$ +.N)F22JE6ifV|a> 4iyg(::(Bi Ukjܝ^f&66&&22&0'%'4(>$#E4z$3%&56 q  (7Rao|/PͰI/^Ͱ/3 Ͱ2B SͰV/Ͱe/l/ְ8Ͱ28Ͱ/8b+hͰhL+ͰY+ͳ}Y+p3Ͱw2+ͱ+8)9b#&05HST$9hIV^$9L\99}|9{999Ptw99I;q{$9^&@F\$9S$Y$9V-99e0}99l)5$901;2654&+"3!2654'654.#"7654/&#"46?257>32;2#!"&>32&#.#326=4&#"7654/&"32?654&#";2654&+"Ͱ>U+V2PͰ\2PC+7ͳq7C+b3yͰj27+ͱ+99.!)999>&99U;@99PF299C:A997fv~999LSkm$9;bj999Af99 .7>C$92F)~99`&qy$9Z!v9901476;2+"&4?632'&47632#"/&4$32 $7 654&#"4632"&55462"&47632/&4?632#"&476;2+"$%11%%61'&3AB%#3&'pΕX8ݜ5&'45L56J65L5M$'@@#&5#$0#%77%%'6L56B%0%'33%'&3EYpݜ)&44&'66'I%66%%11%J22(6%(3L7J6 CJ]m};36&+6#!".546?2?6$32;2"3>54'654$#"&#"3276?6&'&654/&#"6?6&'&3276?6&'&76?6&'&632&+&26=4&"?64'&#"327654/&#";264&+"թF   rs6ο.zsO1i"  "  &&!B E"!@C&(6v #"A '&$A . %   $$%A ##&  %&$@ k2!/$5L33L5SI&%:E%#B$&5'&65''5/?\y??͎ubŘ`UE)%4  0n(? &$o =%F:'%F41 #*n#A %&p"  4l&? $$o3 /k(? #$qg۝iX&65''56&WNL%C&%B7'5L33 ;HZi~;36&+6#!".546?2576$32;2"3654'654$#"&#"32676&'&7654/&#"327676&'&632&+&326=4&#"2?64&#"2327654/&#";2654&+"ҩD   rr8;).~1_!! 6 "#%A #DLC%(d !  $$%? k7!1)7%&22&%7NK6&#:F&E$%5$%76&(3[?w6>ʏ 4v`ɖE)I.  "%? $$k 2LF(&F  1P&> $$gڜda%76&&66&XNL6$C&%A6J7&%3z } 9p+[3ͰU2 /Ͳ + +7/!ͰP/eͳ1eP+'Ͳ'1 +'+ +I/hq/ְͲ + + +%+4Ͳ%4 +% +%- +4S+`ͱr+EG99%IVXYh$9S4LUe9999!74S99'?2576$32;2#!"3!2>54.+&#"$BvT1(% T>>*%6$e*>>*,N1Q|ww&5 $^8ϑ!2/)Z(vwTN3=,*=5j'>V=1'(Q3! Wr7? Lj  TbW +>3Ͱ82`/YͰ/Ͱ2/IͰ+/Lc/5ְDͱd+2$5DR$9I(.%O$9+)9015463!2#!"&4763!2#!"&;27>?2576$32;2#!"3!2>54.+&#"4763!2#!"&6(&23%C(6(%11%@%7B $]:Ў!lōT!4/)z''56&A%6W'43(&33l&2L67Wr7?̑SkŊs'3L66 B-P+ͰE/@Ͱ/*3 Ͱ%/ͳL%+:Ͱ6/OQ/ְͰ+ Ͱ =+HͱR+ /6O$9 7999=BCL999E 99@F999 +,$9 "'=H$9:#9L23499960199014676$3232#!".73!264&+"5'. #76 32"3>54&+&$#"ƛ)*½), "\zH|||0sE.a ha*Ɵ#Hz\z4Ȗ- .\Dg` y ꠩ Q JYT +ͰW/OͰ/Ͱ3/&3?Ͱ,/BZ/ְHͱ[+3%89HI$9?)/E999,*9015463!2#!"&4763!2#!"&;27>?2576$32;2;2'&$+&#"54763!2#!"&6((35&9(6'%22%8&5 &Z;g) /"51((&56%7%7V'43(%22t'3%&56#Sj5=n[ ‡e&2%&678EWg{+'3Ͱ"2/30Ͱ/3/ְ Ͱ 9+D2>ͰF LͰ>X+h pͱ|+++ͱ+6=+ L.MVU=V+ LMUV........MUV.......@9 6E$9F9XLR9ph3^b$9|v9$%0r$9F99+Rv$9069999012=4#.546?2576$32;2"3>54.+&#"676&'&676&'&#"327>.327676&'&#"%327676&'&32767654&'&#")9ꇎ"41E" E # CP!!F ` %& 1 ^" # ?#NC! !$ 3n " "  $CM" `! 0 ` ̋9>̌)H""#C $/ !/i(?  #  FF 2; 0&>  \' "#@$2  )d0  !36#!6#!"3!36&+6#!";*?#j%<-&  >E2   u7GSduo+'L333ͱ"Q22j/pͰ/;3ͰB2z ͰV/Ͱ^2/3/Ͱ/2/ְ Ͱ H+OͰO> 8Ͱ8/3>ͰOZ TͰT/ZͰOv+}Ͱ}l eͰe/lͰ} Ͱ/3Ͱ Ͱ}+Ͱ Ͱ/Ͱ2+*ͱ+6>%+ .l.lt>d+ lml+tst+++st #9ml999@ lmst£............@ mst£.........@8 599H99>TQLa999O@9vj\999lz9}29999999$9$9$%/$9zpq98}v$999C99HN$9VX$9a99 *_$9/59999012=4#.546?2576$32;2"3654.+&#"6?6&'&3264&#"76?6&'&32?6&'&32654&"76?6&'&232?6&'&32654&"723276?6&'&*µ8'!51A#!%> $%$A Q#&44&%2A!#!B  &'#A |!# D &%"B S#&22L2C %>  %&#B &!!A $$(A O%&22L2A##"  $$%>  ˇ 5>Ύ1ԏ.Y6 -A$? &&?'"3J32/ #%`'= $#b2 A?)@ %$?,#2&%224 ,`#@ '%` 2 F@"B %&?6$2%&221  &`$? "%ag?Nbs/ͳp+iͰ/6Ͱ/9/ְ Ͱ @+d+tͰt+0ͱ+d@ =HOQ$9tTi99@ &-69X\n}$9ic9pqE999@  *0@KT\$96=999901?"&546?2576$32;2"327654.+&#"676&'&73276'.#"327676&'&73276=.+327676'&/Ѩ |ʴ8ʴ!  +*Sl"5ߕi!#H #$B$$3 %R " % "#I :$2%0w#  $  "&#  3 ̐ ;>ʏL%0lčT( " "#D $ $#'*".&"#H " #/#/# $*#,!  "7L_u5+30Ͱ2/)3 Ͱ#/v/ְ-Ͳ- +@-3 +-+Ͳ +@ +w+6>k+ :;DC=+ MNWV=+ bcon@ :;CDMNVWbcno............@ :;CDMNVWbcno............@- 8`k$90569*>Qf$9  &999#!9014763232"=43>&+"5'&$#"#2#&47>32#"'&#. >32#"'&'&47>32#'.2^Y4"Ў8; 1 &' D #"2#" 2  / !!0 ")֋>9Ą 2 g @'D 3  ?%W&"Rg  0% 3:Ncu'6+31Ͱ2B+3HͰ2@+v+/*3 Ͱ$//ְ.Ͳ. +@.4 +.O+R2^Ͱ^+Ͱ+Ͳ +@ ++6=+ <SF]>0+ eyo=+ .<=9?9EF]9fey9h9x9no999@>?EFRS]^hnoxy<=ef........................@>?EFS]hnoxy<=ef.....................@O.';H$9^[d99$qv$99 !$91BA9+V`{$9  '999$!9014763232"=43>54&+"/.#"#2#.4657>#".#.4657>323'.4657>#"'.4?>#"'.4?>#"'.4?>6#"'./\[5$̎ t8iPB ?%$& < "" 0 $%  @%## A%$$ D## A%$$ 9##- A#%' D " 2# < !!  )؍ Ɉ=ri: ƈVn$% ?%lF 5p! ?%k,% 4j&' A%oA5 n$% ?&jH1 j&' A#qA5n"!!*nE /7AJU`lwO+TͲ5+?u3330Ͳ:o222j/eͰJ/3FͰ{2_/ZͰ/)3 Ͱ#//ְ-Ͳ- +@-3 +-8+B2=ͰG2=a+KV22hͱQ\22hm+x2rͰ}2r+Ͳ +@ ++8-&99ha#99rm!99 99Z*-$9  &999#!9014763232"=43>54&+"5'&$#"#2#&462"&4762"$47632#"47632#"47632#"&462#"&4762"&2]Y4"ΐ83J33J3J33J!#%76&$4!&66&$4#&66&$4X6J33%&5L22L5 ,֍ˈ>5 dž2$44$&55}L2L2J7J5J5J3P$6J33y#54$&56#2L236EYe4+3/Ͱ2/(3 Ͱ"/f/ְ,Ͳ, +@,2 +,7+@Ͱ@F+Tͳ`TF+ZͰZ/`ͰT+Ͳ +@ +g+7,%99ZF"99`LWN999T 99/45FT999@ &+"5'&$#"#2#&%46767#"&467>767#"&47#"&1^X5!Ў8xN""&)GV@?Z>3%T :ʈ 2w')&+,*?TV,t3)a 5g5t-g.Ch"S);;FYi}4+ 3/Ͱ/Ͱ)/>Ͱ"/A/ְͰZ+`Ͱ`~+Ͱ,+9ͱ+6=q+ XgPa>z+ |tPQPa+XWXg+P`Pa+=+ XhXg+tut+|{|+tt+||+WXg #9h9QPa9{|99ut99@PQWX`aghtu{|................@PQWXaghtu{|...............@Z DGL$9`A"99~pj99%(>$9,)12999/45y999.e99999),9$9>%D999" 901;36&+6#!".546?2576$32;2"3>54.+&#"3276?6&'&6?6&'&23276?6&'&3276?654&'"&#"ӨEo   sr8;hP"51f!!"  %&#A ! $@ &&$B -#! #$(A"# !##2 3m-w7>ʎ Xh)+1  )p#@ %&k/ "'o#A %%l6  2l%C &&n 2 -n3 !#l ~DXp4+ 3/Ͱ)/<Ͱ"/?q/ְͰ,+7ͱr+6=+ WVMN>6+ pmbcpnpm+opm+opm #9n9@ MNVWbcmnop..........@ MNVWbcmnop..........@,123 "$1   ! " . 35ew6>ˎ 4֐);?$&>  ^8# /]0 !". (6$&/Ͱ /33Ͱ,2/7/8+01463!2#!"&4763!2#!"4763!2#!"&463!2#!"&2$ #..#$2$ "//"#z# $01##1i/%%/0$%/$0/%#..5F0F1".F22R%/0$#..z ;+\3ͰV2/ Ͱ"/9ͰQ/ͳ(Q+2ͰK/}Ͱ/v/ְG2Ͱ5+&Ͱ&+nͰnT+aͱ+I995(+8JWYZ}$9&K{99MQVv$9n9Tr99acl999 9999"%T992,.>ASa$9Q&+BDc$9(EN99GHM$9KIfl999}{99n99vp90143!2#"'&#"2654&#!"'3!264&#"327632#!"%;27>?2576$ ;2#!"3!2>54'6?654/.54?6/&#"&#">32&+&&d*??*) $&4T짧v&8%vvzP1&&+)>>){&8  $]8^͐Iu,@ UF?;zz.q/(2^ 7#+~J=*+> 4&$Twv#QP0<+*>7Wq7>{qH )o'-B;oK0 ƈX]E<2z  iw+?3 Ͱ92n/uͰ/Ͱ3/Ͱ,/aͰ{/Z/~ְRͰR6+Dͱ+6RV99DEN999C93%6DEg$9)/&d$9,*JN999aR_x999{}9ZT90153!2654&#!"3!2654&#!"7;27>?2576$32;2#!"3!2>'6?654/.54?6/&#"&#"3!264&#!">2&+&6(&22&(6&%32&&6o $];ώEs.BFl? XF?7] 5"(V&22&(34&5&%33Wr7>̐ xgI Pcf2&7A ;oK3 ʼnp'6J33BXaF@2~ LYjzP+'33Ͱ"2/3Ͱ/GͰ/@/ְ Ͱ Z+`Ͱ`k+{ ͱ++8Ͱ8+*ͱ+6= + `.ahg=+ `agh........agh.......@Z JY$9`S9{Gqu$9E99@ "$%@$98:<999*,5999Z999*,e$9J$9/5999GE999@:9012=4#.546?2576$32;2"3654'6?654/.5&?6/&#"&#"676&'&676&'&327>.327676&'&%327676&'&73276&'&>2&+&)8(E~'<[6 UCI8w{-x1H#F " DQ" )= ^ '&#@ ^" $ ?"OD % #$%A o " #  #EM! A] #$%? ^E2c 1") ̋:>͌4։xwI G'-> ;oK4)Y""#D #0 !,V(? $$ #  FF 2= 0&> $$n# !#A$ . AR&> $$ \`!FF,}N L]m+'3ͱ"V22/lͰ/GͰa/@n/ְ Ͱ d+8Ͱ8+*ͱo+d @ "$%@JNY^l$9832&+&)8;'I%>[6 TF?:z|-q22   5_ 7"-  Lj 7>ʎ 4֏ytM |G'-B ;oK0*XFT[`!H;7~ u N^j{2=4#.546?2576$32;2"3>54'6?654/.5&?6/&#"&#"6?6&'&3264&#"76?6&'&32?6&'&32654&"76?6&'&232?6&'&32654&"723276?6&'&>2&+&*µ9XZI$;\7 UAI:{|-y2A#!%> $%$A Q#&44&%2A!#!B  &'#A |!# D &%"B S#&22L2C %>  %&#B &!!A $$(A O%&22L2A##"  $$%> 3_6!2 · 6=ΏXbwI D"6> 990299WvX|$9]S99@  !+2^ek$9P$9699MK99;99F>901?"&546?2576$32;2327>54'6757'.54?'".#&#&#"676&'&7676.327676&'&73276&'&7676&'&>2&+&ը xʹ5ʹH;$ c~JI'Q\7 YF?={|-x2 #H "#G  J!8N=# " ##@<# M8v %$###E2c (,"0 / Џ 9>̍ '&2( [dyv R|G),S2&+&*9(I(<[7 TH?<||-u2Q##%? &%#A !F #$%CC ! $$%B~3c $0!, ̋:=͍5֍yuM }D$4A ;oK0)n3 ,r(@ $$0 ?'= %#H:9 1r&> $$A]a HI)y GWh{7+'3ͱ"22'+R333ͰͰ/Ͱ/BͰ/;/ְ Ͱ U+OͰH 3NͰO+Ͱ+4Ͱ4+*ͱ+6=k+ zr?+ |zr=+ .rsr+zyz+rr+=)+ zz+++++yz #99sr99999@rsyz|.................@rsyz|................@H E99U99O@BPai$999"$%;$94799*,99H999'S99@ *,]d$9E$9099B@99499;79012=4#.546?2576$32;2"3654'6757'.54?/&#"&#"6?6&'&6?6&'&3276?6&'&6?6&'&3276?6&'&3276?6&'&>;&+&)8ξ'E'Q [K:<|{-w/@ #B  %$%A  -'>  %$'@ !   %$'A  !$@  ##'C (D "  %&%? !!! &&#@ 3g#0"(  Lj7>ʎ 4֋xuT'o*)U54'6?654/.54?6/&#"&#"32654&#"3264&"%32654&#"32654&#"32654&#"2654&"2654&">72&+&*µ9ˆEv,AFm? UF?;zz-}23%&33&%34$&33L2V$&66$'56&$4#&66Y5J33J54L22L4I2^ 8!,  7=ΏwjM Pcg2+1B 54'6?654/.54?6/&#"&#"2654&'&'32654'&'&'32654'>32&+&)8I}'=[7 UH?:z|-w2yYVJ %+I?giUGB ?I&2=,):c1F8` 7#1 ̋:=͌zwN {E.-A :nI1*=VU>)%,/-igX}]B :d5t)::)Di U[] H<2z Yk{4+ 3/Ͱ/Ͱ2)/Ͱ"/TͰ/M/ְͰl+rͰr+ͳ+|Ͱ|/Ͱ&2+EͰE,+7ͱ+6=q+ kycsdcs+kjky+crcs+=+ kzky+jky #9z9dcs9cdjkrsyz........cdjksyz.......@l WZ_$9rT"99|R9999%99($9)12/$9,EI9979B999/45999.w999),79$9%W$9" >B999TR99MG901;36&+6#!".546?2576$32;2"3654'6?654/.74?6/&#&&#"3276?6&'&32?6&'&32?6&'&>;&+&32?656&'"&#"ԩE   rr8)Fz'B\5 UK9;{y-v2h! !  %&#A A< &&$A +"" 7 #$(A~5bHc6#-E :"#2 3BXw6=ˎ 5֋zvI }C,/A ;mJ1*+2  (p#A &&kE Cm#A %&l1 Hm%B &&n1Ya"f0<2}SEEo3 !"m Zk} 4+ 3/Ͱ)/Ͱ"/UͰ/N/ְͰ+FͰF,+8ͱ+6>@"+ jibc=+ |{tubcijtu{|........bcijtu{|........@@ )/12NX[l~$9,FJ998:C999/4599)8:gy$9%X$9" =C999US~99F99NH901;36&+6#!".546?2576$32;2"3>54'6?654/.54?6'.#"&#"3276&'&23276&'&>32&+&ԩFh   rs8F'<[7 "}<:z|-z2` A #$%A "= $$%@ 5c 7"-3w7?ˏ zyM {G*+A ;oK0*// C&? ##Q3. Ch'> "$,[`"IC/~)/*/ְͱ++0146$;2#"$&732>7$'xzX͜wai]uy^hxzؒUIy6S~ {;w+]3ͰW2/ Ͱ#/9ͰQ/ͳ)Q+3ͰK/oͳzoK+m3k/ְͰ6+'Ͱ'}+fͰT bͱ+GI996)-8JXZ[o$9'K9TMWkmxz$9}9bd9 99999#&93/>ATbu$9Q'-BDd$9)EN99GHMr$9KIf}999zx90153!2#"'&#"32654&#!"3!264&#"27632#!"%;27>?2576$ ;2#!"3!2>54'654.#"&#"632&+&$s*?@)( $%4Svwv&8)vvzP0P+)>>)l&8 $^8^̐-zYq}/)s6#%]&<+)? 6LSvw6$P(&16 Wr5=ʎwarϕXA Ɔmad yw Ubn+=3 Ͱ72Z/aͰ/Ͱ1/mͰ+/NͳeN++L3Jo/hְFͰ4 Bͱp+h4j9BD91$4BD$9m(-Rj$9+)Fh999ec90153!264&#!"3!264&#!"7;27>?2576$ ;2#!"3!2>54'654$#"&#"3!264&#!"632&+&&%33%&8&&23%&7z $]:`͒/{)>&&56%%4l4"'[(6L67$2L56 Wr6=ʏqeA~ J2L6hݞeXu1=+/Ͱ(/3<Ͱ#/ͳ4#+3>/ְͰ7+ Ͱ  +Ͱ+/ ͱ?++24<$9799  9(/ 999<999# 799429013!2>54'654$#"&#"46?6$3232#!"&632&+&-yz1㶲I ˎn7!,fo̘E(⹅MPˌj۞cay<IXh|=+'33Ͱ"2/ͰE2/Ͱ/7ͳ7+533/ְ Ͱ =+2BͰJ PͰBY+}+ ͱ+/Ͱ +ͱ+6=+ yxqrqrxy....qrxy....@= :I999J9}Y7Rci$959$9$%3$99+-9i}99FN99999+-Uv$9:$9/9999012=4#.546?2576$32;2"3>54'654$#"&#"676&'&676&'&327>.23676&'&%327676&'&7327676&'&632&+&)8.~2=# E " CQ!!$B i ('#? k"  # @"O #E #$%@ o $ $  #ELB i %$%> inn7#1 ̋6>ʏv`ɗF*_#"#E  0 "*L'@ #$ $  GF 3.='= #$y '"  #D  9 -L%? #$jޜcaMv>OZ+*3 ͱ%H22/3YͰ/9ͳR9+735[/ְ Ͱ T+1Ͱ" -ͱ\+" @ '(5<@KPRY$9TV9-/9 +AB999-/LM$9Y32;2"3654'654$#"&#";36&+6#!"6 &+&Pi8 ~tξ&210  k:7!/ iV ȉ 7ri>͎  /fvD)ZCSjܞ_a u =MYj{2=4#.6?2576$32;2"3>54'654$#"&#"6?6&'&3264&#"76?6&'&32?6&'&32654&"76?6&'&232?6&'&32654&"723276?6&'&6 &+&¶8ˆ-wP29#!%> $%$A Q#&44&%2A!#!B  &'#A |!# D &%"B S#&22L2C %>  %&#B &!!A $$(A O%&22L2A##"  $$%> 2o:6"- 7>ϐtcșcWE.T6 -A$? &&?'"3J32/ #%`'= $#b2 A?)@ %$?,#2&%224 ,`#@ '%` 2 F@"B %&?6$2%&221  &`$? "%aoߝkZ {?N\n~J// 3Ͱ/:ͳ:+836/ְ Ͱ +2Ͱ+2Ͱ2. Ͱ/.ͱ+ @ :=@HOU]hoq$989@  *6w$99.09J@  *0KRXz{$9=$92999901?"&546?2576$32;2"6?>54'654$#"&#"676&'&776&'&327676&'&7676&'&327676&'&632&+&խ yϷ8 жL Sфށ.{2 "$I #$D"DB LE " "$DQ!I> " $ "$Em7"(4 ͐ +CͰCx+0Ͱ! ,ͱ+6=+ _^WX=+ qpijWX^_ijpq........WX^_ijpq........@> ;999C9!@ &'48EMasu}$9xz9,.9 *9,.H\n$9};z$90x999us9012=4#.546?2576$32;2"3654'654$#"&#"676&'&23276&'&32676&'&632&+&Pi8ξ'-}2IE!D '&#@  & E #$'B" 2 &$'?k7!- iV ȉ 6>͎  /saϖE)@ #$c#@ %%! F#@ %%[:2 "c!B %%kڜdas<M^qW+(3 Ͱ#2S/3YͰ2/3Ͱ/7ͳ7+533/ְ Ͱ N+UͰUr+xͰx+/Ͱ +ͱ+6=+ L\DV=]+ phy=q+ DEDV+LKL\+DUDV+=+ L]L\+hihy+pop+hxhy+=+ pp+++++KL\ #9]9EDV9op99ihy99999@DEKLUV\]hiopxy........................@DEKLV\]hiopy......................@N :=$9U_9rd9x799 @ %&35$99+-9 )I999S}9Y 9  +-Z$9:$9/9999012=4#.6?2576$32;2"3654'654$#"&#">?6&'&32?6&'&3276?6&'&6?6&'&76?6&'&2?6&'&632&+&Pi9̾(,y1?$++ %&"B ""< %&$@ !# &%#C "#$?  %&#B 0!!"  %$(?#"E &&%? $k3"'iV 9=̐ 0gnE*s1 ' l(@ %#o1Fk%C %%p2  .l(A %$o3 ,l(> %$o1  -p%? &&k2Bn(@ %&mgߜfW z;FP\gs}Z+TͱO22k/qͰK/3PͰ@/'w333EͲ"{222`/ 3eͰ/3Ͱ/6ͳ6+432/ְ Ͱ <+G2CͰM2Ch+Q]22nͱWb22n~+t2Ͱy2+.Ͱ *ͱ+< 9999nh699~49999$%2$99*,9e`!9 *,$99$9.9999012=4#.546?2576$32;2"3654'654$#"&#"3264&"3264&"%32654&#"3264&#"32654&#"264&"264&"6 &+&*8‰).~2#%32L2$&23J"6#%66%#64%&55&$55$%66%#6YJ32L44L23J5il:6!/ ̋:=ˎ5rdȘE*#2L22}L2L5^%987\$43J55%657/!2L22W$42L55\lޞ^f~;J[gs+'3Ͱ"2/rͰ/6ͳj6+432t/ְ Ͱ <+AͰAK+QͳbQK+\Ͱ\/bͰQm+.Ͱ *ͱu+< 9999\K699bVXN999Q49$%2hjr$9mo9*,9KQ999@ *,>GVX\_b$9r9do$9.m999jh9012=4#.546?2576$32;2"3654'654$#"&#"2654&'.'32654&'&'&'32654'632&+&)8ξ).~1y[~WK!!&,H?fg2#J@ >Gt<.):c1jk6!-  Ȉ 5=ˎ 5v`͗C*)'#+0,ee+x3_@>D+99+Ak Uijڜe`yJ]oD4+ 3/Ͱ)/Ͱ"/EͳE"+C3@/ְͰ^+dͰd+;Ͱ, 7ͱ+6=+ \kTeUTe+\[\k+TdTe+==+ \l\k+[\k #9l9UTe9TU[\dekl........TU[\ekl.......@^ HKP$9dE"99,@ %12@Cpy$99799/45n|$9)@ 79i$9%H$9" ;999901;36&+6#!".546?2576$32;2"3654'654.#"&#"236?6&'&6?6&'&32?6&'&3276?6&'&632&+&ըEz  vr8),zZqvN2h"  D '%#A !!#@ %&$A ."!? "$(B"#  '%$@  j4"12LJx 7>ˎ 6tarϖY`VF)+532;2"3>54'654.#"&#"276&'&327676&'&632&+&ԧDo   rr9 ~s-}Yq1N!C "#%A B $$%@ l6"-/AXy9qj<̌uaqΖYE)*. @%? #$KB@-p%? #$fڛe`hXO O/(Ͱ/Ͱ/53ͰJ2P/ְ Ͱ +Ͱ+.Ͱ.9+!2DͰ2Q+ 999.J99D=9(9>C$9014632#"&264&#"3276&'&#"'&'&547676327>'5'.'.#"rPOqqOPR<<)*eD$~P;(2Q2'@*/dS0 & +!m@Q}#E8rrrT33Ͱ"2/30Ͱ/3T/ְ Ͱ O+HͰH++ͱU+O 69:$9H3>999$%0C$99@ +:CHKOR$9069999012=4#.546?2576$32;2"3>54.+&#"327654&"4&"'&#"*8‰뇎#42)-4Lx6L2u'( ̋;>Ό)L$%2v&22&Wv:g+*3 Ͱ%2 J ?Ͱ/32Ͱ/5h/ְ Ͱ ;+MͰMG+BͰB"+-ͱi+; 8999GM5?[e$9B99"'(2$9J+9 @ -;BDGM[e$928`c$99012=4#.546?257>32;2"3654.+&#"3254&"#"&5467?654/&#"Pi8 }sξ'"52wv6L7ljrS,E($%4%iV Ȉ 7ri=Ύ  /Տ*wx%66%kk`*%(#(6L&9W+'E33Ͱ"2/31Ͱ/4X/ְ Ͱ B+HͰH++ͱY+B 7:$9H4S999$%1N$99+AIKS$9179999012=4#.546732576$32;2"3>54.+&#"32?32657654'&#")8Tk"51)'v2&%6x@B&' ˋ==͋kŒS)(zX&66&v11*&0_+Ͱ /-3 Ͱ'/1/ְͰ+ͱ2+ 9999 99 $*999'%9014763232!&7!>54&+"5'&$#"+2^Y4#VֶЏ8 )֋ 2֋͋==A/ Ͱ//ְ Ͱ +ͱ+ 999 $9014632"&264&#"rPOqqR<<)*rrsT#H1p$00$Ap1nrG+k/!Ͱ/ Ͱ/Ͱ(2",/ְ Ͱ +Ͱ+Ͱ!2-+ 999"  $999%9014632"&264&#"265!2654&#!!264&#!"rPOqqR<<)*!.!1!  5rrsT+Jͳ]J>+eͰJm+uͱ}+9.!)99Q85N99X;9>CM99mJb9ue99 26@EF$9.8>J$9N;)jk999[&]99U!be$901476;2+"&4763!2#!"&47632#"/&;26'&54632;27654$ 5462"&4?632#&476;2+"&+'34&'8c''67&j&7'&3'#9  U䞟U<6L88L6X'(5%(3('78&%4{*3'&66%4L778)&(37n hg q&88&&88'5')2+3'&66es4BRq +Ͱ'/2Ͱ@/9S/5ְ=Ͱ=C+KͱT+=52'99C*9K.9'!,-9992Q999@C9999HK$90154763!2#!"&47632&/;27>32;2'&$#"54632#"&4?632&-(89'\(9*%Q  0st0 64'(66('4b)'2!$C^*4'&99pT&%fxxf(87))67&6)*<873264/!264&'!7654&#"#$2p$//$Ap2$!&0Hp3H3q"$2 (U%5K]mW2/$333Ͱs2/ְ&Ͱ&U+^Ͱ^+ͱ+&79U0]99^ 9?ho$901&76?3'&'&'65'&'&'&"76767676&&76?3'&'&'65'&'&'&#"76767676&&76?3'&'&'65'&'&'&#"76767676&(=O8qH# !AN,/j._E 8 O "8& yN=3hG# n DJH!! /#K  -BsO?M;5fH# oDKH!" 0$I  -psO?M;5hG# nDJH!" /#K  - H VerY[/cͰ/ Ͱ/Ͱ4/&3qͰT2-/Qs/t+4 9>$9q*0'ln$9-+D99QOf990153!2654&#!"3!2654&#!"75;27>?2576$32;2;2'&'6?6&#'&?6/&&#"3!2654&#!">&+&6'&54'?&7)%22%?&5 &Z9g) #t, B#Z_u2ˁ$%44%;&58i 8"3c$22$'56&&6&%22Sj5=nZYhF )> +1 &6&%228\d F8:yP&/ '/ְ ͱ(+013264&#"&546332?654/&"z~+*s#* >- ~{.>)|"-%#,! u[-//./ְͰ +ͱ/+  (+$90132$54&"#"&5467?654/&#"3J6ݝکp):G!(6)&66&ݝ'"$88.)5&'&#9{//+017!36765&'&"!1#n3$""$2qA$/$2s!$2%&0Hs3ES!-7./ְ Ͱ +ͳ(+"Ͱ"/(ͱ/+("99901467>7"&4676767#"&47#"&Q% ',J[^M4&IC>O)3nlk0=,.=), #.1+B^^.{4bA;g7x/nKEp#W,;; _<f/ Ͱ/Ͱ"/:Ͱ4/)=/ְͰ7+&ͱ>+7)-9999 99994:&099)-9013!2"'&#"3264&#!"3!2654&#"327632#!").@?^&(9Zw}|(9'Z}}{U7('-.??.(9 '@/.=7&(X86%{|U-)4!@\>8 6:^l{8+03$Ͱ)2 /3Ͱ2H/ZͰj/c/ְͰ;+EͰE_+gͰgK+UͰU|+ͱ+9; 999E=99_%B99g4ZH999K)3N999USm99|-qy999rt99$839 '4=?CMPS$9;EKU$9ZHy99jm99cqt$901476;2+"&47632#"/&4763!6!2#!"'%#!"&;26'&54$32;27654.#"54632#"&4?62#"&46;2+"& $'+::++@c$'*:)'$-LQ'+==+ +=cB fe Bf쁂f<.-;;-.<X<")+79*+>>++8(">+.>A~+#'-<"-8 ;*+>>x {z {ee9.;<-.;;("=+. ;+>>+,@> 8[gw6+03#Ͱ*2'+ /3Ͱ{2G/YͰf/`/ְͰ:+DͰD\+cͰcJ+TͳhTJ+pͰTx+ͱ+9:999D9\5AY999c'G99J1MX999xT.-mu$9 #>BLOP$9:DJT$9YGu99fh9`mp$901476;2+"&47632#"/&4763!2%63!2#!'!"&;26'&54632;27654. 5462"&4?632#"&46;2+"& -+89*+>_ +.JJ'#% +W `+==++=d>   __  Be=V==V=.,:%%*88++==+*9,9+-=?q- FJ*  /a/Ͱ&/0/ְͰ+*Ͱ*"+ Ͱ +ͱ1+*.9"999 9& $90154674632#".732654&/&54&#"~qq|ѓgYH64IXcO"O눔֒d/z4DD4/0,/ +ͳ+ͱ+990152654&'4&#"ܢc brqe  > /B~/Ͱ&/C/ְͰ+*Ͱ*@+8Ͱ8"+ Ͱ +ͱD+*.099@298&$9"39 599& 2<$90154674632#".732654&/&54&#"2654&'4&#"~qq|ѓgYH64IXcSܢc bO"O눔֒d/z4DD4/erqe   ";OcxS/]Ͱ&/2Ͱ/LͰD/sͰj/Ͱ//ְyͳdy+Ͱ/dͰ2d< Ͱ/<Ͱ# 6Ͱym+Ͱ+ͱ+#!9d<P96a499my@ & 2BGLSV_h)s$99&]PVYa$92#),4$9L99D G999s BF999j!9dhl$999901!27>54'>54'654'&!"32654&#"#"'>'.747>?327"&'&32654&#"#"'&#"4767!27#"'&'&4767632#"'&'&J{iof~!yKb)$$nFqF 3)*2))(bN7?7673265&'&'1$#q3%#4p$%1&&$3pA$00$p1$%%5B/Ͱ!/6/ְͰ+ ͱ7++0$9! ,4$90146$32#"$&732>54'&#"76/&6&yzz䜛zyޡ_yݠ_CZZ V zz䛜yy_y`   %6B/Ͱ!/7/ְͰ+ ͱ8+&+$9! */$90146$32#"$&732>54'&#"47%6#"/&/&yzz䜛zyޡ_yݠ_ \  g  zz䛜yy_y`ށ h%6B/Ͱ!/7/ְͰ+ ͱ8+',$9! (4$90146$32#"$&732>54'&#"%&6#"'yzz䜛zyޡ_yݠ_^ Z h zz䛜yy_y`l  h  /D+Ͱ/0/ְͰ+ ͱ1+/'$9 #($9014$32#"$&732$$  62/&&bМzz䜝yN cz㝜yz󳱡D\X YY %6B/Ͱ!/7/ְͰ+ ͱ8+&2$9! .3$90146$32#"$&732>54'&#"4?6?632'%&yzz䜛zyޡ_yݠ_ g  zz䛜yy_y`q h %6B/Ͱ!/7/ְͰ+ ͱ8+61$9! )5$90146$32#"$&732>54'&#"632&yzz䜛zyޡ_yݠ_e h zz䛜yy_y`] h  "2G +Ͱ/3/ְͰ+ ͱ4+ $,$9 %0$90146$  $&732$54.#"%&6?6#"'{8zzz_zyݡ`N  yyyzyޡ__ފ YY  /F +Ͱ/0/ְͰ+ ͱ1+ !&$9 %-$90146$ #"$&732$$#"476'{8{{㜝z꣢ Y YY zzzzD c%.S/7Ͱ+/2ͰD/ ͰK/T/ְ/Ͱ/+Ͱ>+ͰA+ ͱU+/$&+,4K$9 79FH$9> ;D$97&99+;92-9999D /4>F$9 HNQ$9014676$3232"&547#"&547&'+5.73273273265>54&#"654&#""&#")*OFwZd.mm ] S%} OC|bBb[@JYJ ܜ ~ `=_d7BMnnM]@2.W ǀ$wbL[+O/'-Е e '3?M[es%/54&+"5'&$#"#2#&47632"&462"&47632#"&47632#"&47632#"4762"&462#"&2]Y4"ΐ8K#%33J3\3J33J3#&66&$4\$%65&$4-!&66&$L22L4[6J33%&5 ,֍ˈ>5 dž2%2L22$44$&55$6J33&6&%55J5J3!$2L23#54$&56 0<HR^mz2=4#.546?2576$32;2"3654'654$#"&#"32654&"2654&"3264&#"64/&#"32654&#"3264&#"32654&"2654&"632&+&26=4&"?654&#"32654/&";264&+"8(.~1I"&23J3\3J33J3#&56%#5F!@D&(6K#&66&$4.4$&55&$4$&22L3[4J33J4hn6"/'6L23J7LG7%#VD'!5BJ4'%66%&8 ˆ6>͎2y`ɖF,!2%&22]&66&$44#2L56'F9NA5B#4&%55[$43J44"2%&23^&66&$44jޛd`%22%&67%4%%&6(C7&$E5{&6L56 z;GQ]juh+bͲK+'333PͲ"222V/[Ͱ@/z3FͰ2n/ 3sͰ/3Ͱ/6ͳ6+432/ְ Ͱ H+MͳCMH+<Ͱ54'6?654/.54?6/&#"&#"3264&"32654&#"32654&#"32654&#"32654&#"32654&"2654&">72&+&*µ9ˆEv,AFm? UF?;zz-}2N4$&33L2-3%&44&%3#&66D#&77&#$'56&$44&%32L4-6J33J6w2^ 8!,  7=ΏwjM Pcg2+1B 54'654$#"&#"32?6&'&654/&#"32654&"76?6&'&232?6&'&2654&"632&+&26=4&"?64'&#"327654/&#";264&+"թF   rs6ο.zsO1I"# E &%"B 9E"!@C&(64$&22L2B! %>  %&#B ' !A %$(A OL22L2nk2!/$5L33L5SI&%:E%#B$&5'&65''5/?\y??͎ubŘ`UE)3 A?)@ %$? [%F:'%F4$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&22g۝iX&65''56&WNL%C&%B7'5L33uzJ[fv4+ 3/ͰP/VͰ_/}3eͰͰ)/3Ͱ"/EͳE"+C3@/ְͰ\+bͰbR KͰK/RͰbm gͰg/mͰt nͰb+Ͱ Ͱ/Ͱ+<Ͱ, 8ͱ+K  H$9\ 9gPe999R_9bE"Td$9now99zC99}$9%($9,)12@$998:9VP K999_W9e999k99499/5$9)8:r$9%H$9" <999901;36&+6#!".546?2?6$32;2"3>54'654$#"&#"32?6&'&32654&"76?6&'&232?6&'&2654&"632&+&թF   rs6ο.zsO1I"# E &%"B T4$&22L2B! %>  %&#B ' !A %$(A OL22L2nk2!//?\y??͎ubŘ`UE)3 A?)@ %$?0$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&22g۝iXu Yju4+ 3/Ͳ+Ͱ_/eͰn/3tͰͰ)/Ͱ"/TͰ/M/ְͰk+qͰqa ZͰZ/aͰq| vͰv/|Ͱ }Ͱq+Ͱ Ͱ/Ͱ+EͰE,+7ͱ+Z  W$9k 9v_t999an9qT"cs$9}R~9999$9%($9/12)$9,EI9979B999e_ Z999nf9t999z99945$9)/79$9%W$9" >B999TR99MG901;36&+6#!".546?2576$32;2"3654'6?654/.74?6/&#&&#"32?6&'&32654&"76?6&'&232?6&'&2654&">;&+&ԩE   rr8)Fz'B\5 UK9;{y-v2I"# E &%"B T4$&22L2B! %>  %&#B ' !A %$(A OL22L2K5bHc6#-3BXw6=ˎ 5֋zvI }C,/A ;mJ1*3 A?)@ %$?0$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&22Ya"f0<2} CJZgt;36&+6#!".546?2?6$32;2"3>54'654$#"&#"654/&#"32654&#"32654&#"32654&#"2654&"2654&"632&+&26=4&"?64'&#"327654/&#";264&+"թF   rs6ο.zsO1E"!@C&(6}$&66$'56&$4#&66Y5J33J54L22L4kk2!/$5L33L5SI&%:E%#B$&5'&65''5/?\y??͎ubŘ`UE)f%F:'%F43'4%&77^&2&%55#3%&771&55&$44X$43%&22^g۝iX&65''56&WNL%C&%B7'5L33zJWdq{U+OͲu+ 433zͰ/2i/oͰ/Ͱ\/.3bͰ)/3Ͱ"/EͳE"+C3@/ְͰe+KX22lͱR_22l|+r2Ͱw2+<Ͱ, 8ͱ+e H$9lE"99|C9%(999,)12@$998:9U99zu599b\9),8:$9%H$9" <999901;36&+6#!".546?2?6$32;2"3>54'654$#"&#"32654&#"32654&#"32654&#"2654&"2654&"632&+&թF   rs6ο.zsO1$&66$'56&$4#&66Y5J33J54L22L4kk2!//?\y??͎ubŘ`UE)'4%&77^&2&%55#3%&771&55&$44X$43%&22^g۝iX Yfsd+^Ͳ+ 433Ͱx/~Ͱ/Ͱk//3qͰ)/Ͱ"/TͰ/M/ְͰt+Zg22{ͱan22{+2Ͱ2+EͰE,+7ͱ+t W$9{T"99R9%(999/12)$9,EI9979B999d99599qk.99),79$9%W$9" >B999TR99MG901;36&+6#!".546?2576$32;2"3654'6?654/.74?6/&#&&#"32654&#"32654&#"32654&#"2654&"2654&">;&+&ԩE   rr8)Fz'B\5 UK9;{y-v2$&66$'56&$4#&66Y5J33J54L22L4H5bHc6#-3BXw6=ˎ 5֋zvI }C,/A ;mJ1*'4%&77^&2&%55#3%&771&55&$44X$43%&22xYa"f0<2} p -=JVfuH/AͰ;/_Ͱ /3Ͱ2e/2ͰU/O/ְͰJ+K2EͰQ2Eb+7ͳv7b+g3~Ͱo27+ͱ+99J!&).;$9E2W]_e$9b:Z997k{999AHpr$9;go999_k99 ]9.7Zb$9eW92)99U&v~$9O!{9901476;2+"&4?632'&47632#"/&4$32 $4632"&55462"&32654&#"47632/&4?632#"&476;2+"$%11%%61'&3AB%#3&'pΕX5&'45L56J65L5 ݜ)$'@@#&5#$0#%77%%'6L56B%0%'33%'&3EYpY&44&'66'I%66%%11XԏݜF%J22(6%(3L7J6W/ C /Ͱ//ְͰ+ͱ+ $9999014$32 &32654&#"ۋ ޜ)ԏݜvGW#D/KX/ְ2HͱY+H(90154754646=46=46574757656=6747676?>767>7676? %#".73267654&#" (+)Bl! E,uAI ' =6y QyDKk9  s@8HW476;2+"&47632#"/&4>32&#"654&#"&5&76767>767>76?6;2##"'&6?>56'&'&'&'.'&'&'&'&'4&%47>?632222+"'"&#".#&'&6?>76'&'&54632#"&>?67632#"'&67>76'&'&4?632#"&476;2+"&'&55&(78("5%)[r-:'&⟞/+ %         '4   0     ")'    "5W'4"      LYA7&'66'&7f")' 603O '5  0!NB"$$&7$%2%&98''3&6&(66%'&5:qї[ ݜ 394   )  }0Y= F    *)  ( #C.# '$#' $hm0Z;  E  @Gi '66'&22#C.# )  2"(6J|0Y= F8@G:BF(7&(5#7%'76EP.?L+/2Ͱ;/@/ְ/Ͱ/6+ͱA+6/ "%)+$92+)9;99015&>76632#"'&6767#".7326?47.#"#Jef7 qVX"/M_P)oW_oqa[ bY   4x~98s( UOwkoq- %7 x)ntbyZ`tWb7&-3./ְ"2Ͳ +@ + +@ +/+9014676$3232#"&5465#"&547&'#.$#+y}Et;f0pONp ^'N/#ݲhj}8v c0AOooO & ^%L)]v.@A/!ְ/ͱB+016%673'&'67.'&'.'&'"76767>76&vU Cf3)` J}M.!Ǝ-.(K7\<70=Cm69#^LT5p䵝 82$@-< / 9 b$# 1+Bj$E IA HR]iug+aͰQ/:}33MͰy2F/-333Ͳ&222F +@ + 2\/3Wͱ22s/m/ְͰJ+ S22OͰX2O^+=j222dͲ6p222^d +@^C +2dw+2|ͱ*22|+ͱ+^OE99wd#&.0$9FM36>@$9\99014632"&7463!'&4624632762!2#!"/#"&5"&4?!"&4762"'4762"'4632#"&4632#"&4762"'4762"'4632#"&**+<**X,<,*;X++;*,<,*=,,==,=,**,,**,=,,==,=++++,,*+,=,V,,=,+<++W,<+;,;,";,;S++++++++;,;,";,;-,,++cW $0>54&654>54&>54&hhhʅށ瘘Ә?Ԙ]hhhh % &ݙݙܚܙX5/ +ͱ+0132$54'.'&'pNG+'c` q[*'`W#'+9=A/Ͱ$/>3%Ͱ?2 /B/ְͰ+ͳ=+:Ͱ:/=Ͱ=4 ,Ͱ,/4Ͱ+ ͱC+$&()+$9,*9: 9=/7$9429901>@$9 99$,27999% ./$9 )+01:;$90146$32!&32$54."537467#"&5353|!!|<Ƭaa>s87k]C#FbFEaJ"||ߟiK[H{aaMMy78Cb%(6Faa8OO"#9=I`Ya/ְͰ%+0Ͱ0K+VͰVD+ͱb+0%!:999K@ ;=I>?$9VAG<9990147?#"$&3267.#"4>32#".3#3267.#"4>32#". yP(0B`r|ڣ}prsqqsrp    =Fqrsoosrq    mJM*#C}y%ޅ0, 8(H'8 ,zņH'8 .. 8rZ 333###3#3733#73&D@|{))ee8?-3*/ͱ 22/ְͱ+2 u999*9901&4732673267267"#"&#!""&#.'4?252525324737373736;43637325;7;2;;3;32323333"/"&5"',]^,,^],-,6%    $4J3$4%3mO__OO__OO__O  %62#33 $$ 6=LXfv/PͰ/M3 Ͱ Ͱ-/:3 Ͱ4//ְͰf+aͰa*+ ͳS *+ͱ+f@  &-?FMX$9aP99S*U9 gwx$9PCj99 S$9-@ *Ux$9 17|$9429014676$3232#"&'!.7!6;23>54&+"5'.#"+&?632#"32654'4632"&54632#"/&4?632"46;2+"&))xyx&m]hmrҊ+l((y!&z V"^|5r++<+)~+!yy~<(,,( ݬyxppq22 44{& ~+Vj~>2bz(,,r({+~>~{r**++ x"=J/BͰ />3&Ͱ-/:3 Ͱ4/K/ְ#Ͱ#+>Ͱ>*+ͱL+#4999*> 2BH$99 BF9&!H$9-999 179994290147632322#".5!&7!>54&+"5'&$#"+32>7&'2^Y4#qgF{ݞ]!ֶЎ8Àpcv!)֋򐸑XR^y 2֋̋>>ip`~#hh u ;N/?Ͱ/J3$Ͱ+/83 Ͱ2/O/ְ!Ͱ!+<Ͱ<(+ͰD+ͱP+!2999(< 0?J$9G9$D999+G$9 /5999209014763232#".5!&7!>54&+"5'&$#"+32>54&'!2^Y4#hx_yxܟ_"ֶЏ8 `tB?;>  )֋ !R{ݞ]^x 2֋͋>>ZK|SNA n1La//5Ͱ8&2&%55&2&%55&2&%55+J2&%5&2&%55lJ2&%5pJ2&%6&2&%55q5Dx/3Ͱ,/AͰ%/6Ͱ9/E/ְͰ/+Ͱ<+ ͱF+/69A$9 ?99,3 $9A#)?$96% <9990153!2654'654.#"46?257>32;2#!"&>32&#.#ۛe쁯٩3yVBC [] EeeE%Hc l]^{/M6Ufڮ$\&~C` <\||\EdEHffp;Nf8/LͰ\/3iͱou22\i +@\& +Xb222|/ /@ְHͰHR+2,Ͱ 2+H@>IZ[$9R8Ll999,|9\L*.BDSZ$9iglrx$9 |9901>7%54632#"'&##"'&'#"'.65462327>/#"'&"'.76;2>732>732&'!"f[*-.ɏ9B^$-2}7nB:$tb  QQ 2"& %!lS&uY$$@p8<!+ la =f =f ZaGr~(6/!))!/RQ_׀ %+./t  ^^,+'&*1#A//&<^ $()7$95R5R/(v8 q E7EV{}+Ͳ+Ͱ/ Ͱ /5Ͱf/lͳ0lf+&ͰC/3<Ͱ2s/\Ͳs\ +@sz +//ְͰ?28Ͱ8/W+vͳ2vW+$Ͱv|+2Ͱ2p+aͲpa +@pj +ap+3Ͱ2a+ͱ+8 999F9W.)JR$92/&4O$9|ei\ms$9pn9a999 99 9999 995#999f90*,2$9l$9&)932#"&=4;>54&#"+"54632"&5462"&47632/&4?632#"&476;2+"&s)??R $&4Uuvv&8'vwyP1'&T==*n&8i$%22%&61%#4%'pΕX ݜy5&(35L55L55L5M%'@@#%6#$1#%88%%P& 3LU6$QN17&6L56%'&3RYp ݛЕ &44&'66p%66%%11%J22(6%(3L7J6 0M]-+4Ͱ;/J3PͰC/Ͱ[/^/ְ1Ͱ1X+Ͱ8+(Ͳ(8 +@( +_+X17632>32#!".73!2654&+'.'"&#"53267&=&#&%cky-yz;=FW >lEB,t@̋̍ QSuI("Nj5](5"3Kn; @2*2fbP HfpΐP -ʂMܑ~2@Ea. /Ͳ  +@  +/ְͲ +@ ++01463!2+#"'#"&)2))"e)) 1))'b )*p./Ͳ +@ +/ְͲ +@ ++014763254632#!"&546;")))))a >c)*))( .Y+Ͱ///ְͰ!+'Ͱ'+ ͱ0+!9'9999 $+$9014$32#"$&732$$ 32654&#"bМzz䜝y!""!cz㝜yz󳱡D""!! 5\+Ͱ/6/ְͰ!+)Ͱ)+ ͱ7+!9)3$9/99 %3$9014$32#"$&732$$ 46327>#"&bМzz䜝y!"3 / '!cz㝜yz󳱡D!!Y .$! 5\+Ͱ/6/ְͰ"+)Ͱ)+ ͱ7+"9)3$9.99 %3$9014$32#"$&732$$ 546276#"&bМzz䜝y!0!. !cz㝜yz󳱡D!!k . ! 4+Ͱ0/(Ͳ(0 +@(% +/5/ְͰ!+(Ͳ(! +@(, +(+ ͱ6+!9(999909( 9999014$32#"$&732$$ 462!2#!#"&bМzz䜝y!0!!! !cz㝜yz󳱡D!!s!"! 3]+Ͱ/4/ְͰ!+(Ͱ(+ ͱ5+!9(999+.999 $.$9014$32#"$&732$$ 462#"'%.bМzz䜝y!0! ! cz㝜yz󳱡D!!\ - 3]+Ͱ/4/ְͰ"+)Ͱ)+ ͱ5+"9)999+/999 %/$9014$32#"$&732$$ 5462#"'&bМzz䜝y!0!  " cz㝜yz󳱡D!!J-   ,Y+Ͱ/-/ְͰ!+(Ͱ(+ ͱ.+!9(9999 $*$9014$32#"$&732$$ 462"&bМzz䜝y!0!!0!cz㝜yz󳱡D$!!"" 3]+Ͱ/4/ְͰ$++Ͱ++ ͱ5+$"1999+9999 '1$9014$32#"$&732$$ &7462#"'bМzz䜝y !0! # cz㝜yz󳱡D&-!!: 3]+Ͱ/4/ְͰ$++Ͱ++ ͱ5+$!1999+9999 '1$9014$32#"$&732$$ 6?462#"'bМzz䜝y !0! !cz㝜yz󳱡D- !!9 4+Ͱ2/$Ͳ$2 +@$) +/5/ְͰ%+,Ͳ%, +@%! +,+ ͱ6+%9,999929$ 9999014$32#"$&732$$ 463!462#"'!"&bМzz䜝y!!0!! !cz㝜yz󳱡D!!!9!" 5\+Ͱ/6/ְͰ'+.Ͱ.+ ͱ7+'"99.2$99 *2$9014$32#"$&732$$ &7>462#"'%bМzz䜝y /!0!!cz㝜yz󳱡D,. kd!!:! 4\+Ͱ/5/ְͰ'+.Ͱ.+ ͱ6+'!99.1$99 *1$9014$32#"$&732$$ $6765462#"'bМzz䜝yz / 5!0!!) cz㝜yz󳱡Dh. Y!!9!$ &>+Ͱ"/'/ְͰ+ ͱ(+99" 990146$32#"$&732>54$#"zzz㝜zRmmúmzz㝜zzmm=m+/ ְͱ+01!2$$#aчu8 /Oiba5pBwvwaU/ ְͱ+01!2$$#aqa/7Zba7"aRj^Q-&/ְ ͱ+013.54>7"aѕ܃N !7]|o^9^Cqnub`' /D+Ͱ/0/ְͰ+ ͱ1+/'$9 #($9014$32#"$&732$$  62/&&bМzz䜝yN cz㝜yz󳱡D YY q CL_k|547632>32"=43>54&+"5'&$#"#32#&'.'5&5&4657>#"&#.462#"'&4?>#"'.4632'&/&462#"'&4?>'.4657>#"&#.462#"'&32654&#"54632#"&4?632&'4632#'"/&46;2+"'&1_㟃Psz.Ώ6t#,B?SKK A($$ A!!O2L22&% B"%& E#"96(&C@!!E2L22&#B B#&%  >% !) A($% A !O2L22&%n/!ܛ2ݝ?6%&33&%6S&'I:5&%B$&E5''56&& *FUaŚbu͋??Çg.֋(8?&% A"@F 2U&22&%1>$% @)?A 3 |&4F%';F%22%&2 `%' ?#`,! 5?&% B"@E 2U&22&%20zXj&76''67NLJ&6C%&D&33L6 kqJ]iz+Df33Ͱ?2+v/pͰX/33RͰ2~Ͱ$/13Ͱ+/ͳ++ /ְ6Ͱ826 +@6B +6^+cͰcU OͰO/UͲOU +@OK +c{+Ͱt jͰj/tͰtmͰm/ Ͱ/3Ͱ+Ͱ Ͱ/Ͱ2+Ͱ! Ͳ! +@! ++6>z+ .......@O6.99^P[\999UX`f999caT99{v}99t9+~r$99 $9)$9%($9! $$999pvj9Xo9~N99RPO$9Q99`99$2a$9(.$9+)9999 901=47632>32"=43>54&+"5'&$#"#32#&'.'&4657>#"&#.462#"'&4?>#"'.462#"&4?>'.4657>#"&#.462"'&32654&#"1_㟃Psz.Ώ6_-5% !) B'$% A !O2L22Ln/!ݚ2ݝ")FUaŚbu͋??Çe/(zKQ>&& B"@F 2V&22&%2?$$ @)>B 3Q%11%&24 `&& @#`, 4>&& B"@F 2V&22&%20zXi o dw=67632>2"=43>54&+"5'&$#"#2332#&'#.4657>#"&#.462#"'&4?>#"'.462#"&4?>'.4657>#"&#.462"'&3267.=#"2^v-y{;>FU ?lFB'zFΑ8LB#6<{jF A($$ A!!O2L22&$ B"%& E #"T2L22&$4B B#&%  >% !) A($% A !O2L22LK-#ē6cHc (1Jm; A/+1hcR Ivz Ȉ>7ŅT0 QE?&% B"@E 2U&22&%2?$% @)?A 3Q%22%&24`%' @#`, 4?&% B"@F 2U&22&%2K~1>0f!`nbu476323325"=43>54&+"5'&'.'#&'&#"#32#&'.'5&5&4657>#"&#.462#"'&4?>#"'.462#"&4?>'.4657>#"&#.462"'&1_ifl&!UsΏwt 6?6!.@ASKK A($$ A!!O2L22&% B"%& E #"T2L22&$4B B#&%  >% !) A($% A !O2L22L ")+4qu\9e"" ̋?tj?ćL0.֋)7?&% B"@F 2U&22&%2?$% @)?A 3Q%22%&24 `%' @#`, 4?&% B"@F 2U&22&%2  ,8Xfr|@6+c330ͱ\22*/z33"ͱu22 /3Ͱ2Q/=ͲQ= +@QW +J2q/k/ְͰ9+Sͳ3S9+-Ͱ-/3ͰSg+nͳsng+xͰnN+HͰH }Ͱ}/ͳHN+ͰH+ͱ+99-9906999S3Y99gQ9s@A&kp$9}nP`uvz{$9Nx9H999 NS99QO9=99q$9k9901476;2+"&547632#"/463!2#!"&4632#"&567;62;+"&5. +"463!2#!"&5462"&462"&46;2+"&5463!2#!"4?632#"&476;2+"&#%11%%61 $"3&'2+a+32,+2i;#*32+%9 d yyk3*#;9%g+2e6J65L5:H:9J94**31,+3^9$G#.-$%"%6#$0"%77%%2&6L56&%'&3`$..$+32#:8%,24F* ϕ %8:#*42&66&%22"00"*44%88%,22=*"0/#+3(6&'3%7J65 a;O\A+[Ͱ/ ͳV +KͰ/Ͱ"/9Ͱ3/(]/ְͰ<+Pͳ6P<+&ͰPX+Hͱ^+9<,96/(8999&PA9XKU[999[54&#"4>2#" U**#9ooO%OppON9"**?%4Xj;RW@!OsE 'GX2jNc{(:*"9pPOq%po6!':*$SJ$7]nyc*K{KgV=88 ;?/ Ͱ/Ͱ"/9Ͱ3/(@/ְͰ?+>ͳ=>?+<Ͱ + <.>.<= >? <=>?....@9?<(38,$9 9999"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!! U**#9ooO%OppON9"**?%_{(:*"9pPOq%po6!':*$S v;aR/Kͳ KR+ͳKR+Ͱ"/9Ͱ3/(b/ְͰ<26+&Ͱ&O NͰN/OͰ&U+Gͱc+9N,/9961(8]$9&O?@99UBKR\$9G=>99RG9 999K99"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!7!5>54.#"34632 U**#9ooO%OppON9"**?%M+x xSf>,\VE?006)"1{(:*"9pPOq%po6!':*$0"<>a:Yy3;R3 EMq8 a;kA+eͰ`/^ͰX/Qͳ QX+ͳQX+Ͱ"/9Ͱ3/(l/ְͰ<+iͳ6i<+&Ͱib+DͰDK [Ͱ[/Kͱm+9<,96/(8T$9&iAU_999bQX^e$9D[GH99`e54.#"3>32+32#"'&7# U**#9ooO%OppON9"**?%t"HYA4E[$9PQ-C2.52/mH4={(:*"9pPOq%po6!':*$+RM/:` dF1L0 17'"KK26$"= q;FJ/ Ͱ/D3Ͱ"/9Ͱ3/(K/ְͰ6+&Ͱ>2L+6>+ >.I? C>=>I+?@?C+>J>I+=>I #9J9@?C9=>?@CIJ.......=?@CIJ......@96(,854&#"#7!7!3632#"'&' U**#9ooO%OppON9"**?%r!I[\P3lo,%p*ћ\3>JF2"{(:*"9pPOq%po6!':*$3]O/1H`O'k.m$6556B. x;Zi?+gͰ^/EͰJ/Uͳ UJ+ͳUJ+Ͱ"/9Ͱ3/(j/ְͰ<+[ͳ6[<+&Ͱ[d+Bͱk+9<,96/(8999&[GH99d?EJU^g$9BN9^g54&'7>54.#"4632#7".4632#"& U**#9ooO%OppON9"**?%j_R3L>H^8`d:LzL2:3Z{Z?A;Q?*-QO80C :)@3{(:*"9pPOq%po6!':*$}uy&8M@!B_  kI=W,1A@"7R o@84;"-.&c3.+. 1 V;[jA+WͰ_/Jͳ J_+ͳJ_+Ͱ"/9Ͱ3/(k/ְͰM+\Ͱ\& 6Ͱ6/&Ͱ\b+Gͱl+9M,/<=$961(8999\[9&APW999bJST_g$9W54&#"32673#"'&'4632". U**#9ooO%OppON9"**?%u6Yf<[\?·j9mVF.3>=69 4D/{(:*"9pPOq%po6!':*$s?\2Di;j.#Ll 32I76$(% ;?P^E+]Ͱ/ ͳW +NͰ/Ͱ"/9Ͱ3/(_/ְͰ<2<+=ͳ?=<+>ͳ6=<+&Ͱ=@+QͰQZ+Kͱ`+6> + <.>.<= >? <=>?....@9?<(38,$9ZQEN99]@KQZ$9 W999N99"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!!32>54&#"4>32#" U**#9ooO%OppON9"**?%W4Xi;bX: 'G,+4kNc{(:*"9pPOq%po6!':*$OSJ%Pvy4KhW=:7 ;?C/ Ͱ/Ͱ"/9Ͱ3/(D/ְͰ?+>ͳ=>?+<Ͱ?+AͰ>C+BͱE+6> + <.>.<= >? > + @.B.@A BC <=>?@ABC........@9?<(38,$9 9999"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!!!! U**#9ooO%OppON9"**?%_{(:*"9pPOq%po6!':*$TT ;?cV/Oͳ OV+ͳOV+Ͱ"/9Ͱ3/(d/ְͰ?+>ͳ=>?+<ͰR+SͰSY+Kͱe+6> + <.>.<= >? <=>?....@9?<(38,$9>&@9YSFOC]$9KAB99VK9 9O9999"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!!!7!5>54.#"34632 U**#9ooO%OppON9"**?%_+y xRf>,\VF@0/Fb"1{(:*"9pPOq%po6!':*$T0"32#"&=4;>54&#"+"54632"&5462"&47632/&4?632#"&476;2+"&'%32&&6$&&66&&56(&22&(6$%22%&61$#3&'pΕX ݜz4&'45L45J65L4L%'@@#&5#$1"%88%%2&5&%33K'6J33&&22&(34~&6L56$'&3QYp ݛЕ &44&'65q&56%%11%J22(6%(3%7J65Gig+Ͳ*_222g+nͰ//ְjͲj +@ +j+nͰjo+*Ͱ*++Ͱ+_ͱ+*op999+1399y999@ !5Sw#~$9_9n@ #.<^,$901546;&'&5767676!2!&'&67%72532767;;;;3222/32#!"&!67676767'&76767&#"'.7676766767&'&#"!'%+""ab]#,mE94 7V\ZW1)5     5!f#$P$ "(8su $e ĝ[F +0?֗QXA&itꧪX\#Ka*>4Be$Gf%hd) 56 &&%xr`~N7&I:R/ G] -eO 1)/&RRx0 E/ 3Dͱ&C22F/G+6?9+ C.B {/+  < ;?z+ <;;: >x+ 32 + 322, 22++ ,+,++, #9@ +,23:;767!264&#!" .'& . .'&!"$>"`!"oL.$($$!YM %|%i #2#2!#2$!CQ;j[x"/Ͱp/#y/z+#pXr99017463563#%#.&7676723&'&'&76767676767676'4767676747!.'&'&'&>,| ,>>,,>Y & #!6*K 50 ,4a;k ' $Ga*Y0M$  ((  $ m +- 0CD00BCwD^0bG9456SnV{TK>NS2@ \]TJ:A]=SXh P?dVILD,}T" -.; 25<=.(&=+ )P22 y_ Lh8i/>ְ8Ͳ8> +@8. +>8 +@>! +j+8>6MNR$901&7676767676;!"&467>3232#"&5465#"&547&'#.&>732#!>.  "FLg2K,&<@,(Vf~c2.aK]Z\EM- H38('8.D&CW{(,"8%<>nM+Q,* 34K>,DrsI2bPM96!KJuYtoYsQY?,o 1E  (67'D.&/{4?&9" +31"G> "</:+43'Ͱ.2++=/ְͱ>+!#990146$;2#67$'#&4763!2%63!2#!'!"&{ }Pe[@QY@ +W `+==++=|`gSlw8\ * 23.=46;232!#"&547#"&547#"&547.=##"&;26=4&+"2654&532654'673>54&'.#"#")/C\B#!,?LŠk‰~Š'4-0""./!"028 4%':("0 0?YF6 jCAd Bb""->>-j!!""!!@,D*/aa/*,-aa/*/*aa.,<(\Pk"//"!/0 B- Q$1'(1"#Y?6T @TP@SS/ְͱ+013nJ%vS  /ְͱ +0137 nJe%vv^ @/Ͱ /Ͱ2  +@ + /ְͰ+Ͱ +ͱ +013!%!!yUlj%e@ ^ X/ Ͱ/Ͱ/Ͱ/ Ͱ2 +@ +/ְͰ+2 Ͱ2  +2Ͱ 2+013!!!!!!yUpljj%H@@  C +Ͳ +/ְͰ+ ͱ+ $9 99016$  $&654$z8zz@e8zzzza\ -|(C +Ͳ +/ְͰ+ ͱ+ $9 99016$  $&6$54$z8zzĘe8zzzzee+0C +Ͳ +/ְͰ+ ͱ+ $9 99016$  $&>54$z8zzce8zzzzfq% t5D +Ͱ//ְͰ+ ͱ+ $9 $9016$  $&>54$z8zzlge8zzzzg>r7D +Ͱ//ְͰ+ ͱ+ $9 $9016$  $&>54$z8zzje8zzzzgVp:L +Ͱ//ְͰ+ ͱ+ $9 99 $9016$  $&>.z8zz~ylme8zzzzgnmmI +Ͱ//ְͰ+ ͱ+ 99 99 $9016$  $&32>54.+z8zzy mm e8zzzzmmI +Ͱ/ /ְͰ+ ͱ!+ 99 99 $9016$  $&32>54.+z8zzTmmWe8zzzzzmm!D +Ͱ/"/ְͰ+ ͱ#+ $9 $9016$  $&32>54.#"z8zzmm e8zzzzWmm%B +Ͱ!/&/ְͰ+ ͱ'+ 999! 999014$32 $&%232$>54.#"bМzzz mm%obzzz9mm}%>+Ͱ!/&/ְͰ+ ͱ'+99! 990146$32#"$&%32>54$#"zzz㝜zp0-4mú.#zz㝜zz!m=m%>+Ͱ!/&/ְͰ+ ͱ'+99! 990146$32#"$&%32>54$#"zzz㝜zSKTmúF8zz㝜zzm= `->+Ͱ%/./ְͰ!+ ͱ/+!99% 990146$32#"$&732>54$#"zzz㝜z:`mEJmúWGZ[? zz㝜zzP~5m=+enop&>+Ͱ"/'/ְͰ+ ͱ(+99" 990146$32#"$&732>54$#"zzz㝜zRmmúmzz㝜zzmm=m $D +Ͱ /%/ְ Ͱ +ͱ&+  $9 $901$  $327>54.'&#"ba^}nXDU~I-)Vc)Sm1a^3n-|O_8 l&D +Ͱ"/'/ְͰ+ ͱ(+ $9" $9016$  $&327>54.'&#"z8zz(m%-_@?s*me8zzzzm:eOm%D +Ͱ!/&/ְͰ+ ͱ'+ $9! $9016$  $&327>54'&#"z8zz(m"Pl5 me8zzzzm>em|m#D +Ͱ/$/ְͰ+ ͱ%+ $9 $9016$  $&;>54'#"z8zz(m=S(dkme8zzzzmBdgm"D +Ͱ/#/ְͰ+ ͱ$+ $9 $9016$  $&32765&#"z8zz(m O9 me8zzzzmVmI +Ͱ/ /ְͰ+ ͱ!+ 99  99 $9016$  $&;#"z8zz(mEFme8zzzzm'mI +Ͱ//ְͰ+ ͱ+ 99  99 $9016$  $&;#"z8zz(mme8zzzzm]mL +Ͱ/ /ְͰ+ ͱ!+ 99  $9 $9016$  $&;#"z8zz(m<>me8zzzzm[SmL +Ͱ//ְͰ+ ͱ+ 99  $9 $9016$  $&&"z8zz(lw{e8zzzzDnruvwLw~xNy y>z {:{|}<܀ڂ|„ *66Rڊ`@h΋@lČBlލ@dޏVڒ,LƘ~hvX64ڦاTΩFҫfxԭ.BfȰ0TvԳ.HXXo     > *L xv ( J \`  0Weather Icons licensed under SIL OFL 1.1  Code licensed under MIT License  Documentation licensed under CC BY 3.0Weather IconsRegular1.100;UKWN;WeatherIcons-RegularWeather Icons RegularVersion 1.100;PS 001.100;hotconv 1.0.70;makeotf.lib2.5.58329WeatherIcons-RegularErik Flowers, Lukas Bischoff (v1 Art)http://www.helloerik.com, http://www.artill.deWebfont 1.0Tue Aug 18 17:25:12 20159      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~glyph1glyph2uni00A0uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni202Funi205Funi25FCuniF000uniF001uniF002uniF003uniF004uniF005uniF006uniF007uniF008uniF009uniF00AuniF00BuniF00CuniF00DuniF00EuniF010uniF011uniF012uniF013uniF014uniF015uniF016uniF017uniF018uniF019uniF01AuniF01BuniF01CuniF01DuniF01EuniF021uniF022uniF023uniF024uniF025uniF026uniF027uniF028uniF029uniF02AuniF02BuniF02CuniF02DuniF02EuniF02FuniF030uniF031uniF032uniF033uniF034uniF035uniF036uniF037uniF038uniF039uniF03AuniF03BuniF03CuniF03DuniF03EuniF040uniF041uniF042uniF043uniF044uniF045uniF046uniF047uniF048uniF049uniF04AuniF04BuniF04CuniF04DuniF04EuniF050uniF051uniF052uniF053uniF054uniF055uniF056uniF057uniF058uniF059uniF05AuniF05BuniF05CuniF05DuniF05EuniF060uniF061uniF062uniF063uniF064uniF065uniF066uniF067uniF068uniF069uniF06AuniF06BuniF06CuniF06DuniF06EuniF070uniF071uniF072uniF073uniF074uniF075uniF076uniF077uniF078uniF079uniF07AuniF07BuniF07CuniF07DuniF07EuniF080uniF081uniF082uniF083uniF084uniF085uniF086uniF087uniF088uniF089uniF08AuniF08BuniF08CuniF08DuniF08EuniF08FuniF090uniF091uniF092uniF093uniF094uniF095uniF096uniF097uniF098uniF099uniF09AuniF09BuniF09CuniF09DuniF09EuniF09FuniF0A0uniF0A1uniF0A2uniF0A3uniF0A4uniF0A5uniF0A6uniF0A7uniF0A8uniF0A9uniF0AAuniF0ABuniF0ACuniF0ADuniF0AEuniF0AFuniF0B0uniF0B1uniF0B2uniF0B3uniF0B4uniF0B5uniF0B6uniF0B7uniF0B8uniF0B9uniF0BAuniF0BBuniF0BCuniF0BDuniF0BEuniF0BFuniF0C0uniF0C1uniF0C2uniF0C3uniF0C4uniF0C5uniF0C6uniF0C7uniF0C8uniF0C9uniF0CAuniF0CBuniF0CCuniF0CDuniF0CEuniF0CFuniF0D0uniF0D1uniF0D2uniF0D3uniF0D4uniF0D5uniF0D6uniF0D7uniF0D8uniF0D9uniF0DAuniF0DBuniF0DCuniF0DDuniF0DEuniF0DFuniF0E0uniF0E1uniF0E2uniF0E3uniF0E4uniF0E5uniF0E6uniF0E7uniF0E8uniF0E9uniF0EAuniF0EBKPXYF+X!YKRX!Y+\XY+UӢfont/weathericons-regular-webfont.ttf000064400000302354150211511020014020 0ustar00FFTMp/GDEF$8 OS/2tdX`cmap:cvt +dfpgmS/egaspglyf ykheadY %p6hhea q0$hmtxFr"jqTloca6umaxpv name}wpostSaz prep+.webfU=S8 229UKWN@   / _%>N^n~ / _%!@P`pd߲   xzD,KLPXJvY#?+X=YKLPX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-DdU./< 2< 2/< 2< 23!%!!D $hUD1 { 77s+Z3ͰT2/ Ͱ /5Ͱ25ͰN/ͳ&N+0ͳN+ͰG/kͳkG+i3gͰ//ְͰ2+$Ͱ$+Ͱ+cͰc_ QͰQ/_Ͱc+ͱ+CE992@ &)4GUWXkty$9$|9JMi$9TNg$9Q9_a9c9$9999 99 9995 #9990*,2:=Q_q$9N$)>@a$9&AK99CDJ$9n9Ec$9G9gk99uy|$9t$90153!2"'&#"3264&#!"3!264&#"32762#!"%;27>?2576$32;2#!"3!2>54'654$#"&#"32654/&"632&+&26=4&"?654&"327654/&#";264&+"&s)??R $&4Uuvv&8&vwyP1'&T==*n&8 $_8ː -y/)hA'(3FLs7$&5L66L5PL6LRD " D$(6%&67%&Z& 3LU7#QN17 Wq7>Ɏvb–A ƇJE1(&Emh[%33%&66&4'&%6%E%#E5L6J7 !Xgw+?3 Ͱ92]/eͰ/Ͱ23/$3ͳ3+Ͱ,/QͳzQ,+O3LͰ/Ͱu2m/ְͰ}+HͰ6 DͳH}+ͰH+ͱ+93zL$9}69DF9999 9999936DFW$9(/999T9)}H$9z,x9m9990153!2654&#!"3!264&#!"7;27>73257>32;2#!"3!2>54'654$#"&#"3!2654&#!"32654/&#"632&+&326=4&#"32?654&"27654/&#";2654&+"FH&55&*N&&66&%<)^: ~sΏ!ߐ.|uO0)L%%43&&4D&)3E"(654'654.#"&#"46?2576$32;2#!"&7264/&#"632&+&326=4&#"32?654&#"2654/&#";264&+"-zXr|1㶳5ˎ}F(!4?$'6:o6"(!2&)23(&2M" "4%&UEL3E#&g'%11%&jkrϖXF)⹆:>̌'D7NF5kܞd`)22)&22&1)'&4LC5($ElJ2L5 = L[kw+ ͰQ/YͰ/Ͱ2/%3vͳv2+Ͱ+/FͳnF++D3BͰ{//\ְdͰdx+~Ͱ~q+=Ͱ=+ͱ+d\F+99x.1Dl$9~2nvB$9q5s999=9;$9U$9999 99992$7;$9(.s999vI9)q=$9n+l9BF9{\ad$9i9990153!2654&#!"3!2654&#!"';27>?2576$32;2;2/654.#"&#"3!2654&#!"32654/&#"632&+&326=4&#"?654&#"327654/&#";264&+"6(&66&4(6%%32&3&( &[:g) yXr1a&%65&1&6E#$7D&'17l4$-%3%(68&%3J;H4%&VD$! E$&j'%33%&5U%33%&55MJ5&%3Sj6>n[;qΖXCKc&6&%11&D5'&A5lޜhX%33%%65&3$99(%4LE($FF'5L45 E;HXhx2=4#.546?2576$32;2"3654'654$#"&#"676&'&3276&'&327>.654/&#"327676&'&%327676&'&73276&'&632&+&326=4&#"6?654&#"32764/&";2654&+"*9‰(,~29! G " ER @3o )&#A n" # @"AE !AD$'4 ""  "$&A p" $  $DM!! >n &$&= mrk7!/'6&%33%&6PK7&#;F)&EJ5&&76'(6 ͋;>͌5w_ɗF*V# "#D $1EW'A #$ #  GF 3 #(E;'&D42  0&? "%l$ !!#A$ / AS%@ "%gۜda&66&&66&WN(&6$CLB6&6&%33^ 5<M\hu8+'3ͱ"B22/Ͱ/gͳg+Ͱ/7ͳ_7+533/ְ Ͱ N+UͰUi+oͰob+.Ͱ *Ͱ.+ͳ+Ͱ/ͱ+N :=>K$9U7M999i5@EC]$9o$%"_g3$9bd9*,9.v9y99~999LM999 !99 *,FG$9d999g:9b.$9_]937Ry99012=4#.546?2576$32;2"3654'654.#"&#"36&+6#!";7654/&#"632&+&326=4&"32?654&#"32654/&#";2654&+")8;'2Yq1 7  FC>D$%6:m6!+ 3(&22L5L:(5&#WE$&5B$%g%&67%%7  Lj 6>ʎ 4lqrϖXB)E'(E33'%E6mޞa`(43)&22&/%6&'4JF6($FH#3%&66u 7;KWgx 2=4#.546?2576$ ;2"3654'654.#"&#"6?6&'&3264&#"76?6&'&32?6&'&7654/&'"32654&"76?6&'&232?6&'&2654&"723276?6&'&632&+&326=4&#"?654&#"327654/&";264&+"$8^̼$)|Xr1;#!%? %%$@ R#&55&%1A #!C  &'#A {"# E &%"B <FGC&%4$&22L2B! %>  %&#B ' !A %$(A OL22L2A"#!  #$%? %j9!-)1&'67&%2M9H5&%;A ! EJ%%33%&8 Nj ;>͐0ljqϖYF)X6 -A$? &&? *#3J32/ #%`'= $#b3 A?)@ %$? zLD%&E$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&221  '`$? "%ajٜj^%11%%65&ZP99(&5JC&$Ae&6L56 f F@M]o?"&546?2576$32;267>54'654.#"&#"676&'&676&'&327676&'&7676&'&654/&#"327676&'&632&+&326=4&#"?654&#"327654/&#";2654&+"֨ }̵4̵N O̓~-~Zr/ %#H !#G NM7#" "#I  PJD>A!!AE&'6:" $ "#I q7$,!5&'67&%6SK7%#;F &F%'j&&66&&4/ ϑ:?ˎ J ! scqЖZF)##!C#) #-M # "#H " $ . I U'F:'$E4###G "gۜj\%33%%65&VL'&7LC$&BM&7&%33 >;L^m+'3Ͱ"2/3ͳ+Ͱ/6ͳ6+432Ͱd/l/ְ Ͱ <+2CͰC`+gͰg+Ͱ+.Ͱ *ͳ.+Ͱ2Ͱ/.+ͱ+6=f+ ]\UV=X+ ~}vwUV\]vw}~........UV\]vw}~........@< 999C99`M9g6RE$94n$9$%"2$99*,99999@ *,HZ{$999999.$992699ld$9012=4#.546?2576$32;2"3654'654$#"&#"3276&'&32676&'&32654/&#"32676&'&632&+&326=4&#"?654&#"32654/&";2654&+")8)-}1@## ? '%#A  ' . #$%A -E#"8D#'W!! 1 #$&? q7#-&6&%32&(4NI5'!WE$$4BJg&&66&& ͋:=̌5scƘF*m3 Ds&B $$3%!%? $$G gLF2&'E1 %s%? $$"kݞda%32&)45(2'('4LC4'&FnL6%&7 5=M\p~2=4#.546?2576$32;2"3>54'654.#"&#"6?6&'&6?6&'&23276?6&'&764/&#"6?6&'&26?6&'&26?6&'&632&+&26=4&"32?64&"3276&/&#";2654&+")5̿,yXr/B"E  %$(@D#B  $$'@ $" %$%A 1F6GC&%6_"!%>  #$(A)?1  '%!B ! 0 $$%? #j2$+3P33P3P!!!4JTB!!E#&g4$)45(%3 ˋ9=̌ r_rϖXD)}8 #)p!C &&j= #'n!B %%m 6  1j%A %$m +(E66JF56 ,l%A '%n<"$l&A %$m 3 &j&? #$q fݝZb(33((44(4(L4JD!!IFG$42&(46 0<FRany2=4#.546?2576$32;2"3654'654$#"&#"2654&"32654&"64/&#"32654&#"3264&#"3264&#"2654&"32654&#"632&+&26=4&"?654&#"32654/&";264&+"8(.~13J33J3"&23J3F!@D&(6y$&55&$44$&55&$4#&55X4J33J4$&23%&3hn6"/'6L23J7LG7%#VD'!5BJ4'%66%&8 ˆ6>͎2y`ɖF,&66&$44Y!2%&22('F9NA5B$4&%55[$43J44#2L56.&66&$44Y"2%&23Vjޛd`%22%&67%4%%&6(C7&$E5{&6L56  0=LZkw9+(3 Ͱ#2/3ͳ+Ͱ/8ͳz8+634/ְ Ͱ >+DͰD[+aͰM Tͳra[+lͰl/rͰa+Ͱ}+0Ͱ ,ͱ+> ;999MAI99l[8X999rT^egot$9a69x999%&#z4$9} 9,.909 [a99@ ,.AIeglor$9t$9;9}0$9zx948Q99012=4#.546?2576$32;2"3>54'654$#"&#"32654&'&'764/&#"32654'&'&'32654'632&+&26=4&"32?654&#"327654/&#";2654&+"8,|1vZ?@VK " &+H EC>D#'44ghVJ> 9OW=+):c1hj7#.'7J21L6L %6&#VE('A%&3'&56%&8ˊ:>̋v_ȗF*=VU>'&$ +.N)F22JE6ifV|a> 4iyg(::(Bi Ukjܝ^f&66&&22&0'%'4(>$#E4z$3%&56 q  (7Rao|/PͰI/^Ͱ/3 Ͱ2B SͰV/Ͱe/l/ְ8Ͱ28Ͱ/8b+hͰhL+ͰY+ͳ}Y+p3Ͱw2+ͱ+8)9b#&05HST$9hIV^$9L\99}|9{999Ptw99I;q{$9^&@F\$9S$Y$9V-99e0}99l)5$901;2654&+"3!2654'654.#"7654/&#"46?257>32;2#!"&>32&#.#326=4&#"7654/&"32?654&#";2654&+"Ͱ>U+V2PͰ\2PC+7ͳq7C+b3yͰj27+ͱ+99.!)999>&99U;@99PF299C:A997fv~999LSkm$9;bj999Af99 .7>C$92F)~99`&qy$9Z!v9901476;2+"&4?632'&47632#"/&4$32 $7 654&#"4632"&55462"&47632/&4?632#"&476;2+"$%11%%61'&3AB%#3&'pΕX8ݜ5&'45L56J65L5M$'@@#&5#$0#%77%%'6L56B%0%'33%'&3EYpݜ)&44&'66'I%66%%11%J22(6%(3L7J6 CJ]m};36&+6#!".546?2?6$32;2"3>54'654$#"&#"3276?6&'&654/&#"6?6&'&3276?6&'&76?6&'&632&+&26=4&"?64'&#"327654/&#";264&+"թF   rs6ο.zsO1i"  "  &&!B E"!@C&(6v #"A '&$A . %   $$%A ##&  %&$@ k2!/$5L33L5SI&%:E%#B$&5'&65''5/?\y??͎ubŘ`UE)%4  0n(? &$o =%F:'%F41 #*n#A %&p"  4l&? $$o3 /k(? #$qg۝iX&65''56&WNL%C&%B7'5L33 ;HZi~;36&+6#!".546?2576$32;2"3654'654$#"&#"32676&'&7654/&#"327676&'&632&+&326=4&#"2?64&#"2327654/&#";2654&+"ҩD   rr8;).~1_!! 6 "#%A #DLC%(d !  $$%? k7!1)7%&22&%7NK6&#:F&E$%5$%76&(3[?w6>ʏ 4v`ɖE)I.  "%? $$k 2LF(&F  1P&> $$gڜda%76&&66&XNL6$C&%A6J7&%3z } 9p+[3ͰU2 /Ͳ + +7/!ͰP/eͳ1eP+'Ͳ'1 +'+ +I/hq/ְͲ + + +%+4Ͳ%4 +% +%- +4S+`ͱr+EG99%IVXYh$9S4LUe9999!74S99'?2576$32;2#!"3!2>54.+&#"$BvT1(% T>>*%6$e*>>*,N1Q|ww&5 $^8ϑ!2/)Z(vwTN3=,*=5j'>V=1'(Q3! Wr7? Lj  TbW +>3Ͱ82`/YͰ/Ͱ2/IͰ+/Lc/5ְDͱd+2$5DR$9I(.%O$9+)9015463!2#!"&4763!2#!"&;27>?2576$32;2#!"3!2>54.+&#"4763!2#!"&6(&23%C(6(%11%@%7B $]:Ў!lōT!4/)z''56&A%6W'43(&33l&2L67Wr7?̑SkŊs'3L66 B-P+ͰE/@Ͱ/*3 Ͱ%/ͳL%+:Ͱ6/OQ/ְͰ+ Ͱ =+HͱR+ /6O$9 7999=BCL999E 99@F999 +,$9 "'=H$9:#9L23499960199014676$3232#!".73!264&+"5'. #76 32"3>54&+&$#"ƛ)*½), "\zH|||0sE.a ha*Ɵ#Hz\z4Ȗ- .\Dg` y ꠩ Q JYT +ͰW/OͰ/Ͱ3/&3?Ͱ,/BZ/ְHͱ[+3%89HI$9?)/E999,*9015463!2#!"&4763!2#!"&;27>?2576$32;2;2'&$+&#"54763!2#!"&6((35&9(6'%22%8&5 &Z;g) /"51((&56%7%7V'43(%22t'3%&56#Sj5=n[ ‡e&2%&678EWg{+'3Ͱ"2/30Ͱ/3/ְ Ͱ 9+D2>ͰF LͰ>X+h pͱ|+++ͱ+6=+ L.MVU=V+ LMUV........MUV.......@9 6E$9F9XLR9ph3^b$9|v9$%0r$9F99+Rv$9069999012=4#.546?2576$32;2"3>54.+&#"676&'&676&'&#"327>.327676&'&#"%327676&'&32767654&'&#")9ꇎ"41E" E # CP!!F ` %& 1 ^" # ?#NC! !$ 3n " "  $CM" `! 0 ` ̋9>̌)H""#C $/ !/i(?  #  FF 2; 0&>  \' "#@$2  )d0  !36#!6#!"3!36&+6#!";*?#j%<-&  >E2   u7GSduo+'L333ͱ"Q22j/pͰ/;3ͰB2z ͰV/Ͱ^2/3/Ͱ/2/ְ Ͱ H+OͰO> 8Ͱ8/3>ͰOZ TͰT/ZͰOv+}Ͱ}l eͰe/lͰ} Ͱ/3Ͱ Ͱ}+Ͱ Ͱ/Ͱ2+*ͱ+6>%+ .l.lt>d+ lml+tst+++st #9ml999@ lmst£............@ mst£.........@8 599H99>TQLa999O@9vj\999lz9}29999999$9$9$%/$9zpq98}v$999C99HN$9VX$9a99 *_$9/59999012=4#.546?2576$32;2"3654.+&#"6?6&'&3264&#"76?6&'&32?6&'&32654&"76?6&'&232?6&'&32654&"723276?6&'&*µ8'!51A#!%> $%$A Q#&44&%2A!#!B  &'#A |!# D &%"B S#&22L2C %>  %&#B &!!A $$(A O%&22L2A##"  $$%>  ˇ 5>Ύ1ԏ.Y6 -A$? &&?'"3J32/ #%`'= $#b2 A?)@ %$?,#2&%224 ,`#@ '%` 2 F@"B %&?6$2%&221  &`$? "%ag?Nbs/ͳp+iͰ/6Ͱ/9/ְ Ͱ @+d+tͰt+0ͱ+d@ =HOQ$9tTi99@ &-69X\n}$9ic9pqE999@  *0@KT\$96=999901?"&546?2576$32;2"327654.+&#"676&'&73276'.#"327676&'&73276=.+327676'&/Ѩ |ʴ8ʴ!  +*Sl"5ߕi!#H #$B$$3 %R " % "#I :$2%0w#  $  "&#  3 ̐ ;>ʏL%0lčT( " "#D $ $#'*".&"#H " #/#/# $*#,!  "7L_u5+30Ͱ2/)3 Ͱ#/v/ְ-Ͳ- +@-3 +-+Ͳ +@ +w+6>k+ :;DC=+ MNWV=+ bcon@ :;CDMNVWbcno............@ :;CDMNVWbcno............@- 8`k$90569*>Qf$9  &999#!9014763232"=43>&+"5'&$#"#2#&47>32#"'&#. >32#"'&'&47>32#'.2^Y4"Ў8; 1 &' D #"2#" 2  / !!0 ")֋>9Ą 2 g @'D 3  ?%W&"Rg  0% 3:Ncu'6+31Ͱ2B+3HͰ2@+v+/*3 Ͱ$//ְ.Ͳ. +@.4 +.O+R2^Ͱ^+Ͱ+Ͳ +@ ++6=+ <SF]>0+ eyo=+ .<=9?9EF]9fey9h9x9no999@>?EFRS]^hnoxy<=ef........................@>?EFS]hnoxy<=ef.....................@O.';H$9^[d99$qv$99 !$91BA9+V`{$9  '999$!9014763232"=43>54&+"/.#"#2#.4657>#".#.4657>323'.4657>#"'.4?>#"'.4?>#"'.4?>6#"'./\[5$̎ t8iPB ?%$& < "" 0 $%  @%## A%$$ D## A%$$ 9##- A#%' D " 2# < !!  )؍ Ɉ=ri: ƈVn$% ?%lF 5p! ?%k,% 4j&' A%oA5 n$% ?&jH1 j&' A#qA5n"!!*nE /7AJU`lwO+TͲ5+?u3330Ͳ:o222j/eͰJ/3FͰ{2_/ZͰ/)3 Ͱ#//ְ-Ͳ- +@-3 +-8+B2=ͰG2=a+KV22hͱQ\22hm+x2rͰ}2r+Ͳ +@ ++8-&99ha#99rm!99 99Z*-$9  &999#!9014763232"=43>54&+"5'&$#"#2#&462"&4762"$47632#"47632#"47632#"&462#"&4762"&2]Y4"ΐ83J33J3J33J!#%76&$4!&66&$4#&66&$4X6J33%&5L22L5 ,֍ˈ>5 dž2$44$&55}L2L2J7J5J5J3P$6J33y#54$&56#2L236EYe4+3/Ͱ2/(3 Ͱ"/f/ְ,Ͳ, +@,2 +,7+@Ͱ@F+Tͳ`TF+ZͰZ/`ͰT+Ͳ +@ +g+7,%99ZF"99`LWN999T 99/45FT999@ &+"5'&$#"#2#&%46767#"&467>767#"&47#"&1^X5!Ў8xN""&)GV@?Z>3%T :ʈ 2w')&+,*?TV,t3)a 5g5t-g.Ch"S);;FYi}4+ 3/Ͱ/Ͱ)/>Ͱ"/A/ְͰZ+`Ͱ`~+Ͱ,+9ͱ+6=q+ XgPa>z+ |tPQPa+XWXg+P`Pa+=+ XhXg+tut+|{|+tt+||+WXg #9h9QPa9{|99ut99@PQWX`aghtu{|................@PQWXaghtu{|...............@Z DGL$9`A"99~pj99%(>$9,)12999/45y999.e99999),9$9>%D999" 901;36&+6#!".546?2576$32;2"3>54.+&#"3276?6&'&6?6&'&23276?6&'&3276?654&'"&#"ӨEo   sr8;hP"51f!!"  %&#A ! $@ &&$B -#! #$(A"# !##2 3m-w7>ʎ Xh)+1  )p#@ %&k/ "'o#A %%l6  2l%C &&n 2 -n3 !#l ~DXp4+ 3/Ͱ)/<Ͱ"/?q/ְͰ,+7ͱr+6=+ WVMN>6+ pmbcpnpm+opm+opm #9n9@ MNVWbcmnop..........@ MNVWbcmnop..........@,123 "$1   ! " . 35ew6>ˎ 4֐);?$&>  ^8# /]0 !". (6$&/Ͱ /33Ͱ,2/7/8+01463!2#!"&4763!2#!"4763!2#!"&463!2#!"&2$ #..#$2$ "//"#z# $01##1i/%%/0$%/$0/%#..5F0F1".F22R%/0$#..z ;+\3ͰV2/ Ͱ"/9ͰQ/ͳ(Q+2ͰK/}Ͱ/v/ְG2Ͱ5+&Ͱ&+nͰnT+aͱ+I995(+8JWYZ}$9&K{99MQVv$9n9Tr99acl999 9999"%T992,.>ASa$9Q&+BDc$9(EN99GHM$9KIfl999}{99n99vp90143!2#"'&#"2654&#!"'3!264&#"327632#!"%;27>?2576$ ;2#!"3!2>54'6?654/.54?6/&#"&#">32&+&&d*??*) $&4T짧v&8%vvzP1&&+)>>){&8  $]8^͐Iu,@ UF?;zz.q/(2^ 7#+~J=*+> 4&$Twv#QP0<+*>7Wq7>{qH )o'-B;oK0 ƈX]E<2z  iw+?3 Ͱ92n/uͰ/Ͱ3/Ͱ,/aͰ{/Z/~ְRͰR6+Dͱ+6RV99DEN999C93%6DEg$9)/&d$9,*JN999aR_x999{}9ZT90153!2654&#!"3!2654&#!"7;27>?2576$32;2#!"3!2>'6?654/.54?6/&#"&#"3!264&#!">2&+&6(&22&(6&%32&&6o $];ώEs.BFl? XF?7] 5"(V&22&(34&5&%33Wr7>̐ xgI Pcf2&7A ;oK3 ʼnp'6J33BXaF@2~ LYjzP+'33Ͱ"2/3Ͱ/GͰ/@/ְ Ͱ Z+`Ͱ`k+{ ͱ++8Ͱ8+*ͱ+6= + `.ahg=+ `agh........agh.......@Z JY$9`S9{Gqu$9E99@ "$%@$98:<999*,5999Z999*,e$9J$9/5999GE999@:9012=4#.546?2576$32;2"3654'6?654/.5&?6/&#"&#"676&'&676&'&327>.327676&'&%327676&'&73276&'&>2&+&)8(E~'<[6 UCI8w{-x1H#F " DQ" )= ^ '&#@ ^" $ ?"OD % #$%A o " #  #EM! A] #$%? ^E2c 1") ̋:>͌4։xwI G'-> ;oK4)Y""#D #0 !,V(? $$ #  FF 2= 0&> $$n# !#A$ . AR&> $$ \`!FF,}N L]m+'3ͱ"V22/lͰ/GͰa/@n/ְ Ͱ d+8Ͱ8+*ͱo+d @ "$%@JNY^l$9832&+&)8;'I%>[6 TF?:z|-q22   5_ 7"-  Lj 7>ʎ 4֏ytM |G'-B ;oK0*XFT[`!H;7~ u N^j{2=4#.546?2576$32;2"3>54'6?654/.5&?6/&#"&#"6?6&'&3264&#"76?6&'&32?6&'&32654&"76?6&'&232?6&'&32654&"723276?6&'&>2&+&*µ9XZI$;\7 UAI:{|-y2A#!%> $%$A Q#&44&%2A!#!B  &'#A |!# D &%"B S#&22L2C %>  %&#B &!!A $$(A O%&22L2A##"  $$%> 3_6!2 · 6=ΏXbwI D"6> 990299WvX|$9]S99@  !+2^ek$9P$9699MK99;99F>901?"&546?2576$32;2327>54'6757'.54?'".#&#&#"676&'&7676.327676&'&73276&'&7676&'&>2&+&ը xʹ5ʹH;$ c~JI'Q\7 YF?={|-x2 #H "#G  J!8N=# " ##@<# M8v %$###E2c (,"0 / Џ 9>̍ '&2( [dyv R|G),S2&+&*9(I(<[7 TH?<||-u2Q##%? &%#A !F #$%CC ! $$%B~3c $0!, ̋:=͍5֍yuM }D$4A ;oK0)n3 ,r(@ $$0 ?'= %#H:9 1r&> $$A]a HI)y GWh{7+'3ͱ"22'+R333ͰͰ/Ͱ/BͰ/;/ְ Ͱ U+OͰH 3NͰO+Ͱ+4Ͱ4+*ͱ+6=k+ zr?+ |zr=+ .rsr+zyz+rr+=)+ zz+++++yz #99sr99999@rsyz|.................@rsyz|................@H E99U99O@BPai$999"$%;$94799*,99H999'S99@ *,]d$9E$9099B@99499;79012=4#.546?2576$32;2"3654'6757'.54?/&#"&#"6?6&'&6?6&'&3276?6&'&6?6&'&3276?6&'&3276?6&'&>;&+&)8ξ'E'Q [K:<|{-w/@ #B  %$%A  -'>  %$'@ !   %$'A  !$@  ##'C (D "  %&%? !!! &&#@ 3g#0"(  Lj7>ʎ 4֋xuT'o*)U54'6?654/.54?6/&#"&#"32654&#"3264&"%32654&#"32654&#"32654&#"2654&"2654&">72&+&*µ9ˆEv,AFm? UF?;zz-}23%&33&%34$&33L2V$&66$'56&$4#&66Y5J33J54L22L4I2^ 8!,  7=ΏwjM Pcg2+1B 54'6?654/.54?6/&#"&#"2654&'&'32654'&'&'32654'>32&+&)8I}'=[7 UH?:z|-w2yYVJ %+I?giUGB ?I&2=,):c1F8` 7#1 ̋:=͌zwN {E.-A :nI1*=VU>)%,/-igX}]B :d5t)::)Di U[] H<2z Yk{4+ 3/Ͱ/Ͱ2)/Ͱ"/TͰ/M/ְͰl+rͰr+ͳ+|Ͱ|/Ͱ&2+EͰE,+7ͱ+6=q+ kycsdcs+kjky+crcs+=+ kzky+jky #9z9dcs9cdjkrsyz........cdjksyz.......@l WZ_$9rT"99|R9999%99($9)12/$9,EI9979B999/45999.w999),79$9%W$9" >B999TR99MG901;36&+6#!".546?2576$32;2"3654'6?654/.74?6/&#&&#"3276?6&'&32?6&'&32?6&'&>;&+&32?656&'"&#"ԩE   rr8)Fz'B\5 UK9;{y-v2h! !  %&#A A< &&$A +"" 7 #$(A~5bHc6#-E :"#2 3BXw6=ˎ 5֋zvI }C,/A ;mJ1*+2  (p#A &&kE Cm#A %&l1 Hm%B &&n1Ya"f0<2}SEEo3 !"m Zk} 4+ 3/Ͱ)/Ͱ"/UͰ/N/ְͰ+FͰF,+8ͱ+6>@"+ jibc=+ |{tubcijtu{|........bcijtu{|........@@ )/12NX[l~$9,FJ998:C999/4599)8:gy$9%X$9" =C999US~99F99NH901;36&+6#!".546?2576$32;2"3>54'6?654/.54?6'.#"&#"3276&'&23276&'&>32&+&ԩFh   rs8F'<[7 "}<:z|-z2` A #$%A "= $$%@ 5c 7"-3w7?ˏ zyM {G*+A ;oK0*// C&? ##Q3. Ch'> "$,[`"IC/~)/*/ְͱ++0146$;2#"$&732>7$'xzX͜wai]uy^hxzؒUIy6S~ {;w+]3ͰW2/ Ͱ#/9ͰQ/ͳ)Q+3ͰK/oͳzoK+m3k/ְͰ6+'Ͱ'}+fͰT bͱ+GI996)-8JXZ[o$9'K9TMWkmxz$9}9bd9 99999#&93/>ATbu$9Q'-BDd$9)EN99GHMr$9KIf}999zx90153!2#"'&#"32654&#!"3!264&#"27632#!"%;27>?2576$ ;2#!"3!2>54'654.#"&#"632&+&$s*?@)( $%4Svwv&8)vvzP0P+)>>)l&8 $^8^̐-zYq}/)s6#%]&<+)? 6LSvw6$P(&16 Wr5=ʎwarϕXA Ɔmad yw Ubn+=3 Ͱ72Z/aͰ/Ͱ1/mͰ+/NͳeN++L3Jo/hְFͰ4 Bͱp+h4j9BD91$4BD$9m(-Rj$9+)Fh999ec90153!264&#!"3!264&#!"7;27>?2576$ ;2#!"3!2>54'654$#"&#"3!264&#!"632&+&&%33%&8&&23%&7z $]:`͒/{)>&&56%%4l4"'[(6L67$2L56 Wr6=ʏqeA~ J2L6hݞeXu1=+/Ͱ(/3<Ͱ#/ͳ4#+3>/ְͰ7+ Ͱ  +Ͱ+/ ͱ?++24<$9799  9(/ 999<999# 799429013!2>54'654$#"&#"46?6$3232#!"&632&+&-yz1㶲I ˎn7!,fo̘E(⹅MPˌj۞cay<IXh|=+'33Ͱ"2/ͰE2/Ͱ/7ͳ7+533/ְ Ͱ =+2BͰJ PͰBY+}+ ͱ+/Ͱ +ͱ+6=+ yxqrqrxy....qrxy....@= :I999J9}Y7Rci$959$9$%3$99+-9i}99FN99999+-Uv$9:$9/9999012=4#.546?2576$32;2"3>54'654$#"&#"676&'&676&'&327>.23676&'&%327676&'&7327676&'&632&+&)8.~2=# E " CQ!!$B i ('#? k"  # @"O #E #$%@ o $ $  #ELB i %$%> inn7#1 ̋6>ʏv`ɗF*_#"#E  0 "*L'@ #$ $  GF 3.='= #$y '"  #D  9 -L%? #$jޜcaMv>OZ+*3 ͱ%H22/3YͰ/9ͳR9+735[/ְ Ͱ T+1Ͱ" -ͱ\+" @ '(5<@KPRY$9TV9-/9 +AB999-/LM$9Y32;2"3654'654$#"&#";36&+6#!"6 &+&Pi8 ~tξ&210  k:7!/ iV ȉ 7ri>͎  /fvD)ZCSjܞ_a u =MYj{2=4#.6?2576$32;2"3>54'654$#"&#"6?6&'&3264&#"76?6&'&32?6&'&32654&"76?6&'&232?6&'&32654&"723276?6&'&6 &+&¶8ˆ-wP29#!%> $%$A Q#&44&%2A!#!B  &'#A |!# D &%"B S#&22L2C %>  %&#B &!!A $$(A O%&22L2A##"  $$%> 2o:6"- 7>ϐtcșcWE.T6 -A$? &&?'"3J32/ #%`'= $#b2 A?)@ %$?,#2&%224 ,`#@ '%` 2 F@"B %&?6$2%&221  &`$? "%aoߝkZ {?N\n~J// 3Ͱ/:ͳ:+836/ְ Ͱ +2Ͱ+2Ͱ2. Ͱ/.ͱ+ @ :=@HOU]hoq$989@  *6w$99.09J@  *0KRXz{$9=$92999901?"&546?2576$32;2"6?>54'654$#"&#"676&'&776&'&327676&'&7676&'&327676&'&632&+&խ yϷ8 жL Sфށ.{2 "$I #$D"DB LE " "$DQ!I> " $ "$Em7"(4 ͐ +CͰCx+0Ͱ! ,ͱ+6=+ _^WX=+ qpijWX^_ijpq........WX^_ijpq........@> ;999C9!@ &'48EMasu}$9xz9,.9 *9,.H\n$9};z$90x999us9012=4#.546?2576$32;2"3654'654$#"&#"676&'&23276&'&32676&'&632&+&Pi8ξ'-}2IE!D '&#@  & E #$'B" 2 &$'?k7!- iV ȉ 6>͎  /saϖE)@ #$c#@ %%! F#@ %%[:2 "c!B %%kڜdas<M^qW+(3 Ͱ#2S/3YͰ2/3Ͱ/7ͳ7+533/ְ Ͱ N+UͰUr+xͰx+/Ͱ +ͱ+6=+ L\DV=]+ phy=q+ DEDV+LKL\+DUDV+=+ L]L\+hihy+pop+hxhy+=+ pp+++++KL\ #9]9EDV9op99ihy99999@DEKLUV\]hiopxy........................@DEKLV\]hiopy......................@N :=$9U_9rd9x799 @ %&35$99+-9 )I999S}9Y 9  +-Z$9:$9/9999012=4#.6?2576$32;2"3654'654$#"&#">?6&'&32?6&'&3276?6&'&6?6&'&76?6&'&2?6&'&632&+&Pi9̾(,y1?$++ %&"B ""< %&$@ !# &%#C "#$?  %&#B 0!!"  %$(?#"E &&%? $k3"'iV 9=̐ 0gnE*s1 ' l(@ %#o1Fk%C %%p2  .l(A %$o3 ,l(> %$o1  -p%? &&k2Bn(@ %&mgߜfW z;FP\gs}Z+TͱO22k/qͰK/3PͰ@/'w333EͲ"{222`/ 3eͰ/3Ͱ/6ͳ6+432/ְ Ͱ <+G2CͰM2Ch+Q]22nͱWb22n~+t2Ͱy2+.Ͱ *ͱ+< 9999nh699~49999$%2$99*,9e`!9 *,$99$9.9999012=4#.546?2576$32;2"3654'654$#"&#"3264&"3264&"%32654&#"3264&#"32654&#"264&"264&"6 &+&*8‰).~2#%32L2$&23J"6#%66%#64%&55&$55$%66%#6YJ32L44L23J5il:6!/ ̋:=ˎ5rdȘE*#2L22}L2L5^%987\$43J55%657/!2L22W$42L55\lޞ^f~;J[gs+'3Ͱ"2/rͰ/6ͳj6+432t/ְ Ͱ <+AͰAK+QͳbQK+\Ͱ\/bͰQm+.Ͱ *ͱu+< 9999\K699bVXN999Q49$%2hjr$9mo9*,9KQ999@ *,>GVX\_b$9r9do$9.m999jh9012=4#.546?2576$32;2"3654'654$#"&#"2654&'.'32654&'&'&'32654'632&+&)8ξ).~1y[~WK!!&,H?fg2#J@ >Gt<.):c1jk6!-  Ȉ 5=ˎ 5v`͗C*)'#+0,ee+x3_@>D+99+Ak Uijڜe`yJ]oD4+ 3/Ͱ)/Ͱ"/EͳE"+C3@/ְͰ^+dͰd+;Ͱ, 7ͱ+6=+ \kTeUTe+\[\k+TdTe+==+ \l\k+[\k #9l9UTe9TU[\dekl........TU[\ekl.......@^ HKP$9dE"99,@ %12@Cpy$99799/45n|$9)@ 79i$9%H$9" ;999901;36&+6#!".546?2576$32;2"3654'654.#"&#"236?6&'&6?6&'&32?6&'&3276?6&'&632&+&ըEz  vr8),zZqvN2h"  D '%#A !!#@ %&$A ."!? "$(B"#  '%$@  j4"12LJx 7>ˎ 6tarϖY`VF)+532;2"3>54'654.#"&#"276&'&327676&'&632&+&ԧDo   rr9 ~s-}Yq1N!C "#%A B $$%@ l6"-/AXy9qj<̌uaqΖYE)*. @%? #$KB@-p%? #$fڛe`hXO O/(Ͱ/Ͱ/53ͰJ2P/ְ Ͱ +Ͱ+.Ͱ.9+!2DͰ2Q+ 999.J99D=9(9>C$9014632#"&264&#"3276&'&#"'&'&547676327>'5'.'.#"rPOqqOPR<<)*eD$~P;(2Q2'@*/dS0 & +!m@Q}#E8rrrT33Ͱ"2/30Ͱ/3T/ְ Ͱ O+HͰH++ͱU+O 69:$9H3>999$%0C$99@ +:CHKOR$9069999012=4#.546?2576$32;2"3>54.+&#"327654&"4&"'&#"*8‰뇎#42)-4Lx6L2u'( ̋;>Ό)L$%2v&22&Wv:g+*3 Ͱ%2 J ?Ͱ/32Ͱ/5h/ְ Ͱ ;+MͰMG+BͰB"+-ͱi+; 8999GM5?[e$9B99"'(2$9J+9 @ -;BDGM[e$928`c$99012=4#.546?257>32;2"3654.+&#"3254&"#"&5467?654/&#"Pi8 }sξ'"52wv6L7ljrS,E($%4%iV Ȉ 7ri=Ύ  /Տ*wx%66%kk`*%(#(6L&9W+'E33Ͱ"2/31Ͱ/4X/ְ Ͱ B+HͰH++ͱY+B 7:$9H4S999$%1N$99+AIKS$9179999012=4#.546732576$32;2"3>54.+&#"32?32657654'&#")8Tk"51)'v2&%6x@B&' ˋ==͋kŒS)(zX&66&v11*&0_+Ͱ /-3 Ͱ'/1/ְͰ+ͱ2+ 9999 99 $*999'%9014763232!&7!>54&+"5'&$#"+2^Y4#VֶЏ8 )֋ 2֋͋==A/ Ͱ//ְ Ͱ +ͱ+ 999 $9014632"&264&#"rPOqqR<<)*rrsT#H1p$00$Ap1nrG+k/!Ͱ/ Ͱ/Ͱ(2",/ְ Ͱ +Ͱ+Ͱ!2-+ 999"  $999%9014632"&264&#"265!2654&#!!264&#!"rPOqqR<<)*!.!1!  5rrsT+Jͳ]J>+eͰJm+uͱ}+9.!)99Q85N99X;9>CM99mJb9ue99 26@EF$9.8>J$9N;)jk999[&]99U!be$901476;2+"&4763!2#!"&47632#"/&;26'&54632;27654$ 5462"&4?632#&476;2+"&+'34&'8c''67&j&7'&3'#9  U䞟U<6L88L6X'(5%(3('78&%4{*3'&66%4L778)&(37n hg q&88&&88'5')2+3'&66es4BRq +Ͱ'/2Ͱ@/9S/5ְ=Ͱ=C+KͱT+=52'99C*9K.9'!,-9992Q999@C9999HK$90154763!2#!"&47632&/;27>32;2'&$#"54632#"&4?632&-(89'\(9*%Q  0st0 64'(66('4b)'2!$C^*4'&99pT&%fxxf(87))67&6)*<873264/!264&'!7654&#"#$2p$//$Ap2$!&0Hp3H3q"$2 (U%5K]mW2/$333Ͱs2/ְ&Ͱ&U+^Ͱ^+ͱ+&79U0]99^ 9?ho$901&76?3'&'&'65'&'&'&"76767676&&76?3'&'&'65'&'&'&#"76767676&&76?3'&'&'65'&'&'&#"76767676&(=O8qH# !AN,/j._E 8 O "8& yN=3hG# n DJH!! /#K  -BsO?M;5fH# oDKH!" 0$I  -psO?M;5hG# nDJH!" /#K  - H VerY[/cͰ/ Ͱ/Ͱ4/&3qͰT2-/Qs/t+4 9>$9q*0'ln$9-+D99QOf990153!2654&#!"3!2654&#!"75;27>?2576$32;2;2'&'6?6&#'&?6/&&#"3!2654&#!">&+&6'&54'?&7)%22%?&5 &Z9g) #t, B#Z_u2ˁ$%44%;&58i 8"3c$22$'56&&6&%22Sj5=nZYhF )> +1 &6&%228\d F8:yP&/ '/ְ ͱ(+013264&#"&546332?654/&"z~+*s#* >- ~{.>)|"-%#,! u[-//./ְͰ +ͱ/+  (+$90132$54&"#"&5467?654/&#"3J6ݝکp):G!(6)&66&ݝ'"$88.)5&'&#9{//+017!36765&'&"!1#n3$""$2qA$/$2s!$2%&0Hs3ES!-7./ְ Ͱ +ͳ(+"Ͱ"/(ͱ/+("99901467>7"&4676767#"&47#"&Q% ',J[^M4&IC>O)3nlk0=,.=), #.1+B^^.{4bA;g7x/nKEp#W,;; _<f/ Ͱ/Ͱ"/:Ͱ4/)=/ְͰ7+&ͱ>+7)-9999 99994:&099)-9013!2"'&#"3264&#!"3!2654&#"327632#!").@?^&(9Zw}|(9'Z}}{U7('-.??.(9 '@/.=7&(X86%{|U-)4!@\>8 6:^l{8+03$Ͱ)2 /3Ͱ2H/ZͰj/c/ְͰ;+EͰE_+gͰgK+UͰU|+ͱ+9; 999E=99_%B99g4ZH999K)3N999USm99|-qy999rt99$839 '4=?CMPS$9;EKU$9ZHy99jm99cqt$901476;2+"&47632#"/&4763!6!2#!"'%#!"&;26'&54$32;27654.#"54632#"&4?62#"&46;2+"& $'+::++@c$'*:)'$-LQ'+==+ +=cB fe Bf쁂f<.-;;-.<X<")+79*+>>++8(">+.>A~+#'-<"-8 ;*+>>x {z {ee9.;<-.;;("=+. ;+>>+,@> 8[gw6+03#Ͱ*2'+ /3Ͱ{2G/YͰf/`/ְͰ:+DͰD\+cͰcJ+TͳhTJ+pͰTx+ͱ+9:999D9\5AY999c'G99J1MX999xT.-mu$9 #>BLOP$9:DJT$9YGu99fh9`mp$901476;2+"&47632#"/&4763!2%63!2#!'!"&;26'&54632;27654. 5462"&4?632#"&46;2+"& -+89*+>_ +.JJ'#% +W `+==++=d>   __  Be=V==V=.,:%%*88++==+*9,9+-=?q- FJ*  /a/Ͱ&/0/ְͰ+*Ͱ*"+ Ͱ +ͱ1+*.9"999 9& $90154674632#".732654&/&54&#"~qq|ѓgYH64IXcO"O눔֒d/z4DD4/0,/ +ͳ+ͱ+990152654&'4&#"ܢc brqe  > /B~/Ͱ&/C/ְͰ+*Ͱ*@+8Ͱ8"+ Ͱ +ͱD+*.099@298&$9"39 599& 2<$90154674632#".732654&/&54&#"2654&'4&#"~qq|ѓgYH64IXcSܢc bO"O눔֒d/z4DD4/erqe   ";OcxS/]Ͱ&/2Ͱ/LͰD/sͰj/Ͱ//ְyͳdy+Ͱ/dͰ2d< Ͱ/<Ͱ# 6Ͱym+Ͱ+ͱ+#!9d<P96a499my@ & 2BGLSV_h)s$99&]PVYa$92#),4$9L99D G999s BF999j!9dhl$999901!27>54'>54'654'&!"32654&#"#"'>'.747>?327"&'&32654&#"#"'&#"4767!27#"'&'&4767632#"'&'&J{iof~!yKb)$$nFqF 3)*2))(bN7?7673265&'&'1$#q3%#4p$%1&&$3pA$00$p1$%%5B/Ͱ!/6/ְͰ+ ͱ7++0$9! ,4$90146$32#"$&732>54'&#"76/&6&yzz䜛zyޡ_yݠ_CZZ V zz䛜yy_y`   %6B/Ͱ!/7/ְͰ+ ͱ8+&+$9! */$90146$32#"$&732>54'&#"47%6#"/&/&yzz䜛zyޡ_yݠ_ \  g  zz䛜yy_y`ށ h%6B/Ͱ!/7/ְͰ+ ͱ8+',$9! (4$90146$32#"$&732>54'&#"%&6#"'yzz䜛zyޡ_yݠ_^ Z h zz䛜yy_y`l  h  /D+Ͱ/0/ְͰ+ ͱ1+/'$9 #($9014$32#"$&732$$  62/&&bМzz䜝yN cz㝜yz󳱡D\X YY %6B/Ͱ!/7/ְͰ+ ͱ8+&2$9! .3$90146$32#"$&732>54'&#"4?6?632'%&yzz䜛zyޡ_yݠ_ g  zz䛜yy_y`q h %6B/Ͱ!/7/ְͰ+ ͱ8+61$9! )5$90146$32#"$&732>54'&#"632&yzz䜛zyޡ_yݠ_e h zz䛜yy_y`] h  "2G +Ͱ/3/ְͰ+ ͱ4+ $,$9 %0$90146$  $&732$54.#"%&6?6#"'{8zzz_zyݡ`N  yyyzyޡ__ފ YY  /F +Ͱ/0/ְͰ+ ͱ1+ !&$9 %-$90146$ #"$&732$$#"476'{8{{㜝z꣢ Y YY zzzzD c%.S/7Ͱ+/2ͰD/ ͰK/T/ְ/Ͱ/+Ͱ>+ͰA+ ͱU+/$&+,4K$9 79FH$9> ;D$97&99+;92-9999D /4>F$9 HNQ$9014676$3232"&547#"&547&'+5.73273273265>54&#"654&#""&#")*OFwZd.mm ] S%} OC|bBb[@JYJ ܜ ~ `=_d7BMnnM]@2.W ǀ$wbL[+O/'-Е e '3?M[es%/54&+"5'&$#"#2#&47632"&462"&47632#"&47632#"&47632#"4762"&462#"&2]Y4"ΐ8K#%33J3\3J33J3#&66&$4\$%65&$4-!&66&$L22L4[6J33%&5 ,֍ˈ>5 dž2%2L22$44$&55$6J33&6&%55J5J3!$2L23#54$&56 0<HR^mz2=4#.546?2576$32;2"3654'654$#"&#"32654&"2654&"3264&#"64/&#"32654&#"3264&#"32654&"2654&"632&+&26=4&"?654&#"32654/&";264&+"8(.~1I"&23J3\3J33J3#&56%#5F!@D&(6K#&66&$4.4$&55&$4$&22L3[4J33J4hn6"/'6L23J7LG7%#VD'!5BJ4'%66%&8 ˆ6>͎2y`ɖF,!2%&22]&66&$44#2L56'F9NA5B#4&%55[$43J44"2%&23^&66&$44jޛd`%22%&67%4%%&6(C7&$E5{&6L56 z;GQ]juh+bͲK+'333PͲ"222V/[Ͱ@/z3FͰ2n/ 3sͰ/3Ͱ/6ͳ6+432/ְ Ͱ H+MͳCMH+<Ͱ54'6?654/.54?6/&#"&#"3264&"32654&#"32654&#"32654&#"32654&#"32654&"2654&">72&+&*µ9ˆEv,AFm? UF?;zz-}2N4$&33L2-3%&44&%3#&66D#&77&#$'56&$44&%32L4-6J33J6w2^ 8!,  7=ΏwjM Pcg2+1B 54'654$#"&#"32?6&'&654/&#"32654&"76?6&'&232?6&'&2654&"632&+&26=4&"?64'&#"327654/&#";264&+"թF   rs6ο.zsO1I"# E &%"B 9E"!@C&(64$&22L2B! %>  %&#B ' !A %$(A OL22L2nk2!/$5L33L5SI&%:E%#B$&5'&65''5/?\y??͎ubŘ`UE)3 A?)@ %$? [%F:'%F4$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&22g۝iX&65''56&WNL%C&%B7'5L33uzJ[fv4+ 3/ͰP/VͰ_/}3eͰͰ)/3Ͱ"/EͳE"+C3@/ְͰ\+bͰbR KͰK/RͰbm gͰg/mͰt nͰb+Ͱ Ͱ/Ͱ+<Ͱ, 8ͱ+K  H$9\ 9gPe999R_9bE"Td$9now99zC99}$9%($9,)12@$998:9VP K999_W9e999k99499/5$9)8:r$9%H$9" <999901;36&+6#!".546?2?6$32;2"3>54'654$#"&#"32?6&'&32654&"76?6&'&232?6&'&2654&"632&+&թF   rs6ο.zsO1I"# E &%"B T4$&22L2B! %>  %&#B ' !A %$(A OL22L2nk2!//?\y??͎ubŘ`UE)3 A?)@ %$?0$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&22g۝iXu Yju4+ 3/Ͳ+Ͱ_/eͰn/3tͰͰ)/Ͱ"/TͰ/M/ְͰk+qͰqa ZͰZ/aͰq| vͰv/|Ͱ }Ͱq+Ͱ Ͱ/Ͱ+EͰE,+7ͱ+Z  W$9k 9v_t999an9qT"cs$9}R~9999$9%($9/12)$9,EI9979B999e_ Z999nf9t999z99945$9)/79$9%W$9" >B999TR99MG901;36&+6#!".546?2576$32;2"3654'6?654/.74?6/&#&&#"32?6&'&32654&"76?6&'&232?6&'&2654&">;&+&ԩE   rr8)Fz'B\5 UK9;{y-v2I"# E &%"B T4$&22L2B! %>  %&#B ' !A %$(A OL22L2K5bHc6#-3BXw6=ˎ 5֋zvI }C,/A ;mJ1*3 A?)@ %$?0$42&%224 ,`#@ '%` 1 F@"B %&?6%2%&22Ya"f0<2} CJZgt;36&+6#!".546?2?6$32;2"3>54'654$#"&#"654/&#"32654&#"32654&#"32654&#"2654&"2654&"632&+&26=4&"?64'&#"327654/&#";264&+"թF   rs6ο.zsO1E"!@C&(6}$&66$'56&$4#&66Y5J33J54L22L4kk2!/$5L33L5SI&%:E%#B$&5'&65''5/?\y??͎ubŘ`UE)f%F:'%F43'4%&77^&2&%55#3%&771&55&$44X$43%&22^g۝iX&65''56&WNL%C&%B7'5L33zJWdq{U+OͲu+ 433zͰ/2i/oͰ/Ͱ\/.3bͰ)/3Ͱ"/EͳE"+C3@/ְͰe+KX22lͱR_22l|+r2Ͱw2+<Ͱ, 8ͱ+e H$9lE"99|C9%(999,)12@$998:9U99zu599b\9),8:$9%H$9" <999901;36&+6#!".546?2?6$32;2"3>54'654$#"&#"32654&#"32654&#"32654&#"2654&"2654&"632&+&թF   rs6ο.zsO1$&66$'56&$4#&66Y5J33J54L22L4kk2!//?\y??͎ubŘ`UE)'4%&77^&2&%55#3%&771&55&$44X$43%&22^g۝iX Yfsd+^Ͳ+ 433Ͱx/~Ͱ/Ͱk//3qͰ)/Ͱ"/TͰ/M/ְͰt+Zg22{ͱan22{+2Ͱ2+EͰE,+7ͱ+t W$9{T"99R9%(999/12)$9,EI9979B999d99599qk.99),79$9%W$9" >B999TR99MG901;36&+6#!".546?2576$32;2"3654'6?654/.74?6/&#&&#"32654&#"32654&#"32654&#"2654&"2654&">;&+&ԩE   rr8)Fz'B\5 UK9;{y-v2$&66$'56&$4#&66Y5J33J54L22L4H5bHc6#-3BXw6=ˎ 5֋zvI }C,/A ;mJ1*'4%&77^&2&%55#3%&771&55&$44X$43%&22xYa"f0<2} p -=JVfuH/AͰ;/_Ͱ /3Ͱ2e/2ͰU/O/ְͰJ+K2EͰQ2Eb+7ͳv7b+g3~Ͱo27+ͱ+99J!&).;$9E2W]_e$9b:Z997k{999AHpr$9;go999_k99 ]9.7Zb$9eW92)99U&v~$9O!{9901476;2+"&4?632'&47632#"/&4$32 $4632"&55462"&32654&#"47632/&4?632#"&476;2+"$%11%%61'&3AB%#3&'pΕX5&'45L56J65L5 ݜ)$'@@#&5#$0#%77%%'6L56B%0%'33%'&3EYpY&44&'66'I%66%%11XԏݜF%J22(6%(3L7J6W/ C /Ͱ//ְͰ+ͱ+ $9999014$32 &32654&#"ۋ ޜ)ԏݜvGW#D/KX/ְ2HͱY+H(90154754646=46=46574757656=6747676?>767>7676? %#".73267654&#" (+)Bl! E,uAI ' =6y QyDKk9  s@8HW476;2+"&47632#"/&4>32&#"654&#"&5&76767>767>76?6;2##"'&6?>56'&'&'&'.'&'&'&'&'4&%47>?632222+"'"&#".#&'&6?>76'&'&54632#"&>?67632#"'&67>76'&'&4?632#"&476;2+"&'&55&(78("5%)[r-:'&⟞/+ %         '4   0     ")'    "5W'4"      LYA7&'66'&7f")' 603O '5  0!NB"$$&7$%2%&98''3&6&(66%'&5:qї[ ݜ 394   )  }0Y= F    *)  ( #C.# '$#' $hm0Z;  E  @Gi '66'&22#C.# )  2"(6J|0Y= F8@G:BF(7&(5#7%'76EP.?L+/2Ͱ;/@/ְ/Ͱ/6+ͱA+6/ "%)+$92+)9;99015&>76632#"'&6767#".7326?47.#"#Jef7 qVX"/M_P)oW_oqa[ bY   4x~98s( UOwkoq- %7 x)ntbyZ`tWb7&-3./ְ"2Ͳ +@ + +@ +/+9014676$3232#"&5465#"&547&'#.$#+y}Et;f0pONp ^'N/#ݲhj}8v c0AOooO & ^%L)]v.@A/!ְ/ͱB+016%673'&'67.'&'.'&'"76767>76&vU Cf3)` J}M.!Ǝ-.(K7\<70=Cm69#^LT5p䵝 82$@-< / 9 b$# 1+Bj$E IA HR]iug+aͰQ/:}33MͰy2F/-333Ͳ&222F +@ + 2\/3Wͱ22s/m/ְͰJ+ S22OͰX2O^+=j222dͲ6p222^d +@^C +2dw+2|ͱ*22|+ͱ+^OE99wd#&.0$9FM36>@$9\99014632"&7463!'&4624632762!2#!"/#"&5"&4?!"&4762"'4762"'4632#"&4632#"&4762"'4762"'4632#"&**+<**X,<,*;X++;*,<,*=,,==,=,**,,**,=,,==,=++++,,*+,=,V,,=,+<++W,<+;,;,";,;S++++++++;,;,";,;-,,++cW $0>54&654>54&>54&hhhʅށ瘘Ә?Ԙ]hhhh % &ݙݙܚܙX5/ +ͱ+0132$54'.'&'pNG+'c` q[*'`W#'+9=A/Ͱ$/>3%Ͱ?2 /B/ְͰ+ͳ=+:Ͱ:/=Ͱ=4 ,Ͱ,/4Ͱ+ ͱC+$&()+$9,*9: 9=/7$9429901>@$9 99$,27999% ./$9 )+01:;$90146$32!&32$54."537467#"&5353|!!|<Ƭaa>s87k]C#FbFEaJ"||ߟiK[H{aaMMy78Cb%(6Faa8OO"#9=I`Ya/ְͰ%+0Ͱ0K+VͰVD+ͱb+0%!:999K@ ;=I>?$9VAG<9990147?#"$&3267.#"4>32#".3#3267.#"4>32#". yP(0B`r|ڣ}prsqqsrp    =Fqrsoosrq    mJM*#C}y%ޅ0, 8(H'8 ,zņH'8 .. 8rZ 333###3#3733#73&D@|{))ee8?-3*/ͱ 22/ְͱ+2 u999*9901&4732673267267"#"&#!""&#.'4?252525324737373736;43637325;7;2;;3;32323333"/"&5"',]^,,^],-,6%    $4J3$4%3mO__OO__OO__O  %62#33 $$ 6=LXfv/PͰ/M3 Ͱ Ͱ-/:3 Ͱ4//ְͰf+aͰa*+ ͳS *+ͱ+f@  &-?FMX$9aP99S*U9 gwx$9PCj99 S$9-@ *Ux$9 17|$9429014676$3232#"&'!.7!6;23>54&+"5'.#"+&?632#"32654'4632"&54632#"/&4?632"46;2+"&))xyx&m]hmrҊ+l((y!&z V"^|5r++<+)~+!yy~<(,,( ݬyxppq22 44{& ~+Vj~>2bz(,,r({+~>~{r**++ x"=J/BͰ />3&Ͱ-/:3 Ͱ4/K/ְ#Ͱ#+>Ͱ>*+ͱL+#4999*> 2BH$99 BF9&!H$9-999 179994290147632322#".5!&7!>54&+"5'&$#"+32>7&'2^Y4#qgF{ݞ]!ֶЎ8Àpcv!)֋򐸑XR^y 2֋̋>>ip`~#hh u ;N/?Ͱ/J3$Ͱ+/83 Ͱ2/O/ְ!Ͱ!+<Ͱ<(+ͰD+ͱP+!2999(< 0?J$9G9$D999+G$9 /5999209014763232#".5!&7!>54&+"5'&$#"+32>54&'!2^Y4#hx_yxܟ_"ֶЏ8 `tB?;>  )֋ !R{ݞ]^x 2֋͋>>ZK|SNA n1La//5Ͱ8&2&%55&2&%55&2&%55+J2&%5&2&%55lJ2&%5pJ2&%6&2&%55q5Dx/3Ͱ,/AͰ%/6Ͱ9/E/ְͰ/+Ͱ<+ ͱF+/69A$9 ?99,3 $9A#)?$96% <9990153!2654'654.#"46?257>32;2#!"&>32&#.#ۛe쁯٩3yVBC [] EeeE%Hc l]^{/M6Ufڮ$\&~C` <\||\EdEHffp;Nf8/LͰ\/3iͱou22\i +@\& +Xb222|/ /@ְHͰHR+2,Ͱ 2+H@>IZ[$9R8Ll999,|9\L*.BDSZ$9iglrx$9 |9901>7%54632#"'&##"'&'#"'.65462327>/#"'&"'.76;2>732>732&'!"f[*-.ɏ9B^$-2}7nB:$tb  QQ 2"& %!lS&uY$$@p8<!+ la =f =f ZaGr~(6/!))!/RQ_׀ %+./t  ^^,+'&*1#A//&<^ $()7$95R5R/(v8 q E7EV{}+Ͳ+Ͱ/ Ͱ /5Ͱf/lͳ0lf+&ͰC/3<Ͱ2s/\Ͳs\ +@sz +//ְͰ?28Ͱ8/W+vͳ2vW+$Ͱv|+2Ͱ2p+aͲpa +@pj +ap+3Ͱ2a+ͱ+8 999F9W.)JR$92/&4O$9|ei\ms$9pn9a999 99 9999 995#999f90*,2$9l$9&)932#"&=4;>54&#"+"54632"&5462"&47632/&4?632#"&476;2+"&s)??R $&4Uuvv&8'vwyP1'&T==*n&8i$%22%&61%#4%'pΕX ݜy5&(35L55L55L5M%'@@#%6#$1#%88%%P& 3LU6$QN17&6L56%'&3RYp ݛЕ &44&'66p%66%%11%J22(6%(3L7J6 0M]-+4Ͱ;/J3PͰC/Ͱ[/^/ְ1Ͱ1X+Ͱ8+(Ͳ(8 +@( +_+X17632>32#!".73!2654&+'.'"&#"53267&=&#&%cky-yz;=FW >lEB,t@̋̍ QSuI("Nj5](5"3Kn; @2*2fbP HfpΐP -ʂMܑ~2@Ea. /Ͳ  +@  +/ְͲ +@ ++01463!2+#"'#"&)2))"e)) 1))'b )*p./Ͳ +@ +/ְͲ +@ ++014763254632#!"&546;")))))a >c)*))( .Y+Ͱ///ְͰ!+'Ͱ'+ ͱ0+!9'9999 $+$9014$32#"$&732$$ 32654&#"bМzz䜝y!""!cz㝜yz󳱡D""!! 5\+Ͱ/6/ְͰ!+)Ͱ)+ ͱ7+!9)3$9/99 %3$9014$32#"$&732$$ 46327>#"&bМzz䜝y!"3 / '!cz㝜yz󳱡D!!Y .$! 5\+Ͱ/6/ְͰ"+)Ͱ)+ ͱ7+"9)3$9.99 %3$9014$32#"$&732$$ 546276#"&bМzz䜝y!0!. !cz㝜yz󳱡D!!k . ! 4+Ͱ0/(Ͳ(0 +@(% +/5/ְͰ!+(Ͳ(! +@(, +(+ ͱ6+!9(999909( 9999014$32#"$&732$$ 462!2#!#"&bМzz䜝y!0!!! !cz㝜yz󳱡D!!s!"! 3]+Ͱ/4/ְͰ!+(Ͱ(+ ͱ5+!9(999+.999 $.$9014$32#"$&732$$ 462#"'%.bМzz䜝y!0! ! cz㝜yz󳱡D!!\ - 3]+Ͱ/4/ְͰ"+)Ͱ)+ ͱ5+"9)999+/999 %/$9014$32#"$&732$$ 5462#"'&bМzz䜝y!0!  " cz㝜yz󳱡D!!J-   ,Y+Ͱ/-/ְͰ!+(Ͱ(+ ͱ.+!9(9999 $*$9014$32#"$&732$$ 462"&bМzz䜝y!0!!0!cz㝜yz󳱡D$!!"" 3]+Ͱ/4/ְͰ$++Ͱ++ ͱ5+$"1999+9999 '1$9014$32#"$&732$$ &7462#"'bМzz䜝y !0! # cz㝜yz󳱡D&-!!: 3]+Ͱ/4/ְͰ$++Ͱ++ ͱ5+$!1999+9999 '1$9014$32#"$&732$$ 6?462#"'bМzz䜝y !0! !cz㝜yz󳱡D- !!9 4+Ͱ2/$Ͳ$2 +@$) +/5/ְͰ%+,Ͳ%, +@%! +,+ ͱ6+%9,999929$ 9999014$32#"$&732$$ 463!462#"'!"&bМzz䜝y!!0!! !cz㝜yz󳱡D!!!9!" 5\+Ͱ/6/ְͰ'+.Ͱ.+ ͱ7+'"99.2$99 *2$9014$32#"$&732$$ &7>462#"'%bМzz䜝y /!0!!cz㝜yz󳱡D,. kd!!:! 4\+Ͱ/5/ְͰ'+.Ͱ.+ ͱ6+'!99.1$99 *1$9014$32#"$&732$$ $6765462#"'bМzz䜝yz / 5!0!!) cz㝜yz󳱡Dh. Y!!9!$ &>+Ͱ"/'/ְͰ+ ͱ(+99" 990146$32#"$&732>54$#"zzz㝜zRmmúmzz㝜zzmm=m+/ ְͱ+01!2$$#aчu8 /Oiba5pBwvwaU/ ְͱ+01!2$$#aqa/7Zba7"aRj^Q-&/ְ ͱ+013.54>7"aѕ܃N !7]|o^9^Cqnub`' /D+Ͱ/0/ְͰ+ ͱ1+/'$9 #($9014$32#"$&732$$  62/&&bМzz䜝yN cz㝜yz󳱡D YY q CL_k|547632>32"=43>54&+"5'&$#"#32#&'.'5&5&4657>#"&#.462#"'&4?>#"'.4632'&/&462#"'&4?>'.4657>#"&#.462#"'&32654&#"54632#"&4?632&'4632#'"/&46;2+"'&1_㟃Psz.Ώ6t#,B?SKK A($$ A!!O2L22&% B"%& E#"96(&C@!!E2L22&#B B#&%  >% !) A($% A !O2L22&%n/!ܛ2ݝ?6%&33&%6S&'I:5&%B$&E5''56&& *FUaŚbu͋??Çg.֋(8?&% A"@F 2U&22&%1>$% @)?A 3 |&4F%';F%22%&2 `%' ?#`,! 5?&% B"@E 2U&22&%20zXj&76''67NLJ&6C%&D&33L6 kqJ]iz+Df33Ͱ?2+v/pͰX/33RͰ2~Ͱ$/13Ͱ+/ͳ++ /ְ6Ͱ826 +@6B +6^+cͰcU OͰO/UͲOU +@OK +c{+Ͱt jͰj/tͰtmͰm/ Ͱ/3Ͱ+Ͱ Ͱ/Ͱ2+Ͱ! Ͳ! +@! ++6>z+ .......@O6.99^P[\999UX`f999caT99{v}99t9+~r$99 $9)$9%($9! $$999pvj9Xo9~N99RPO$9Q99`99$2a$9(.$9+)9999 901=47632>32"=43>54&+"5'&$#"#32#&'.'&4657>#"&#.462#"'&4?>#"'.462#"&4?>'.4657>#"&#.462"'&32654&#"1_㟃Psz.Ώ6_-5% !) B'$% A !O2L22Ln/!ݚ2ݝ")FUaŚbu͋??Çe/(zKQ>&& B"@F 2V&22&%2?$$ @)>B 3Q%11%&24 `&& @#`, 4>&& B"@F 2V&22&%20zXi o dw=67632>2"=43>54&+"5'&$#"#2332#&'#.4657>#"&#.462#"'&4?>#"'.462#"&4?>'.4657>#"&#.462"'&3267.=#"2^v-y{;>FU ?lFB'zFΑ8LB#6<{jF A($$ A!!O2L22&$ B"%& E #"T2L22&$4B B#&%  >% !) A($% A !O2L22LK-#ē6cHc (1Jm; A/+1hcR Ivz Ȉ>7ŅT0 QE?&% B"@E 2U&22&%2?$% @)?A 3Q%22%&24`%' @#`, 4?&% B"@F 2U&22&%2K~1>0f!`nbu476323325"=43>54&+"5'&'.'#&'&#"#32#&'.'5&5&4657>#"&#.462#"'&4?>#"'.462#"&4?>'.4657>#"&#.462"'&1_ifl&!UsΏwt 6?6!.@ASKK A($$ A!!O2L22&% B"%& E #"T2L22&$4B B#&%  >% !) A($% A !O2L22L ")+4qu\9e"" ̋?tj?ćL0.֋)7?&% B"@F 2U&22&%2?$% @)?A 3Q%22%&24 `%' @#`, 4?&% B"@F 2U&22&%2  ,8Xfr|@6+c330ͱ\22*/z33"ͱu22 /3Ͱ2Q/=ͲQ= +@QW +J2q/k/ְͰ9+Sͳ3S9+-Ͱ-/3ͰSg+nͳsng+xͰnN+HͰH }Ͱ}/ͳHN+ͰH+ͱ+99-9906999S3Y99gQ9s@A&kp$9}nP`uvz{$9Nx9H999 NS99QO9=99q$9k9901476;2+"&547632#"/463!2#!"&4632#"&567;62;+"&5. +"463!2#!"&5462"&462"&46;2+"&5463!2#!"4?632#"&476;2+"&#%11%%61 $"3&'2+a+32,+2i;#*32+%9 d yyk3*#;9%g+2e6J65L5:H:9J94**31,+3^9$G#.-$%"%6#$0"%77%%2&6L56&%'&3`$..$+32#:8%,24F* ϕ %8:#*42&66&%22"00"*44%88%,22=*"0/#+3(6&'3%7J65 a;O\A+[Ͱ/ ͳV +KͰ/Ͱ"/9Ͱ3/(]/ְͰ<+Pͳ6P<+&ͰPX+Hͱ^+9<,96/(8999&PA9XKU[999[54&#"4>2#" U**#9ooO%OppON9"**?%4Xj;RW@!OsE 'GX2jNc{(:*"9pPOq%po6!':*$SJ$7]nyc*K{KgV=88 ;?/ Ͱ/Ͱ"/9Ͱ3/(@/ְͰ?+>ͳ=>?+<Ͱ + <.>.<= >? <=>?....@9?<(38,$9 9999"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!! U**#9ooO%OppON9"**?%_{(:*"9pPOq%po6!':*$S v;aR/Kͳ KR+ͳKR+Ͱ"/9Ͱ3/(b/ְͰ<26+&Ͱ&O NͰN/OͰ&U+Gͱc+9N,/9961(8]$9&O?@99UBKR\$9G=>99RG9 999K99"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!7!5>54.#"34632 U**#9ooO%OppON9"**?%M+x xSf>,\VE?006)"1{(:*"9pPOq%po6!':*$0"<>a:Yy3;R3 EMq8 a;kA+eͰ`/^ͰX/Qͳ QX+ͳQX+Ͱ"/9Ͱ3/(l/ְͰ<+iͳ6i<+&Ͱib+DͰDK [Ͱ[/Kͱm+9<,96/(8T$9&iAU_999bQX^e$9D[GH99`e54.#"3>32+32#"'&7# U**#9ooO%OppON9"**?%t"HYA4E[$9PQ-C2.52/mH4={(:*"9pPOq%po6!':*$+RM/:` dF1L0 17'"KK26$"= q;FJ/ Ͱ/D3Ͱ"/9Ͱ3/(K/ְͰ6+&Ͱ>2L+6>+ >.I? C>=>I+?@?C+>J>I+=>I #9J9@?C9=>?@CIJ.......=?@CIJ......@96(,854&#"#7!7!3632#"'&' U**#9ooO%OppON9"**?%r!I[\P3lo,%p*ћ\3>JF2"{(:*"9pPOq%po6!':*$3]O/1H`O'k.m$6556B. x;Zi?+gͰ^/EͰJ/Uͳ UJ+ͳUJ+Ͱ"/9Ͱ3/(j/ְͰ<+[ͳ6[<+&Ͱ[d+Bͱk+9<,96/(8999&[GH99d?EJU^g$9BN9^g54&'7>54.#"4632#7".4632#"& U**#9ooO%OppON9"**?%j_R3L>H^8`d:LzL2:3Z{Z?A;Q?*-QO80C :)@3{(:*"9pPOq%po6!':*$}uy&8M@!B_  kI=W,1A@"7R o@84;"-.&c3.+. 1 V;[jA+WͰ_/Jͳ J_+ͳJ_+Ͱ"/9Ͱ3/(k/ְͰM+\Ͱ\& 6Ͱ6/&Ͱ\b+Gͱl+9M,/<=$961(8999\[9&APW999bJST_g$9W54&#"32673#"'&'4632". U**#9ooO%OppON9"**?%u6Yf<[\?·j9mVF.3>=69 4D/{(:*"9pPOq%po6!':*$s?\2Di;j.#Ll 32I76$(% ;?P^E+]Ͱ/ ͳW +NͰ/Ͱ"/9Ͱ3/(_/ְͰ<2<+=ͳ?=<+>ͳ6=<+&Ͱ=@+QͰQZ+Kͱ`+6> + <.>.<= >? <=>?....@9?<(38,$9ZQEN99]@KQZ$9 W999N99"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!!32>54&#"4>32#" U**#9ooO%OppON9"**?%W4Xi;bX: 'G,+4kNc{(:*"9pPOq%po6!':*$OSJ%Pvy4KhW=:7 ;?C/ Ͱ/Ͱ"/9Ͱ3/(D/ְͰ?+>ͳ=>?+<Ͱ?+AͰ>C+BͱE+6> + <.>.<= >? > + @.B.@A BC <=>?@ABC........@9?<(38,$9 9999"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!!!! U**#9ooO%OppON9"**?%_{(:*"9pPOq%po6!':*$TT ;?cV/Oͳ OV+ͳOV+Ͱ"/9Ͱ3/(d/ְͰ?+>ͳ=>?+<ͰR+SͰSY+Kͱe+6> + <.>.<= >? <=>?....@9?<(38,$9>&@9YSFOC]$9KAB99VK9 9O9999"%93/9(&,99013!2#"'&#"2654&#!"53!264&#"327632#!"!!!7!5>54.#"34632 U**#9ooO%OppON9"**?%_+y xRf>,\VF@0/Fb"1{(:*"9pPOq%po6!':*$T0"32#"&=4;>54&#"+"54632"&5462"&47632/&4?632#"&476;2+"&'%32&&6$&&66&&56(&22&(6$%22%&61$#3&'pΕX ݜz4&'45L45J65L4L%'@@#&5#$1"%88%%2&5&%33K'6J33&&22&(34~&6L56$'&3QYp ݛЕ &44&'65q&56%%11%J22(6%(3%7J65Gig+Ͳ*_222g+nͰ//ְjͲj +@ +j+nͰjo+*Ͱ*++Ͱ+_ͱ+*op999+1399y999@ !5Sw#~$9_9n@ #.<^,$901546;&'&5767676!2!&'&67%72532767;;;;3222/32#!"&!67676767'&76767&#"'.7676766767&'&#"!'%+""ab]#,mE94 7V\ZW1)5     5!f#$P$ "(8su $e ĝ[F +0?֗QXA&itꧪX\#Ka*>4Be$Gf%hd) 56 &&%xr`~N7&I:R/ G] -eO 1)/&RRx0 E/ 3Dͱ&C22F/G+6?9+ C.B {/+  < ;?z+ <;;: >x+ 32 + 322, 22++ ,+,++, #9@ +,23:;767!264&#!" .'& . .'&!"$>"`!"oL.$($$!YM %|%i #2#2!#2$!CQ;j[x"/Ͱp/#y/z+#pXr99017463563#%#.&7676723&'&'&76767676767676'4767676747!.'&'&'&>,| ,>>,,>Y & #!6*K 50 ,4a;k ' $Ga*Y0M$  ((  $ m +- 0CD00BCwD^0bG9456SnV{TK>NS2@ \]TJ:A]=SXh P?dVILD,}T" -.; 25<=.(&=+ )P22 y_ Lh8i/>ְ8Ͳ8> +@8. +>8 +@>! +j+8>6MNR$901&7676767676;!"&467>3232#"&5465#"&547&'#.&>732#!>.  "FLg2K,&<@,(Vf~c2.aK]Z\EM- H38('8.D&CW{(,"8%<>nM+Q,* 34K>,DrsI2bPM96!KJuYtoYsQY?,o 1E  (67'D.&/{4?&9" +31"G> "</:+43'Ͱ.2++=/ְͱ>+!#990146$;2#67$'#&4763!2%63!2#!'!"&{ }Pe[@QY@ +W `+==++=|`gSlw8\ * 23.=46;232!#"&547#"&547#"&547.=##"&;26=4&+"2654&532654'673>54&'.#"#")/C\B#!,?LŠk‰~Š'4-0""./!"028 4%':("0 0?YF6 jCAd Bb""->>-j!!""!!@,D*/aa/*,-aa/*/*aa.,<(\Pk"//"!/0 B- Q$1'(1"#Y?6T @TP@SS/ְͱ+013nJ%vS  /ְͱ +0137 nJe%vv^ @/Ͱ /Ͱ2  +@ + /ְͰ+Ͱ +ͱ +013!%!!yUlj%e@ ^ X/ Ͱ/Ͱ/Ͱ/ Ͱ2 +@ +/ְͰ+2 Ͱ2  +2Ͱ 2+013!!!!!!yUpljj%H@@  C +Ͳ +/ְͰ+ ͱ+ $9 99016$  $&654$z8zz@e8zzzza\ -|(C +Ͳ +/ְͰ+ ͱ+ $9 99016$  $&6$54$z8zzĘe8zzzzee+0C +Ͳ +/ְͰ+ ͱ+ $9 99016$  $&>54$z8zzce8zzzzfq% t5D +Ͱ//ְͰ+ ͱ+ $9 $9016$  $&>54$z8zzlge8zzzzg>r7D +Ͱ//ְͰ+ ͱ+ $9 $9016$  $&>54$z8zzje8zzzzgVp:L +Ͱ//ְͰ+ ͱ+ $9 99 $9016$  $&>.z8zz~ylme8zzzzgnmmI +Ͱ//ְͰ+ ͱ+ 99 99 $9016$  $&32>54.+z8zzy mm e8zzzzmmI +Ͱ/ /ְͰ+ ͱ!+ 99 99 $9016$  $&32>54.+z8zzTmmWe8zzzzzmm!D +Ͱ/"/ְͰ+ ͱ#+ $9 $9016$  $&32>54.#"z8zzmm e8zzzzWmm%B +Ͱ!/&/ְͰ+ ͱ'+ 999! 999014$32 $&%232$>54.#"bМzzz mm%obzzz9mm}%>+Ͱ!/&/ְͰ+ ͱ'+99! 990146$32#"$&%32>54$#"zzz㝜zp0-4mú.#zz㝜zz!m=m%>+Ͱ!/&/ְͰ+ ͱ'+99! 990146$32#"$&%32>54$#"zzz㝜zSKTmúF8zz㝜zzm= `->+Ͱ%/./ְͰ!+ ͱ/+!99% 990146$32#"$&732>54$#"zzz㝜z:`mEJmúWGZ[? zz㝜zzP~5m=+enop&>+Ͱ"/'/ְͰ+ ͱ(+99" 990146$32#"$&732>54$#"zzz㝜zRmmúmzz㝜zzmm=m $D +Ͱ /%/ְ Ͱ +ͱ&+  $9 $901$  $327>54.'&#"ba^}nXDU~I-)Vc)Sm1a^3n-|O_8 l&D +Ͱ"/'/ְͰ+ ͱ(+ $9" $9016$  $&327>54.'&#"z8zz(m%-_@?s*me8zzzzm:eOm%D +Ͱ!/&/ְͰ+ ͱ'+ $9! $9016$  $&327>54'&#"z8zz(m"Pl5 me8zzzzm>em|m#D +Ͱ/$/ְͰ+ ͱ%+ $9 $9016$  $&;>54'#"z8zz(m=S(dkme8zzzzmBdgm"D +Ͱ/#/ְͰ+ ͱ$+ $9 $9016$  $&32765&#"z8zz(m O9 me8zzzzmVmI +Ͱ/ /ְͰ+ ͱ!+ 99  99 $9016$  $&;#"z8zz(mEFme8zzzzm'mI +Ͱ//ְͰ+ ͱ+ 99  99 $9016$  $&;#"z8zz(mme8zzzzm]mL +Ͱ/ /ְͰ+ ͱ!+ 99  $9 $9016$  $&;#"z8zz(m<>me8zzzzm[SmL +Ͱ//ְͰ+ ͱ+ 99  $9 $9016$  $&&"z8zz(lw{e8zzzzDnruvwLw~xNy y>z {:{|}<܀ڂ|„ *66Rڊ`@h΋@lČBlލ@dޏVڒ,LƘ~hvX64ڦاTΩFҫfxԭ.BfȰ0TvԳ.HXXo    > *L xv ( J \`  0   Weather Icons licensed under SIL OFL 1.1  Code licensed under MIT License  Documentation licensed under CC BY 3.0Weather IconsRegular1.100;UKWN;WeatherIcons-RegularWeather Icons RegularVersion 1.100;PS 001.100;hotconv 1.0.70;makeotf.lib2.5.58329WeatherIcons-RegularErik Flowers, Lukas Bischoff (v1 Art)http://www.helloerik.com, http://www.artill.deWebfont 1.0Tue Aug 18 17:25:12 2015defaultperseusFont Squirrel9      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~glyph1glyph2uni00A0uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni202Funi205Funi25FCuniF000uniF001uniF002uniF003uniF004uniF005uniF006uniF007uniF008uniF009uniF00AuniF00BuniF00CuniF00DuniF00EuniF010uniF011uniF012uniF013uniF014uniF015uniF016uniF017uniF018uniF019uniF01AuniF01BuniF01CuniF01DuniF01EuniF021uniF022uniF023uniF024uniF025uniF026uniF027uniF028uniF029uniF02AuniF02BuniF02CuniF02DuniF02EuniF02FuniF030uniF031uniF032uniF033uniF034uniF035uniF036uniF037uniF038uniF039uniF03AuniF03BuniF03CuniF03DuniF03EuniF040uniF041uniF042uniF043uniF044uniF045uniF046uniF047uniF048uniF049uniF04AuniF04BuniF04CuniF04DuniF04EuniF050uniF051uniF052uniF053uniF054uniF055uniF056uniF057uniF058uniF059uniF05AuniF05BuniF05CuniF05DuniF05EuniF060uniF061uniF062uniF063uniF064uniF065uniF066uniF067uniF068uniF069uniF06AuniF06BuniF06CuniF06DuniF06EuniF070uniF071uniF072uniF073uniF074uniF075uniF076uniF077uniF078uniF079uniF07AuniF07BuniF07CuniF07DuniF07EuniF080uniF081uniF082uniF083uniF084uniF085uniF086uniF087uniF088uniF089uniF08AuniF08BuniF08CuniF08DuniF08EuniF08FuniF090uniF091uniF092uniF093uniF094uniF095uniF096uniF097uniF098uniF099uniF09AuniF09BuniF09CuniF09DuniF09EuniF09FuniF0A0uniF0A1uniF0A2uniF0A3uniF0A4uniF0A5uniF0A6uniF0A7uniF0A8uniF0A9uniF0AAuniF0ABuniF0ACuniF0ADuniF0AEuniF0AFuniF0B0uniF0B1uniF0B2uniF0B3uniF0B4uniF0B5uniF0B6uniF0B7uniF0B8uniF0B9uniF0BAuniF0BBuniF0BCuniF0BDuniF0BEuniF0BFuniF0C0uniF0C1uniF0C2uniF0C3uniF0C4uniF0C5uniF0C6uniF0C7uniF0C8uniF0C9uniF0CAuniF0CBuniF0CCuniF0CDuniF0CEuniF0CFuniF0D0uniF0D1uniF0D2uniF0D3uniF0D4uniF0D5uniF0D6uniF0D7uniF0D8uniF0D9uniF0DAuniF0DBuniF0DCuniF0DDuniF0DEuniF0DFuniF0E0uniF0E1uniF0E2uniF0E3uniF0E4uniF0E5uniF0E6uniF0E7uniF0E8uniF0E9uniF0EAuniF0EBKPXYF+X!YKRX!Y+\XY+UӢwp-forecast.pot000064400000036674150211511020007526 0ustar00# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-05 08:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: class-wpf-widget.php:97 class-wpfuvwidget.php:106 wp-forecast-admin.php:278 msgid "Title:" msgstr "" #: class-wpf-widget.php:101 class-wpfuvwidget.php:110 wp-forecast-admin.php:436 msgid "Available widgets" msgstr "" #: class-wpfuvwidget.php:131 msgid "Show UV graph:" msgstr "" #: class-wpfuvwidget.php:136 msgid "Show safe exposure time:" msgstr "" #: class-wpfuvwidget.php:247 wp-forecast-show.php:163 msgid "time" msgstr "" #: class-wpfuvwidget.php:292 msgid "Current UV-Index" msgstr "" #: class-wpfuvwidget.php:296 msgid "Max. UV-Index" msgstr "" #: class-wpfuvwidget.php:300 wp-forecast-show.php:314 msgid "Ozone" msgstr "" #: class-wpfuvwidget.php:310 class-wpfuvwidget.php:312 msgid "Safe Exposure Time for Skin Type" msgstr "" #: func-openmeteo.php:178 msgid "Rain" msgstr "" #: func-openmeteo.php:182 func-openweathermap.php:956 msgid "Snow" msgstr "" #: func-openmeteo.php:465 func-openmeteo.php:550 func-openweathermap.php:1026 msgid "Clear sky" msgstr "" #: func-openmeteo.php:468 msgid "Mainly clear" msgstr "" #: func-openmeteo.php:471 msgid "Partly cloudy" msgstr "" #: func-openmeteo.php:474 msgid "Overcast" msgstr "" #: func-openmeteo.php:477 func-openweathermap.php:1003 msgid "Fog" msgstr "" #: func-openmeteo.php:480 msgid "Rime fog" msgstr "" #: func-openmeteo.php:483 func-openweathermap.php:886 msgid "Light drizzle" msgstr "" #: func-openmeteo.php:486 msgid "Moderate drizzle" msgstr "" #: func-openmeteo.php:489 msgid "Dense drizzle" msgstr "" #: func-openmeteo.php:492 msgid "Light freezing drizzle" msgstr "" #: func-openmeteo.php:495 msgid "Dense freezing drizzle" msgstr "" #: func-openmeteo.php:498 msgid "Slight rain" msgstr "" #: func-openmeteo.php:501 func-openweathermap.php:921 msgid "Moderate rain" msgstr "" #: func-openmeteo.php:504 func-openweathermap.php:924 msgid "Heavy rain" msgstr "" #: func-openmeteo.php:507 msgid "Light freezing rain" msgstr "" #: func-openmeteo.php:510 msgid "Heavy freezing rain" msgstr "" #: func-openmeteo.php:513 msgid "Slight snow fall" msgstr "" #: func-openmeteo.php:516 msgid "Moderate snow fall" msgstr "" #: func-openmeteo.php:519 msgid "Heavy snow fall" msgstr "" #: func-openmeteo.php:522 msgid "Snow grains" msgstr "" #: func-openmeteo.php:525 msgid "Slight rain showers" msgstr "" #: func-openmeteo.php:528 msgid "Moderate rain showers" msgstr "" #: func-openmeteo.php:531 msgid "Violent rain showers" msgstr "" #: func-openmeteo.php:534 msgid "Slight snow showers" msgstr "" #: func-openmeteo.php:537 msgid "Heavy snow showers" msgstr "" #: func-openmeteo.php:540 func-openweathermap.php:863 msgid "Thunderstorm" msgstr "" #: func-openmeteo.php:543 msgid "Thunderstorm with light hail" msgstr "" #: func-openmeteo.php:546 msgid "Thunderstorm with heavy hail" msgstr "" #: func-openweathermap.php:846 msgid "clear sky" msgstr "" #: func-openweathermap.php:851 msgid "Thunderstorm with light rain" msgstr "" #: func-openweathermap.php:854 msgid "Thunderstorm with rain" msgstr "" #: func-openweathermap.php:857 msgid "Thunderstorm with heavy rain" msgstr "" #: func-openweathermap.php:860 msgid "Light thunderstorm" msgstr "" #: func-openweathermap.php:866 msgid "Heavy thunderstorm" msgstr "" #: func-openweathermap.php:869 msgid "Ragged thunderstorm" msgstr "" #: func-openweathermap.php:872 msgid "Thunderstorm with light drizzle" msgstr "" #: func-openweathermap.php:875 msgid "Thunderstorm with drizzle" msgstr "" #: func-openweathermap.php:878 msgid "Thunderstorm with heavy drizzle" msgstr "" #: func-openweathermap.php:889 msgid "Drizzle" msgstr "" #: func-openweathermap.php:892 msgid "Heavy drizzle" msgstr "" #: func-openweathermap.php:895 msgid "Light drizzle rain" msgstr "" #: func-openweathermap.php:898 msgid "Drizzle rain" msgstr "" #: func-openweathermap.php:901 msgid "Heavy drizzle rain" msgstr "" #: func-openweathermap.php:904 msgid "Shower rain and drizzle" msgstr "" #: func-openweathermap.php:907 msgid "Heavy shower rain and drizzle" msgstr "" #: func-openweathermap.php:910 msgid "Shower drizzle" msgstr "" #: func-openweathermap.php:918 msgid "Light rain" msgstr "" #: func-openweathermap.php:927 msgid "Very heavy rain" msgstr "" #: func-openweathermap.php:930 msgid "Extreme rain" msgstr "" #: func-openweathermap.php:933 msgid "Freezing rain" msgstr "" #: func-openweathermap.php:936 msgid "Light shower rain" msgstr "" #: func-openweathermap.php:939 msgid "Shower rain" msgstr "" #: func-openweathermap.php:942 msgid "Heavy shower rain" msgstr "" #: func-openweathermap.php:945 msgid "Ragged shower rain" msgstr "" #: func-openweathermap.php:953 msgid "Light snow" msgstr "" #: func-openweathermap.php:959 msgid "Heavy snow" msgstr "" #: func-openweathermap.php:962 msgid "Sleet" msgstr "" #: func-openweathermap.php:965 msgid "Light shower sleet" msgstr "" #: func-openweathermap.php:968 msgid "Shower sleet" msgstr "" #: func-openweathermap.php:971 msgid "Light rain and snow" msgstr "" #: func-openweathermap.php:974 msgid "Rain and snow" msgstr "" #: func-openweathermap.php:977 msgid "Light shower snow" msgstr "" #: func-openweathermap.php:980 msgid "Shower snow" msgstr "" #: func-openweathermap.php:983 msgid "Heavy shower snow" msgstr "" #: func-openweathermap.php:991 msgid "Mist" msgstr "" #: func-openweathermap.php:994 msgid "Smoke" msgstr "" #: func-openweathermap.php:997 msgid "Haze" msgstr "" #: func-openweathermap.php:1000 func-openweathermap.php:1009 msgid "Dust" msgstr "" #: func-openweathermap.php:1006 msgid "Sand" msgstr "" #: func-openweathermap.php:1012 msgid "Ash" msgstr "" #: func-openweathermap.php:1015 msgid "Squalls" msgstr "" #: func-openweathermap.php:1018 msgid "Tornado" msgstr "" #: func-openweathermap.php:1029 msgid "Few clouds" msgstr "" #: func-openweathermap.php:1032 msgid "Scattered clouds" msgstr "" #: func-openweathermap.php:1035 msgid "Broken clouds" msgstr "" #: func-openweathermap.php:1038 msgid "Overcast clouds" msgstr "" #: funclib.php:630 msgid "" "As of September 10, 2023 it seems Accuweather has discontinued the free api-" "service. \n" "\t\t\tPlease switch to either Openweathermap or Open-Meteo instead. \n" "\t\t\tFor use with OpenWeatherMap.org you will need a personal API-Key and " "have to register at their site.\n" "\t\t\tAll your Accuweather Widgets have been set to Open-Meteo to avoid " "errors on your website. Please check if all settings are correct." msgstr "" #: shortcodes.php:54 msgid "wp-forecast shortcode: This browser does not support iframes." msgstr "" #: wp-forecast-admin.php:95 msgid "Searchresults" msgstr "" #: wp-forecast-admin.php:98 msgid "Please enter a non empty searchstring" msgstr "" #: wp-forecast-admin.php:100 msgid "Please select a location" msgstr "" #: wp-forecast-admin.php:108 msgid "Open-Meteo Hits" msgstr "" #: wp-forecast-admin.php:209 wp-forecast-admin.php:218 msgid "You have to set the API-Key to test OpenWeatherMap." msgstr "" #: wp-forecast-admin.php:282 msgid "widget_hint" msgstr "" #: wp-forecast-admin.php:384 msgid "Global Settings" msgstr "" #: wp-forecast-admin.php:387 msgid "How many wp-forecast widgets would you like?" msgstr "" #: wp-forecast-admin.php:400 msgid "Delete options during plugin deactivation?" msgstr "" #: wp-forecast-admin.php:409 msgid "API key to use location from ipstack.com " msgstr "" #: wp-forecast-admin.php:414 msgid "Do not load default CSS" msgstr "" #: wp-forecast-admin.php:424 msgid "Update global options" msgstr "" #: wp-forecast-admin.php:430 msgid "Check connection to Weatherprovider" msgstr "" #: wp-forecast-admin.php:460 msgid "Select widget" msgstr "" #: wp-forecast-admin.php:717 msgid "Settings successfully updated" msgstr "" #: wp-forecast-admin.php:719 msgid "You have to change a field to update settings." msgstr "" #: wp-forecast-admin.php:747 msgid "WP-Forecast Setup" msgstr "" #: wp-forecast-admin.php:755 msgid "" "wp-forecast supports the free API from OpenMeteo, the OpenWeatherMap v2.5 " "FreeAPI or OneCall API v3. If you use OpenWeatherMap v3 please check if your " "plan includes the OneCall API." msgstr "" #: wp-forecast-admin.php:756 msgid "Weatherservice" msgstr "" #: wp-forecast-admin.php:763 msgid "OpenWeathermap" msgstr "" #: wp-forecast-admin.php:769 msgid "OpenWeatherMap v3" msgstr "" #: wp-forecast-admin.php:776 msgid "Open-Meteo" msgstr "" #: wp-forecast-admin.php:779 msgid "API-Key" msgstr "" #: wp-forecast-admin.php:783 msgid "Location" msgstr "" #: wp-forecast-admin.php:798 msgid "Use visitors location" msgstr "" #: wp-forecast-admin.php:801 msgid "Latitude" msgstr "" #: wp-forecast-admin.php:805 msgid "Longitude" msgstr "" #: wp-forecast-admin.php:809 msgid "Locationname" msgstr "" #: wp-forecast-admin.php:811 msgid "Refresh cache after" msgstr "" #: wp-forecast-admin.php:813 msgid "secs." msgstr "" #: wp-forecast-admin.php:819 msgid "Use metric units" msgstr "" #: wp-forecast-admin.php:828 msgid "Use current time" msgstr "" #: wp-forecast-admin.php:829 msgid "Time-Offset" msgstr "" #: wp-forecast-admin.php:830 msgid "minutes" msgstr "" #: wp-forecast-admin.php:833 msgid "Windspeed-Unit" msgstr "" #: wp-forecast-admin.php:839 msgid "Meter/Second (m/s)" msgstr "" #: wp-forecast-admin.php:845 msgid "Kilometer/Hour (km/h)" msgstr "" #: wp-forecast-admin.php:851 msgid "Miles/Hour (mph)" msgstr "" #: wp-forecast-admin.php:857 msgid "Knots (kts)" msgstr "" #: wp-forecast-admin.php:863 msgid "Beaufort (bft)" msgstr "" #: wp-forecast-admin.php:870 msgid "Language" msgstr "" #: wp-forecast-admin.php:894 msgid "Show forecast as ajax pull-down" msgstr "" #: wp-forecast-admin.php:898 msgid "First day in pull-down" msgstr "" #: wp-forecast-admin.php:917 msgid "Use weatherfont for icons" msgstr "" #: wp-forecast-admin.php:919 msgid "Choose color for weatherfont icons" msgstr "" #: wp-forecast-admin.php:928 msgid "Show wind condition as icon" msgstr "" #: wp-forecast-admin.php:935 msgid "Use CSS-Sprites for showing icons" msgstr "" #: wp-forecast-admin.php:941 msgid "Display Configuration" msgstr "" #: wp-forecast-admin.php:945 msgid "Current Conditions" msgstr "" #: wp-forecast-admin.php:946 msgid "Forecast Day" msgstr "" #: wp-forecast-admin.php:947 msgid "Forecast Night" msgstr "" #: wp-forecast-admin.php:950 msgid "Icon" msgstr "" #: wp-forecast-admin.php:971 msgid "Date" msgstr "" #: wp-forecast-admin.php:982 msgid "Time" msgstr "" #: wp-forecast-admin.php:993 msgid "Short Description" msgstr "" #: wp-forecast-admin.php:1014 msgid "Temperature" msgstr "" #: wp-forecast-admin.php:1035 msgid "Realfeel" msgstr "" #: wp-forecast-admin.php:1046 wp-forecast-show.php:249 msgid "Pressure" msgstr "" #: wp-forecast-admin.php:1057 wp-forecast-show.php:259 msgid "Humidity" msgstr "" #: wp-forecast-admin.php:1068 msgid "Wind" msgstr "" #: wp-forecast-admin.php:1089 wp-forecast-show.php:269 wp-forecast-show.php:453 #: wp-forecast-show.php:529 msgid "Windgusts" msgstr "" #: wp-forecast-admin.php:1111 msgid "Precipitation" msgstr "" #: wp-forecast-admin.php:1133 wp-forecast-show.php:274 msgid "UV-Index" msgstr "" #: wp-forecast-admin.php:1155 wp-forecast-show.php:294 msgid "Sunrise" msgstr "" #: wp-forecast-admin.php:1166 wp-forecast-show.php:299 msgid "Sunset" msgstr "" #: wp-forecast-admin.php:1177 msgid "Copyright" msgstr "" #: wp-forecast-admin.php:1188 msgid "Link to Weatherprovider" msgstr "" #: wp-forecast-admin.php:1195 msgid "Open in new Window" msgstr "" #: wp-forecast-admin.php:1207 wp-forecast-show.php:368 msgid "Forecast" msgstr "" #: wp-forecast-admin.php:1212 msgid "All" msgstr "" #: wp-forecast-admin.php:1213 wp-forecast-admin.php:1214 #: wp-forecast-admin.php:1215 wp-forecast-admin.php:1216 #: wp-forecast-admin.php:1217 wp-forecast-admin.php:1218 #: wp-forecast-admin.php:1219 wp-forecast-admin.php:1220 #: wp-forecast-admin.php:1221 wp-forecast-show.php:376 msgid "Day" msgstr "" #: wp-forecast-admin.php:1223 msgid "Daytime" msgstr "" #: wp-forecast-admin.php:1280 msgid "Nighttime" msgstr "" #: wp-forecast-admin.php:1348 msgid "Use UV-Data from openuv.io" msgstr "" #: wp-forecast-admin.php:1350 msgid "OpenUV - API-Key" msgstr "" #: wp-forecast-admin.php:1358 msgid "Show UV-Index" msgstr "" #: wp-forecast-admin.php:1365 msgid "Show max. UV-Index" msgstr "" #: wp-forecast-admin.php:1372 msgid "Show Ozone" msgstr "" #: wp-forecast-admin.php:1379 msgid "Show alternative UV-icons" msgstr "" #: wp-forecast-admin.php:1387 msgid "Update options" msgstr "" #: wp-forecast-admin.php:1410 wp-forecast-admin.php:1413 msgid "Search location" msgstr "" #: wp-forecast-admin.php:1411 msgid "Searchterm" msgstr "" #: wp-forecast-admin.php:1415 msgid "The search will be performed using OpenMeteo location database." msgstr "" #: wp-forecast-admin.php:1431 msgid "Connection-check" msgstr "" #: wp-forecast-admin.php:1434 msgid "" "For OpenWeatherMap please enter your API-Key for Widget A before starting " "the connection test." msgstr "" #: wp-forecast-admin.php:1439 msgid "Select weatherprovider" msgstr "" #: wp-forecast-admin.php:1448 msgid "Start check" msgstr "" #: wp-forecast-admin.php:1450 msgid "Close" msgstr "" #: wp-forecast-admin.php:1483 msgid "" "If you are looking for instructions or help on wp-forecast, \n" " please use the following ressources. If you are stuck you can \n" " always write an email to" msgstr "" #: wp-forecast-admin.php:1492 msgid "English Manual" msgstr "" #: wp-forecast-admin.php:1495 msgid "German Manual" msgstr "" #: wp-forecast-admin.php:1498 msgid "Checklist for connection test" msgstr "" #: wp-forecast-admin.php:1501 msgid "wp-forecast on WordPress.org" msgstr "" #: wp-forecast-admin.php:1504 msgid "German wp-forecast Site" msgstr "" #: wp-forecast-admin.php:1507 msgid "Using wp-forecast with WPML (german)" msgstr "" #: wp-forecast-admin.php:1510 msgid "Changelog" msgstr "" #: wp-forecast-admin.php:1513 msgid "Links will open in new Window/Tab." msgstr "" #: wp-forecast-admin.php:1522 msgid "wp-forecast Help" msgstr "" #: wp-forecast-show.php:68 msgid "Locations:" msgstr "" #: wp-forecast-show.php:98 msgid "Failure notice from provider" msgstr "" #: wp-forecast-show.php:112 msgid "Sorry, no valid weather data available." msgstr "" #: wp-forecast-show.php:113 msgid "Please try again later." msgstr "" #: wp-forecast-show.php:244 msgid "Apparent" msgstr "" #: wp-forecast-show.php:264 wp-forecast-show.php:435 wp-forecast-show.php:524 msgid "Winds" msgstr "" #: wp-forecast-show.php:289 wp-forecast-show.php:449 msgid "Precip." msgstr "" #: wp-forecast-show.php:306 msgid "Current UV index" msgstr "" #: wp-forecast-show.php:310 msgid "Max. UV index" msgstr "" #: wp-forecast-show.php:458 msgid "max. UV index" msgstr "" #: wp-forecast-show.php:468 msgid "Night" msgstr "" #: wp-forecast-show.php:534 msgid "max. UV-Index" msgstr "" #: wp-forecast-show.php:555 wp-forecast-show.php:556 msgid "Less forecast..." msgstr "" #: wp-forecast-show.php:557 msgid "More forecast..." msgstr "" #: wp-forecast.php:428 #, php-format msgid "wp-forecast %s" msgstr "" #: wp-forecast.php:432 #, php-format msgid "wp-forecast-uv %s" msgstr "" #: wpf-setup.php:112 msgid "The Weather" msgstr "" class-wpf-widget.php000064400000007072150211511020010427 0ustar00 'wp_forecast_widget', 'description' => 'WP Forecast Widget', ); $control_ops = array( 'width' => 300, 'height' => 150, ); // $this->WP_Widget('wp-forecast', 'WP Forecast', // $widget_ops, $control_ops); parent::__construct( 'wp-forecast', 'WP Forecast', $widget_ops, $control_ops ); } /** * Wdiget method. * * @param array $args the widget arguments. * @param array $instance the widget instance. */ public function widget( $args, $instance ) { // get widget params from instance. $title = $instance['title']; $wpfcid = $instance['wpfcid']; if ( trim( $wpfcid ) == '' ) { $wpfcid = 'A'; } // pass title to show function. $args['title'] = $title; if ( '?' == $wpfcid ) { $wpf_vars = get_wpf_opts( 'A' ); } else { $wpf_vars = get_wpf_opts( $wpfcid ); } if ( ! empty( $language_override ) ) { $wpf_vars['wpf_language'] = $language_override; } show( $wpfcid, $args, $wpf_vars ); } /** * Update the widget aprams. * * @param array $new_instance the new instance of the widget. * @param array $old_instance the old instance of the widget. */ public function update( $new_instance, $old_instance ) { // update semaphor counter for loading wpf ajax script. if ( $old_instance['wpfcid'] != $new_instance['wpfcid'] ) { $semnow = get_option( 'wpf_sem_ajaxload' ); if ( '?' == $new_instance['wpfcid'] ) { update_option( 'wpf_sem_ajaxload', $semnow + 1 ); } else { update_option( 'wpf_sem_ajaxload', ( $semnow - 1 < 0 ? 0 : $semnow - 1 ) ); } } return $new_instance; } /** * Form method to display the form. * * @param array $instance the widget instance. */ public function form( $instance ) { $count = wpf_get_option( 'wp-forecast-count' ); if ( function_exists( 'load_plugin_textdomain' ) ) { load_plugin_textdomain( 'wp-forecast', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); } $title = ( isset( $instance['title'] ) ? esc_attr( $instance['title'] ) : '' ); $wpfcid = ( isset( $instance['wpfcid'] ) ? esc_attr( $instance['wpfcid'] ) : '' ); // code for widget title form. $out = ''; $out .= '

'; // print out widget selector. $out .= '

'; echo wp_kses( $out, wpf_allowed_tags() ); } } } icons/AUVIndex2.jpg000064400000010100150211511020010042 0ustar00JFIFddDucky!AdobedQa>   #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ " 0@3!1456P`#pA"2$ !1Aq @Qa"2r3BR0b#s`CpSc!1Q2 0Aaq`"BrP@bs >z=YXЮ`V"׆>: @n<u@Ui˯byB=ޣPc lEMv:W9IoQɠe:6\%.Ȯg"z5Byȯ< Zݯ{Ex\i, ˩2H@f|piv ~֫@HnԂH.ԂH;q2\;w$d7dߕY613; ,S@cM-_Pf0.9UZt-Iwig?YͧVcgWMo$adVXi8}vV] _ƓAsZ|#Os}QH[r>gy8߁m BDuUc. 8|^1TY',@[2&\htDt$ݶ<]lty\ܥwz2vH_ݢgQƌDIwqXM_]Vdc+TvmWfH d8$.onzzUUq RgH[ @ )[4EUV)@ l.]v 2ojGL"mLq9#Ls2 Q\`ӹY7O}+RLuR8MLo"8d[Q' \2yդ%EWT' \2N %zSx3ؾ{ddؾ{LUwUw峕+)xfkYf[2>i攞 KKex.˯:~w%NiiR-'jb; Z>ñm;H)oIQ]?0pp\i$f(u3R4σR s\za?Q/y׼nu7:}d9XQc4)Dn͐- ;ad;n'"FVXk#Zf 7kNw[*%χiyȑ$|뢒n7+}X];qU¾9p\*]\F8M>7nS[ÒT9\# F5ÄL߯_'~N|;wߩJ\lܘ"D)nO.\@\ۓDR=ȅZ.&':z5ХKfֹ66b\Dg+75?^?Aǽ-Jbyo$xʪVoj~~&GBBi~6Zd.;o=hषpZn\'횟zq[!?/QffM`eĂЦGVtOŹY;kb**j9lx z@-H<ݖoj~~9Roukhmj-!Fކtk\>ej(~lzvP9L( $fLO׏)]Qaof>jCwK\ i~K!`&cIXuMGpx,j S32t7 ܐj #r_nT,+5HN2?1п@fMzi?7$Y:\NT4umF7 ?ɪ 6HϢ>3`敻Pdl/!6 uX}=ssXcpVhϋr+9賞9賞iM C,rxGdRs'1}d<rs rNc /!9/w<Ԏы18p܅XsHF e W #YA s&y)2ЈJ흆@0H,KHR(aV9U!1c92pX&M}L&Du\ӂrziHrc"E?;xQH7?RFv9}6 H}gmAR}b,AΒ~C5:Va 6|v7$ t"Ǿ/H 5 U\5˅+yT3d^x @XUR/eʽT#X9/Q(z`:0e72F$Xkഩ]t o)qEzHGz=`x 'zTz'9i#{Cu@a`΅<^΅<^5k672LVc\{4DŽymvȫQ$${Z3R\BѤ̀ m~37Tuiri@DLby]7Zˆ&OK'b/]5Tw܅UbnFDŽxDR7lٛ@gSin9L%;ب /0o\lrDS$q/G`תS XI6qpU|Y5}&W4x.μTyș-f<W.(7aF%WI!4I!4I!4I!4Ig iQ,it !B` h3[<6)Y&Ie;P!Tbo-*KvTr ǐtLkIrūJdnL[] l@DyҬJjym@`3[<*ąe)k ^-VSn7L"u:WZ%Q{M1fց*A[AZ3 23Aҽ1\)`Ϳ(w]P'sCL2srV*Ig&m'rc:quE-Go}qCGRn0FFv;fΡd5CWpjU`/f2jt룻% 6;; Pݢ6g"~ LMܔϤjd 1J{2a(w]PgW^Fc{˵VCR^vc:quEZ7/ynɿI\"pGRnV>f5%EJFRJ6|~")bol 7.#{bbn0*^I bp]3/"ʣEFlGUahe}Thf?1î)wTm{)6pp d3Z:re6s_\5CrǘN6ᶂ0+̠PAZwO:;wA$ٔIbg1-UL&OQ|Z=?ӹVGbFlbp]7ʾZ:q$\r/$mjLg6Ҭjy3Eju Lh;:o'/_:ᑄՁ 8=SƦtoJLQ uAu%3z 9;Rf&%9!eKmţHMfo+W :PKeeP%2VcVJVsGi>,Ė6m$X'ٜi>j5J{K,P(Ar HHH@PB&V!jWÍFTJicons/AUVIndex10.jpg000064400000013235150211511020010135 0ustar00JFIFddDucky!Adobed    #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ " 013456!2@P`"p$ !1AQ"2r0aqRsB4tb#3S`C$p  !10AQaqr2B@"bPRs g {)\[c:z(rmv9\ssn5|Ze||bR3+*m`Wʃ3{6F2@ө `W8Ӧ3^|9:fZUNe=ө`AgyL-gK4_*rt5i:HˎN3V[:B}Ly0+AAΙG;^1K[ +y lgK4_*rtƽSl+_/ M2(BvrBFGl5N G:D[E1/yRSKs[-rSe?j:PHiӁ%Wa<Th% \4*54QH]0'K.VgGz\r>C`KZ>CSH9/.Vz{%P ;4}\m-!yv `Z=? "}r[!a%[jqڵpkO҄2gôF9-ӑG,NڜU5Xf +mђzַ`]ֱPoW˿/G*̒QJ[oTFv\ca;j Hc$@|n]w> %/S [_c.-I$ʑ%|VYRǵ/$XRrm/ԱdHk)Kq>Mŀ牨J;8Z݂tg/zlɣAfjvͳ. ~=#gTȪr!*2$yi$2YR3j+YYIw'yM׋>t[t^Q^t9sEM{N۪Yb^sIJQܣ)ӓu*?r/QF5(젱(Fe/X,=cl uY;Ԋ:{ hCUuMg xSe? ybY>@f>CScМ\Oq:sQz-P.=7"~A!7WʱM!q<+cq4XRƿmaL}/_*[cq4XDKPq:M!)H\<.Y~"W1c7,g> \Wy LQ'CޘJ$)[AL%9 %0|Ba(Q'Qr˳-=<Fcቡa]މS #̻%9| Q2,w;:=Ì,=2rp>0##"d69.kUܑTy#>{rFWv(Ϧ"8+刋0Ҟ1'B&1{ C #vAx ?k"W^54<*EO"xk~ 3kMebrzH^g+N;fś<88i?|c|v">aU*O5o xk1Se>VTFȮh8tRW\\u$R4<*r'G2c3K^h(B1ʋ$m`Gl5-O?J=u/_M0vŧOm/1Zԟm=|Q?W& 7NC23rq !2{-O?J={ҏ+Sس6dOx[Oi&~{crWԧgmɘ춞>L(?LgηB}9Εv[Oi&~{cr/>oE}lrb{ɶ}Q춞>L( U=,<#&ݷq;@i]U9 <6v#GL{ɟܷȮ{jF)9S!О5Xyq$ gU\4~}[Oi&~{cvMdu2f^5G])PTѕ8t LY@]ͅ Syd:MOegG7ztF'B7ʠj!H)=i=ҏld'`fPqOt5 /P.~I,sNrOfHkQ0:S{G6?I$~cM#W*K)$NJ\K]`8!ߥx ȧ voQ4ͽ"_;p,9Stwf5'9'I?褸i!:8*+CM¥FqUP:$]mT&p~mɺu*BgMKFTK9: olI)SAt?Fޒ~,4n(J#1K{f34l*^DagPH5NъNga1L,FXe:ɜPyDV負MQZ=F?Fޒ~,yϫQ ֭9pcm'\[4pǝܕ4adљV CQ蓏ѷ H H&N]EMʩ}xƯڦ6ή pbVq7HOqqtt2HMIIܳbն i1o?.-=L{ _[%H9ƑH#?cQ@A4{><|n ,Q-w4|]CRJQ\yJs 5Ym3-tsqbR+Ӈz;WO)Վ%.TTk4ā殅^˳bն i0>.׺a%CTu EF>s-)sA2fÙ>n[mikz̊y?hb͎cG4PxOܺWRL k!g &nl~>a7eu:N5Hm\ 5:Np&n Ct]Iߍ7SPs81ˣjIq˖So`bum=ZlOя`bщFS{3<bw$=Љvm'(]>m-=[mbV#2cʂQ"Aa7zљBXCh_Xnh"8݅a_O]#sn-kYmMLM>^%Ե|[Xw #DQTJ摛6TUGp1sq DFWJПȣT0%z57l-شm=ZlK#G+2]P&Oܐı^F;15:w.^h=I P$E1sqol Uo ܂]хw=*;݋;RI$_*:]}eVX Ikpb%c]=*!Q@U1@`0..4 :;XáPh)&2"Uժִ?icons/29.gif000064400000004006150211511020006564 0ustar00GIF89a@(VUV@թߙIΏ扆ny޶괵qq׀}cd2湼qzɞxݞow4ϒßuYҭzokl`TկO䩾҃7톬)kּK`Ԏ㍒|z{gήuΤY֎ ͌̀p ǭㆶuw{̗DЅƜЂ޽΢N0sdP}~reř #̐klp8W!,@(; H*\ȰÇ#BBJHH( F( :S. Fd00fA/`|y069R%%vYb+A!ցtH'4Ƣ'KҥVGVS8D$ L֗%>X SҞq1bL=FTQI_O1FpX1B{!+(!+Ft۠aM  $°ʟFp`U(r&tqPNa1r!6.gz4]Y*5Q JH.wI la51D0Dܓ;o&O -Yc ~V {ť 0M0^V3Q='*W BlenEɬ=B$ X Go¿'Oye 9j --/Vը~L])R|U8%(ֺTgff XdfVu݅ 5WlhDss33[ p hZ킞&OS|&nD|51''.{=fI/\ӌX~ KĪfZ[,-**BVV sii) #,b[St$ qWJ5�wa#Gbw1ՙ@HJJB~~> W(HHHT*}NDc$*V+6'k (d1bv-xK{5k)A^QKK-[UUҲ2( Fh4/܉LeWՆbtQDCQFʍ[URe-ӌσsFZò D|HPIvAXDhPs*R1B?7L(h{N6xX;|~Z]%Ir!@ơ$:eq#֮Eʕ}җ.1dg3W*#;Cc"%%rM+,WN~ GxX}I6eKWApbĿC|5Đ"k|.d$&BB,% f;GDÓ)1ph?/7{n'i: B# 4QQoBO,_4hWXɜPm2qPv #聅o6b8ۊ?-ACO@w$DZW@U\IF8HXd9s0"V7Dc!\Qm?ig/\}d/3{6pfujeZiDZZJ4 ֜oE?-R H-CQRTې BpM+7{ᇰ0J֦i}id*3@.`E{Rr%v.dQc[bQHJ &p~;A5 .J,8:܉4gvv8FcAh?u뤕״ {$9 )Z;RL ( Z^2hh;_ T|쏌hnr?-ֱvN-Gp.FZEa_k&34 ~'>$( v($}PbD]SB=\jp &hal6154.+~ Zx-#܋}ːmbbGV+gAs-!W+t:ID~'*iFǫ h)VvOޏFqj2/a{ e6.=׹Gg\%՗ѕ̭(M#tg cG,sؒn :{y+BQer_xٳg;crmkXwuN ṷtظ.RC@8G؈\%`y` Rg9:/t_PX|=4d)pj2/&+~>&KC i=AD6Jvvzz՜ ݽϮgɼsQYTiJcWT>||3>q)Fvpnz?#]fɕ4(o_(/8&Wh=eK!j7Dܷpr%gߑPN$Nn30tw pw輣Udg/-_5Nχo/%\8[cs[*jAV~h:ii[t2#ע=ViQhٍ"<>=y"<HlEB4:YA扳1iμ1Q( l]@kkkkx/ kiWj NSĸ\ xǗe?!*VaaҮ<EZZZDUقҢ`Ҵt` s`(8 Ŋe ˀ"\)߱*!*6"wQ UUԸ)*ґ-u"/YR-)5n[5!mƿǵEJDƛE@\u[{dJKPcuwL&YNf?VHs-%cduN5v1Exb(4N+HjBddJB(.J.Kdx^eFw*D/ mE5bEsVy m/cl7Yo Ce"Eڨ"$ob2А2(*FaHR3@B@\Iwz]ƽ.^qKץk5w06ϔnG7Oq# p5+m|_"ȭ rqi/w9p]f[<ΛTJYpEvv99:^梕;`mye'\-q{ۚFUL\fq{>w1fDz":iܻg3鉹\fUsS7kR<_)_)_)_)Sٵ\nL91l2'rle[3j>ܘrbٮd/wr18#ns QJ^tW=L91Kn"3OzzȏN1C :97:-Ku)Rwת|=jR#pvY}Ty\8wZH6O3jrTTԳ2߲^}AgZɻ,ת|<)RwZ4G~pѶO\a>5y6,rX9L(v]YY}TrJ . }+Ŏ{;"%0 J$qoRf^gL:DP\L6ǽΌ'j Iy5ɯ/W*vstHLʤ^Idu Fd2sO?++' l&]2谜X@ ׀n,X; 6;x+*Xxsvs%sڈsi.u6 펲(F!CyJ11d$g%@=4@HLC&# #8/- T< D@n Jd-1$r#<~OQ_?J>@n:C9]'SKWU=!U-hH`ǘ2IF4 azTr8St^@#ݘ' _!e)Md=jF"C!UV,4Z27,T#W 2zpSx"#Hj=c{Qx# q!!+Q!F.ܜR LNS"Yj#fTa0<?IA=B 1xLzjǦ1xLzjǦ1xLpUɔ>i]Eij.~ciਅjP#?;aD$$-5W2D^X|-.)1@L%k_Q߼Mji'G mbf7+ 1G1Og_-}\)61P:b;*Ķu>ث_$gq3i;>ct-EOtBp!223dG]o\m_U [Ӯ0$nw jbmIL!9 ,ǐ[60bD5E'8ºX3<դ= mUnbDUy`B-b6roc/Ρ7+џbdEJFTF6ϏA,W1Mxoݨ?EavD=>ct-E3'"ʣꊬ?lG«)hDv|1CPZ6͔i8up +tp:ܨYI놨n@X 6WRey CZwO;U5Gja*I)V3IE1Sb]UL&OQ|Z=?ùZGrFl[>ct-E7ʿ^q$jNEO)֪$}<~eLjgܑZ*!j(Zf@cq*|l9y?3Ndq5`C0l;}`8A>]> ,>>JAJ,ʸ>ͅM>:S7>Ɨ:]];T7ļlJ;LS;G8J;20a#V T] (A&; 8.R (Pr!G,T(ACF; hHS\0P`͛*@IEiG9uH e'A@c]"]><18p[N^}z Q;{aHV1dV %_>4(QRc rTɽZ$1 VAYObl!0Zid1VGǫY/][k6^Qne:fA+|Z%1:@.~NhekHF`+N0ʃ D8l!Bu%af8Dq<0pсM$8`'7E &(RVC!HU ADK,!;| JVE XL 2@wUQ",j@BC "l% ZK 0#|B4a4  Cf 1&` aA4lP # #l)` `@Dn:+#ĩLpp@ 0:t j& %z-¶l#Ʒ#R+J/lh 㖻il ~Ɯ+-.Bp+H_,lD, ok3kb3̇|3/;-DCpǺ͉#8C:ᓔ1GsINE*d13G_^[ӣ n-o~v[:6`1 ukNN ~u{#tj$+^P&?&R:!a18,#X8@o;ytz|jE;:YmF^6??Y)fwIQaWq>F7B7~r-a NqN}GyG~Qf^uy :2q36rY{(E7r0w85@/g"q[&b.yU nx'ŭE@ u/5+v_>bϔr"vۺwSSe;ϒ{*x>SWW7]}Ky]unv]vni<KU;*^o9x*k^Orp]uuuv !ůEYX:5UU]|n| oW{Ur+ yVWz/yG!"(\k{*"Ds qkb"{PAX<,s1 RTn2j\^_m^R8cTLY(Y\d,V'(lr]xgkv\fYCh>ݱ̽Ⱦ}YQ\1H5`l Ū4l $Ymu%WI&Ok${=V/fQjLܦ[&;U-k纾Ժ*Y c(cN< [1ؑa'?~0x" 29@=e_?7TD&ވ/$P'#u&h&d:E:Y3zZs{n \:i1uCzSA$Z.4ߒ}6ϘBo}Ix*ZR}݆`f tXՕf9FrqaUb>It٤ RY UU\4&'UuQ+]n99mvjڭ1:Lfeg$}EU4S=꿨{"y f~@P.leD G5)ȎwD fF@[ 'g$eGF#b&ZD -Jlp b d V&ʵTG8+x GQ)θAWzXE77K3vWocYcHӑ?)a.Bj*aGO*Ð fԱ~<@Ji(sQ3dĚ'F4`hW<‹2ά"?X)ɐrcb x^eaoTGjƨ'`> 856/o< 0c:@ n)%ZhoȊJA)Md%aiC)M@"0A9vd؁lgJh]\<rGiOA _9[|k?u␌ p @ t3CJ:iّy[&.FC>$-xSϽ[Y_,7 44f:2ef[6YK IA@͸@3;{Օe6ڐ!~s:+eǽ P#AѸDIҵˮ'rrP/U#q˱-m!by|GmBݑ;vMDk[|C ?;Znl7f@D+I8w ،Ar#NUU^{u 59 jp[{~4MCk ٕZ ̑,v`\RCَ0Gv݈HӅ8 PDgp.CsyC1S}6ql{skM+(FQ~gMfoIw;ҵwNt?ĉOF)(O.^ Uns[Q0/;*균N^RWJ_iBuv{MsPdnE7.:Y~K| I#DIНԃGǽW1l*8BN<7fYGf6r{Pog{RU 4kfP|]3gB2߅`k r#uY(FZ9>^&fV\9~,^7XVJl M\`7]ڦ,$v;›cG0Dp\4@{a}usS# 2q" |U\uk4.nWʝm[dE <[M }Qf>Ee(y A!֓|W}欱 PTEe؜Q|3詘Þ]OI8@?X-OՖ7MC^Y8 tȠf魕r@7D~IdQՅfɥ>7GXprTjqSͻYasˬRA,pqytOeůzhِI pxYq-zG̐Yd[*+&ʀPhS&#Đ  6Qz# m='WӰO>,1bnI?LTx;[BۦI>^b90`z0 fH.(c@B+s ,6AQl4Cicons/41.gif000064400000003467150211511020006570 0ustar00GIF89a@(0+- z׵k֛ыl}|pĮXWPïSütFC@ĕͽzݐutb~Ƴjǃˉ坝:57ſΣSPQjgfZ_גBѾz}Ĥsޜφܾwxzə͌JIJd`bǏޔ}̷ӬwvkՍžyѾl^]_ȿfȌԁݔѕۯĽv=8:ifi½gm̙׌|z{ۄ{ɷ˗z˜WSUvsuĕ!,@(3 H*\Ȱ&"ŋ !l0)*&õ@*(b_@%:";icons/UVIndex2.jpg000064400000031771150211511020007762 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (M4VHăs;G'ݎv:cgį ;B3Y:Nߟ_4dgl僇pNӂ+JRRWGD'ǚ.(XQ@Q@Q@Q@Q@Q@_YkNM3A8iOoMO7m9HS"4/=O5ɈQX(ɢO r;"1WR Gq^i졢 $wySMq9֍NIy7ß I X?iJ2 *͂((C .QKNJAo&qϖ[9ǽk>E%V=Mtj8>Et~!.rξZw+6\`-2W51Tg=5 =L@ +(j-e Ao$rOݕ'ʛ>pLKI,3Z࠯4|<בW}7S\.fCb1_6I+ ãaErb3X2=-_P,+cgYh?qY{|0;B(( ȟN&6dhd;x?+uNB]89Ua[6~hƲ߃7(?^<%͇J,⾛ ѩ%f~zv[M ;Ep3˿7[<-k4&{DhIiK"jrGn $NIO|tNlz5Wٴz`!2Aw/ ]gЍF'de|ɩErͥ=O6m뷜gj?sW<}۞e?r|82 ӫ5[|[]-7s~wJsMŠ ( (9Zn쟘\m|ftŶ}Z_0((T(?*O@5cuδubwְo -e+Bָ1u,T[XleJ׼{iZt]E3[ZgFnEfR5"ꖟs_TI"^SB>v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~n4aw>aEnwQ@GTm|F Q^w{e>t ^Q_3m%]_qeu'g+qw[I0AʔKA3RzyNb+KݎG?iYnγͅQ@\[CwCO@5-S~ }_?(?xYwFGſ *U?% ?/ ]gЍmSGrYGr˹vp1W[ ߓ5:L6C/'U/įwrj溪y#{T){*jP (8$ ulws1ʑƻ*ܚ 䏤dߟzXCmݍqS'&WB Q[#e')9>EQ!EP?Q6'c?*L'i=HG`__mfxEm_ {rٞEO;W&|좸pe+ЫW##0xGZo"wԿ)w]B5'dw}NG7_W\0;Š(F`Y I=cNR_H:,\|N*<Cj4*V,j鸑0UGa~jφmѮJX`p2+(Tx|j=/$ϠcqZX:+ϙ ( (76vɟWatl.A#pN;gɉ>'GQȭה|ڽo7eÇ .?!];7^wJľ_>g\A!K;#5#v? ?i'ҽPERu^\6'FڌĈp.x8'Ҽl2t֭ou=,5<ދqysvٸIq{v+*՝Y9wlaN4d0cLٕEK&s㝰Q@yZ ,9T_~FG y|'/՞Ttߙ^c(^*?VoKf|O;W&|좸pe+ЫW##0xGZo"wԿ)w]B5'dw}KZy绱׌| A]-Yߣ5+J ࡎFK_}F)Od]vӗ4SgS}Bp sy3ZDI9,i?҅XTWE¤˚ƺeܼgA};c 6 F?/E|;%/<>_pWG˭ȩxYW ykk w;1%wtW.PEP%V(x8aTQ'Y2J>\ }7zh#Q~Y$[W)_i->|^@wgd|[\B;__/Ii Rv؝ߚ:v6$ ţ0Iޜ׫7NT t! <ryE?nOFK+H-Ya 'UJ#QQVAE1Q@`bUfCw`y?T' 7g<К].]ϣަ_Wٟ8PEi6V#>ڱV R-*nSd䑋;Ork[VFY>\b=GO|N.*&" tS:gF\AMD3$՘ƶm%vdG=4vCϗkvFFƾO7y{*O[_CZdq,qgcP2IEҬgwaZd8vJi23ZAS[M:'ڿyMlQ\8ӿUtK#-7AV?_;_;_>]D-#W}~"^5˿$IE܎sN ( GrZIA^)h_{Z{-h>a}.x0z;^a}hS)8iP~O5FsׅIfӔ`?zW6WEI < S[QmE_%xbTWk!5"1jpo;?pb+Tk_O F#Xʶn>aJSf'qrt_å,KtG/ƛ qt 007n8z_dr8x_ֶb"}T|I"^Sl >v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~:5tu2\( g,@El¼Ob/*JrWH)kU4~xgVdR@UV$i#?:+\`=%9SK!EhtQ@oIYIbrIͱ>Jo_{X /4'iP5UKğ+j7k%>jQ\8ӿUtK#-7AV?_;_;_>cF +j]Q[EPESM*%iVۋl+A%T)|NEY'7=ٰq8&7;{~,6g6 ,W,ь||=ҸpتisSN!Z5Ascy6Fkۏ;kO__}'*7a z 0bw훫N fm[Ꭼ6ej+;T(?*O@5ޟz<*.q^}霘m: E9VddN \$-)$ǪZǔR'ڿyM[3|ڽo7eÇ .?!];7^wJľ_>g\A!K;#5#k;QxgWhex APA,<]-ũZ0J>I'1 ?&XfY0A<>%%tzԪS(4 ( (rRrm?=b9ǘ=q-|.aO?SpDv޸;G_*J ߩד}n[ɔa%}Ey}[&ه=K?:OiP5UKğ+j7ke<>v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~~ 5$8ݥ2Th_*iQvaӭOM?،$$ `t VuF**R((GdUQ@Ts R NhѴY4Ŗvds=뾆Ha@¨^>Ot:磘R1Wy=_;J[>hdx?+'Ωo$>->3Ԭ6FrSTWCmQ45[_*Q1(Vuƽ)S̺U)cSu+5Ň .?*rOl &ٞ9'l}Jz|Y-`\|Q/H13358u ?ʎ-~ܧx-PEPEPEPYZ4:3< eRjJ2w_u!RPTVaE_<^ͣX,2~@H\vF{q.X[ØUtZ8  xR)P^J[pQ4Go\$eu'k]gPEP̾ 񯉮>1A\kY%60N+yX$ $©%=l|ž&p4j3[L}1S\v"OD-b{U=>`94ާ" k? xž0vޡm?ۜ` {PIQh}AEIAEPErD-wFӮ{WW"WeS/cyΚC'c 5u#%z3J\gAjk;0aΣ ;;fcI\Gη~(Ռ7's?Ӟ}U/MY,a >j鸳5[Ki]!IrǨ=m+_mHEF?L4$Q]7ÞEzGQ@?[JO I_ %|L?g;?'?z ~>-DJv<64މ nDߏPpƱ Z!?\=52AGЀy5o'Km$wyj0c0["%@A7_Xcg迉2V*.枹MVu0Ydn\'(ۯO<0I 'Hy8∫Nɳҵx[Tm&"řsvD$F% x*Z>ZcugϚ8qr?:GY]2#'˴EFx2Oq 納2]cW.gh[':~FϚz~Nz[U=8U=׵WP Dh:(=I=|KQG~g>XFgrGF]w dڛ\N+>xC|nbrY3V%iuNJwgM Kk  <yUզ, [Ss"'99C$k~`zOAEQQ@_qRGH-5Gi0lĆAϊ^:Ԇ1Av#r9*ĥ g$T7Gʽ㇇?~FtIÏӟ 9l|iZkI5M}u= <;\0gv+uA[HIC/[&Ğ,~Vh59&k;U7dBJ|V< 23ɧā޾cVOhm;eahc9Nv&W9AkyqHGrZfO?]w4h:ǡGmpD8w4A޶#Ğ;Ҭ51Ų9I%)q_\",hT`(TI6|K|R9bk[sx- C_Ƽ|ԽNU C*8P 0|.Ҭ{Y%UhQ?6=F>m5Y&wVJ:1=#eȯ= ȒTo|SJJqV[^:0_F'vMsHTGx;VTꢾ}OďC4KELv<}۲wKG} (8|.|w{%n=~i6B&A!=%/z< x"ŠӐg]%żWvN :`ʔ8ǕX-3|Ѵv F=^hX%NFz1Bd+Cri$l_]= ko{2LQwɜg>G͞6v\F1*I#78k BInwHּ/s]os0?M{/uٵ y,0'=ihN.xঝWZ^h^gQ[\;gocV-f!?1@fl`np077{aGku>{#Ps>薱QÖ۷y4%-m5ȼRUȮl]Z&OSo䦼|ԽN❫xD,-UsyF^{c1e ;;ƥѾ>RS^F޵k[k)BH-ЩqI'rJח4<)h+E uNUEyڼ_teF>6Յ|]h״={*;k}"iGZ+̜| ӛL.1#9sz@+~`zyi/AEQQ@Q@S&F ̤;N: jIusm= YViuckco7(f\)Ƣ:. -L*>cT%'ohJ^='#~E3(KNFk0d//GDm+<Ο-U.u/.َٚCϒǯ<5ZxMX@7VX1ַ%8rR5{9tyq!m/Q'JBS^䆚1ݥn%5J3y\ƭv>qi9]B|Q/ Y[\n>/ni@! xJ/<*RBُàm+( 8 t_ϥqAs}_94W}@Q@Q@Q@ƑxvkjVMJEʩD?)tK:T/,6fszkkUCqu*1{ApX[1c=^;"(PQ@y7M鑳[9/qb=K}}>1hX>֕S+oCntɷnuFk2qwGJKuenո@c5m,h PfqT{)ދKȼ>+}k\{5̆Ibǹ}'jmT>ן zuNnq]ėXWnA+B? ga:)nŠfEuğ ,k%a=5oj#4 џOqu*mGcMi2s 2JC#pX_ u]Hڇ3+eU:noae^ZmMA 1oaLCGv=a1ZUE(#*1 ( ( (F4&(ѿa34}ū[+K%eXQ⧨mvZI+ Š(͸t6N9wW~F 4k,XAc'Bwq_r4mllb-F~B$Q@Š(((((((((icons/UVIndex5.jpg000064400000070236150211511020007764 0ustar00JFIFHH%ExifII*bj(1 r2iHHGIMP 2.10.342024:09:11 18:24:10 $JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( ( )FY4QEQERR=B+ s,ɩKd8$tK^Vd"$yB;"'\_ZV!3uخ"jMaݞ,Zv1ɛ ԟ^@%H GzŸYv[=;4heIzuY}>KOyuhʔ!h2 ( ( ( ( 3Ee뷗~uV*6JT-PVԢbR UkLhR5"tqp[Y'- ©mjl8_ʷt{iVPq\O~խMG_5֓[2c^ϘNG[˄yIZO0(E4Sh\{ҺL;ƸZwˏ~VUZbI'yk8PP]YeNAC% K |7kn/'S+#чԝ$gRG^:#˩:^ޢ{MO/Dg>`UTs΃$7Ĵ?ħ TE-%-}Q@Q@Q@Q@Smޙq9d8ϯjH*ELqm;-Yrh:X'QTj1qHUKyVXוe8"? b&lZt2DŽRGֹ? yTup߆xc-@ HLQZٶR愮]<gSKC#39&<9yMZ= 'ɥWѯ*uU^Sc) Z^GunϾ*YoTj(O +gaO)_˩/!CZY8,xyoaW|&IѲz\%w~/jqu1X)c :{ל]ѿz;t5_7toQğÇYsq\pKq\-S$I2rFp+-r="xmM5[WoD~ev,zWl%YDB+){;wl<|-2C:ЏRҧ}e˽@cad^ vq1|SZr?UbԷN坎I?ʯiZ%Ω'ޑ}[߃Xz+=ν*>r3z]ņe` 'ZAq^ ZGW5{S_y jdgbjd]\o썓] !_&0ӯy}ŕա:{U՞v) K¶ ?Rκ9dQX+Wui5(c+Vy$eTVe%* t5_7to^ y}]I8zg sΟ sΟCDG7^e K_WנYA S}Kmfj_ ZbY/ii5G-Q@Q@!ih.-apΏ&?,~V^+WP abB^Os˨Z[;O}ECo $1Q_*3U=ZҪpjh:3jwxW{ )kj`:T:}vG'ա_iC Nw>kyߠQEwEPP\l"c8ɩ3]v,cޟQYՔ(NIKau=2 Rԣ#Z{A2F޳|13\wJX-mcj%eל]ѿz9^qusFu'S,ٹ?c[b?c[bȕ~1, o^ /[ײ"Ὢ|R/vUe"X*(P;_abhj?ҹ|tcipOQk[cs叡b+ ( ( k 1N 4gxh%qFn">~5YzyM I%粪ڳaQﱲ y}]ףJ7󬸓Ysq\}3q\}+CcנYA_eEe{T~_gyt[w٫_ؽۏ5e1RvWf凲;*ZN_1$.jsv#&ZQEQtص+o"Vt*ku mɉkQjtQU]iW`W,r$tx5+2ufhDr9C֌O,ץHǝt:Tsq֦[rsZq$QEQEZm,Ղq\oq+CR={ bcFz.EsR;I#;z(tD';\& 8z^ZK0\<28US=\J4_7to^ y}]'S,ٹ?c[b?c[bȕ~1, o^ /[ײ"Ὢ|R/v<֖P/U_UfI/^V:gQ]6Κ%N4C'x?^4i/3ycq\Wa6|gSǩUZl)h(( 'u'IHW6+ 579P*剋yI,_w\wӧP:TWļLnϦTb{'zr:UAZwY&TW=d72?1=}WZc ܧe}}1NkA]N컚ޗ5竨4gR8 +k9 ԼZѴ^LsLAfGRN1\\0u!!=“Y7z: ܼT~Gx*ncW If$sh='ES B?A^j /zSo,xsKk4|I=wbAf1Q7LQiRp;pTkJ.C^ousFuל]ѿyIC>6nxO?.?tuxO?.?tu%~b9 /[ײ"@oj/Լ]??.5sub̷ݔ7cۧ''oc'V*=\֥=B.G!S+T)4ypi4kQIK^QES\nF&=VR|$z7XΝ6䟘V6Q׃_,Zv]zztMB|l݆MqFR2BMz&)+EakRG)*C)!"mktY{dxma C=k"u+߉ʝ<]$ۛK]BFO ě[3?eq/[1[sꆽ1i*?ؼ;Ӻ_Z OHs[CŚaL%v(U2[ / Y۰yñ.qsk]"G kIm?NOVRoVXҞgE #W|٩MGݾxK@ѫ_Xe8nuݿJ0VW78:vk.oΫ?S,ٹ?c[b?c[bȕ~1, o^ /[ײ"Ὢ|R/v<_ s%WK/2/Vmw:AKE-}(((LJZ(nX-e4ҾkSh+:#;.Iǭt·WH}|⽊5Jo}K@ѫ(:8Bj'#Stٸ y}]ףC^qusFu|I8zg sΟ sΟCDG7^e K_WנYA S}3L7=3GdV&e +'03+z)9]uVPt}JZW&!㞠'"p̟ȭ};ON%rX5I?VTtˠ ZQE0 ( ( <gt ǿ_VX{H8'kN\Rr> &X=u=Vx|5<<9 Ujҭ.i5F)Ԇ 3խɫ\B8CȭyH( m]Apb?Q?oxn,=A 0|Z糈s`C +T20Um/Om@YwHj8sRڏ- y}]ף9ڥ ל\0{Xξoz9g sΟ UAqqmJ"]~1+, o^ EΣ K̗yt[w٫t(짪ֺ :1729b2ƖbY+igQEQEQUFvA_ k/jW?-/%ʛo!a⽯,A])9BvՄQc]=!fc+eXx?A5ŗWK4Oň#s=6n|J\ݑd\d?RFյ ˉv  hJݏb4dzCQ!ԠH UȣXTAPZ3RV (AHzVXX7ݻTTi[!.M$dxXY9;{W+Jij{־!|%ZsLUG JmxjX40GOX$E9XǽtzdJFpY,NI=z9Zx|}O3GTQ+ ( .j2Te*~>a!%fO>% ˔ Bm]WY@ߣ/v_4.)9m}ԼGM.. G1G?kZ߆߃z펢𦩶xZpG:o*;I%eʣ6?E]GxoↃk,E7ʅ= ᫽/Si%n!6q;+T{5ݮ&j?s>?{&$]Azt~Y<5K?ikY$ *'>,;^|-a>Wcz4vSμln9r;p1欮duP~f WozvcLuiJTR27uy^>1:5+G^=T3QiH$QzSfӯ-5W<<Ю3%F݇~+]u)*OwlK%N C(]B\33fBHrgl´Wj>^9Vn~0>xUYXe#Y\SxUUqIǩ+`k,qJ3 <םWw}" xnmNpVd*)i-}qQ@Q@tOmڧ2/̟CV?\ ѣf#y$ (qOr(-ⵅa55UQAivZń:WV֝#tvĒ1ZZlKym); ?jVގu Fo}i2;C&kY^\,nR+=Wb~] VUmN}n7R:U6T\:]Ls%\?CZf|χ$[x˂p0zjGҭbh\zs[Qv2t_~lm4'n}vѶJQEAos-4-סOP1H0zk.4Jʤg |NeU~{xlLjǒ{gSk׈+CJs] T?p?QV`o-Ƞr?.2&*fg<Nc_ Uz#^ gs56:7D`U)&f,'?xj6~~WԫOͽ_^7J`$DxgZ( 'Fn/9Xskj+VGMaiZ|7Sr@{Z1NᇤCdxj:raEWAQEQEQEQEF(ƟE&iڮ;?gN.~ UGtS(IݴҾ:h:斐 RפbQEQE$REVSRQI?wkyIky D#"cp:sk^e|Y8huCZ ׿/u`Z-[2 !yu}qYC!召Ͳ,țrkKbZtN ICC_PROFILElcms@mntrRGB XYZ  %acspAPPL-lcms desc @cprt`6wtptchad,rXYZbXYZgXYZrTRC gTRC bTRC chrm4$dmndX$dmdd|$mluc enUS$GIMP built-in sRGBmluc enUSPublic DomainXYZ -sf32 B%nXYZ o8XYZ $XYZ bparaff Y [chrmT|L&g\mluc enUSGIMPmluc enUSsRGBC     C    ! R<|P[ҽ~͟ށ?ƠOۮԏ@BHibo5_d?w2.{yQxvh MdhZVx{3rh\9ةr>J=23Fperk$eD>SFr5r.ԣr?r+(s;4mg]g&FMq$.[ !3d.Cmz_J{')XΎ-l̬u!7 7`UtΩwto_ uVra/YYɬMKS*-۩R-Y6]{(s;Y| K.loݵE/YYɬMKSO4%iҽ`SW͊v:X/YYɬgLNW~nXc~q2.\GKOHggˬHΙ *Skܦ^}GkRs&͵jYEYk82952ɢIjyY*Sזons.IXȃ۹:/YYɬMKS+]Kz^:۹;/YYɬV /f 3]yUBtZ|.[\9ܢѵu/h%-|m?Ϲ~]Y"*9]%(s+|k;{5C2s+,3>\άݿ_;ߋ&3O׵k:agseRZtN{1~['ӏ  NYc-vò+eݶ 1xw׾b~a~y~MC^F }݃Dm1WmcT==ǰ{fnVG;.xZ_ǺtN{1/];OVah]QN]|!A-cS$#?t:{׺uLө];(+S(HNDe"NeE~\KM4Y*W&ouz mo)RBk^״I4l6Ba'mtPn~^AU gHPe7)?c޼[Ah$'"P2WF='jeʂ6I%JxR~^AT5߯;Q}*[Mֱ,sN~^AU^&paT{s|p:ǽyT!Ir!/Y?GX Z*͕Q2.ף"UH۱Y'22ݵc޼[Ah:WD=6lr!@% Zuz moZAԍ JY޵>T}"TX=~^AU JwKR|B58/5~DqջzWJ\lJi;7dc޼[Ah%_.|W;dG_Y b<)3 bdsaUXRO6Z?GX Z*^<"y3S x~^AUdBvÅ/]SJ E@=*I9k=L0zs>5H EQ ^'Wj:5r.ZF쉎`t3=;yh?GX Z*Lljg# Oh-t* &OlQz]q8qsuL5k&w;r׳܂V[!2XRXG3 q";3z67EѾpi9SK/'lkQ7rd7lMfg@±K, ̎0ccYi{p܇vS{w:%3A#6F: \YR$?h|V?k]*ךȳaq% #;e)A:}`C2Dgy_ݕ`qU'bhƱ@eELlF"L;rq lvِǞET44f}t|BpGF.Ivl Ǔ_vy'0zlB;$&B}| /l}C'5 АsPqN8KO`W4H`wKEoBAj@͒YJ %HMyd$YFH!yivѯϿBЈ:KQòuhѓvC_73 !12"4AQaq0#$@Bb?<С#tg+[vV&gcҦi#'&.ŧ)ْW7~xLly$*aOjwPU _mfZf۳*OqMW _S\w𧡑d`J&lƕlTE7\t&h+_[frmNϖN>oZ*/lrkZ$O0VT>*A1C?Ok8c}?d<zAQxvf\j1 l"9mI3SzAQxvfm,͙{2^<K#ӆYȏ3+VG*el9;- '881[yL 㠨;UQw`Je`S3z2A\tjj9\5 j{<dmZ0 pwv?֮: õ[5gfq*! :'faKvnWi@ݕ.'7\tjj9WM+&#'ݦZ=Afx`U8CL[QIF{Iߴi**|OMWEڭUU.Vs;\f~ɼ?n>DĕOIA\tjj9\5Ѡ,|v\t۪q,yc\A`}87Ԫf兣R.W8Q'qpݶǖ,ު8`5+DМ<(s( Q k3Ҕ<<Jܲ9p8+̅#e{)H~8D5ZK07ek=uUfhIAQkZ֖Sw kd,> vӷ+T}w}V8KL[!\$ŗ̪d{R4wߊV sy'eUt2;)\!> ܞ܎-e.অ+rc#MJaÉW9Ў r=Wfy#r 8Ѽhȃy=@L+AS%@?M-SIQil%ޮ&-p0{ݢUwtDfEi≶qy]FʢR^z-J6kE@$wzf;4Uv#^u^s(U3QCa,0=d&,194Ww}VÒWq?>U/uZ) ;1l(${9MEW]-FżyDS_}h*;Em7߯_p +Qg၊ԗ-6|"#o$Mc?he֞OY阛QNU%!􄀑p5:n]+s&จ{`9E߆+R_(;Nm~S2:(5OL^I3+2AXr= V.Qi {zmo<2&hd)iMQ[YI"/Vʭ֓:cb Y`b%rOkP{9\W%*$76j Jx 61z"cd Y`b%rMk͵& 8f)p@֕e}~XoK`׾gw̫T$CM':Q[bʹ = l(oK`׾'[o$xNK%u>'jn%t>]bHEE姈NXY`b%rMkJK&`ΰ ! m!)7s22eSI33M*Ş߆+R_(;NthS8`!| Vny +52'O=,K|M7ikN?NžSk ÔY`b%rMkU֝_"be||Rn1'Jzq%|+X ÔY`b%rMk֥%.M.YMoQEh~@m!)"JmicADKyCa,01[E5Rg zD% #P:*ZlԽ>_Emj)lFʰ?oK`׾gw5VzR>3$Oq= VPp iCY .2T+ZM㦽5 Fh2ZeNpW.37r,xH \4B*ӛiM$}S)0d_!J*=ce&zUuD̔o7yP/ "LTIiUtZGm7,ZmqEc!:Z="F}G1(x{Z_ ~}D,7D'h^?iHu 7DfZtnMᘒ+o(V N ) ]t-]m7i"Q7WV*!O-4j4L!#d'HܛΕJԖ!WѱeH5z,zl/tE}"Qt >NzQ{$@uu"]Mc'4>(Ϸ?%F<8CaȬu|o 4Y2oդPDԅi?4M&=T~7Daid QʊH92dMNUiZBtp1 jUլY)qE6Az4$k> "]b>Cr8q3RI8JBJEC !"1AQqrs #02BRa3b4@CtPS?@L{GxZ|Ȏ?*qZso2kvtsԮDꀄ ^8CdfSbM8Z̬91ӝBnxLΨe &W+RBU83V\bØm3ޔ 0ȇ 9mg"3E W1gnA&21okSK_UTȇ bY#BlNhmǴ{axBܲOV?ϗTȇ !;SS¥lzmJw]:FԃxW27zPfWU`*1u^tm"UlSf -]M1=Bw~7cJM\AmxמP$扌fCS'wjcv8T)(.ԲMABŕ 2"2yKƣ,\%$d COkߩQBM|{TZidKhhE%"dCI9" !;SS¥lzxUhGE7'T6K& !;SS¥lzyr_CTqK5w:/H sS'wjcv8Umԥ!.9zE8Qiҋ΂Rrk `!§NpAi ;=F".XN]D.aJQ{5?xT ݎ+cuS9#٣Uqۻ# ,;X5W]3)g_n(G<MG 0ޣSOkߩRyuOGV2F.цh)8֔Q?4Mj*:TgUTbұӣTXANR?xT ݎYm6ZvgUE+Otm)^`F0Cz_H[lQҶ1}cͧ5%62y(G<7!§Np[*3$Jt*JL߯A |tVȇ !;SS¥lzϕV[Nf]iQh V T3S'wjcv8T\ne}h"ͅջ8'heT6)(˘-޸jWEm#S'wjcv8TP@:.`)LKUptc {E\񽚮1.& $]C?ի6 rX sӗZӐ*)F5SNN  et%{޹;M"˪9rM=.^(ϞPiHע?MiwUI~{zf /B1D!F'\Ws>γB_SzSyr [fJQaX6ivNk8#myĦn:NDͶQB|/G *(oZ= (s4ZrU _䦨--icsNSt8,Q\rbzfJj|G͖e<"@H еiQ1? IҡER%`CDT!SЩ޴( lAEMj8Ť,Y#H):PX5B9%Okŧ֕!4 r#۔H 6[ cKr핬N޸zD=?Pezas# ]$t'ep SBxD%^EdŅI)S)x⴪_]/BRgP|fbل5Y3CmSHζ n{#*JIDtN~/f-:pњKx FȐ0hc/;g*ϋ5ovH3[D {S#l\͎xmZ7#Dh$~0{C*EnxOj=/N:!.u4P;r~xT6I֋؛^"U ܌<^<ذT>>;j{[Wb0>aLՃ؃2ƲǼbe,[BL[wj&;j{[Wb0ԍLj;;a |ΧґLNg.<?12ASSp7sƌߊ֣EA78Wڼ^<ذ9,E.I>ڤhg.@D,Ra=(Z<6%M9X_f.V耂8>FhS{gydMz}CGK0 gGWڋt5잆>ԨlH7;JC`j*̭ww߶cY˴P>BAbQ&ӜQ Щf&{$.#BHOiԻ{ d:k'Mi@9 E 3л1*me5]ߗ 良:UK]gH6)j|꘱ҤvGo7^jacRik\MŌ#)KIFo7-ʠi$zlBGUg23 bh`9ż{G/H7(෣# 7L̄7l̨t̓\2ʤ̨‰̅.l‰̏r7‰̌l‰)Lfȑ̏Ťb̍̄‰R"Rel̏P̋≴̉‰M4‰̆a‰ N%RHf!4̎LTL̔"6ōTa4L2+914R5L]̆Ȋl̆f̦=,ȡL) 1q!0AaQ@?}P|hWW`كhdMY?R$Wt_O~a# \'yJTxD(h "~kvP .7QfP+oڣxr '<** 5SԬDyH\&<k0U ^na47~k^1'0ȁj 5d 5DXjGVϑt>^Lc@%iڣy`HߵG}D2ʝTxYmNzPY>H|rTxYaM{cs*<,1pPP1[(@s8`T '`.,H+&0%!@>R%! ,Ye!CDDk,ovzq$ga;`5/t4$BD.<$5|FrCTЛ/.'~XUg~)) !1AQq0a@?N(y%!ǣ}Ԗ>!\_0~8 I&^"2<G$ ^j'/@Pn@>L=VD i#,dD G5gnI`iW1s/N!2A#N(Zыzq 1 `Fj4bb^m1Qg$4? 1s.Jf@ʘؗ h .v%&L2:$z(ܮ4bb\#p,H46 L\KӌA(] )NTĽ8%e@{ts 9S; uGC"c &8䃭91s.M"gH[JpwW? Qw9 ؗ Oыz}%Wy2IEq;CClDcĨ T1ыzPAA؎b+QRP|}W1 \K0~%Hs 5D8?KP}^ @\8²\SGt`xL \eITZgrNC|$fxX,hN$lj(ކL_ +0@ dȭSD-Ud P^N0ahQ5 0d@΄Pv Aw2OYyC\;`G!* 8ze t$g[ptM?*!1A 0Qaq@P?Xw%S0 [l/@<5%C`, mDRe£dExR:,em\W ,<4ԥ)lMT AX>{7@=L/L s3 9BԔ+`i?`39?P0CNu\DxM_LlnNS4z04Gv4r}u` l(T1-2 *ӔKzy#1h24tkXԈ0U 7?3H" SBvu?Z@иXa>Z3,nN'IBii籵$H6p{xŠL!YWEq%=TJpX~9#1h0)|o~0 m6bPND 5 lx(7UjFH Š0pb:f! Y` &b2Ԓ_EP{Bk lVT/i<,ZD? 7HZ 8ٶ&w[#B۽ȔW \ 3,nN^o6*P/g߈! ŠI@Tw @Eӗ%SB k0,Em9 ](IAA .p=<,@1:e NMotƑ $\,ŠӞ >f#b JG %Up\I\N_`\@KͰMofo5b &fR|{7s0( H70͡DD׷z0ojZ_s~lJD0 J~=xe?[Kk C3.T'alVlƞ{T#׵-8l̡g+ Q{WVdɮ$AOd#bCA+ey!s REpD5m2e}5::OX-j(&T@CM67EesyyRJ{YB 5b}M7Hijgz OE@ z"dƍ;K/?_Iyp37èSp0t~OlkÖt@>[*]7تNV# Fd`ko %+xomAUtV9Mv쒊1o "z:4MuECXpNxwfOCXm^9@xKram@/>$z`NA &5p`P3۬lֻ $aL9.d ~E@5?icons/wpf-NW.png000064400000005135150211511020007473 0ustar00PNG  IHDR00W $IDAThXiPTWhRIM2Vf1/Tf&5Kq vh"ADcAҲ(5[7t7 QDP1 HBXfޫXlLSu;߽9绗Ye[e[e3-,,p8= rzpp٘_`Ay5&G7}?ot.ofrGƌw軿-< z~vi𘱳?@ a]!o+7qVw##0*ggg5?N\}?|{ Epʾ̋p\nA#2q\\=k׮=?C3ccoO>O<;,icF+қ`h]) I.;[bDr#n^?>>|'T;a.uU V&[e:~lĖ"|Z/#6N ؞+E@Z .vܚ^ruV?O9`w." "8)1k7ㄕ#>vZoX8._|| =DM[)F]s[;:pi@<#S=Dw!+"]VFBXH$ee+U( Q9p;-}/jXLttv q ̬V=@ B8 +b%Tzn*h'NZ2p'D``6KCHRH. Rzdž8\ԍcѕ8Ŀ_&.y(.+JBH}}=*ckP!`.gZV^(Sϻ7x2#S&.ܤ=#5h CwyE(,, ΆP(DBBj5VˮUZ\%$4IOH:^uh}oxFՋݹpV!y_GʕPXV2yU(3P*sssQPPNzHZƞ89lb5$;. ?FMXl: gh uk#C^x~H$lKJJNb3:WDԇ{,`tdlL;pwQLZ5;A qpꊖނKlHf?//yH'RSXo<k3*%lnܾK߄SeLçGSuE)h5h**Д:GG|Q@ HlB`n0sا5bɇ#aϘ@åhem{D)jjYr)))ddTzeh( 7oF )*Baa! L@hF;O .oETu! 3v~ Bee%l  P԰$Z{.(i®@Ype>-y1՗aBh$H'T<,B#FRSkYZBEPE8g/Hc[/ Ξ=a>yYKi$ HZ>?kR(..f咮"^I*JyE]Ln `)|07cYrD 'ճYg<(Jg<""Q2m`l{Z}IZѪDSy!T;Jm#2=#Ҧk6#HjLvdbmDii)}4h:4 R3DRIgT׃_م=L?l.2s##mCD>١e䓄gԠhP@lƟTpEM ?GSKyAĜc!m2WF?W4ii5i.nF1as v$e /[1dFӆirSQ=O}pĕPkt%5'VJFLg`4Q璒:uxS6D ݕuxvXZ%Pk u'岨 a+! 5umhpED|OwU_F6)Q = *i@L pU҃=doNr?ȑVMN lI L>~̕n9a3Ym .f@h~Sf"=,ĎXs.B;9o8uFnqխeJ9^y1gfzjt&x|z,58ᕌVh {^`"IVuht._W(N&0u #,뽓'Ղ?G Q$'07ZOg Ķ_'#3%8`^|>{lZb3 ޛ3E L&L^ٹ|Cbyy%ռqv!~Q ?erΑ31[w~QNe[e[et vIENDB`icons/08.gif000064400000001211150211511020006554 0ustar00GIF89a@(~|~˹ćׅ瓓Ɗ륥}!+,@(pH,Ȥrl:ШtJZجvzxL(sDrEΌ4v |Iu""E&v {p%"#od$)h)` m^ǂɝ ]&"ٚ] 2@VʂJJ˶W3~  (ȒlǶ-1Aqlɉ)YD r;0g92eA H)p֭\, iñDs@}֖jDs"y` Ƞ7\DߑEYa).hN! Kz@@2@ hfc*H $(ph`ä% ^ȓ+_μK;icons/01.gif000064400000001603150211511020006552 0ustar00GIF89a@(ԅ7%\ۉ I3n\' ْwNݝ}]3!-lo@#Jz)]ޔ1I6n!?,@(pH,ȤrlOtkQtz1bEwm dѯEB;lNP4xq) +Cbzy#r b/]l' )+)y /sB5F5X/}/VE ˴) xE+4469!)StĎHhAEL8_n 9"0@d .Ӥ1Xd*6 (Id 7iy$, %(̬Y3ĆP`#*, U 5%f˗ky(pB JquA+ a l:8+*l(LB8,5A.]EpU%Py <\j`%0m uK ;6I 19s np=PF b."9OFޒqP9uҥHARIVq1wD6!B$/h+@]   ½@G?P03TMm`1w`T`?m!bFMie5D]VV +v 3 5/T̜",t>L24!$*, lv\RTv|t^tVlDn\ļTTܤ4Zvt,Nd",tԬDrL~<^|\jtĒT^l\v|dvlRl ̚<Ĵ̴Դܴbdz|ĊĒĞ ><"$.,  H*\ȰÇ#JHŋ3jȱǏ CIɓ(Q^&M2gϪ]KIpp1yN%F`NfGA@jP"_Պ^S7lP2hF 4RQM)E,U(T*qDAD$1-F(8 Vxb)!!P֑IJ B* Z%R]f w>|&zY S(Z@ BPHkrYP ;j4̓'j; !" .pZ'#L D\1^DQ4A3X eI0[d(  55L!D 5 ˌw``e Gi ")r1B )V ^PuB*t`a"B /;#t/A`(0SF졃 )T "u /} )j_@2UR9) ,8- C#~`ȌPFpUa:,RHePC X", Uf(\,`S* ,ЩFjsr!!4I 5|p.hJX(```h )ƒ1 X;Bb@+K&R+nAg 6 \:c,,=',":5IS_phR69<$A !Ri*B p[ J,k"lXfԗq8*gFon豲lb|`*Y U;A)!&j{/W}8ӑ [ i6#«@/xT m{Q Gx^! To(?/ !tL` ^.#aCQ2 kv 6BP0'nTn@b X`Kr.kL?Pa0(I ծj7E @;CQфt1h `? 22ga@ `X( @G<#`4*$̤&7Nz (GIR !2, && H Z,QÇl1a`jܴudž"zib)BA R' C9 t@UO8 h@F/V"Qz"ĮYT`P *TW0|!2,%%,J],Nd,Nl,Rl4Vt4Zv4^|4b~<|Jd|b||jt||||܄ FDb|fdrԌ6Df| ",*4JLrt$"$24NTz J\bdĴ",:LRTĴ̴ܴ BDVTĒĚľ*,nl̚24ԒY HAL:ȰC3„rБ/ !pF `x'U A`ltd Dp!Xa0aBYhsAp !P0aSR*TIQ'ACǒ2?iI)A09Uӥ?d$I+.ˊJ8qr>k`ȍ*#Y>,Q#ƃiX2Fo(de^SISdVNrΦQ,n!@ANL`5+". KPTH[sʉ f<,и2ImJ-]@Gc{!"H$$o$BA@pU\ǙQth\qA@t@|XyJ"(B" v@Y`^$pJ@@I@${EF5ʧP u6RA'j%+_AH1^qEԢW͑LA!h`J@h|q- +ApY ^_\yFA]!, _hEd$Se@%nds'Z, !hdZTAP MJC -GҎJΞ 4\K *P Ő6 #B4TTlrlzlzltt&$tft~tttt||",|Nd||؄",.,:L>|Uӥ 2N$`+ 9,N'J| 3w !9r Ox %D!GYwm"P"~%<ذ) "@D) u17l7ч%LAEyT@RE"0C ?IK@ R@rFqgB@,R)(\(F`$gava8bAkr\y?Q$IYzjXaE DBLJ  &F @,TY>&Х]0I,%īA JGC T^fJyh@.lA BAd<>D.,&$o H-YRUÇ Bq,`H|Ǩ1* e0@3:pdB2kgJA==r# Pu4p˭` % @ǠCÇ[lJ0С(URlзP0[@O@|K9[&ɶ\h%PV'%X֢ϔl#RE| Cs Bt(2[P [^lx`{ - d%l@"[prV@0B-PsLr {Pˆ u &pY{5-'1IU ' $Y IP$-|Ƙh'%҄ '&@@egr{-Zj*B%9< BS(Tl0 (8XC1*G!GA e=$ïj+p/lPb܆-lrK!W,8Q'[ dg,$\(-rD'r(Pݦa+G)quKDF|ƅ[q0AfƟl(clXC੮clQ15Pp}XlaX$7BG%4VЇI{-G dY~5TA#uKmAg-L\Jd\r\\\\\\dvdzdddddddl lRllflllllltt"$t.`lqb DТA+\0QEp`5@yjKPЩ9Y`h?r-vimU8fxcQyFARNU@QDR 'ty d,nK Y[ dT-xt>_={A  @CY )귈pnz@!2, %&,J],Nl,Rl4BT4Rh4^|4b~ &`mQME,"$ )>g,JT<0F1J,92A2 p dPc,cFtq/@Bn9-@ T P!@MNg !2, &&,J],Nd,Nl,Rl4Nd4Yu4^|4b<ĄԌ&4VTZt^wܔ*428Z\^xjlrtv Ĥnl~|Ĭ><>D., &$y H[^UÇ`ѱc7BX9r!E wQR%Yɫ*RAHˁ-n +IP^:Z(/"ʠ*x`j$m Jb)F*! T  x+BF,` 2kAX*D$n)Zj^y  !F BBZ>MK3M4ݚ/F,]TTXkSp^yѠboޙyABL=bī"Fyl2p ). PК&\oaF| ^!@BPToacr! U)^Az` Go7ܰ|!,=\9h@p%/.hp N16Gl'uFĂ)P@/}Ph"&}&{I0@ @Ձ.J!4r` @FƗ#>ɩb8QrP,Fߪd/x)pL D# ‹3A] j8K)D{8:Ae>ȋf>R&n2@`F'&/2rbzGfhx@(Kr&(K,j % Gn%B"G^BAAwrdB0.\ /pB\O%'%3r&⢈"Ɠa+8hhFb*@2vt%HOA/ލ,"q%Oa)'2x'0쵄"JSwC8!QE^4@ @0 D@{lD}`isO-9w`\ u,7/  -(ҿ"1/d!2, &&,J],Nl,Rl4Rd4Vt4Zv4^|4b֟׆<ҟ?wxrDS D@u]p!Rce-}hqO1}Ux $|lTR }Ԓ!fgRfղM dlG%pZ}%PNUT ؠ%AÉ\g3@v^LFTnlĤFDvĬBDĴ 64̴ܼ"$ĒĦĺľ"$*,FD{|] H+U\ReÇ@H . :jd$(# :rPP+Z!c J 7X0(] p@ .niՐ!A*f@8JPaBST]aaR/ҥ TIҁrΕKX d5-&AJM]%jp LW@JJ dw>HHYKw ZUі){wMt,QN#N bę(4Wc. P,w:uE@%lɕ7HzxLfYrh@m,R%\#@m fXj&\@@bBJA Ya+v$2PFd! "AK&QF`[(R@nv$ajvYG<`A]AWNxJ6I"0C ^d%͙@r ~hg@l‰%}SyqE5G( )uF٨m`vI4 hH)&{(\]BdBH&I)\2}_]z@V#R'؈v5D}XB"$hRe]aT!J/pD!bı+]T\N!tRj D@$a> !ptRW]%>C`DX H Kt@Cx&*74T*$P+'U7 ]TST@YA $4.8;1S,9@@VQJN\NB@(a%!2, &&,J],Nd,Nl4Vt4Zu4^|4b~LdJ\dVldjdvdzd~ddddddddll l:LlF\lnlrlvlzlllt&$t.,tZltntttttttt||.,|6<|RT|||||ĄBD~|ԌRlbdft.8fdnl *,*<.4jt~|Ĥ FDfdvt24Ĵ&424Լ BD.,FDNLRTĤ><̮ } H \h\Ȱa2QXP /6y9P)R0 w/F`f´\21;1֫ @sH"dUuTs  p7[p BkLY/|I*2[m<1C A(F$~(U$zj8aH&+ a 'tу%]qI"~E 1r ก@)0|2J%lrI$̶/k Kp$/p#b,bȈ`(,A!`B oQ#lR-Ȃ̱ڑ'P `A4$!x&mwhrl !]{G{Vx(Gukht!\{MqF,Q X0" q! Q(@.6@3J+1,Ic=vG1dO$ h!W_Ǒ!PP s`@# /<@ ɕn4pAL;B9Ԅ\u}N8plPa-3@,>ݠb/Gb4g.#<_CUJ a( I/G E"xL%/ <@/R-,c@\ 0P-@F{@!2, &&,F\,J],Ni,Rl4Vt4Zv4^|4b~<||||||؄F\vtԌZ\fd,z|ĤĬNL24Ĵ̴ԴԴ&,FDvt &$bdz|ĊĞ ><&$a Hૂ"\pX3hĀ@ 3 28a…V*@%`eⅉ"R. % ꡃNA8qB7x:`@J%*,22i4BK%XraQkD ::XZRA |VR l̹:xaa*[4UR%TD^tDnDrDvDzL^lLbrLzL~L~LLLTVtTblTj|TvTTTT\>L\r\x\\\\\d.Tlrllllllt t:Lt~ttttt||",|.<|2<|N\|~||||؄&4x:ԃMDR1PA8e!hPUm4W̪CYS1` Ĕh 2:V041Mf՜aJ,j0ls,9UY)NY_"xQ`G r=l% A#eB}4&r 3ha!C|͢a @ R # )jQDmT!f[oւUD. zpJ#b'lpQ}'@@ %6T(G'G$X@$j*rK E"%np!\r]TqXMj H@=z$&%E:GJe-j AO(!$)PiEV f|P@`,:L:KU: 'T(3ewK"EyT@jk%xpmβXedMȪB@e$ 4Bo'ɲAP2Yf16,,aBqT<Pg5+suPo=xx,mucz, w x-a JF*$@${ϒQM%-.]sV Ԙ!1qj0@IS6; @Pb#!2, &&,J^,Nd,Rl4Vt4Zv4^|4b@VT̴Դ$&$24NLz6DĞĪĶĺľ&$.,><^\z|̆캼 H A[*\p/G0XPʯUZŏ8~0XG"> /8GIB@]U#Q~-P`` Ed(D1~r1#Ԭ⅊JL(IO"4hFB`|(/T ᗅ_)'LʥBDĠ f`3"u,ZvZiPPSW7b0AkزA%Ia[,8]icwDa`*P b9-XQB,4bD"xD/@H2{aTP ,pRKBq"멧ab@P-r) #v$  %A KIJ(v )R/!"b8tF)D@@(x&-db@,DBPpe"gR x` UFZY"(2p|" ( b*Q8/l I B/$B"b,PZi !U9P a`<4<a0+! @i2@RF$ŁۛDI) n e*FA2&kq9B:!'q(] M *3E<@ ̶/7Da <4L>N#{ CA=P>@*P T5*^`7 QS.ƿзA 4ll2@(p 9Q,*!2, &&,J],Nd,Nl4Rh4Vt4Zv4^|4b<^|<>LBDN\ĜĤJ\VTZlfdԬ$Ĵ &$24bdĴд &$24rt~|&$~|Ľ̢̒Ԋ"$ H`KȰ!ad-R bYI0 "$&)dX ć! [0,pć>!&Ab~!p&CvOVk1)&1[IJ)? A Z=`0ZађL؂b0`@ †wCرaGX5' 0PL 0D1ե*U^ÁAb.8\(pdJ[R|~J1t@]L)ANKVaT<N0 R[D+W \%nщս"R*prK%],GnMnD\|s[HuQ -`W %%!Xdʓ ")aqrEVYPa )Pn z"&0tBІ%YQP[rHuh z*h1CdEA1"d)$ $'u1|2FEh![ [9@{AnLj]MrF}p"g'[M+_l+P ga@'Pt]!Px A}@O[WƧŔ[ CPE]!uɱ"ÿMgȁFBM*pVE)aW 3@ VEG{]sĞIԎ.e`1\J0MP0$@@$dOx\')&"p Dz]‘(h3U4$ tbPOF Do CqA8}a^kPAǯ9]-0_[ HoX<@@[Fd.'a/ BK;icons/wpf-calm.png000064400000005224150211511020010062 0ustar00PNG  IHDR00WbKGD pHYsHHFk> IDAThKsysN0=`M\$EQHZeElKWU*k/wr+"$Ȏa*rH" 1\{d HBﺻp@KϏiZ>$:!m[ׇmH)LI?`CE!ƕRS}iJKĐN)r ;h,9Bxt 5 Z!n' "$&%a Ӣҧ(3nS,2>tf:r;<瓵Z+݋1IIt 61SŹJGN>sss3'Nx,HN/kWXmt](D1F$ -hHBT+~jeJPr1x=lڞlr=y%بw~vۘ$&=ҶRT*Ơu ;0|c |gy5]k~$gEܜ}@E]mK*-*rʤ dH0:!v݅K/9V{x4t .;mIVFܞ]`mqy҉CatD!mV;yD"B +I:O|WVN=}TjKi1;{'48>2'AQXM9N i$QHP_4obhh^^QZvWX_q3G<(.Xo|uS$*7>qVk}if C6vNcyNyYDq1!jaҟ1tcEIbT k۳揯 o`rћl-ޢO|󅓔0@޽{K$XeYh<%I\GF)L+.7nݙ&$GF;@!ANϭ!GzoI)b{{)%JRD.RH3-*,Jif=o+ a8Q&(8LNNf|n^ѣGT*$c [!Rhe3{~ދm{ojqB&}|Q\.1۸K$IBX$yN\."G{(+Jm?ޓs ` I<9,KjX^^Ʋ,2Zu.rVzN>|J'%p )zDqBhXR!J)R_m&Nc6`n߿Jf'J;g=lt/D Pvn/F?qqBkmA@բRvrt:VH)w d !$ڀcR8 `OA|tHB' ҲI;Eځ(0ư|qPJQ*PJtL=gP^~aʥX&!398Y^CFV $AA>'w 6!6: .~aO({>[,vNw !VJ%:l6d2LLL022#kR!aMbaf3EHe-وX nX,266RJH)R8jL& kz-NX<3ȹ?B24ppM5l0WfWvRRr628;cfUf5yԔ{s ߍ qN g.@:'ʖb eYJ_##YXP# qZ6eN 񝋯]R^ޫY)s?xzlePzD`s_bB=ď 6;i@b Ԃ v߅C \xZ[ߊ\W~(6=@]?$"BHmQs|BJ _K&Kd{m:h."wqo~յLH{WSǧߘNYeeTBH:5]uڛ+T[}}_ޘ޷_rTe|; $DlIq*?o\|֕ᡡG[Wų˟onu7[tBYm#C(xmȡA~W_}xkg+uFUZ_~snk7a<}weMIa& 8L%cə?3ss J˟.,q؟w ߚ쩧}ߟ5d{+c__Fq>K=q^r%Āц J|y3Ozt@?e훳"m%tEXtdate:create2014-01-11T07:19:11+01:00J}X%tEXtdate:modify2014-01-11T07:17:55+01:00U*IENDB`icons/wpf-E.png000064400000005105150211511020007330 0ustar00PNG  IHDR00W IDAThXyL4%M4{/I.մ*Nu[l .(*BE}_}aP*U@ʠPeؿw})Ij_IN~=߹؊؊laaA077'x@ ~  FGG?Arf ɱƆf&Ellþ}#fgڞOAy^:n]ܾ7%b vttpzYC8Ϫ;8Xtrau6avp ]Sy:H{g||bB~͛,y9`2195!MVpv`x ԰IjNrD⵰ix9rdZ <6_YOs¡_+XaOU7U\-g + 35C*3X,ca˰ r kחo$8 G#@Gw+"x>sç;=kO`'>wp-d><}^!աU[B@ee{:zV+'r9ZjkA34)k&Hif^!2}D)껰Ͼ-D2NRDccf+X4" ݷDQWaz(I$b!_(ш3*y %DEg6nW!'d 4B'wyaO fL`&ip,INӏR/%up_x!/$*5 * 'Sj jBCj -wy%8+_tGQ۬4LM-_CttT0EP8`C⫄U}YDxPAdy+*) .놋`7qpCޙ/FviA6–/n` L~/_ҷ-ӊaBئv脣 bq̾kp4:z L~oa^y`fzDu`paG,< f5V:.V;6>]Uh,K&k7J{,8Zhx$`ȚV =F9tFuan-ukٝ|4h+N-Ӟ(ơXX ƽrIl?x{CBmۥ+žnG6jzz`Ie"ﳱ"kogp(VloC{ƀ4H2(⠗?RZP.Ϸb+b+b_JޕIENDB`icons/wpf-SE.png000064400000005150150211511020007453 0ustar00PNG  IHDR00W /IDAThXyLwiniMvdlɮkV[:U@NG(-r0%0\3 `D" B9T.m1%?&;3c> ˲,˲,˲,zyg?t:;}4%Q8DtECD3OE36:ʟaϾPfgyۙinxL}!jBr H Sۃh؋k7@žaώ @NOMU8;;[~boõ: YiL96$5.G3 hBW+W өkE}ͺa{9X%6<QX5‚<fZR.ZY}wfg ǗpKN |htdM]F&I:$wO&<|PįFaz&0=QτB4911!pys}8??'7?>|:MJPVzc |b債ov+>>J <>m$T~r8D}K{?R8:hi@p>l/uH;G ;]Dt PV$D;M.aIÖ(^Y8DOUUf+͜axijjըB]t-%+vXzckN+fǤGwK76쩼 NnźIXi=n(.@cC"J%@+;92|E ܜ~u܃] ؤwp ;JpFDC}=4 |MKKCTToZZ**U80& b/] Uނfu9rzn mTnhFF'999Pp~iv*ID łREDS6_*ĩB85:8t"55{˯"88TG/$_>Xi.FG `rbTTpl3=UH8̓s EEE|ZQQ0 YYYDees:1ͯP&׆ 7p:JHo%hz!Nz|m~yUczMxZō(++\OJJTNT)ooH'N!.>DFYgh@֋`k?ˢEa0wEՏ Hۥ{+Qbl 't=\QmƎ y BK{:@kUQxX&j by1(шӂcqP@:maBoe u>DF,UרoahGWx4/<:L-6z]/*]TT* xd`n؀W^ZK/ƫYbkx%1ƾ9߸C^X?x6ch 4}#g2@&q~W'X,C7HϒVj~ Fv0w'30(+*:Ei)gWabY[R'} HJ)Շ0ԯ^HkşaKV#"QBFe}$H~`9;xlVxJ,1S.ڲ _F'VKZ?Ó&O>! [鷕 l Sp«zydgH(XXNi6w [u{-,wyaӲЯ0Xm@V FgxNe2O+v5xIoh@_#Gv݁>6'/ RфZa֕+`FYpB)%*T֡VSMTGCehǰ3 Bc|dƣ<Ԕ\/>.+6UV1Qc2]F7#]_]i9q7VȒO߻;76/;X'2M^ @V v aBG;:אmT/ry l"@qsC6Jo/˓'O3Sږ}ɘ/'b(jAjFL>د͜dymC/y@74oɅQ[G'߼xAZdo 5d0p4/A+~V9Xa5V-'o:Ŝ {?Ӯv\fhObo$9anw|0AJBDJ\daH;{H^V-rY8Er8?}5 rN  L |Bم[wy˲,˲,vNRM5IENDB`icons/wpf-NNE.png000064400000005144150211511020007567 0ustar00PNG  IHDR00W +IDAThXkPWNgz?ٝݙ:cO;nkݵ+V ׊T (RA"Dn!BBE\DUP%(TA g9[g3 ;>gEVdEVdEVFș<|cX8C8?f8gff=Cw#A8r(sV{{wy᛼yS<9s5|an]=;3÷=0ݼ xH Pv\A{5ܺ>f7}w||B?83mWܜDSnbU.^ ;+B=rQ޾Z˗[{䃋vSfwqo[&lk$UcnP[ݙ(Vpcynvnbbb ^z8e,,sG~~tk|__dFڈ- |z>Ga݈)ӛLE~$boEq}p~q{{P;5Xrz^p9XCPyE6_npD vxǗ ;--f;Y: mt@ݿz`CRd 44` C_WԷw_JTǔGK(BO%3'wε,Z{ym!p 9Rh[t0 05thW &HgM.VgA#L'*-A˃(MTNlû!=p e#L& ڬRA닆^B;YQ 33J|SOhl[XX#V+6^E݌80>jU0hmm%0kY~>\ 2z2jDj BCQ[DJ8$+B/VccXOo(V߸3n8gqeQv(*d22 b1jjjZ ͅa|BS h: |+IE!b%Scߴy]{A7$Z)SP(((xr|d!%Q1g;DrB*geXdq|fyUn[҇yX=y%e0:(--eWMa!WC@_99P ;:x4x CNF 7nr^t۳xIpQV&vB#ɠHO7p⭷PJ#U#&Amp=$a~9b;m.18P753#J%rw ˙VTTx> JP!P>NQVoAi6/ф(6?v]x)=p36%$'! oJ܃ }:WqqhQ(8OԒ]spN@ nX6>TgOihA+++[FRD(sKaBoķY=Lſ`lިWKdȠV _BeuݳUUU())ah~qZE" O*F]*.a{NĖLwdX^SRRE5 $ ';;PML7WIoё>Pw"UX{wmWFiSu b l@*+4`TVV2`& Kc+]H9#]XlFF(?QvNi͏kQ6g!.)9JOb,bDE.;٭G}(xyζA91c S[,'42<4ixˤ]2q!u1IXұE[s ZJ,ܔF랮qRA=әM&5y=w~=2xbyi(sII5&ёt*uHǶDA\ MK+ZзZˊv$({By 3pxE -&uzz649 Cqd`߁_ ԄVMp!(_Sې F;YU* 2;', \PTY;45e҃e3Wo#:*qUVWR݄d肧;b,z[{O` Op=CQRU}]Bb!LDbRÙsKk7n>3Rz7wV+OlE&dD\#yyRy;]Epk ӈ#)9aG8813hu"+"+"_(MIENDB`icons/AUVIndex6.jpg000064400000010646150211511020010065 0ustar00JFIFddDucky!Adobed    #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ " 30@524!"P`p#$ !1 Aq"r@Qa2BR30bs`p#C4!Qq01A a2Br"Rb@Pтs3 n2zaxבwiQXz>U \]ޏ>k@͜:,hI2JgәVt#:b$z"vHϱnKg2__yHUTWd ]T[TTA{[U9BFU|]PW3/[t :6ZPr+kWQRM?4O~+ΒVgy*3"ˌ4wrSxvsx},ӱwiuV1ŪjR~1\DL=!W})˺SE,%6?!믪 /;]wkuݢaď>CsxU:#Ο똱YՏ`ǍJuUm.QnYf+_d3+3y5h@y<)pnyw4/y J vLe9({L;Զ s>&LEȭgаKowGyR#;-ՅygQ19thN9yu}gט(6Ō1VCD2%coK_1*~!Ѷ*Xd4uԬq_YY = {د{&ޞ|pލy;1_=sW3JFQ׻N,V^V!'9^PJ qλWy=i5iwXאe\jwWj{E 3VLLgmr'COg5h <{{1_=j& [cG21RC,7VFȝWԯg_FIb珷i{;1_=fuot%Z't&FU"cnV3F,-Uy;QZd9/qv?f/&d/koP YLVl??V'k_(LZ"}쀼H}xg{,xQ)G'V 7QZ{.]O`z[a@N ӹyOE@N 윂9*9*L,' I#`V%OTN6 "*#,Gh+)N{)}LtFTǚ(B,@Z!!Ƈ⊤lbK\UI+.b1LI!1$?!J0yj³Dțx `,7nnJ_LIle9B=ݺ XFweZk_lL}8K3l$Y-2j?l>=<Sho[~{` "#d @;Cw|4Z̢Q&h27(0 ^S  DMFF_&8Dp9&sd.VjH6+V2.`c^TLc<,[{,񠛑ގ: ;L+OLy鈿3>{ZR-@u#j9` hgH]$+oGLF+0A (䈋fa^ժx1'1pŇNYE!GrF&h17??I-&&)S{/4|#LFTm %Q6[|b@ZnQ⩞_ɔK sT[y`Ӫ9Յ9GZT̄-$k6v9gnF$A㊿av}$ӧUǺ'$Z?MNJҧq ikNC2gJaB艌XuJt6U94nLZ\)Drz94ZΨX*nYMFg%ד?+a{}?!;rkG]Q\^"LPQ ݒ˞*]U;TEݙ J5^&r%2&}ݜW R%c}-Zhz9%CJFs4W^c=Ǵtgv)R\aTG'oP1zus*SY1k&րeAjTb+1w_<j$*ItIq;\5OXaDsR" Y0. ( xUpx IVb첪Hl-RLubznj)ExeJ3 Y ^'x ˅9L:2:Q:CҶvSsL9oJz*U4LGAbFT~ֱGqu_쥩86H"+m.~E[G>/Q(*:@ 64ѻtmy*I3fttf(qOtjQoL 4 [4T_t bB{h:Q:)|@.DBe-IVj9ԖԯXz")N;#q_JϺoAvZۣY;\S"Σl{*дԖ-npuu=Ѫ=O7pˡla[g 'T$9A'=GCW+)SQ E6L>hJdl <(ۥn ۤML |5G RZO(Q)Z'`W3#Fn:wN5C2W`_쥩8@؋έA&c|tuWƍV:A]@0ۭhGYoqMXG1}aqqĘ#g T7 ?z$Fbb ,dېLOJ @PV@HlCVVs@9X悭9Y5yA@,dI c)?~jU k%TH 9 ,!!( HS+m(?icons/02.gif000064400000003362150211511020006557 0ustar00GIF89a@( wtui׹Wɵ3ѮѱƲْ\e#ԅ}Ժc@IjЦ+mn}݉߹޾Mԏla]ޟ'޼͉ƴh}bNӥȪJܫLow׶Hqγ ޵ɽ߮𮬭Eͮؾŧ_}Ǽ~ʺ߷`nĥu謒wֵŭ޽Ʈa!,@(E HAo*\ȰCQJؐ̃,hHC `# Sc4aʛYf`EH-P3 "b"RNẌ&J9Q)ȉXqj0#QA"QoABڃ,$E6u윜߃ †) b 9l VmedPXHq>] B1:m+6CH+5g\pF Û6ݺ8C|B$2<}5v!i[fK|ABF JtqȐ%$VHDuL`q qH!ĆABCqč7" }""Vh^xcD xl!M ` H4G PRčyTHAB|PH n doNyTx _yi԰ 0 oyT,HX`JdDiX.b{`rx EW|xaAđiܦ{Qg#tR4lhx0H\ 8la PPKX!I,P pi!Ep&g*/;Z"^$i|7j8GJ+Kԋ'\Q'0DC-QC 7HZq'GAfr8D`pΆFnL[mRS}s>vFϧ` 6J+f7UT1/S$R]- OT `a$L\߀`7R}L+Z0!^,QkL2C_ UĞ`wM}?!RXr|Ae$ZdD=Oz!]Yk@HfT >d%g'"QK020 ;icons/43.gif000064400000003731150211511030006565 0ustar00GIF89a@(wvkԋzƪ׵qk^Đ̶☔{5p߶Ŵ@Կz܏̈́㝛o怭K˗~|z{Ւ`Ѿ`0䑢ǚsߚſ˯|Dž홙ז쩫| ܾȵ͌ƓuͽytGΣڣŶҏץžy yxh})aəˆӾĽv ½˶ӬxvwݕømѮ0΅˜Ƚ!,@(e H*\0aVJ( ghxC CR`B8F@n"yP)8D2D@%xYQq2"q2Ş@Jeb ȣ!l$T$5k4A D8X'јI, IS AXMPÙ=$gݨhZLVB |:H!F8Y`Ѭ)e$.!Z2:Qbs8s5AH  e#9LCTODҮe5PqQ״;۹sDFl~uX-"[B[M%x {YM8[!Tg`VqjJo҅ȱ`'lGF] (drFQƂ)z@j`MQA d\Ðy@`؇v%=lexcRuW@à TUb]TaG'}fa8HA$@Z]d\UL 争 {J$FA*Q?DT&&H#]``?J &k]p¾z .R?֙RC<2:Bz@I ( KAl}P,CqatqnB (gŸL% B7@i (3oc+n_3}ԱBZQдO{AJ+BE`- _bmy pHaI  4& ["4Pr1[0**hQ)H(х;Smp/hB,CDU F TUE?Z02!MZ !gT@|PA @h8Agܠ-$]c87l8 2 x|&(@F`«,H r AbZPx  / B ` '< Đ#nAp6+'3^ 0P;2 Cr` ()O`<@B45B q}@ 1Y~Tj@ ,4*@$'2@C 0#0J, !geZ@@G;icons/37.gif000064400000002151150211511030006563 0ustar00GIF89a@(kڙ׋z蚽sݔˆŽwޜmˉ֕wžzѐޔߞn~͌DŽ͆!/,@(pH,d#xD(P(Ƭv{fp8\4׫C/&M>ī T *afXxjW R!   sPWkJQ +. )( RVFQ  .)+IIQ&(   ̴( H]H|۔*  \T u@x/x".\oY]8¢)%P 6C`‚rh`(w})y-TE .eXʯ$@O Ox0 \L?hrP1j$|:` XYKF-Px5i5(*cւ. !h_(t8 .ذ,2c]B*mm5FWH`W;%K(Q/(` >Xz. 0` 54a Y |Ǘvp6l{˄@pEt3Z_I(`] TKx16D\!z\-& DESQ5y!MTE>. h># {AKA7[A(?V9cf[5pXҙiGAP<9#]tTF!AA zΘ )]< ݙCaK~TmIanP} %G= (@;I ?İ4,Kˊ#>=='ү&&=ه''&,,0OUOz̓f\>,l. $V Lqaņ`țHE@|p\ [ X$g>@6&`M8Ys' رCpUJ#G3;o酦OW$!s`ś]76u uxdX)-ђH*U9ػxO(FMrÉ3`Q 5.֮ .eRJƛǬG ^qE(Mr8ACӜ}Zp xb9r0OFC~0Y䱮[Ã9(PPL8PLR,LA - N`EA7ܧHp*SE RrG p7@(0R7OA x0AA C!Q@p_$`p}7  8By @mY:h (H$H) [œ8@P$"0X sqE *,@3И&9ĞsʀDP!EhB>2pSy$  뮣02: 2pPE` *)C6@D C")3Ief*ȟFh ",5 *KYd}w ŢHQTbFAٿ*PF3USo;ss9eYeYeY3x.otozbǮ{g賯ivԔ8}4ݿ^zPh聼Z@@ώ z S&z̨O.|*{q5w{ ‹p:n‰&Z;66>~1GhUp\W3/!vz%`֌DR+& _n{3ScccKo8ҳ gnn;s>23zgL J5_m!~]M6A؞@@F9Z/v^ru"r}ȳ얇1}K×X_9xc89ξzܣ)\!c6 1hl'iy4 sG ?Dֈ}87O #{bO$ Q$NAe2ĦXl> ޏQIcgt-,8)DW%05=6"\w&wy+b5Z46`0,FrM( [O^Pj숬f  et8@q_ݎY NC&CsS" d2٢=յ ą&"aE%[DCVs5#&J~K^'U~p:*@UMt$옛$(zrOKr׮E8J&p<X \om5 ey8bs~7v%=|o62E"*++IhPPP4 % O`xmO$mF}`#`vH 0?k;tb)_hhGYUUUENN3]!FCU*W_IlvC#Öf`I/܃ka7ڰ5_BV98[բXWWsBۻ*n o}C w$G` ܼs~eNm7uA ) ƫj444s>2+*$"R yBb4U=1\NTFTGȳsCw,K-V}p"8|/U\cc$A ,׳P^^δD!~pj d~1"WBʕl rc W7ou\Et!*W/ 33~uu5jkk!%)..Hٹnn(CIL ds /6dms uW{PT|)( =o eFT"RhIji_Zix*]#~t2HtIx3̍CȲ V1> ,ො= K] w?Xc_0/` ov8[@)pyl+^bJ-1"ek,<;RrM'O5jnFt ^01 Tku?R G؟bXIX":M^Jx.)وhMFDJj+Uj/eiC+"WpLޏFf<]u:ZMӀirr##IZ~~X>Y3Ռ$ZxdRGly3dvKV֋%CmYC9SXg3gs\z10dmB݅pl#ԣ΢Kl9!!Ñ$|A 3ҚCqe ͫ^y9gzjyPxiw"f +2&ҴZwl ,d{6&6HT-CCKoP/DWr+`{uaᝂ d^@tY/ B"9_2F>?;Bzv yRb;R a ~IW(67{|IDdbC˅K֝nvv]+7#yyvnU!|6\ܓ&Xzbz΍IFY.H\j}0OԞ}i΅WNd'L͈)bfތue}:'eΜN =c}xJ| s+^:׆9ufD2d?QMuԏ,9&&B((C .QKNJAo&qϖ[9ǽk>E%V=Mtj8>Et~!.rξZw+6\`-2W51Tg=5 =L@ +(kMe_ݠAm$g)waϛ+Ӿij:.`<_ֽC6uU~=JNB Ho짴]̆7`SBt8#"٫6lu!~(((0RhfFCgb=_MN1%ڎQ_3Wᥳnޫ{X^֌k-3rc9fK{5<({R+7>.^V_|yp=÷l`'D<:~Z5OiFRQt3^#F+I%=:faq__t=[us_T|K"^ShH[9ׯ|#|좻?:k|'Q^qN!['n7W_WTbMo(s ( (8OZ OX(e9 >ٔ\1{O|x `M[Ok\keė?+鰹kRVkGůWǞݽOA~Xժ{Jv}8rAG7<5Ǧ]H UN:~#u53 vZM9'<< ?kt=K[$wGmО'{Vx919 0Ÿ/^ZǔQ/yMHz?_+3oqs9"(m'ON^4tݎH#槇s5̣K7=8H ;Zo?F 2njq\iOv!`r:Zkk/gz6|A|uvkokŷwq{~WWrԷ6Ef@Q@Q@ֶvGdZk3-#|:EPEzyA\Uȫהң#u_?(OΚ wBopo 4U?Ki Sw6fTwgeF +*q?&W9Q@Q@]3Q !** A[񕜘K 'GsVT1~_q-榧E멫\ {++(e ЃֽUiՏ56<ӝ7iW5H4'+ƶ*N;->04: >_5s^G +EwtLU5Xᢩ([MUpOWzo?F2;/5]דi^S!5 ̂(ipjTkcP;O{{ïqчpG/NEz3ɸ]՘W]eJ%ޠ) տ½<%W#4gYҊCŠ(-56ꦸ-sBI:%+w_c^.sUi{hz? K-8TogyA\Uȫהr?g\A![l'̨/ xqQe۔˹vp1W] ߃5\G$l\X𩹕<)!6溺>y93QPHQ@Q@oed;ֹyeH]@M|^iҌzG`el2o=B,lƸϩV+󲓔P (uHnϱR~rt œׇR~4#0/ζK"^SHu_?(OΚ wBopo 4U?Ki Sw6fTwgeF +*q?&W9Q@Q@K1@'{`KE}tuωRG7mFJ8WSU7"j9߭YͿ5 ]2lE| Gap+[+E}!EPEfЮ3,.$yn q~#5y14_rQ{5_u@5Ϝ׾ Q]5tyVh >g\A![l'̨7W_WTMo(s (fXϒxǹ=r7^.f$@#sqǹ<~fSk`pq] {˛Kؐ>A_)VΣg qX &`%̪*X'3퇗诸>`(( "n`ʢ2? k+3?o~UbE$T\((77KP'q\©v ,NI\d}?<:oxG³|K"^S?>mn|^@W +ЫjESQ ?? wЍsa>&eGvu lm/Ks16`Fp{:Fi F"rSb&.YZz2YZAlr a>W3mopQ@`bUfCw`y?T' 7g<К].]ϣަ_Wٟ8PEi6V#>ڱV R-*nSd䑋;Ork[VFY>\b=GO|N.*4|y˴$>`lվR@RhӕQYPEq$ b#Qmc3ʼǥ|f6uqاJ| -}Yu9Fdf/NѺskA9E:*fNЍN{{/Cهb=Λq[>)Xz^BL&"jV{4w_ XCpx>ǿzuպHqa9V657R0m{5ƟO FIq^%am|K4E ib-,pœ+ _ZrUcռYj< |ָ$ydi$b%&g6ǬL)u~/`05Ascy6Fkۏ;kO__}'*7a z 0bw훫N fm[Ꭼ6ej+;T(?*_u@5T~$|rν{e߉[1.WM Wam7AV?_9|Lʎu^O{%N'2 ( ( (Z@3Fs-_˛?+~H\642S˶ }<*MhxOScz(WG_יWJOg/c iٝZO}83$@ka|!4F0~O^,lg&#NQzhd$S0E2% 8tuJI5ꖟs_T|K"^SHď[9ׯ|#|좻?:k|&? *?T}-*'+=OB#\OQݛ >&W1Bwl?s}iZ+I//h%es#pp+0y]B((:ڵ˃V3=sKrbcSs=|cmw>ڬ62}wְAHנ5}b쏜osOb,wtqc~|5_ Sx$E~Gi>iN8?ʺj춒|6|_qh8qeI@{Q^{e>t a=pG/rNGZǔQ/yMHVu_?(OΚ wBopo 4U?Ki Sw6fTwf=i]jk+'4iA9 <|ƻT_?ҵyBVEN79-7lof:?[99˙򓓻 *DPEPQ(IH$" u8 Fg.L[}ْCϠc!F x>ӤO➿/;cYJ^|)nqHdC:֭/ oRvPۮ1OsS*1Q]OGTm|F QYףN[2Ttʆ8>_u@5>s^G +EwtLU5Xᢩ([MUpOWzo?F2;/5]דi^S!5 ̂(((]nq* q]Ram< J<ۿ=L NZ5}?j+< T-]uE6 $e*HT~$8|^H/)? $Cib=#^wUV-eд[F* |#G#}帐c\Ui4eGvu Ss0Tz5[ +((((lh,uf/>x=?:ʥԔe-BEu4LŠ+>"xjRɢ7$Od4'G2!Y|fzWF-zXψڊ1T!V{++AAZ(Kx>Ă7ۯg8+vƼW%D'$]8"h{\Li6{Mn4F F <-Ib2+߼5+_+{n 8;&3z+ Z=M+ ( (_xӮ5X̛r'ĬpBT։>eMk8U5m&Cᘩ.O ;N'|M|SEyu\=Ϊa0vZ SyYpDݏ@5e|Q;}oP[fvB0=($> (9^"L9[F~Usg{j0/ꢭSG_$O#S##ӯ{GVS{6R3o!ް^Tg7;;;fcI^uP`pd,Osڽ_>ֲ0Y}A?]8TRG5Ov|ǁ_i]!IrǨ=?ȴ\xoL\<sD+8(]-%'/U?&|3JqVǽ?[j% ;M~ԚoDgxlj?u8dX-@~Wcljq @<֚ѷv%w6|J5kk1-e zzW_e/Vy1p3t_Ċ+sO\&Du,s27.Wxm'O kqO݅AY]lqDUA'dZϏ<-ckv\b̹qS0ak{gw"}ےO <[-Qխ`[ܳr9l#XdP|JZC"£$x #~"x{Dh, C 8Hw6: C\յˏ G;r+4 LĒxy D Ox= ?kf$~q|㹥ov9־$ޕa9-QN),OncEDP@OHy v_?|R9rkWsxʯc^O?C_T{ $qGo_Muwt$ m I01P+h:Sm.UWTI\` l~ݚ*Ѡ ]4т1?cBkjh[3[n>գ*7 ⹰ 2=$xeE 뚷OEP㯅v$vG޼?fD?$1g@}$OSg4XrLy[i<2GSєRE~Ϛ6ǫM3yBF??ҽvhV{y lt(q1NRM$m[k3K֧bfI.3#WC9>[>u.ˈ%I# wa(I;~ׅ.kPs=:ɴa.{6o0Cd緭58 Ve|ӵ]jUukk+sKl#Q;L šì['(͌ }R&rޱ_CԬ4nӯtwv6y9޽9;v#;fbJ.>KWg"w 7 4֮[)B/~*YDž#A\+W$ukPK S/aVxtN̊I8X־ kzYL`AnKBI<}+TՑb|'h,ҠE uN[g-!Hm^>N9a~W5̈́Y ? #LJ/$޻+/\տj|L( ( ( (!֚'G%#=XA/jw615یWDhI͖j|M_ZsJwS1Ay~VּGzƅJ3hEJ_qɞUd!<6@U ӌIJ)ֱ|`Wh)+)t}^Pe>pzIyЬZF|;z2?CCjogt2b ,?\YZN,ʋq2h+׾Rm2'/)q:m6y$>{>&|s:lWmH[甉et~''=kij~IZ'ӛKyϑ;Gº &Y;ŠQ@Q@gAF[B-h N0)uqMկHKI;`~:XeJ>gWWfWT]cWEoEdl!cz{=GL\R3&I}q{u!yraV߂<< QȄ[G'}+o>XEyGQ@Q@Q@DP@y@\G_.k]"~%P<k>cQCr  ƞ5>e$9#U*키 W]Ƒ˧\ 6ӑ*FQQ[Nz[cgu6N~ZԌ5`$wmkK{Xy^iu[w;o0ۨz:%fw_l1Oz1VֈnxIg;WSFLOc>=0?#{y%i\夑3}ITU5m("\c|'E{y{7GczYH`=+Ti}^9Š((([/ы\?_.k]#G'4zgUo׏8?tvGםx);kuIHcshTTvG3| x6D*ZJ(HgOVZ5ΐepG0`>ǵy_Dv2Ƌ-@Z_ݖM:љTWQaeYDRAgjE&?-fV*U5D梏Xt; m,!ؽ]ۗOJѯ2Mݜ݅PEPEPE6HX9]eaAfe!#ihU$zd )%d%-ݢSH-fYH_ª÷P(RVOpqwhEIAEPEf\xwEvyg0.5 Ke#5j։.敭^U6rT ܐ ( ( ( ( ( ( ( ( ( (icons/44.gif000064400000004301150211511030006560 0ustar00GIF89a@(llmʇl Ҭ˶쯭cxݿ¿K| 궲m׵׊w҇퟼`ԲPnǍJӬсv٨ݔĵGں`ۻoՠ˗0Ѯzp߆ӑxvwÑ>Ҩ½ͽҙߚ)э~ľ㒓 Ǽt眭ˉjDž˸mə槦z°ǼΣӾľ0 ͌|{z|兩Qνɵqs|ܼasssk͌גŽ8ѽ۲Psžz|}iˍ⤀ۛՍ{Đ@ԫxuïφ|^ק˟!,@( H*\Ȑ #JHE3S1i ď\ĸkv0e#ȗk1Ն[TyM64:P6v=@TK$e̙ʁfd@)cjUkisK՛Tp{p`زJlcnRɘKň0c@Ӹ ,P/( f1 (\2H\ 0 bD'j@ "$b! |^L`A:h8P8# [ !P @ b,qՠ. P HP08a?,ŐN@}+N D\.81^= k0514q"|B-01 ň1z `8-Q8;&BwD% `߫ B@Gb\# 4 G !"E>p^"Avb ,aI eP@"0+V .`.W ԁp F Оǁ$b'\~Pb8# Jhx;3pĈA 1qcpƙNd '}I"t0N9v HH8$\j$X Ka$ j d NAv$/bMV;icons/06.gif000064400000003465150211511030006570 0ustar00GIF89a@(’~eϯ\#ўh۸EϽ̤Y؁׶]@~|~ْ'ޟϽiŨ۷mn Ŀև׹WIg Ӵ3vsu{ɲߝdƭp۾cw௯!݉Э{޵NռlƮaʨ1߼нr]Ųoĸcӓ箬1ε̈́ãŦ}π}ȪͶ罭c׻WHe!,@(G H4*\ȰÂ3 a\n{w#AS2 wY Ý !(t䢏f8B rrfi`(4!C}R.^X)A0l҄y,owPwfvT ]?`F{DaH4Yc$q\g] QE H~]f,u;P4dhp,B`!` %1w}"yD҂'$,!V|UI}F q1餓5B %eQEfxqt(!CRYW + f4@' TRH#Y4P'kf$qU!Nҁh$)# -|iZt)XCQ`GKPW'yp׫D-x jAl@wT@f";$zJG|P?@D0!*tf>yBZ'$v & ں5Ty ]8 Ynp  s |Fů9=`3&PC<,A4I :EN!I1B 4Ch\B s@ [8ѱtOG-unHH"=,D^%, NfqB 0zw!]ewAƇy ^6GYG {_~Sq'nK%`έ} PTHD _P 3;<}GCI2ɻ} HЃ K'n*l[K R! 췳 ] @Z HB@C@%hfHCC?I@ "aM|8"r% ;icons/UVIndex4.jpg000064400000031250150211511030007755 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (H^GTAf8i+̟Zl%d`qԟקP=Yyc&gXO԰Uڿ)kǽ9F5j֧Z t9 AY!EPEPEPEPEPEP-OSL$DXpΡ. PpAiV#/UT@ #uu}pc#q ])?rZ?~G&. 7[UPEPEPEPE!!T$?ڴ JRqT'!H~C"f!үF)Ovaҩ.v4WqQ@}CQ\0vU .fHaB9Q_bg,V*MjҥI.+m]LNjoKt*2K#d~d94j+˫"xW9_BMtle'zgdW7:]7^ևSR;o 7v̐{V}BuO9*J!EuQ@Q@G<y%\ :U&=L,r=z׮|."8JzWp}12Cu]|Wepm/>[ dȯk8bv{Yu>jz A4W(Q@WvObfЀj*K]vxFig EUS)a~cej 诿<9Ky!eJJ^&+~K^A)_?+EpF?.^V_|yp=÷l`'D<:~Z5OiFRQt3^#F+I%=:faq__t=[us_Q_ )z?Ϋ{ʾ+ |^:J+++渗T_zyo#{ kz ( (8OZ OX(e9 >ٔ\1{O|x `M[Ok\keė?+鰹kRVkGůWǞݽOA~Xժ{Jv}8rAG7<5Ǧ]H UN:~#u53 vZM9'<< ?kt=K[$wGmО'{Vx919 0Ÿ/^ZǔG*?kk ^>jƏ:?u*z3tңO̕s{ǵdppG3A_~I{\OqVpN>{P!2Aw1n%?Wm上B*>0Ld¬T^?/Oav75.$JI;؟lwk_&EwQ@Q@a-ki7dvOge63:Ib]R>-wïQ^QPEPZǔG*?k:—Ϋ{ʾ+ |^)xB5`YO?StYEy{\K*~8ߎF+/p?c]yf8AEPEr#tFX. l*FW5nVr`\A,$Ҽy%YRoU}ǫ,{֙p3>v#BZUV}yk)Zw/~˩bݭ.c*PvVNӥb)UV:3t+4}:(T(?*RUpW|?u]_UYg Kş |$^ *'+Ϋ_SŖr7'!YЖ?׫1(h ( (R9@9C}>Fھg=K?:O:W&=vVa]v(zg<,?V "W_,~#ҲݝgJ+ ("xH۪ M&PLp}x U_7=,Sٽws_Q_ k ^8)h#_?=J^,_MX5wS"_]7AV?^u^ ,㑭{BInd؆"r=>ECo *uegwx5Zy-Y60rx`~ujhVM3͜% rp$(+;Xbm myV5ƽ)SҕGJjkS-RD8e5~88It^s 'wY=eM-Ưm (Ե#] ?,ePUBc緽n:[ٔ`2BJ7# ٯnJ#Q~ҫ_ )z?ƟƏ:?u*z3 \ՃYg>_/]OEg\AUq/~9t9;7T*P?j%s?1~Fܿ%koTtb1|64%eQנahFw_&_k7;nWQQ@Q@oed;ֹyeH]@M|^iҌzG`el2o=B,lƸϩV+󲓔P (uHnϱR~rt œׇR~4#0/ζ_  ^<<꺿ǽk?+pV e~H#u=MUpOWWĿ§#-oxOB-v5אVc0Q^PEP3R@P2I+u*Ab]?sqTQR`3UoMĈڪ;{V|3ovWr _!BcQy&}X{+ǡ_n|Q@Q@ +F~L eAr [qw|s>LM)=_=~3m,,QI>TZ?&#ħΫ{ʾ+ |^)xB5`YO?StYEy{\K*~8ߎE+r3UI?WRTkvVӫ.i6lƣ,"HڷL8h֒wGTpAEvUNɚ"IeIF gV*¢.%N\vf5׃-&< `^Q21q|G+,y]~̔ں>]o>EMe ʾ k[X[ٍW/Cp (8߉."C_<?s *8w'qQgcSAjT? *?k+ ^>vƏ:?u*z3 \ՃYg>_/]OEg\AUq/~9^JD$D$Guٶm~*L- E*M'Vj2kK ! zPZB0UfƏ:?u*z3 \ՃYg>_/]OEg\AUq/~9K]uk՘WqQ@R3R@P2I(|Cj^"~DzYX*:z#갴(14@pc?z^Ma`0#r51.XEY+[mt*#(^)>ǡ~կ[a4Sz֣:2 l$1%uD^~5i+$9OŖᣲ|7?\ms47V5y`R~_t#cK;*Mz..`#83+_O!÷RUOJ i]KAW_I_RSUG=__/F{XY!XКk,E࿁o"꽮%?WYo#o$Z#$-uk]yf8$"GV_U9WqQ@W? VoH?o~N^owKE^gv_CջkG3E|Y tĹva{ 5+EʞOU>!īJ_xuUz3ּ*K5Μҹ-Oq@p}qjҋj/O/t+O_Uk4#yرk;]Z_rxj4HŝUM#wA= TVj48ӋGs~, d"[9|p4kaq}J'˗͋FRUpmKG5?u]_UYg Kş |$^ *'+Ϋ_SŖr'm kf+iJ7^gSJd6;M4#FP7ǧ?t5] QYm&*jUrEwEPOK 6"0J /U޾N}>m,8ܫzWcgWqm˯}0Nn՚xGSfA >?j$=?ֺS;>_¦k9뷷\2=v#ڝauU)Tb.(=gGqR 7-S{:wYߌ][ F~#J5ichsZu!S V׳]Lid04d!W L߱YԳJY^ nq,+a " ) 8U~-|UZzv9[őƭGʿA}kGFF,rXkslzϒW c/GZǔG*?k+ ^< <꺿ǽk?+pV e~H#u=MUpOWWĿ§#-oxOB-v5אVc0Q^PEP4ҬVl͸@yJQ p^JrUs~3 ywsJks菢aZ6zbr'0;s}+ 57OB4kY>7=9_皗ooƽy)W1pb V-ޡw~ٺy1 fձ+{o`)|VVKO/^M~_R4yu~{Wdў?%/V/?&;x/Gz. ?:kOG[eBZk s^`(((;ƳqiUp?\|No.ld#r\˭No.<5q=Nqꏌ~xU^k^e\u*U=*+ifvnOii= h̒N®De>ޟz<*.q^}霘m: E9VddN \$-)$ǪZǔG*?k—Ϋ{ʾ+ |^)xB5`YO?StYEy{\K*~8ߎE'R˺i7r> 8oƹ2즛w{[q89թ̚4n-PRT=A=kR & []Zn@ Š((:ڵ˃V3=sKrbcSs=|cmw>ڬ62}wְAHנ5}b쏜osOb,wtqc~|5_ Sx$E~Gi>iN8?ʺj춒|6|_qh8qeI@{Q^{e>t a=pG/rNGZǔG*?kk ^ 䶝&]EډceØJXwUҺUv ( (_xӮ5X̛r'ĬpBT։>eMk8U5m&Cᘩ.O ;N'|M|SEyu\=Ϊa0vZ SyYpDݏ@5e|Q;}oP[fvB0=($> (1G;*3gʂ;/s?kx>%S|Ѿ O!T=[ƛdJɕz{eXז_91-*kemdе1^\+ֺSNTٕ59< >|uHI{zkx\\\v=Ui4(Ϝ ( (tW֓ǼTJ*vOZ}o[ 04x l?Riݞ$ bC\~"z æk$eĂ6#?ZkFOTI*@կa`DK.7^7oA"Y#-*dT]=sĚ7Y`ܹdO^Q_xa<1>vNev!7qWigk><]pLE2OxúUk|nI>2*JToT}GVnrϟ4q~u"0eaGq@?n~ӬJbkǧ_Ԛilwq[ޑ3SW,Fa8rchڞ>.iS^vOAv"J;oh#.4Q\]ꦞ]W5C ͒1Ͽ{eQ-?Uy|['AHQydGc?\N{Gd`gEyhw tx `Z1;cүԡ ?jǖfVaEPB|[I )>)x>7WRX؎oK<3H[Rbޙ*wsqnX]&;G>N4;xqhm$hS?&5ׄ$xlpѝد|boy#m'I!mx;DqYx?#Tݓ +3[~8.g&o<Kz|Z<=xsm[xEIv$M;̛]_jDž#˹kr&bI zu@f G<{עZ4VGq?2 WnwlҔ\t׵\RH_8)rc|W|6droi[/cÖtoh4lwO_mB}_՗5I>(Š((νTexVﶭ 8e9⪥#i.&yr91Wt}9!k0x\Tw=T6#G>p(((ܛ;(޳?gNS*撏s. ^Km>fe{ߵY Zb*!W;3+^W: jPMao {kt H?Zݯ#EYKt)r=Q[P\wkT&ˢ*3#aμogVgVO?Lmʟ+pj'n(Տ,!a-g?Slv M}\8g~G,֬f]u+-oX#v,rYIs:+_£FWܖkۅ}4Q|߻[0Xz/khRPEPEPQ\ۥݴI8S8)[1Ӻ9C!MajV+_=p2r3ھ[:˰l:Y-׭RSջ#𶐖jfI%B\iъMZ+c;UQ@hԼ1dV=c?t=?Jn.<~dq_'^z?#$޿Ǣ*f xw /qW1HbcF:,tm>.1ǒSVхj< NR݅!EPEPEPUnt wem;Ĭ@S]Ӱ%fƑFƊ N0 ( (]IF.YǑ2?#\aܥN-$jUJO-o"c.*#dm݅PEPEPEPEPEPEPEPEPEPicons/UVIndex3.jpg000064400000031260150211511030007755 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (H^GTAf8i+̟Zl%d`qԟקP=Yyc&gXO԰Uڿ)kǽ9F5j֧Z t9 AY!EPEPEPEPEPEP-OSL$DXpΡ. PpAiV#/UT@ #uu}pc#q ])?rZ?~G&. 7[UPEPEPEPE!!T$?ڴ JRqT'!H~C"f!үF)Ovaҩ.v4WqQ@}CQ\0vU .fHaB9Q_bg,V*MjҥI.+m]LNjoKt*2K#d~d94j+˫"xW9_BMtle'zgdW7:]7^ևSR;o 7v̐{V}BuO9*J!EuQ@Q@G<y%\ :U&=L,r=z׮|."8JzWp}12Cu]|Wepm/>[ dȯk8bv{Yu>jz A4W(Q@WvObfЀj*K]vxFig EUS)a~cej 诿<9Ky!eJJ^&+~K^A)_?+EpF?.^V_|yp=÷l`'D<:~Z5OiFRQt3^#F+I%=:faq__t=[us_Q_ )z?Ϋ{ʾ+ |^:J+++渗T_zyo#{ kz ( (8OZ OX(e9 >ٔ\1{O|x `M[Ok\keė?+鰹kRVkGůWǞݽOA~Xժ{Jv}8rAG7<5Ǧ]H UN:~#u53 vZM9'<< ?kt=K[$wGmО'{Vx919 0Ÿ/^ZǔG*?kk ^>jƏ:?u*z3tңO̕s{ǵdppG3A_~I{\OqVpN>{P!2Aw1n%?Wm上B*>0Ld¬T^?/Oav75.$JI;؟lwk_&EwQ@Q@a-ki7dvOge63:Ib]R>-wïQ^QPEPZǔG*?k:—Ϋ{ʾ+ |^)xB5`YO?StYEy{\K*~8ߎF+/p?c]yf8AEPEr#tFX. l*FW5nVr`\A,$Ҽy%YRoU}ǫ,{֙p3>v#BZUV}yk)Zw/~˩bݭ.c*PvVNӥb)UV:3t+4}:(T(?*RUpW|?u]_UYg Kş |$^ *'+Ϋ_SŖr7'!YЖ?׫1(h ( (R9@9C}>Fھg=K?:O:W&=vVa]v(zg<,?V "W_,~#ҲݝgJ+ ("xH۪ M&PLp}x U_7=,Sٽws_Q_ k ^8)h#_?=J^,_MX5wS"_]7AV?^u^ ,㑭{BInd؆"r=>ECo *uegwx5Zy-Y60rx`~ujhVM3͜% rp$(+;Xbm myV5ƽ)SҕGJjkS-RD8e5~88It^s 'wY=eM-Ưm (Ե#] ?,ePUBc緽n:[ٔ`2BJ7# ٯnJ#Q~ҫ_ )z?ƟƏ:?u*z3 \ՃYg>_/]OEg\AUq/~9t9;7T*P?j%s?1~Fܿ%koTtb1|64%eQנahFw_&_k7;nWQQ@Q@oed;ֹyeH]@M|^iҌzG`el2o=B,lƸϩV+󲓔P (uHnϱR~rt œׇR~4#0/ζ_  ^<<꺿ǽk?+pV e~H#u=MUpOWWĿ§#-oxOB-v5אVc0Q^PEP3R@P2I+u*Ab]?sqTQR`3UoMĈڪ;{V|3ovWr _!BcQy&}X{+ǡ_n|Q@Q@ +F~L eAr [qw|s>LM)=_=~3m,,QI>TZ?&#ħΫ{ʾ+ |^)xB5`YO?StYEy{\K*~8ߎE+r3UI?WRTkvVӫ.i6lƣ,"HڷL8h֒wGTpAEvUNɚ"IeIF gV*¢.%N\vf5׃-&< `^Q21q|G+,y]~̔ں>]o>EMe ʾ k[X[ٍW/Cp (8߉."C_<?s *8w'qQgcSAjT? *?k+ ^>vƏ:?u*z3 \ՃYg>_/]OEg\AUq/~9^JD$D$Guٶm~*L- E*M'Vj2kK ! zPZB0UfƏ:?u*z3 \ՃYg>_/]OEg\AUq/~9K]uk՘WqQ@R3R@P2I(|Cj^"~DzYX*:z#갴(14@pc?z^Ma`0#r51.XEY+[mt*#(^)>ǡ~կ[a4Sz֣:2 l$1%uD^~5i+$9OŖᣲ|7?\ms47V5y`R~_t#cK;*Mz..`#83+_O!÷RUOJ i]KAW_I_RSUG=__/F{XY!XКk,E࿁o"꽮%?WYo#o$Z#$-uk]yf8$"GV_U9WqQ@W? VoH?o~N^owKE^gv_CջkG3E|Y tĹva{ 5+EʞOU>!īJ_xuUz3ּ*K5Μҹ-Oq@p}qjҋj/O/t+O_Uk4#yرk;]Z_rxj4HŝUM#wA= TVj48ӋGs~, d"[9|p4kaq}J'˗͋FRUpmKG5?u]_UYg Kş |$^ *'+Ϋ_SŖr'm kf+iJ7^gSJd6;M4#FP7ǧ?t5] QYm&*jUrEwEPOK 6"0J /U޾N}>m,8ܫzWcgWqm˯}0Nn՚xGSfA >?j$=?ֺS;>_¦k9뷷\2=v#ڝauU)Tb.(=gGqR 7-S{:wYߌ][ F~#J5ichsZu!S V׳]Lid04d!W L߱YԳJY^ nq,+a " ) 8U~-|UZzv9[őƭGʿA}kGFF,rXkslzϒW c/GZǔG*?k+ ^< <꺿ǽk?+pV e~H#u=MUpOWWĿ§#-oxOB-v5אVc0Q^PEP4ҬVl͸@yJQ p^JrUs~3 ywsJks菢aZ6zbr'0;s}+ 57OB4kY>7=9_皗ooƽy)W1pb V-ޡw~ٺy1 fձ+{o`)|VVKO/^M~_R4yu~{Wdў?%/V/?&;x/Gz. ?:kOG[eBZk s^`(((;ƳqiUp?\|No.ld#r\˭No.<5q=Nqꏌ~xU^k^e\u*U=*+ifvnOii= h̒N®De>ޟz<*.q^}霘m: E9VddN \$-)$ǪZǔG*?k—Ϋ{ʾ+ |^)xB5`YO?StYEy{\K*~8ߎE'R˺i7r> 8oƹ2즛w{[q89թ̚4n-PRT=A=kR & []Zn@ Š((:ڵ˃V3=sKrbcSs=|cmw>ڬ62}wְAHנ5}b쏜osOb,wtqc~|5_ Sx$E~Gi>iN8?ʺj춒|6|_qh8qeI@{Q^{e>t a=pG/rNGZǔG*?kk ^ 䶝&]EډceØJXwUҺUv ( (_xӮ5X̛r'ĬpBT։>eMk8U5m&Cᘩ.O ;N'|M|SEyu\=Ϊa0vZ SyYpDݏ@5e|Q;}oP[fvB0=($> (1G;*3gʂ;/s?kx>%S|Ѿ O!T=[ƛdJɕz{eXז_91-*kemdе1^\+ֺSNTٕ59< >|uHI{zkx\\\v=Ui4(Ϝ ( (tW֓ǼTJ*vOZ}o[ 04x l?Riݞ$ bC\~"z æk$eĂ6#?ZkFOTI*@կa`DK.7^7oA"Y#-*dT]=sĚ7Y`ܹdO^Q_xa<1>vNev!7qWigk><]pLE2OxúUk|nI>2*JToT}GVnrϟ4q~u"0eaGq@?n~ӬJbkǧ_Ԛilwq[ޑ3SW,Fa8rchڞ>.iS^vOAv"J;oh#.4Q\]ꦞ]W5C ͒1Ͽ{eQ-?Uy|['AHQydGc?\N{Gd`gEyhw tx `Z1;cүԡ ?jǖfVaEPB|[I )>)x>7WRX؎oK<3H[Rbޙ*wsqnX]&;G>N4;xqhm$hS?&5ׄ$xlpѝد|boy#m'I!mx;DqYx?#Tݓ +3[~8.g&o<Kz|Z<=xsm[xEIv$M;̛]_jDž#˹kr&bI zu@f G<{עZ4VGq?2 WnwlҔ\t׵\RH_8)rc|W|6droi[/cÖtoh4lwO_mB}_՗5I>(Š((2F{.|%^Xo|Ps ϧ6G&+:T0xEv+o ZμdtYGi0v$ǯ[AG.EX=8؉cRe,+Q}?+]>j\ [}lǃ>Jmmu+` ) {=zxZ5G2[G;s)C#!.AsUTS@י[se5{ 0̡o};mXIr|[յq0#׹J վg ޟ|fgVJ&DwWQ@Q@QҀ*],Z-u#`Hq&F[Y l3=:^*kYsRQ֌9>k,Ss,R8?mWR[#Tg(fP\wkT&ˢ*3#aμogVgVO?Lmʟ+pj'n(Տ,!a-g?Slv M}\8g~G,֬f]u+-oX#v,rYIs:+_£FWܖkۅ}4Q|߻[0Xz/khRPEPEPMt## ғI0NǟAqjDb8aԷddDNW|%{z3^Vķ:/ZuqK >O]}^Ɯi*KV<'.vEh :=xb)ɖȬ.z~zX]Y6. x?37%FN]~GũI?%z+DURA$[>!_?A8G/˪c'[͈ƌu߱X|>]c?y%WQ 48+$x +RB(((-m`h(aƪz]httGĸE~EQ@Q@$%5H@*5t`=g;6IZ$j`چ]6)zL&IUpkܬμx(X\\fѹ52&{zl|$l *W=5UmuDqԔ⥾EEC3 ]8JɸSS§{lzCX?XE7˓rGk!JKÕ`I88}j´wa<-Gv~>HR% 啈>_6UqQup z/_ٹy߀B4wa^`>phQڪNkm%U{Y)\)8<!$94?T+ޠјm.l>`ߑPT*Ѧ膆TVV5=}>q2T J-o[\\t2Q\s?‘: !1komFVkvv6_(V XFkJ#VFCqOl(Џu\wR9p mr r ܫ@mT*nh^^RSSy$Bj XŵP-BtT oP ұ4Qxȯp6O1>GIr # bbcţ...///Gdd$󟧓4$ %Z7)bLY qjBTv'xu"_}kB"R),7ըdR|NLKp8xttWDiQG_AK?Oz4444ב;\)(H#`rhpTvG7/ Nn^&/9/*2/XpB?CO*H|h׬AM(vtDT,MMMs)=P"\L5+=jh0X8x<5}ImlrOb>tg#PQ ͣyq֑ !`2zu\~O0WNӏ/6/G+"uZFbgd@ZՌF*Z]4u Lq ފ!$7p[Aԩƙ[h ftCvDJg[J&%ᑩAPm$˻[ 7\H!,286z zhz(da+u ~Dti2ꃝBN]98H/# b̗ jo>x lP>+O<Θ:{nI7{%`Ll9Qk2ղn[bs >w# att _ lɽ0wç.aD`敌/oh|/'h>tIM75m/tn_s_W;%)ƷA q$6&Dao8d^/7n~g젶r??5"I +qĉduGm /% O#T:+vD-H/( ;^_UYUYk/&;æA{.IENDB`icons/swa.gif000064400000000543150211511030007127 0ustar00GIF89a@(..{{mkOOmm??!,@(Iu"`vd)ln ߷L 0hRYgɥX0>AѩмbVcmٌ \.^_1y{|}UNOJzsi~HnctV;C{ wb {ac s GC sbi\brP[r [ɤõZ׳SuR{opҕRS G+@2B 9|cb 68dJ@yL;icons/13.gif000064400000004206150211511030006560 0ustar00GIF89a@(khjNõܪK󦫴#ْ䴾µiktȕĭdՙb{iն箤;ȹʨԅƵYҤd'yi@͹z\ıoϴ]e䖦f]dDZےԯlopuĤtƻ m|h3|z{ѽE媥~n }}έ椟̤Y1ޟпëtz|}zwr鍟픉kŵ˽rmaیյuN/5޾MƨȪ͍jοqrts{ֻswy~d!Ǧε魑θʯֲ룙ҔȽ]oqt{jkpř׽_~q䠥hh1pz!,@( HA.*\ȰaCpIH0Y23. 几9*iI? p (dhB1Y1CNH 8IabBCF 84X*,$pFjSŅhV-1(9ĨQ#n]9r#͵%@SNcx9"F, j֦MAN\66-As$FDLɖ ĝR)5ӮMωnŒz6$dɉ6eY2Jyh@Q 3αi#(X c*'7[h/ ^tA 1 XvM hDE0K+vTX!&`'h|5 %Ȉ$*BK PERńVBgX6B⏜(2# &4ha )p2C8b8cF'Uaf1)T"%T&1A B:s4b(z%'#pnPΙIG#ǰIj$^hKEf 8J*^F3ʌч1i‰0zƩ?AHڠ'^Pp1"3I4 &zJ_*4,H 9ch#cxI" јqA1dn#!"` l;^щ #с#L0p8zrzG38raʬrT8A؀x d q( 6w֏\@k2^ M4* J&'/M1'Q/|zG8AH͆=g&-c)8$PD5>tJ{kݷ J `<ؠ8xD@( HP<*J 4 zdP;M* $H нlL.(CMAf$ h /ll "& ,o/$2A-N%^@k S#Q]$ȅy0h`R!1/^ 8D@! l+tSD `qh"2@/bЈ&BU0 hZFȢ}kBl_|80p$jS`#d@AaAI(@ "!Ch ZR#<`X!9$H+[<&ϑG-rH"xKR)@xI$ђHjFGBR\c 0J _ڒ`-IG!2<!7Fю eoyIV\'HMc2 0 #JRrr9cz<&#l SRă0ڬe")T*A ڐz.~T0Qěd-0$,bJG uAR! A;icons/05.gif000064400000002673150211511030006567 0ustar00GIF89a@(%}O و+'l? l\I2n^ݝ}!tJS7+d3z#1oJIߨ\)!I,@(I=>>00=00 &/=0I/ ++0& (8  > 0'Ş'33/=Ղ//=&2'0> 1ʘY Dž)lW(‡8*蘑 :1A c+B̨Р6h0a`ahHd &LtT&4fa4WQ0 B8С&̛@`ـFVk2`Qj-q2d`A| ͂Q nRpK 1W̝`ĸC0 -~1&@ r#&!ǐRFq]].H0q#P- ne`7#-b ހ9^!u3!C*8l+\8{;DpPVP 4 R((4s()EB ?ClAZl &1T BBP9:?R6b%x/+ĠHYnh]BV F"IҒ(?A<sE`m_BgU @'?@srQ{ ^B6A#$DU” ~^ ( XRJxP-de Mۼ̬APTRBnE_  v(pA I>%씔?Bp @lCBP"I&xCp!"l C~)Ң10\jZl $+yвr1~`24ٚre*v53S;CG0.+l-ChQ,[ =/S2 l&.H -Є$YP5 KB$;icons/38.gif000064400000003413150211511030006566 0ustar00GIF89a@(vsuݐsܾkȶ͆ʽ㡖{Ӭtڕ汰xΣՌ{åμƵ~׼ݝ~|~ϭѾȔˉƸm˜גĽ–⤯ޔܥt˶Ľvžzz׵͌ҟDžz{zləkҝsȼz葉ёݖĕ{Ě}}ؚ}Ϛ!,@( H*\ȰÇPq,fH""LJI(P88aG01r8ehhS#^ƌye$ʚ4iB:2MPd0 :d$0uG-:&&94Ad@U(;ީCG<5/B6'E8n0)\7q玉KYM\ ]dp)X6h@3gN!f8`pGk:8:wѼJͧ p]0aysA0Uh<֔MlApx T; *@B9<VN4P$w!zUX`A $`p o8Q`̰ !’-t 0c0pЄ>4D$@BhSQ\B~ -U d_Mh *1)|!@ j5yះ2A @HD0ǚ^ ;a+))= xqjTY ʺjqqADLVAs$\f$PI*$ 1XAZBgqB[~\ p' +Xp|A1 F\|.Ѿ l/P "l@պP< ;?Ƿ=D?1V`+8q|tq0!=ZoC'D a "wP! xr CBW@P*#0<-D)0cqj8 qB (gWT:$e@7D/} xP:Á;-bh~lTWo~ 6xKko!W?I@V2*IJ:a$#B-  (D FH ;icons/35.gif000064400000002450150211511030006563 0ustar00GIF89a@({}ܾĽvљkĐ㽼İͅ☼tuŶۯݖגx҇|ҽΣ෵m諒{žzƥܙ̕əſˉ̼~ֽsӬĂ𷸺ôkԦ͌ˌ׵}Қ}Սя쳳z˜ȳ!{,@({{ T P Gpkd7UUr22 lJ^^OmGkkGU"mďkHSO(Վ7JJIT2^m(sf!(DB(}Mw^ IN9PNk &|Cv6kc%L.*)oNt1,A*,.%:t4p,\A&;EQ<@ q`,u`A3{7٠u 6DFԋg{`y 6J%b| NP@m|,;icons/AUVIndex1.jpg000064400000007440150211511030010057 0ustar00JFIFddDucky!AdobedK   #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ "@34 05126P`!p"# !1r@Aq"2Qas4 Bb#0`pCRSc @!q1AQ2r 0aBP"Rb3s ~hX0ͤymt3myxyiWil^9xzMݞ/<˦t=s.6z r̺nC;:o2cg/<˦t=sENM8l `堤HLҹ'|f1XHetGX>"( }vQfi1[SDc'}IwIg4uzayGǯZ +2 o;,ې59mN>#jԗt]MD9{XeojTZakfރG"+ӹ< {MZղ%EWA6ho]"bn~Uipեʭk@c7!``m6`FsqQstttI1D7I1W7 I1DcK5rLw߰uTtC 潱 se}Dj"H%+JdKd/M&o1p)bgj<*=ϩX+IJ좔mj,VZ@-DÅY1zmQ:~Gx{ٵS9ű)Y75+#Mh5Yĥ3VWw݁2.2Fޏ >ofmggՙcv14uNjLf%5uKYJn-R80 /:Íj@S YJqQl}u HrL5ENː: /N]=n"2[+Z\q63$<}?p?;r eUzNI@P%- l}%s.n&cWw*6dv,`ܘVNʰFXQ6ERPQqe=Ot~B4qZ2 g *Ŕz‰K~Z?! 9,dSe1%&$Y%sbbILI4??;LD?kޜͻ ĤdY1=t Oo@1=trW_:;;rVDȑ2^$ 6mljqB.Lf"l!a|vr+$vQ_W؝Q]3Ab4/Hɵe#OUI# 5"Ý)zAr FUJDj&? ӜUw3 8oԧ~?O|U' p OKƜ6.XZt"(ooi7ohe2#"Kt>ܟRt 5ol[6F#VMտdj5ol[/&O8'c1Fܽ7Xǃ­3MMA x lX A7ڜaL߆f3S ΃ BʣBgL|+yC# 2wZzo+ [f8AيApUƈZlS5GցfU'7Qq/[TUZSQVcq֑<9i# rPի[ppWKb!DAB#MMA8V_J;+) xv'm&d>R }C#tX]4[l65USx){iR]:R?-y>s['m^Iu!{Χ"ԜcNcF9D=}{ fRZ 2(J/}CreɗH8;w"疨i0q :S_=fc\Q]B*TE/f|xsǑSP &>['mfN4jM mqtL8=}{j(zǏ2~(zE,x^/܇d2.`[-Lmv)"tWa~xu-}g??=ЙU&KQiOz*fi2DDL ^#:s QqlOAÁq#ՉqQخ-]hmqGauʝFZU8WQO_o F-P&ƓNq'!>={r )S1.+Q Q*8Lsc˦,rjgzDh8lQO'Z\ӨLeuTɔX4JGNjuلħ8jlȉaދ LIf8=R$D8¢eP {v,@JΆBS*'.LtWӑB]0Yfc2̓=بr'ќI<oXRAY "aT H.(c t!@û V)uAQ icons/UVIndex1.jpg000064400000031434150211511030007756 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (M4VHăs;G'ݎv:cgį ;B3Y:Nߟ_4dgl僇pNӂ+JRRWGD'ǚ.(XQ@Q@Q@Q@Q@Q@_YkNM3A8iOoMO7m9HS"4/=O5ɈQX(ɢO r;"1WR Gq^i졢 $wySMq9֍NIy7ß I X?iJ2 *͂((C .QKNJAo&qϖ[9ǽk>E%V=Mtj8>Et~!.rξZw+6\`-2W51Tg=5 =L@ +(j-e Ao$rOݕ'ʛ>pLKI,3Z࠯4|<בW}7S\.fCb1_6I+ ãaErb3X2=-_P,+cgYh?qY{|0;B(( ȟN&6dhd;x?+uNB]89Ua[6~hƲ߃7(?^<%͇J,⾛ ѩ%f~zv[M ;Ep3˿7[<-k4&{DhIiK"jrGn $NIO|tNlz5Wٴz`!2Aw/ ]gЍF'de|ɩErͥ=O6m뷜gj?sW<}۞e?r|82 ӫ5[|[]-7s~wJsMŠ ( (9Zn쟘\m|ftŶ}Z_0((T(?*O@5cuδubwְo -e+Bָ1u,T[XleJ׼{iZt]E3[ZgFnEfR5"ꖟs_TI"^SB>v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~n4aw>aEnwQ@GTm|F Q^w{e>t ^Q_3m%]_qeu'g+qw[I0AʔKA3RzyNb+KݎG?iYnγͅQ@\[CwCO@5-S~ }_?(?xYwFGſ *U?% ?/ ]gЍmSGrYGr˹vp1W[ ߓ5:L6C/'U/įwrj溪y#{T){*jP (8$ ulws1ʑƻ*ܚ 䏤dߟzXCmݍqS'&WB Q[#e')9>EQ!EP?Q6'c?*L'i=HG`__mfxEm_ {rٞEO;W&|좸pe+ЫW##0xGZo"wԿ)w]B5'dw}NG7_W\0;Š(F`Y I=cNR_H:,\|N*<Cj4*V,j鸑0UGa~jφmѮJX`p2+(Tx|j=/$ϠcqZX:+ϙ ( (76vɟWatl.A#pN;gɉ>'GQȭה|ڽo7eÇ .?!];7^wJľ_>g\A!K;#5#v? ?i'ҽPERu^\6'FڌĈp.x8'Ҽl2t֭ou=,5<ދqysvٸIq{v+*՝Y9wlaN4d0cLٕEK&s㝰Q@yZ ,9T_~FG y|'/՞Ttߙ^c(^*?VoKf|O;W&|좸pe+ЫW##0xGZo"wԿ)w]B5'dw}KZy绱׌| A]-Yߣ5+J ࡎFK_}F)Od]vӗ4SgS}Bp sy3ZDI9,i?҅XTWE¤˚ƺeܼgA};c 6 F?/E|;%/<>_pWG˭ȩxYW ykk w;1%wtW.PEP%V(x8aTQ'Y2J>\ }7zh#Q~Y$[W)_i->|^@wgd|[\B;__/Ii Rv؝ߚ:v6$ ţ0Iޜ׫7NT t! <ryE?nOFK+H-Ya 'UJ#QQVAE1Q@`bUfCw`y?T' 7g<К].]ϣަ_Wٟ8PEi6V#>ڱV R-*nSd䑋;Ork[VFY>\b=GO|N.*&" tS:gF\AMD3$՘ƶm%vdG=4vCϗkvFFƾO7y{*O[_CZdq,qgcP2IEҬgwaZd8vJi23ZAS[M:'ڿyMlQ\8ӿUtK#-7AV?_;_;_>]D-#W}~"^5˿$IE܎sN ( GrZIA^)h_{Z{-h>a}.x0z;^a}hS)8iP~O5FsׅIfӔ`?zW6WEI < S[QmE_%xbTWk!5"1jpo;?pb+Tk_O F#Xʶn>aJSf'qrt_å,KtG/ƛ qt 007n8z_dr8x_ֶb"}T|I"^Sl >v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~:5tu2\( g,@El¼Ob/*JrWH)kU4~xgVdR@UV$i#?:+\`=%9SK!EhtQ@oIYIbrIͱ>Jo_{X /4'iP5UKğ+j7k%>jQ\8ӿUtK#-7AV?_;_;_>cF +j]Q[EPESM*%iVۋl+A%T)|NEY'7=ٰq8&7;{~,6g6 ,W,ь||=ҸpتisSN!Z5Ascy6Fkۏ;kO__}'*7a z 0bw훫N fm[Ꭼ6ej+;T(?*O@5ޟz<*.q^}霘m: E9VddN \$-)$ǪZǔR'ڿyM[3|ڽo7eÇ .?!];7^wJľ_>g\A!K;#5#k;QxgWhex APA,<]-ũZ0J>I'1 ?&XfY0A<>%%tzԪS(4 ( (rRrm?=b9ǘ=q-|.aO?SpDv޸;G_*J ߩד}n[ɔa%}Ey}[&ه=K?:OiP5UKğ+j7ke<>v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~~ 5$8ݥ2Th_*iQvaӭOM?،$$ `t VuF**R((GdUQ@Ts R NhѴY4Ŗvds=뾆Ha@¨^>Ot:磘R1Wy=_;J[>hdx?+'Ωo$>->3Ԭ6FrSTWCmQ45[_*Q1(Vuƽ)S̺U)cSu+5Ň .?*rOl &ٞ9'l}Jz|Y-`\|Q/H13358u ?ʎ-~ܧx-PEPEPEPYZ4:3< eRjJ2w_u!RPTVaE_<^ͣX,2~@H\vF{q.X[ØUtZ8  xR)P^J[pQ4Go\$eu'k]gPEP̾ 񯉮>1A\kY%60N+yX$ $©%=l|ž&p4j3[L}1S\v"OD-b{U=>`94ާ" k? xž0vޡm?ۜ` {PIQh}AEIAEPErD-wFӮ{WW"WeS/cyΚC'c 5u#%z3J\gAjk;0aΣ ;;fcI\Gη~(Ռ7's?Ӟ}U/MY,a >j鸳5[Ki]!IrǨ=m+_mHEF?L4$Q]7ÞEzGQ@?[JO I_ %|L?g;?'?z ~>-DJv<64މ nDߏPpƱ Z!?\=52AGЀy5o'Km$wyj0c0["%@A7_Xcg迉2V*.枹MVu0Ydn\'(ۯO<0I 'Hy8∫Nɳҵx[Tm&"řsvD$F% x*Z>ZcugϚ8qr?:GY]2#'˴EFx2Oq 納2]cW.gh[':~FϚz~Nz[U=8U=׵WP Dh:(=I=|KQG~g>XFgrGF]w dڛ\N+>xC|nbrY3V%iuNJwgM Kk  <yUզ, [Ss"'99C$k~`zOAEQQ@_qRGH-5Gi0lĆAϊ^:Ԇ1Av#r9*ĥ g$T7Gʽ㇇?~FtIÏӟ 9l|iZkI5M}u= <;\0gv+uA[HIC/[&Ğ,~Vh59&k;U7dBJ|V< 23ɧā޾cVOhm;eahc9Nv&W9AkyqHGrZfO?]w4h:ǡGmpD8w4A޶#Ğ;Ҭ51Ų9I%)q_\",hT`(TI6|K|R9bk[sx- C_Ƽ|ԽNU C*8P 0|.Ҭ{Y%UhQ?6=F>m5Y&wVJ:1=#eȯ= ȒTo|SJJqV[^:0_F'vMsHTGx;VTꢾ}OďC4KELv<}۲wKG} (8|.|w{%n=~i6B&A!=%/z< x"ŠӐg]%żWvN :`ʔ8ǕX-3|Ѵv F=^hX%NFz1Bd+Cri$l_]= ko{2LQwɜg>G͞6v\F1*I#78k BInwHּ/s]os0?M{/uٵ y,0'=ihN.xঝWZ^h^gQ[\;gocV-f!?1@fl`np077{aGku>{#Ps>薱QÖ۷y4%-m5ȼRUȮl]Z&OSo䦼|ԽN❫xD,-UsyF^{c1e ;;ƥѾ>RS^F޵k[k)BH-ЩqI'rJח4<)h+E uNUEyڼ_teF>6Յ|]h״={*;k}"iGZ+̜| ӛL.1#9sz@+~`zyi/AEQQ@Q@Q@#eۛäa4q1excF+ЅrrHJ]_5(کϫ5}(Q@|@4#<yf %rÈ~烙媥E[3Qs1yXǞKP4q[Hߓ+:dVw`Fg.|<Ծ$-1d@QVj|+ܐX;䦲xi_FrO+7ռ4"Ts}t+qPVٖQ~עd(((CM|B_<(ᥖsY\;t@>ǵy_Dv2ƃZ3?Zxxu)?/Uy[V(cydnK= ᮫P@((((BBf 2I\iné=ZgXxG z(6zKUy/. R }8>7ß K XMlv7C,Wg QӠq=r<4mkKэenQ_Lx!;ofc~uWf>/.>gv,臔߇O_](}>~y*J=xheb$^,0+▋Μw<k?Voץ??T|^@w?><t~+>(+KB#^vc.$'CJ*<{~( ( ( (} @80?Ѻ1VS_ E;wߩ7͇)`j VƻZIy>,⾛ ѩ%f~zv\K ;Exa?Td|[\B:_/'rgzo"vԿ)w]B5ט1<~,?7_WVAEv8Q@Q@]3Q !** A[񕜘K 'GsVT1~_q-榧E멫\ {++(e ЃֽUiՏ56<ӝ7iW5H4'+ƶ*N;->04: >_5Fھg=K?:O:W&=vVa]v(zg<,?V "W_,~#ҲݝgJ+ ("xH۪ M&PLp}x U_7=,Sٽws_T|I"^S,XjτW1FGſ *gr(|6}'*'+mKB#]y:~syFc6XaA=Jo 伿M,&&:|zؚ:Q-WN WT?/kC=7AV?_;j_~?~8'䲎mBe˻8eǫEsAx硃1k{.K_7gM?գOACK֕V`9(|h-ճ({!ߏ*Gw`rkH'cߒ>+a~6ce v5}Os_e(EElDQ@D@t}~x3Ӥn0^,_μ:9!iuO@5Og;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ ((f dV=0U%D:aQ6BirfɪޛS Tv֬f"BGƣL 8WC (3|@hW`EpFP<?|S{9ty='ڿyM),>ڽs/e`}yQoBwpo y|#\?͟I Rw^c{;4דi^[`roxEP-WP̱k%jr{ n]HG.rx+3)ZMjS]s7m7 }jRYՓGvvN9/_p|Q@Q@'E3Ed~@מWg~1YeKMl!f9bIxEm_ }Lx?T|^@w?><t~!];7^uS<_OϤYE|Rk1bx=Y-z÷wcy`},䥋(#4qU=ۿD$Hx v:X-WN WT?/kC=7AV?_;j_~?~Uė^Zsf 4a;Ӝ_F/ U Rfy&*DzeEm_ }|;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ ((*bOA@{_Rx#kտȯWTUF}L^o[{{Zk 8=r*]եgUlCWO|DIN9=z7εї,Sd!+"f8I]%}j~, ?nnf^^ʓVo#֯o,jYT kt=)tiXz}֙Z|֪̌PTSNI"^S <ŏ>v\K ;Exa?Td|[\B:_/'rgzo"vԿ)w]B5ט1<~,\ZGTba84^]E}<{~$Ir::((\|8Ag{{u|WøZ/;֭_9+Ϥ,_K^%'^ף_AZ,6Tz5%ZTShќRYt<O~^ͥh{?2++0T[Q}y ^|HuH}4\>yŏ\5؊&uSQGV,noi:XR*T٥IƜ\;`K!_\]6 ێ;W>\.l^'5.,Ȥ|UȭהB 0XjτW1FGſ *gr(|6}'*'+mKB#]yЗIѵ r魴>eC!]P@XԊy_UpU=*:έ}.f I;G|~u׳QfU_*v +s(|I3IafF YdOgxJlN4uϣFZ Vr!'^_u]ruggkØTb9}c>v ^{S56ζ|Sʰ"*LE}1h4YAP}Wn;ts_iF,mk]=u>n*ak?l&挓$0)#/pK"7t:iY+4!m%l"[X98TW~G v寊]N9x8աӾy:W;/qHHŝKM|mXS~_sa}y?+O>$[W)__?;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ (( iX$*ýqb힕rh$ /($g6@<89oE´lF1O`vWW .joZ+GhׇƳ>}n{lr5/&{qmi^R%Yc}& 0BAf[Bupc @8ͫbW"c1ՆSEygqꖟs_T|I"^SFϒXjτW1FGſ *gr(|6}'*'+mKB#]y~u^O{m ˞DWaQ@Q@xpn- ʣ9Nk͌$}._a˚~uG>~n<'v=QPʫףc]̫J1Ey4-'AmB q5Ԛ#UȌ'CUE6KϿ3AY42[L)V"\e:%$KO>$[W)_Og,}Qz_+ #tyN3~F?>>g\A!Kgk;QxgWhex APA,<]-kYapOIYS[_At~񅟊 AK & GWJ4|',=WJ{xQZQ@Q@u;k$gP{cEեl~{*A1_$}'Xl,d/ﭭa`0@*jB*19)96Y1Ǹk0S8IЋ";Io\|ҝq#tm%O _l7Vѭhpd0>}>kA{Wm%]_qu'L(?*O@5Y,}Qz_+ #tyN3~F?>>g\A!Kgm#֞%֦xKvX;kOޣHU&ά6oxwzoDb3Su+5}yQjUmrOl &ZFL\ppOg4q !d=pTVFXFq ?Pƻ3xEFAZ"|+8Y*; rWָykAEv8Q@Q@Q@Q@fhX77^|z('$~uJ1([}4IB2iQZWDs6b#qz? nMؕ'u#y.7- \NLB(#z]N\eMk8U5m&Cᘩ.O ;N'|M|SEyu\=Ϊa0vZ SyYpDݏ@5e|Q;}oP[fvB0=($> (9^"mC틻ѣAD=kϚ/cr$ ݕYշgsϷ&sk#|L?^7RnTF}& Z~h+Oς(]-%'/U?&|3JqVǽ?[j% ;M~ԚoDgxlj?u8dX-@~Wcljq @<֚ѷv%w6|J5kk1-e zzW_e/Vy1p3t_Ċ+sO\&Du,s27.Wxm'O kqO݅AY]lqDUA'dZϏ<-ckv\b̹qS0ak{gw"}ےO <[-Qխ`[ܳr9l#XdP|HZC"£&kf2[v'%<ᑏougU.畝PW.#m _"!ԟ*Zy-_i[}NڟtDO)rrnI A^)sA?#0P8.(0 (>B+2jH&-wH56K>^( SzXBܪ>WpûuΚ098qs-Q]XtM;Cmq#B)6濩''~`{+{3i?H|Ea o%=7[#qGvAJI]#ǁtfF{94x9[Ԍ{ ß;ml,2M g 6 idG75 sVo.<)]\Ӕ13I㞹+F|/>X(ҭUȓA敽;~[ZzU|;xYG)8`E=+EB ?u"Ϝ|RV.Mt owCrQO6[NU C*8P 0-ҬY%UhQ?6=F>vUJxu<,sv_>(,O^xH^D8<)J,tk K/B#;[&i;M?3JX! VTꢾ|{/I?g÷ݖ+C gS( ({gZV n#с^vd"o \\>R'3G,Z 9 J&\[wm-PFN\yU"?gK`cłXg#^4+=6B8)&HQM-kSƱx$|l{+~q:nejr;sV$f?tkN5qv(W9Md|Q]PJȡcs֚ov+Y2> iڮu:5~%zȨ?bo Vf}> J)ZqwoX/VDvS׺`;eW-jҭ.iO J}{lxR|WŠ%SI^iybdFr}k}ZxCUO?Vv/Kxz/&?z>]z_s?EnpQ@Q@KUլ]>KDq wcכ5{Zٮ'U c{gZjœzOW\-Z)+ϊXYfQ M/kU}zSi{&%1\E4$nz{ޮsSxؚYR@sXi|Y 3EsF.ۜn>#o} *ǣ A2k)l!8ʰwMWR}GhrάKw#* φM{O:m6y$>{f^n3Bp-?+Uv$-D㲏?ti{<$_{}Ngt\bGO50rvWA^(/#3S9(0 ( ( (u=w^,spbt6vƛ=9 ե%Q+Ӝ >F;B+[Stx+|[ܒI_k}ԶѵԐK2G̥sw+Ԭ} y:xl*]sx֞0@p8#µ;_3; $ tfHSˎ=9aúoE[3Qs1yXǞGP4iq[Hߓ+:fqG]4<֍L./K꟟Su/ izm<%*T $4)+s)iӿՏJR^.V4"Ts}t+qPVL 'TWПQ@Q@Q@ *b} եZ~^hl-ڷ\}>~fō!1j ݃"51mS>f|=]Kܒkj5Kȼ>+}k\4u3Mq,,1fo5ʳEpu<]_Z4sQ-$1~ޔV仓iOY`?Ij3I(C^ ( ( (_=xcF+Ѕq?KGbH?5{H̍n9FN7s /pi1 G'-qw\KqHaM|hSɪ,lBcb>? UQҌ>w0GH}>JEhqh';-EId#v龀}ÏjM[Ú/etg~k<6ʳUV*gt}fU{[V(cydnK=᦭P@88qX{/o>Uw81<$5]]AӴ 1oaLCGv=a1ZU QjgZn *Š(((diiOu.s=)GfKe.Vde]HNI1Om'4c8cXEHaUFS ( (6ú-ӳϤ;,f_ }0Ѭ=a~Ftiwb"I%[+[KhmQIYJNMNPEPEPEPEPEPEPEPEPEPicons/UVIndex8.jpg000064400000033245150211511030007767 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (M4VHăs;G'Ids~?դԄC8 h%ix)ۛ=+~+/N}3 v=ZU'hћEf0 ( ( ( ( ( (ľ$֛gȂp7RsĚn<@r&Di_^zklקyEyGxY#fWR Gq^Ҭi졢 $wySMq9t3L Qm/ym_?:+>((((BBf 2I\iné=ZgXxG z(6zKUy/. R }8>7ß K XMlv7C,Wg QӠq=r<4mkKэenQ_Lx!;ofc~uWf>/.>gv,臔߇O_](}>~y*J=xheb$^,0+▋Μw<k?Voץ??T|^@w?><t~+>(+KB#^vc.$'CJ*<{~( ( ( (} @80?Ѻ1VS_ E;wߩ7͇)`j VƻZIy>,⾛ ѩ%f~zv\K ;Exa?Td|[\B:_/'rgzo"vԿ)w]B5ט1<~,?7_WVAEv8Q@Q@]3Q !** A[񕜘K 'GsVT1~_q-榧E멫\ {++(e ЃֽUiՏ56<ӝ7iW5H4'+ƶ*N;->04: >_5Fھg=K?:O:W&=vVa]v(zg<,?V "W_,~#ҲݝgJ+ ("xH۪ M&PLp}x U_7=,Sٽws_T|I"^S,XjτW1FGſ *gr(|6}'*'+mKB#]y:~syFc6XaA=Jo 伿M,&&:|zؚ:Q-WN WT?/kC=7AV?_;j_~?~8'䲎mBe˻8eǫEsAx硃1k{.K_7gM?գOACK֕V`9(|h-ճ({!ߏ*Gw`rkH'cߒ>+a~6ce v5}Os_e(EElDQ@D@t}~x3Ӥn0^,_μ:9!iuO@5Og;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ ((f dV=0U%D:aQ6BirfɪޛS Tv֬f"BGƣL 8WC (3|@hW`EpFP<?|S{9ty='ڿyM),>ڽs/e`}yQoBwpo y|#\?͟I Rw^c{;4דi^[`roxEP-WP̱k%jr{ n]HG.rx+3)ZMjS]s7m7 }jRYՓGvvN9/_p|Q@Q@'E3Ed~@מWg~1YeKMl!f9bIxEm_ }Lx?T|^@w?><t~!];7^uS<_OϤYE|Rk1bx=Y-z÷wcy`},䥋(#4qU=ۿD$Hx v:X-WN WT?/kC=7AV?_;j_~?~Uė^Zsf 4a;Ӝ_F/ U Rfy&*DzeEm_ }|;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ ((*bOA@{_Rx#kտȯWTUF}L^o[{{Zk 8=r*]եgUlCWO|DIN9=z7εї,Sd!+"f8I]%}j~, ?nnf^^ʓVo#֯o,jYT kt=)tiXz}֙Z|֪̌PTSNI"^S <ŏ>v\K ;Exa?Td|[\B:_/'rgzo"vԿ)w]B5ט1<~,\ZGTba84^]E}<{~$Ir::((\|8Ag{{u|WøZ/;֭_9+Ϥ,_K^%'^ף_AZ,6Tz5%ZTShќRYt<O~^ͥh{?2++0T[Q}y ^|HuH}4\>yŏ\5؊&uSQGV,noi:XR*T٥IƜ\;`K!_\]6 ێ;W>\.l^'5.,Ȥ|UȭהB 0XjτW1FGſ *gr(|6}'*'+mKB#]yЗIѵ r魴>eC!]P@XԊy_UpU=*:έ}.f I;G|~u׳QfU_*v +s(|I3IafF YdOgxJlN4uϣFZ Vr!'^_u]ruggkØTb9}c>v ^{S56ζ|Sʰ"*LE}1h4YAP}Wn;ts_iF,mk]=u>n*ak?l&挓$0)#/pK"7t:iY+4!m%l"[X98TW~G v寊]N9x8աӾy:W;/qHHŝKM|mXS~_sa}y?+O>$[W)__?;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ (( iX$*ýqb힕rh$ /($g6@<89oE´lF1O`vWW .joZ+GhׇƳ>}n{lr5/&{qmi^R%Yc}& 0BAf[Bupc @8ͫbW"c1ՆSEygqꖟs_T|I"^SFϒXjτW1FGſ *gr(|6}'*'+mKB#]y~u^O{m ˞DWaQ@Q@xpn- ʣ9Nk͌$}._a˚~uG>~n<'v=QPʫףc]̫J1Ey4-'AmB q5Ԛ#UȌ'CUE6KϿ3AY42[L)V"\e:%$KO>$[W)_Og,}Qz_+ #tyN3~F?>>g\A!Kgk;QxgWhex APA,<]-kYapOIYS[_At~񅟊 AK & GWJ4|',=WJ{xQZQ@Q@u;k$gP{cEեl~{*A1_$}'Xl,d/ﭭa`0@*jB*19)96Y1Ǹk0S8IЋ";Io\|ҝq#tm%O _l7Vѭhpd0>}>kA{Wm%]_qu'L(?*O@5Y,}Qz_+ #tyN3~F?>>g\A!Kgm#֞%֦xKvX;kOޣHU&ά6oxwzoDb3Su+5}yQjUmrOl &ZFL\ppOg4q !d=pTVFXFq ?Pƻ3xEFAZ"|+8Y*; rWָykAEv8Q@Q@Q@Q@fhX77^|z('$~uJ1([}4IB2iQZWDs6b#qz? nMؕ'u#y.7- \NLB(#z]N\eMk8U5m&Cᘩ.O ;N'|M|SEyu\=Ϊa0vZ SyYpDݏ@5e|Q;}oP[fvB0=($> (9^"mC틻ѣAD=kϚ/cr$ ݕYշgsϷ&sk#|L?^7RnTF}& Z~h+Oς(]-%'/U?&|3JqVǽ?[j% ;M~ԚoDgxlj?u8dX-@~Wcljq @<֚ѷv%w6|J5kk1-e zzW_e/Vy1p3t_Ċ+sO\&Du,s27.Wxm'O kqO݅AY]lqDUA'dZϏ<-ckv\b̹qS0ak{gw"}ےO <[-Qխ`[ܳr9l#XdP|HZC"£&kf2[v'%<ᑏougU.畝PW.#m _"!ԟ*Zy-_i[}NڟtDO)rrnI A^)sA?#0P8.(0 (>B+2jH&-wH56K>^( SzXBܪ>WpûuΚ098qs-Q]XtM;Cmq#B)6濩''~`{+{3i?H|Ea o%=7[#qGvAJI]#ǁtfF{94x9[Ԍ{ ß;ml,2M g 6 idG75 sVo.<)]\Ӕ13I㞹+F|/>X(ҭUȓA敽;~[ZzU|;xYG)8`E=+EB ?u"Ϝ|RV.Mt owCrQO6[NU C*8P 0-ҬY%UhQ?6=F>vUJxu<,sv_>(,O^xH^D8<)J,tk K/B#;[&i;M?3JX! VTꢾ|{/I?g÷ݖ+C gS( ({gZV n#с^vd"o \\>R'3G,Z 9 J&\[wm-PFN\yU"?gK`cłXg#^4+=6B8)&HQM-kSƱx$|l{+~q:nejr;sV$f?tkN5qv(W9Md|Q]PJȡcs֚ov+Y2> iڮu:5~%zȨ?bo Vf}> J)ZqwoX/VDvS׺`;eW-jҭ.iO J}{lxR|WŠ%SI^iybdFr}k}ZxCUO?Vv/Kxz/&?z>]z_s?EnpQ@Q@$%-o (͒ vGC޳4ڔw 5;y=Iח<|^*rڿ;}JYLV+NI804t`Wh)g3納J]W!x$ 8;}G^kӮgU1G~>e״R3Cqa^ ú X ";Wn>U5YЖ[^FUR )6єtmI<} 7*gxK ZWH[甉et~''=kcgYxH9Ďk`𮂽Q^Gf^s][QV`PEPEPRZ V8nG1˦y#9_Dnl(Cȱy{ {`u{U_3~*xȿqG}Ǣ9xY֛7vŠ0 ( ( (KkL7VOd~Fx{GKj1}*bqOsJQ@Q@n}&ݹg0.5 Oe#5M3eRI/6hZZ[Cob OVJRrnRwl( ( ( ( ( ( ( ( ( (?icons/AUVIndex4.jpg000064400000007156150211511030010066 0ustar00JFIFddDucky!Adobed"l   #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ "30@4 2#P`15p!"1!q @AQra"230BR`тpb0!Qq1Aa2r "BR@Pb3s 7O|+"J"K u}`*ګTG8iv*ګTG |ݹ}EUNalmUy# mu}Y52_ BO$q@:<{.dٝVP"?@!0TvyyC&;&ܻ!ھ <ιt콎E[UjHti'+!z:= l7BO|/u/q(#'D4KS8;3TM+Zf$׉4s .VJ J~s1zgf`jfjf"3A fu+Yeb~ $Ldl8hht`5[@yDFa %ĺe>LL103]LB*b`'Oq^-xWq^-ߖr [XK-v"PQrz[E63or a@ǒ:[cܮڼt:>+%7Ǟ>(&b0#Itq}nSn+Z-tqzav W'+k qܞpI< ]WyuwJc~D6f\tq}ni:8>4QFWO7`Z,Tŝ[:Y6w#bbh-n X*b`k((0Y]Qۼ"+;[bX𮩊55Gssj5&&j1zNnvu\"DP"KYwMEޔLZ+&eF^騽7OT?*dmUpl{ wenN;/Wt^Y{a33wME饝\1ʭFJv{*=V͂KRd6k>N>pwME{[?*Vp ` }9sq )(z- W{ p!wX9|q7 q#sG}rQ33)j+74װ#ps!7?Nr%,*؍|Io?M550OǶNgQ>Y>twMޜI~D mkjD6 Cx ɟIus\4@4J[tFl+g}&:]s Ȑl5 et@m eg񌥀z5 2@=9` 7@^ByF@q t~ wY#\bkeG%vfdDN>,rd7&eځ;N(?a j]`BDCEZf'bV|9pX#&&D4d JEWjG4ip>Ի~k+H dڧ%# ['ADXϻfJQ,"*]L|) 2aZc~aq鍡z@P8+"X䘇 FI@)@??DXXXXXX=C +:汴f5Q$(汳& +:HP6pLq~KLII5qK9k1yѨ̺n /]k0vw۵ cek@hD-%@DEdLj A"G20!ߴfLc؝"0zOw!!= .d='qtldIyi^wZW֕uyiL&xEڄb)/1ڙ.5"CX門#ѡa-24 3 FYI$B PtЀndf"Lj8n@ "" {fТQmņ|׶m!fa B1I͡aLᯗQ2zmB88adhN''ӗQ2zmBΑrltPczbz?8$j9d*QWsDN?QkoLޛP HqA~B9u*7.OgaXYgEunyu%9Z\p2X;_N />]FQ6ruBü 6P~3sӧ.zeFڅ;+{]Qlt84E@Fś$sQZ1Mi]P3@2}'zS#GaQv'YU Aև$i˨ޙQ6rqyup4xr|o`YX"ӹ=`O6e<,;.ZiAݮCP!#+ fFI1E j4-DP!BD{j/XALXAD2FJbX0Ѐ@c1 BEI>icons/26.gif000064400000004000150211511030006554 0ustar00GIF89a@(]]`هmܔd|}ݬnvYƑNϴfm{֏zzԕm~zwxqnoѥ홙͉Ў~oیenvx|ҥͳswzθ›䨪Wɽt{f̃ËǷ}㑽჌u{э卿ՌÚ׍trtjkmkq~͆r~py}}qcacᵵŚ|z{͛ڨ֚ؖmyѵs{!,@(M H*\ȰÇ#JH@YB sTpFh#B:2 t@ON4tYN?iq!!Iifb('jAH(#ҡS@QtРPK=,*P-WIX,2D 24rC2у>̢LCQzNp|a5ifۀE<>\qs*|(C!:qI3"I(W+Oj>Pc]jY7OHù%`DMXQ`}M^fG}PF-8vQaāznvpsHf @&X[!8? X@IHu5$>W7"HےX%OdeI'Z Ge #w҄_a " Ƙa$px@=I!eq 'tD -ԑF(ff^#5dpZAJH)Q&zhT!E RD+e Ģ ȺQ B5\уi P6ёGȖP&phȐCmH#p^H0 ~B,+EELLQ 4jEa! !IJ +PDTAr@hI|p$.HCD(ër,H(E2yJv5:m pFˁCYH[-0۰8+Cp %dA fq%=E9em?w"{0EQ<_9*H ]4wCvL+(@  IH^Hߗ[6ǹ4l*\ĵ Ґ' bj5ra渐U>G $A hEB8"@:H'PqeA Jܣ' A (p!<;icons/AUVIndex5.jpg000064400000010211150211511030010051 0ustar00JFIFddDucky!Adobed   #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ "0 @34#5P`p12! !1Qaqr3 @A"R02Bbs`pCS!1Qq2 0aA"Brb@Ps ԓXS% a a a 42z\o(V ۵muxzE%O/黥cqN&n>g]>NS_2n>;z@h,ε@:)aA&ǩs_4z}vGn=<Ψe^_wζ=^@G |9PH] ۭpH I"+bk?X!9Xf9+hy`X&5NXzOVl<=ckV's~vnFNz=rNV1<z=Og WC71{ڰ͕Zx.e2XNGBHXec߄^KLZ+p.AThU*KD܂ v6v6v6v72\I ˀ~,gUZ,h9q刞Gg$9j://cg gh~^HB\%K߹SXnL45-W>\e8ID9!4<){\TV^yV!Z&υ-XFU]Wu$:  $g!О7}ע}[ډ%$}]"&ʘEt9jkLFW㓱Q]e'UcBXJċ 1/o>V[υo>V[υoY[iM y](SOd4|,;#zWⲾ)fu?X #kHcn*u+dK3fFԩ5y#_pNɕc] Rj@F$N/,2ϟQ }W,2B-w{O'e ̞OJ]~^ 1iEtx$k~gAjyyZ糧bLS`h>^5KwYXTg+&TGuL5v>=AxKwm~OR VKgnؽuT(QBG`Vhn4kCN^jOkZY:ǖ$g[v/h1G[kZ<(KjWS_҂]C-L6Mŵ6l.W-fm^1lReUWAؕ~>I5[?os%Y1ʼnl:n*س%?'i LZe,8{vQZ1F=E󏂀#Ye(͛c,=S6)5S2B#vWL{‡E@f]8ngHYFf' u2,+LݙL&2%ZpXژTLdHLdH??j+TqZx9߰剓XIE@';$di2V0đE(V`˙#$2)~GEllcΜxg4Gs.+hUyL(< LƢTiRo-MJa(Ȧk a(N8Q&S DGr??%FVDvVvЗff7KLf]Hre)j~,I[L&tE3֣d6Ck/-1u5kurttn&`# q!u?rv#9=_f7($ETԥeיG)wvBQ|VQ~=f"g8_ul/EG[Vr /I ;lSČ\&)n0D1?+?rcMB3b/& 3RĿ+t62EGJaY@1ǺVߤ]V;yn:` # \J3"6YVy R $f'I"FC1i+t)d_kb /pY5E%?( &dL7@۔'w@6cnBVYA Z =Ym)+?icons/UVIndex0.jpg000064400000031717150211511030007761 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (M4VHăs;G'ݎv:cgį ;B3Y:Nߟ_4dgl僇pNӂ+JRRWGD'ǚ.(XQ@Q@Q@Q@Q@Q@_YkNM3A8iOoMO7m9HS"4/=O5ɈQX(ɢO r;"1WR Gq^i졢 $wySMq9֍NIy7ß I X?iJ2 *͂((C .QKNJAo&qϖ[9ǽk>E%V=Mtj8>Et~!.rξZw+6\`-2W51Tg=5 =L@ +(j-e Ao$rOݕ'ʛ>pLKI,3Z࠯4|<בW}7S\.fCb1_6I+ ãaErb3X2=-_P,+cgYh?qY{|0;B(( ȟN&6dhd;x?+uNB]89Ua[6~hƲ߃7(?^<%͇J,⾛ ѩ%f~zv[M ;Ep3˿7[<-k4&{DhIiK"jrGn $NIO|tNlz5Wٴz`!2Aw/ ]gЍF'de|ɩErͥ=O6m뷜gj?sW<}۞e?r|82 ӫ5[|[]-7s~wJsMŠ ( (9Zn쟘\m|ftŶ}Z_0((T(?*O@5cuδubwְo -e+Bָ1u,T[XleJ׼{iZt]E3[ZgFnEfR5"ꖟs_TI"^SB>v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~n4aw>aEnwQ@GTm|F Q^w{e>t ^Q_3m%]_qeu'g+qw[I0AʔKA3RzyNb+KݎG?iYnγͅQ@\[CwCO@5-S~ }_?(?xYwFGſ *U?% ?/ ]gЍmSGrYGr˹vp1W[ ߓ5:L6C/'U/įwrj溪y#{T){*jP (8$ ulws1ʑƻ*ܚ 䏤dߟzXCmݍqS'&WB Q[#e')9>EQ!EP?Q6'c?*L'i=HG`__mfxEm_ {rٞEO;W&|좸pe+ЫW##0xGZo"wԿ)w]B5'dw}NG7_W\0;Š(F`Y I=cNR_H:,\|N*<Cj4*V,j鸑0UGa~jφmѮJX`p2+(Tx|j=/$ϠcqZX:+ϙ ( (76vɟWatl.A#pN;gɉ>'GQȭה|ڽo7eÇ .?!];7^wJľ_>g\A!K;#5#v? ?i'ҽPERu^\6'FڌĈp.x8'Ҽl2t֭ou=,5<ދqysvٸIq{v+*՝Y9wlaN4d0cLٕEK&s㝰Q@yZ ,9T_~FG y|'/՞Ttߙ^c(^*?VoKf|O;W&|좸pe+ЫW##0xGZo"wԿ)w]B5'dw}KZy绱׌| A]-Yߣ5+J ࡎFK_}F)Od]vӗ4SgS}Bp sy3ZDI9,i?҅XTWE¤˚ƺeܼgA};c 6 F?/E|;%/<>_pWG˭ȩxYW ykk w;1%wtW.PEP%V(x8aTQ'Y2J>\ }7zh#Q~Y$[W)_i->|^@wgd|[\B;__/Ii Rv؝ߚ:v6$ ţ0Iޜ׫7NT t! <ryE?nOFK+H-Ya 'UJ#QQVAE1Q@`bUfCw`y?T' 7g<К].]ϣަ_Wٟ8PEi6V#>ڱV R-*nSd䑋;Ork[VFY>\b=GO|N.*&" tS:gF\AMD3$՘ƶm%vdG=4vCϗkvFFƾO7y{*O[_CZdq,qgcP2IEҬgwaZd8vJi23ZAS[M:'ڿyMlQ\8ӿUtK#-7AV?_;_;_>]D-#W}~"^5˿$IE܎sN ( GrZIA^)h_{Z{-h>a}.x0z;^a}hS)8iP~O5FsׅIfӔ`?zW6WEI < S[QmE_%xbTWk!5"1jpo;?pb+Tk_O F#Xʶn>aJSf'qrt_å,KtG/ƛ qt 007n8z_dr8x_ֶb"}T|I"^Sl >v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~:5tu2\( g,@El¼Ob/*JrWH)kU4~xgVdR@UV$i#?:+\`=%9SK!EhtQ@oIYIbrIͱ>Jo_{X /4'iP5UKğ+j7k%>jQ\8ӿUtK#-7AV?_;_;_>cF +j]Q[EPESM*%iVۋl+A%T)|NEY'7=ٰq8&7;{~,6g6 ,W,ь||=ҸpتisSN!Z5Ascy6Fkۏ;kO__}'*7a z 0bw훫N fm[Ꭼ6ej+;T(?*O@5ޟz<*.q^}霘m: E9VddN \$-)$ǪZǔR'ڿyM[3|ڽo7eÇ .?!];7^wJľ_>g\A!K;#5#k;QxgWhex APA,<]-ũZ0J>I'1 ?&XfY0A<>%%tzԪS(4 ( (rRrm?=b9ǘ=q-|.aO?SpDv޸;G_*J ߩד}n[ɔa%}Ey}[&ه=K?:OiP5UKğ+j7ke<>v[M ;Ep3˿2>-WN WүFFa/䏤YE|R?klN~~ 5$8ݥ2Th_*iQvaӭOM?،$$ `t VuF**R((GdUQ@Ts R NhѴY4Ŗvds=뾆Ha@¨^>Ot:磘R1Wy=_;J[>hdx?+'Ωo$>->3Ԭ6FrSTWCmQ45[_*Q1(Vuƽ)S̺U)cSu+5Ň .?*rOl &ٞ9'l}Jz|Y-`\|Q/H13358u ?ʎ-~ܧx-PEPEPEPYZ4:3< eRjJ2w_u!RPTVaE_<^ͣX,2~@H\vF{q.X[ØUtZ8  xR)P^J[pQ4Go\$eu'k]gPEP̾ 񯉮>1A\kY%60N+yX$ $©%=l|ž&p4j3[L}1S\v"OD-b{U=>`94ާ" k? xž0vޡm?ۜ` {PIQh}AEIAEPErD-wFӮ{WW"WeS/cyΚC'c 5u#%z3J\gAjk;0aΣ ;;fcI\Gη~(Ռ7's?Ӟ}U/MY,a >j鸳5[Ki]!IrǨ=m+_mHEF?L4$Q]7ÞEzGQ@?[JO I_ %|L?g;?'?z ~>-DJv<64މ nDߏPpƱ Z!?\=52AGЀy5o'Km$wyj0c0["%@A7_Xcg迉2V*.枹MVu0Ydn\'(ۯO<0I 'Hy8∫Nɳҵx[Tm&"řsvD$F% x*Z>ZcugϚ8qr?:GY]2#'˴EFx2Oq 納2]cW.gh[':~FϚz~Nz[U=8U=׵WP Dh:(=I=|KQG~g>XFgrGF]w dڛ\N+>xC|nbrY3V%iuNJwgM Kk  <yUզ, [Ss"'99C$k~`zOAEQQ@_qRGH-5Gi0lĆAϊ^:Ԇ1Av#r9*ĥ g$T7Gʽ㇇?~FtIÏӟ 9l|iZkI5M}u= <;\0gv+uA[HIC/[&Ğ,~Vh59&k;U7dBJ|V< 23ɧā޾cVOhm;eahc9Nv&W9AkyqHGrZfO?]w4h:ǡGmpD8w4A޶#Ğ;Ҭ51Ų9I%)q_\",hT`(TI6|K|R9bk[sx- C_Ƽ|ԽNU C*8P 0|.Ҭ{Y%UhQ?6=F>m5Y&wVJ:1=#eȯ= ȒTo|SJJqV[^:0_F'vMsHTGx;VTꢾ}OďC4KELv<}۲wKG} (8|.|w{%n=~i6B&A!=%/z< x"ŠӐg]%żWvN :`ʔ8ǕX-3|Ѵv F=^hX%NFz1Bd+Cri$l_]= ko{2LQwɜg>G͞6v\F1*I#78k BInwHּ/s]os0?M{/uٵ y,0'=ihN.xঝWZ^h^gQ[\;gocV-f!?1@fl`np077{aGku>{#Ps>薱QÖ۷y4%-m5ȼRUȮl]Z&OSo䦼|ԽN❫xD,-UsyF^{c1e ;;ƥѾ>RS^F޵k[k)BH-ЩqI'rJח4<)h+E uNUEyڼ_teF>6Յ|]h״={hFz~Ux^³i>}IMFQ$szڄo;;Nu"EyH|vQGr#ּ'05vh{<#a HF\? ߮+E#ޥZqQThPEPEYȍ 3@֓ռEi X(vw7&5.5p kv><"w~|:jXitt fUSɮֺEތ_QL (ӮhFx" Ks=+J3UKx Ƌf26c=}=zi!V+㺶տ&VuNTj]4y|%H[Kch.R?W!Lwi[MdҾW>oqyiDsxWz4>{?_xVlde1[>[P=B ԯ罺9vca[~ k 7Bm ķ=3\P\GF.tW{PPEPEPU2qh]G⦓Rٞ  +?/HLO\u=W[Nhk? _`P^M=k:dlKDR_OLkÚ>>u[x|rm={u{⌜]ҫ*RY|[n/8|[(BcDkbcsJvsz=R//O=_w W<]L\K$UuQUR"oU!G>\6ϙIʇFaN&`J!2ȧ'~@WE]vGч%8Dz )Qր8?|4YtK+9o84ռ9XP7F}>aָQpn5ʢ0|0q* o,¢)b~Wg|5u"jǜ8̬=V鹿# yis4]O,Ž2/!}xiW#dS,((( (aii62mth!1=䕓!Ӄ|jhQRXQ@Q@qlۖs?3P>hY?#SN&hZZ[Cob OUI+ Q@Q@Q@Q@Q@Q@Q@Q@Q@icons/20.gif000064400000003652150211511030006562 0ustar00GIF89a@(oklζϴ]Ǥ`R Ҝ+Ǽrْm߻ϼ)Ω;΄i[Ս~񰲳ۖlֵE˽⭾{K$H8P@}\ޟ`έ3Pد np¸㗓N˷ m|z{d0ј@g ԅh41݉ĥҶsڿeϻոоɵԦS"Tնŭǵ|ʏǽ}ƹǬ!w]Y崤0֯ ×vׂ˸iľƮaͦe̪Ìq°ս׵²`o茽'ȾȺrCb~νq!,@( H#*\Ȱ!A:e `E3&%O4Fɓ! ,ŕ 霜1ē%*'jp"4v6u˓L$*F6K0p=PxEr OP4mR%[O(̎~-\py 9ذ8`R*9q$1$ E69c O( Qst0Vp1a b-ʂXŇ&aA̲eb@58J L w`ɂ0xÍFrĒxHvKHpi  a @-x$iD=yw|cMS5̇$+lG8 (6C/2bq|%I,OH6XlB*Ww;icons/31.gif000064400000001624150211511030006561 0ustar00GIF89a@(0+-~{|KSZr?0=8:fqx ghj㸺BBF}XXZptxqWSU|`PRaipX}׈CtJFG袤d`bn{clrJJJQVZqnoY\`]di!R,@(RA97' /7?65 I / ? '5I'I'¶'"I' ٤+Nܵ8ؼ':I2C/^%& } :m,A%i$I!A82BưXI ~R2LĔN|!E 3 |.x"("6xՌ%3<̐)!z>I! h:kB3 F.b>&B¬W @"{JB³gtDGN0)xTّ; ɇCwOAxXxd<<"hH?9p@AGz.. Ux!-(5ODQh{ "CYm܃( ^|an!,@\"!/7#" (p"a ;icons/UVIndex7.jpg000064400000032613150211511030007764 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (K,pj2sCvՂW>3ЭD8~D((((BBf 2I\in֌cC/stχ|.3cEb\~_hDȶm3~$~ʰsf؉Nv]+DifȜ# y1xwӧ\,E}a$7V^ZKm2T(ׅvFe8#޼,?C%;?-Mlv7C,Wg QӠq=r<4mkKэenQ_Lx!;ofc~uWf>/.>gv,臔߇O_](}>~y*J=xheb$^,0+▋Μw<k"^ ×9i>: AW>7v~(>T+®oμ\WFSYϛDWyEPEPEp/(FqQ7WF*r}k(c'n>;=1 A9JָtS/#'>Was:50֤֏O_R5y }={鮟#gUT%>*p䂏dnxkWL.m`:tG]:kf'-?>2êsN7߶xy~מ*{I/[ۡ=O s cVs[-a>^OT(?*ȿ׬9z3>: AW>7v~'!df\8I?\ݏgk[4XXLr=kq[8kerGک[{#2R# w_7toXg_}MO~dfkIvrzvZk/jܕR/{~[߽忝֤7GPk؞q^G㽟%EuEPEP/XKZMkΒXT]WwQ@ꖟs_U/@5%_џ#KGף8ev |SٿFg <_/el7AV?^)uFug?Çğ|:[CJݗ9肊0((Bz H xL %p#WO9*XUeSSuՃZ.cOqW2AA^*ǚMylΛՎ+WY[_Vnz['qN]Mm/ך$ 壎A{Qg]:AZN\~CL)]z//n/#^[{`DEz@ʥTUGn>cuδubwְo -e+Bָ1u,T[XleJ׼{iZt]E3[ZgFnEfR5"ꖟs_U/@5/F|/G'^A5yOgf+g\k?|$itYEx~M]ץ~QF o +k)v^_ +< ((\(?+lpta=s-?=ӤQ^|n.si5fh>Rw&sBoO),E{{=+-t (+hnhgd \Фel ׋Z^+ޏsq=gyiP5U[\RY^_ќ4Txz?Ï^a?+џM?Tf|Gp?.ޥYqg\A_7to^s8znKI ,bikv@KsN8s !djrm 49'+?FVcZ=8[44kOĆMpT*{4FTT*RpAEYEPYƓhcl,o±F5Jf:SS]: mx&B!)N/t}ddS/. a?(?+{,2oykG5}vhWpQ@業]Yyc*e{=q̣ *P__tէU~+rTAjT>K\RY]5/FeKGף8ev |SٿFg <_/el7AV?^)uFug?Çğ@^{XXDd=kosAeX9vb?|:/ Xx}<x]F~ CRTӽu꺍ZEn`PEPDn@wf8YR8sP;_A: AW>7v~![?#\]gK#L?͞*'+.oν,p<ܗ:_0\׫i^]Og6oQ^Q@T z ǽ>f htXO\U,4y?~hT.X#u95[q"*avÞ՟ ]ܱ!dWPz^IAV ⵲tW۟2PEPom ?j\Gw3_7ϓJ}Og.5ǿT5/@5/FyTTxz?Ï^a?+џM?Tf|Gp?.ޥYqg\A_7to^s8znKIGï.?տ4Mz7y~(H( Zb>K˂xQ]WfSµNխƺt1/.n7.:ob@|Z':)Ɯyb?LЖ2c |s_S (2=MUpOW]ѿzYy/'Yu{m6y3r0H?V'߭כjЇ$RzX"~m: AW>7v~![?#\]gK#L?͞*'+.oν,p<ܗ:_0\׫i^]Og6oQ^Q@R3R@P2I(|Cj^"~DzYX*:z#갴(14@pc?z^Ma`0#r51.XEY+[mt*#(^)>ǡ~կ[a4Sz֣:2 l$1%uD^~5i+$9OŖᣲ|7?\ms47V5y`R~_t#cK;*Mz..`#83+_O!÷RUOJ i sEKe }-_ў=/G'^A5yOgf+g\k?|$itYEx~M]ץ~MD_uAVcJ_خz7y~$Ir::# ( (/~ %0$|0+▋쾇wf 6׉s ø5jV< <2} }.CV_sZ.g9xTk9F-siu{dZ$́005_n_W*%EvcR#oM<i^Fc |v"ITi;:Ջ;hF{VJ8+iRq)lE:XDDr}i MvO//?kf/k 2)'W\RY]/Fs$}Qu?y]_7F}6oQBF3zFg>=MUpOW]ѿzYy/'MiwAc*r3 4UyUGG[B*JѝgtKH[#$w¾JTF갭᳷WYPEq$ b#Qmc3ʼǥ|f6uqاJ| -}Yu9Fdf/NѺskA9E:*fNЍN{{/Cهb=Λq[>)Xz^BL&"jV{4w_ XCpx>ǿzuպHqa9V657R0m{5ƟO FIq^%am|K4E ib-,pœ+ _ZrUcռYj< |ָ$ydi$b%&g6ǬL)u~/`0I>a۞\8lU\4~UjY^Πq<Կ?#5LjyJ?g0= Oұn Ɏ@'}W36\ݏoVNzǪZǔV?_Կ_/F|/G'^A5yOgf+g\k?|$itYEx~M]ץ~QF o +k)v^_ +< ( (8 Ť9Tg?Mr9䏥l<~sO.9hs¯֍DŽ8O9Ǫ>1Uz}~KyqԩTr09ٹ=ӈ-2HA8>@dc z~`ʸyrb150KyZ)E8*S+QpG\d[iP5U[\RY_UTTxz?Ï^a?+џM?Tf|Gp?.ޥYqg\A_7to^s8znKI~AԤx`c?u_-/\,ƕ \Nיюj+{Hcs'2C,@1W pZܯrh֦Gfx8QӖ(B((:ڵ˃V3=sKrbcSs=|cmw>ڬ62}wְAHנ5}b쏜osOb,wtqc~|5_ Sx$E~Gi>iN8?ʺj춒|6|_qh8qeI@{Q^{e>t a=pG/rNGZǔV?_Կ_UR$}Qu?y]_7F}6oQBF3zFg>=MUpOW]ѿzYy/'kSEuImnTD D;]+#~ok ]J.y7UpJw3_D厃_5\nyX`+^cF׭*InŠ((QHE,@p3@Ϭ\,$A]0o C Gj|3I֟=~_w=ƲOg9R@'q\8=|uO[y%_lel,졷\b4 :槯Tb3l*R9@9CF5JeҨMMt- q;.}p*"^—#Gq ?z3gψB5yԾ_4?a:o"R?&S?Cu#zє/Vsf/`Q@Q@Q@Q@^ ?xA=85x~A8^iGAw'FE{PY!!0U6R$ γ97ٚQWū>)Mc3z3gꌟj[cY*o-V[ߤFq5dgEx4z7YX&,RGZO~ʑEve@S _?͜ٺi 3 ( ( ( (- FϞEβF5%KxƐ(FQ]M*+S0 _j2͏٢޸?v?SfuO=,)=uzt<;Hf<ӯC.Gkz]zyKQP//~k2@+?.\`ˇGx6_xj̐f:kgpʹ>rR~?cBoߙNey6{ݻm&ܧj Ztpv=\TdTiкUME{Q@/)ǢXhfgU|0O} ;-wmo,8HBǠd^2o>(Eg-Oq3yqǻ!vƔrsvZPQRPQ@Q@׍uҴ-+G{Wy/}>OK??ga hJڟDB?0hQadEt` <ijFRDKOXmoe 33w?+q)=ݿCpQF]Sٝt},<[Xpt5㺾>Ky9n3:zץTi/ǗS?OɍFFFGQI^ M;3M5tך#ܶ^%{^WWGfQCĿ4gʛ?^{K4ɉoʪs>72"Mu80گ.zQVQ]Š(\~8q#^|bC /~zC P;9MbR| rLP@#^ßۿn#M:k hi_QGwt>`}bQ4- č g?𞄞o Z3Sߠ$|ͤ!-W_Oh?n+45}*!%vfcxu@ o_R1+W'O|_oȰ41Ā?ɧ{;yk߃5[Y~#w-rNPI'z4MwcУJIVo"Lgw;Vo[S]mkOVe႒q84TE 0 *$ԋHU̪@'\>T{WUF'~kүS1e_a峔wo;[_Ir9sKvYӔ^aZ^kOLdКKZVTI>Gx.|5 '0@S9KE^J߲=+̙Ѯݸݟƽ|=?P0 ({gZV n#с^vd"o \\>R'3G,Z 9 J&\[wm-PFN\yU"?gK`cłXg#^4+=6B8)&HQM-kSƱx$|l{+~q:nejr;sV$f?tkN5qv(W9Md|Q]PJȡcs֚ov+Y2> iڮu:5~%zȨ?bo Vf}> J)ZqwoX/VDvS׺`;ee]GgHoduIW~^g*2oyWϟBhڝU ?^?zyURHH3ZʞǬCV :TM9f`>O?>*sZYU>L2}=–&VqG_5#?[U#J1}>bKQZQ@Q@#(e*#'<<ekͽުZp I-u=MyYc?gBII~P&WVz4(-1akO';VzKH<{Q@ߍ4Ct*Z.޼k7YMu_Ppe:iM?cv?_)}kol,5$8 *Ez9}Xb0}4~ҞaUqW&O p }@9QO˒C qTɪs~Ju_G]M}w-×VJαlE&8Ju >_͟K^Ji#(>,(((q8\oV?YEZ/p? ^gǘ/s.ޗ3ӨLŠ(>kYd#-nĴѯ>YX<6ZY5{KO8|G'̇bjyКס pm>$@^i'z YXBcfTqv9&_Y-d&k=Gs8#g{~?JIif䑎Y݉'My8l/]z< 0M[Xt۝V--##u'½wCm-9m;zzAy"Q^4| ( ( (>$LM݄9QR/4_^f\uYy%btя]XQ@Qր8sv׬鬶c/jQҜI#Q-1?!|amդ޾_?#rTJWt(G"3pFI+< _}>r=`牖.caˢhZ5g\,w'SpP%Vnrz ( ( (Ս򨻵/*%>>o"xc%葨U敹o<5% ( (pX˦ڳ7%q|7eG`/ E/MtֈR(TX(*j$-;Šb ( ( ( ( ( ( ( ( ( (icons/32.gif000064400000001547150211511030006566 0ustar00GIF89a@(uvxz}—ٓ􎡫ēѨ핣񋏑!),@(pH,ȤrLi&BCBx'@AV @ެ:6z/j"]`  v}}T k T   Ymw M Tٌ K͂vylP1)+y@P~S<Y (]@tY+Eh# qH_.!x č2vMD:ҙK. D"5>0 ĭB\:T Li jˎ}`rF@2݀uzL_NP Qh% Ds@ct!fu/  PFAb%PkS.7#r 2.B+S)0c2ȐaѲgSK"+B߅r.N^j`B;}#( V#ŏ\-:l!x 02xb ͳ"1P(D#&U $׈1ǡ$lu͸S P`y`w$لbBAA!gaIUa`?Bv|AEYO;icons/wpf-SSE.png000064400000005145150211511030007603 0ustar00PNG  IHDR00W ,IDAThXiPN鴝N{gsvT#u&n ZQɾ%–@ "*UAJP(muj g/~_ssW X%Y%Y%,,,?L&AϷQ4\)}~fCwEEcD3"~<ϰg_3ii䑱y[?#Ї\cmWz0 {=;::a8=efWx]Wq /M q8I9ni-ؙބùMȮiAw {Ǖ+W\s`zbrjh`O-%<6V871flx#cLiĭ;3㋯8I`~~N8듛CLMl]JoI1VNJiX/Śb )c:؟.C@oNLL/^]&6܅Kr3YZeCt%eP֨iiP /Gdrv(e `Cx5l=E0=3[3!PgB.IM9 ףHIJS#YXӊYu  YQ8(oógcŁ4|d\Y榦V(//&SU_t.r”XM; 5ڑyw*O2%e]geuq/|.$T@#fff"..7#B=4Z-ƆUH4bA 8J,z?n5UX<#a-EVdFEEW4''IIIlpIU-(aXPAt86/09_8 ߓ>q{á'sBDFFSW( Cnn3:5 Zajۂ]0OJlNk#M>H)T!fٲ2nevUp H^^hщ=ܒymX! g%elM;v_ڢ:""5X.3NkCrv-VP,> XdŊh"%+ #Cer22S24ARu[r{y_d=*p!~whXrJ~`o9;+'db3N9>$ヒ@Jj!=N869XdVfN= b H+F@I >?GhzMZpmaO$OhyV=N!& :sYN\oSVXqeRs#ycjM\"RR+ݣ-¬+CXT!BS~Z_(~oP$#RbO tًA 4GGSƎI5_żjcx= o@^fήq@`oC" y9܎ Y%f!;[Թ`zss` Vdd)⃝B8/F!`@ZC~ /rJU7<'Ofm]7vWViRddm%6(gVl!| ;3y4~Wor<GB|07Ŝ (v]$#E ;Xn9u`)DRW` y:޸uşڮ>~k6Ere?4V_/ )Ec΋b_€2dd˕}'=v G R_zK$K$K-S>\IENDB`icons/24.gif000064400000002565150211511030006570 0ustar00GIF89a@([YZ͊̓ˡƀ}屯~ouyՎgou˘rچڤʾ`fk낇zwxܮҥ׷ƞ¿z^_b΄sst𸺼ەְѓvz}x~՞䓿ҙyѨ`\^kjl䠢ězʖ{ss|z{֌u{[^css{sfffmptÔّ!~,@(~BB$$7 70T_ hT $bh@@_FT= =0FTȿBM P1Sb>1bB$0hh_/b$0=h>{mNk)K\ǽvTǝ}bYl 4nWHI24'hGT \_q 4i9P[P"K SSdW P wh D*w>a#$@qEDbD&Tfqq `!JFxb(a^у! ܡ%;0A3L!$(\Ƹ(8, !$C{#B)PЩ!g }n,Ĩ?Byl܅ Qn CV~ hXC[T,a1.{nW;icons/UVIndex9.jpg000064400000033231150211511030007763 0ustar00C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 ! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ( ( ( (M4VHăs;G'Ids~?դԄC8 h%ix)ۛ=+~+/N}3 v=ZU'hћEf0 ( ( ( ( ( (ľ$֛gȂp7RsĚn<@r&Di_^zklקyEyGxY#fWR Gq^Ҭi졢 $wySMq9t3L Qm/ym_?:+>((((BBf 2I\iné=ZgXxG z(6zKUy/. R }8>7ß K XMlv7C,Wg QӠq=r<4mkKэenQ_Lx!;ofc~uWf>/.>gv,臔߇O_](}>~y*J=xheb$^,0+▋Μw<k?Voץ??T|^@w?><t~+>(+KB#^vc.$'CJ*<{~( ( ( (} @80?Ѻ1VS_ E;wߩ7͇)`j VƻZIy>,⾛ ѩ%f~zv\K ;Exa?Td|[\B:_/'rgzo"vԿ)w]B5ט1<~,?7_WVAEv8Q@Q@]3Q !** A[񕜘K 'GsVT1~_q-榧E멫\ {++(e ЃֽUiՏ56<ӝ7iW5H4'+ƶ*N;->04: >_5Fھg=K?:O:W&=vVa]v(zg<,?V "W_,~#ҲݝgJ+ ("xH۪ M&PLp}x U_7=,Sٽws_T|I"^S,XjτW1FGſ *gr(|6}'*'+mKB#]y:~syFc6XaA=Jo 伿M,&&:|zؚ:Q-WN WT?/kC=7AV?_;j_~?~8'䲎mBe˻8eǫEsAx硃1k{.K_7gM?գOACK֕V`9(|h-ճ({!ߏ*Gw`rkH'cߒ>+a~6ce v5}Os_e(EElDQ@D@t}~x3Ӥn0^,_μ:9!iuO@5Og;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ ((f dV=0U%D:aQ6BirfɪޛS Tv֬f"BGƣL 8WC (3|@hW`EpFP<?|S{9ty='ڿyM),>ڽs/e`}yQoBwpo y|#\?͟I Rw^c{;4דi^[`roxEP-WP̱k%jr{ n]HG.rx+3)ZMjS]s7m7 }jRYՓGvvN9/_p|Q@Q@'E3Ed~@מWg~1YeKMl!f9bIxEm_ }Lx?T|^@w?><t~!];7^uS<_OϤYE|Rk1bx=Y-z÷wcy`},䥋(#4qU=ۿD$Hx v:X-WN WT?/kC=7AV?_;j_~?~Uė^Zsf 4a;Ӝ_F/ U Rfy&*DzeEm_ }|;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ ((*bOA@{_Rx#kտȯWTUF}L^o[{{Zk 8=r*]եgUlCWO|DIN9=z7εї,Sd!+"f8I]%}j~, ?nnf^^ʓVo#֯o,jYT kt=)tiXz}֙Z|֪̌PTSNI"^S <ŏ>v\K ;Exa?Td|[\B:_/'rgzo"vԿ)w]B5ט1<~,\ZGTba84^]E}<{~$Ir::((\|8Ag{{u|WøZ/;֭_9+Ϥ,_K^%'^ף_AZ,6Tz5%ZTShќRYt<O~^ͥh{?2++0T[Q}y ^|HuH}4\>yŏ\5؊&uSQGV,noi:XR*T٥IƜ\;`K!_\]6 ێ;W>\.l^'5.,Ȥ|UȭהB 0XjτW1FGſ *gr(|6}'*'+mKB#]yЗIѵ r魴>eC!]P@XԊy_UpU=*:έ}.f I;G|~u׳QfU_*v +s(|I3IafF YdOgxJlN4uϣFZ Vr!'^_u]ruggkØTb9}c>v ^{S56ζ|Sʰ"*LE}1h4YAP}Wn;ts_iF,mk]=u>n*ak?l&挓$0)#/pK"7t:iY+4!m%l"[X98TW~G v寊]N9x8աӾy:W;/qHHŝKM|mXS~_sa}y?+O>$[W)__?;W|%|좼l?2>-WN WT?/kC=7AV?_;j_~?~cF +ثlN\ (( iX$*ýqb힕rh$ /($g6@<89oE´lF1O`vWW .joZ+GhׇƳ>}n{lr5/&{qmi^R%Yc}& 0BAf[Bupc @8ͫbW"c1ՆSEygqꖟs_T|I"^SFϒXjτW1FGſ *gr(|6}'*'+mKB#]y~u^O{m ˞DWaQ@Q@xpn- ʣ9Nk͌$}._a˚~uG>~n<'v=QPʫףc]̫J1Ey4-'AmB q5Ԛ#UȌ'CUE6KϿ3AY42[L)V"\e:%$KO>$[W)_Og,}Qz_+ #tyN3~F?>>g\A!Kgk;QxgWhex APA,<]-kYapOIYS[_At~񅟊 AK & GWJ4|',=WJ{xQZQ@Q@u;k$gP{cEեl~{*A1_$}'Xl,d/ﭭa`0@*jB*19)96Y1Ǹk0S8IЋ";Io\|ҝq#tm%O _l7Vѭhpd0>}>kA{Wm%]_qu'L(?*O@5Y,}Qz_+ #tyN3~F?>>g\A!Kgm#֞%֦xKvX;kOޣHU&ά6oxwzoDb3Su+5}yQjUmrOl &ZFL\ppOg4q !d=pTVFXFq ?Pƻ3xEFAZ"|+8Y*; rWָykAEv8Q@Q@Q@Q@fhX77^|z('$~uJ1([}4IB2iQZWDs6b#qz? nMؕ'u#y.7- \NLB(#z]N\eMk8U5m&Cᘩ.O ;N'|M|SEyu\=Ϊa0vZ SyYpDݏ@5e|Q;}oP[fvB0=($> (9^"mC틻ѣAD=kϚ/cr$ ݕYշgsϷ&sk#|L?^7RnTF}& Z~h+Oς(]-%'/U?&|3JqVǽ?[j% ;M~ԚoDgxlj?u8dX-@~Wcljq @<֚ѷv%w6|J5kk1-e zzW_e/Vy1p3t_Ċ+sO\&Du,s27.Wxm'O kqO݅AY]lqDUA'dZϏ<-ckv\b̹qS0ak{gw"}ےO <[-Qխ`[ܳr9l#XdP|HZC"£&kf2[v'%<ᑏougU.畝PW.#m _"!ԟ*Zy-_i[}NڟtDO)rrnI A^)sA?#0P8.(0 (>B+2jH&-wH56K>^( SzXBܪ>WpûuΚ098qs-Q]XtM;Cmq#B)6濩''~`{+{3i?H|Ea o%=7[#qGvAJI]#ǁtfF{94x9[Ԍ{ ß;ml,2M g 6 idG75 sVo.<)]\Ӕ13I㞹+F|/>X(ҭUȓA敽;~[ZzU|;xYG)8`E=+EB ?u"Ϝ|RV.Mt owCrQO6[NU C*8P 0-ҬY%UhQ?6=F>vUJxu<,sv_>(,O^xH^D8<)J,tk K/B#;[&i;M?3JX! VTꢾ|{/I?g÷ݖ+C gS( ({gZV n#с^vd"o \\>R'3G,Z 9 J&\[wm-PFN\yU"?gK`cłXg#^4+=6B8)&HQM-kSƱx$|l{+~q:nejr;sV$f?tkN5qv(W9Md|Q]PJȡcs֚ov+Y2> iڮu:5~%zȨ?bo Vf}> J)ZqwoX/VDvS׺`;eW-jҭ.iO J}{lxR|WŠ%SI^iybdFr}k}ZxCUO?Vv/Kxz/&?z>]z_s?EnpQ@Q@!Zȱ;(9?^WK>jȬEHͦxGO$t_#.w`Ptҏ,>?5:B ( (:_R]2Y+:tx,-/Z(hY*{ҷ(iv~bPEMyġG`}O^fR{~GJR_gS|04WO?5ץIޜ_GQ/QVs|A4#<yf ̧#{ׇ׍sw>!χtƋf26c=}=zi"V+㺶տ&Vu$V$hy9\_?>_ g2xKTyA+5>HiSVS\˧u. Ƚ]oŝiDsxWz4>{?OxVlde1[>]0ԟsũVgK[}q_{u!yra¶"ЛH1-#EOoLWI:R}Y6N?ei#ި?> ( ( (eWR+ z@7XеSyG4d|׏Z5^hf#\ =^=l-ZpCyR~mzc~!MiWשIZ}|9SO +C({It٭y1>N^ҞJ%)m-?[x|rm={u{ԕ9sD N&Qiyj_sGp14@e3v קƝLu/rI;g9T/"hsyp55IJK+ř#*]ceqvOkH/5F;xT^ǰ zzR[N=d\v'//?$ z+>\(((:2@a \,4>Qfe=z9[Z/j:8NÓk^OvS,d{tG|; 2=KE>"SszPGZIQfY,owڼV毢; cA-@ZxG #벬UY?EpaUYDRAijE&?-fVg ~aO uEt=WEt[@ oݏ~gV{Tc>Y֛7vŠ0 ( ( (g# HJD,- }jVBi=T((͸t6N9wW~F 4k,XAm}Dq*IyF/*xa*zVFraE1Q@Q@Q@Q@Q@Q@Q@Q@Q@icons/wsprites.png000064400000160232150211511030010236 0ustar00PNG  IHDRT tH IDATx tu݉;vWgiWkOIۉ;idevnDZ۱$K˖,Gdqp$ ) A)R$@FReIIW߾ έ8Z{C}ܪ} ںvnccޏy}[AP<ӵS r1ЯysLC*+;o6vi ^ L"]=:2ueo3\mDk],0 .(z(%j~\i\y/Vˇd8^ghs;E >{c. xI\exghx+^WXDUwRaVWND:|$=HX<F73m!H5vXl[j S0DzL5gx8q,TzqG ޤD WR,҇|abo4䦙}I~T&EMkj*L{\a_R2cUվ0`( K Lj8%-e͢_=eL7XAj*ICXt`jŏDJb\)E|T%,QӒ"FԔB[e f 9†H!AFO*ܘY3C&L+ iM-XMjF:0 Yy/fTk2 Dz>ND]в*Wt#ȔLM~@MRZ9oG`J}Ps $HE4 pOlZnb65G8 2x8uU^`L7IÐ*m)^e䄕!LCVWڒ@)qPgؽ!ibz?jFޏҐK:^^^^^^^^^^^^^^^^^^^^^^^^^^%øԐ/k\] %s/z^1[zaI{_zz)Jg+\zgҕtrTndZֳ-^{gt -wq\& #/ncӎ!L_4(X}\{Ac¶lz(*|U*ZV {-8h4P&3KܥY$c^as R]^nZNUtaO}?f[ |p^]ӽmnFL ״wJs/Lk*3'!\g4d D׹0*0936 B0մP9TS%>s,"wv0{SwZ[GέMffg17Ç:j8I:|{Sʁv9MQ~QwLad:_\oV/+wJ3_.9;I ]3(^yo3m < ɼsU ~ʇ*ܺ3%Gv_`k]u?Y_7MKA\*a kf%ItԲ3 l-sҧ0W.035f=- o4W?4*oxL0:$n $vj>EZ˧7󯜒ؘ畡GyhWY5I+ja[BCbၜɂIgΞ37ɰ?ewy6rzܤX S& ʙ|uH0_~9q9~=xٷoy+hAVP3S)0ۧ^0ov1t"LʩEa}R {y3$^]9*rWyxyW*L@0#G2cǎ7cF=%(Rv[Lsi\־A$ņ:P@+;̻:̥ '3!n sve61b)ß5O~>N<$kqLK>jt|=1@*Liےe+?IiכP);xC2Ehjdl@&du :{䕮m*?kfW.aa'eaiedMn.v<'iS Ya6w,J|<T6/x^@J>`bxg.D롡WI.~R,tD6#7dHYQz!)&&3C1YC<(YcTԌ/'ò*6kaZ|5d.7>OXNj̍a<k m5ީy.(ij۲iuLY7LP Xru54F}i\襌v;کvƁE.ʭvҒ:)ci>wb=sr+K4N}ފiVVYGH.(K^סN+kq=hP3oD]}1 7ymm P~ )Py)ې:⇜[mzR=zeQ&KmCH1Y!4iq';@x}E|[wM cN'KyNi6d$ټ@-ma#@is ›ôx.%u^)AU.x<16K1n{uo^H$[gXazGG@EblKm=`jΞԺoݑ^Gokwfsxl*표 O|u;y152;, XA"&ʜ%vHswIs q@ޔmS/O}ocIO5+M3f'W^#r;2I3NTe/}fO);^z{ߑ4dJ KfסlK%/h23^ܒ\=}ARbfR`&y V-m[b]X ȼgBыJ$S@0On}Wau̡S#'+k+gR/H%vɹHD^}@`bdQ~F,Pb&/]=%&&KJ>Vm%CόX||Oub=/+) br^2waüLn.S=|Nw1nVH5f{Fwegx3oJ ӓ֩|B]47짣6Wڒwk~[wfˆQ*]e}вLPӼru%9r(=ud& | X5i[:ܴY?>9 B@}ֲg>@z߱MU Tzmڷ- vE9C瘅l+Bn\,C:d} {*_%cK|sJ{Jyḿ zԘ.@5=Ax倸Px>)z S =[O6*RAOM&a&[>m̛w w]6{)ђzݱ,ILs7*T;^kǃm?;mѓ9(4 p}xj\W=[OZkraZUީ }Iάqb[r-1Pz:9ޗ{xBB&9עJKhۙ9#/jIŃգl+d9IjN[nM3H02|Bv;z5"SOf:v3/@ڴSTKn]s)]{,ް}t  .a2P-2ȼ1,gi^1׸FXMƃp0o"PީKPA)$ɦ̷\j6\L5瞻*7@+&ΚE)/A13/9 zw/w"j;Euґ50A1wXG5yWQRA,ЉX7A,Hޗ SS,NI*t'g" “Jc8[ջ x$@u#@I8gЅ{Me6\]G)qYAeT4#`:PB߆EϪX=\0n|>y{ATI'M;M1K*~WRy~yg0ZywP^/6KDL̐-ՒKUNKB p6Ae1Wb\ԌKVN\/V&u`1ttj9~*SChQqb{TU$^?YRÙR<[O>IJ# kyƇۉRٳ w A락Ki[zc*@C0ѥ6~]}BKФ (8]By;1'XW؞I?OW(;ȭt Z&M.' @ǁ;LKfs"`^7 }'_Z|8G'Z~l>P+à ^7┲@2J}|^^^^^^^^^^^^^^^^^^^^^^^^^^5#[AޏǷ$z 0傰^s|}aoH3?sz3/Nz͵w:n=Ps]mrTaq +<ß!_d+˅Z-dXA7%Q@SԎ5S8Ԭ"-bm0BK+-Pc/91լwڒXp}3Lj yaAc0"_uޓҎ_Z {L o6 ϧLԤHr? -9P!&=lnơ"^`'vJ5QT[d1,fc@JBFEPL\O RoJ E{KKCYbl8k&e O"pagڱ;Rٹkf;OyySof}{iz?;Ϫ։)_eуYy IDATI%ҹrUszh3wܦo\_3Е!cVY]?6R @siξ|L6zqoD`Ю_4KY[o6o@=xpA4R˟m_73#6➩FT&fŋf4Z?`&[~*DbfLR%.w5W_a֬YW;C?3a5`(SW7! =!Frλ`R`i;L4٬^YhquVYN/̮_Mlݴwk~"c-}\O9s-['N; n֌(Z s6dhGo 'ij8$ <ʼ;u6'N]$Q7U$w/IqXd g̘g13 & }dWO4IBq 09gj<p9sbT.̪=)3f uh+ӓ zv0 8ڼ|;JY5&7^5DVtڳLw 0% H"`jwZ;̉n9ֱ?u\L9sU@' S/KҎL>/o)&F}Z@AL+m%x-Mo֗WFgSLRaVwֆAᕒ|a:9;,M8"a^QQe`8@1ĵ4*6aRLΔGK0*LT@!ƁsRg>@![+,xMɁ̄`K eWƌzf;<_1$ eo^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^CFzĉmSc\{eyc)G;|? bqurHW?ONg'S"=#@3<#Ck;Jóa ĸ9 [r^{ C&Q! dj.ra҅IR9qf[+k&hbrwgWtXMU$0!)$ ҾX qz}? ӽSjrI/h)'Z{2Ih4{UT;J9xYLiݡ|eۊJ/^O3I^̤Bɧ/0YsKq3m,}0ޥƲu#O @ּ#///////////////////////////////////////////////}׏I]?w!{|~}YuGw,{|~}YUBﻊ7[2rxxV5օ ͉'{^9(i,f!\nz3o5<^ W@4;V{JX^8@񰔡sR,dE=5z˵rxUHI^{K  "yi,]lhU0ky~3g&y'(V.P7^Z:qTO)H5sJYC@_ʬ  :|hhA%^ceCJ\lX9+Mٰܻf<qu";<=kYn}TԼY e+9L6C^_fZpFmIIم~@{7Ko'BarxobWc vӍ7clO?WO@-hZ~/´rW"Sҗ,0(0??~K@8R❘ ԆJUeg@´?u}y0D8ט^QI.M07^K8IA+]x].%ɸ@GxP=! Si`s7~GV\tavN?8i6nnJ88?=6w??1͙3'oa~wx9PN7Tlo}:qco.ޅo$> %ʔcvZgCϟ7D^uM7E>#HۿR=jcK.]ܸq̯ʯ@l^9s&3=4wy?f[ט}21Y~1C~1Y~z1ˁYI똩"nRZ,wSa1SEhiC܆Y ȪzO0+e3U yKJYeyؐX)S1Ӽ1@lȮqԈ@,4tu6D_HTWB11I~)^I›t^d5bUûsw}6X?N~74ŋ Sx! ~Ը0G%1~WW?CK[o+KiĠWd}  [M-}F-\PW]D#{ҐR@Ls[, Dw{x;k %Y|9eB0ݛ%}%ϚW/rUrx>@orv90_בpWH”5fͤb3 |`^&OVA9t `CT$Ai%Vu}Z,3>Y3Kpncb0ua6]dɚ_(ghL{P gޢUR+L~/.TP.RqihȃZ(^mcV>ʹlUgtz3Af)H)@ aԲ[b}veKY|ҌfgMX q d{GMca޶g5~?N3wi@uA\h^!^Kօ6aluf21yn{FKq=`džA\ذ5okj534 BC/Q7O6bxib)- @n6[szޖ}{uN9qڏ뾇#V#>b0ϓ;>zёڎ_3o3bNֵ=d̅a0<xz,O&9F&4 u%>"0AUxߏ|4o [k5S9brީbUo}^k0Յ9{x9l4]NPN[W)Z!g֔C}Fj)0x В`1x*0;.nz)@R|xcMYm`-bC})ڮߋXӴr=s>}0,_lvS fCRG`L[ߒ?s̢YOw V>K=joԭfGe[=v.<1iXΌ>ܴUikv.QX?3m7^Of}9Аg <6LV moٽq:ڙ1,͚uFԊnLݴfN]Shמei@y*eܷKu+ֹ GYsUFV-[lfy\ P`b2ff޴f̜A`/&D<ȎibWG~g6@;8`SLlo<wo5VwG9bٽ{Eiw$UlbX 9`6LA a?ͨᏙgɶ0Cev/=f0uUd..Jܿ1iĞ6ѬkX*1nY:wAS}BI0nkxn7FUb@8aP08X1W۳on5,@RObsgψ`.]x^0RܱO HZݤ٩|M]E^y`$މW&TM0[BF0]jl{PB(4 m1NA+"nݼ^|ZJ&Mg*i3f?1*"k6-m K{ XX2* ( MW_ܲe[L2?FYU.i~K3g3W>%P $VKJz$A?.i'`^N9u}CmߎFya.slj G^/j$\ү8=:db }ؑC $I mΌiH,= IDATU# i OZ- E[|J1fUd9\< Rg&&)~t`|)w*|.[g/^U̪ީhaD%6w6J|xϮj3M9 /1O͇'«( P9/@ݲz,0HFa'.Ylm%ͭo|zjphnDݼ@do7Y'Z 4Nilz<2~4n@OUo&=Dpԧ`xpEsU%C3ay\BjO$ȣMKn}ɥݜZ{L'p,^졦i1r}!n3 ̸͛Ƙ|߼ĺ$<C( q[L@r!5V ]/^.Lo[g. @إzd)09!ls&ZS9bȒxS!~;ɓ{@jYw"XWz$1JbӟPy\8Hk&ٟxkά+H>xn_0>y'{kW\Iq'^Y=?ϙ_1 I0ԃf;T?{w/n,Sr*k1f)篾Wf֌a80ҥ%Qe0r4 ? $-2{S ̊Pp/uqs% 1bJ@c"!i &$͚CxJv$#K7$aU4u )*CZ sL:y . C40G!NgJ*~bI DQw'e0~U@'J<~U oZb? iɄ:THV̐|IU̇Cˑ|%}y7 `̕woPy7Ry }7+{AڮØa9/ 8}su^yb q1Ì7PYw  ,&0,ax-`_yhA o 3, oPW V>yM4 Iڻk~t>d`-.8^ ;ak t$'B՗͌'o53?ll0k֮{vBi4 TH#]o1惓9g\ޘ{Y^43,=l]dzy8qRmC%މ)̳!\\1p4M+d'Tӆ4Pevuu6~Z]Ӹ4iz4@9*j{jcF=U;@(ugs o `O_巚fM,Yr?fصtk-_7̆PPkFZR$E1$gpk2N{$Hx_Г; ȮyMhAnb) xM֜ʖ^qIJO2xϘ#5',0Pϓ6!m17JꄅƦdߐ!^ fϑ\qyGmK틧t\U5 ,Ey0\R"y 71ѭl* &&UW039oL3aҼ3talo0/`VC3rVzyyyyyyyyyyyyyyyyyyyyyyyyy|2uDhҤ`orCһJhR+^/׎@ ڭ;M0'm<۵勆.QL}v5>5avm)b %ai,'dEB6p34Gw|,7^wIcdȄ(WyarKMyGXZXB@wmcY砉'؈]ְ׮9uM^CBhx'+4E}TM+2iJ83"iӆ7&;hKso6Kj:TS%{5fd],ߔjVP{6;-nbHݡ &@Ey+f[L#oXdY I۬KcV@z)0$,L-sYӽ{Ez=m^y3ml\  Kľ\ ;T|'x `=~"`?qtѥqN31U mFbRޡ\"/tjf,]B 6Jltnu @tT\1۶ꃪk(h @9g7ͲYͦS% %Fڗ4TjY3tq#6[&Y0Fe:x3i4ҧ$J"j1k 3h"LxcR xv $נ ^;BPTUlM1-op0Okw) '&!;bK~ R,(.HjL+iX}sdӴvz|xfw߱tZ'0а^5X#Q<'|/J@e/G Kh)ܵL<_5Mό1A]G%KKm*7xo y5XGI>>-m sO?okb>$r?=0xxmP- Δ,bȉpxfBb;) IK(71{EOH{~cLc>uyffƄ'@yxź;XT2>pjl&U5OJIj >qXtHۦ&hp%NҠf.KN&)WPZDHoWãgFΓųo3sQlW%}?`;m͸/wm>?y(^6vxI8SOSydRTߎyrZ.m~ia3ken7>Y'Dp8)x<.eycfN qp< ŎÈ3>'@J w--]msi[I  Xzϒ=kOYIg=PT&m0Z)x1~c.$)ɓ@cIIRGRfJ:$|Ҷ<̆V"7$L (ɓLz,@\L01~;2SC,5xN:UWJ}RIu=U])K`/dRImXi)S a[LIa&iߟaUZz_Rܿ7M>K oI'sG{%H;5oj1]_J}|v'yir^AP 3˅I\ŋ:,w4g;ڶE, Rh[e ZJz#- I4@iWdC1yfg 1+wx^´hǰQZqKrxLNЧHX<5~W$L+F}e6 /o:H,_0mBd_u1/`R҆oY@)|\TLIK٧%s;}a҆ H0$ jHvXC 2 mCҙ'k8,'^H5&E 3-iF\avzxidg¢V/RaVP=&l՚3h7ϔ TؿH_<@=%^~}[aИ Z3=eTE%%b'gڶDߙhO44*,KX [7msY-fKY1L5כ|\"T[ 8;n]wfu\>fͩϲ?^d8+%YI6SɰĔfyذ׿|s TͺzϺ)ю1LtVWl/ua^LӖ1XsF|$)5W y7$<4I;ͷZՋIAx0p1q >|aIz[J0DvP1 u' (fW98NC+W7mR'q td ӆIT?*6i0x)K" ]J N۞{^͈ PS=H.$ئ}cZ&C]xLΎ꼞aP1 q3D$&I@HL@Ш5q{D"ꥢt6u}#//////////////////////////՞rt$;1͇͕4W4B-ܐԵ͕>ꡇ%BGGzڵw:#8i RSxx6{]NsP^=1E9KGg*ڎ_6Gs$"oz@^W4 pwvm/>0 ~xuyȄweb 0`HK C?f) &%46b:b6T`m;'4_o^Ѫ1Le2|{(c:?u?07k֬[U߹O_yw=&/J}1o6KsO͌qw̩]LO}:T_'g}.J#IB>\yǘ z!&G#L4[曞 @S"L۸UqvLt-sLs͒%K̮9SKS{^:{Pk&F%NKu\x`-f˪${ⱦa9u|aZMfsΨ5$IB ⦔La-I 9`OimtMWTӧ&⤚zegnkNL>i0;cL5ՊR[x֖܂Fa TlT/ncv%<+UM%Ĉ_2.%XfÔ!Ķ@l7_5wU ҤwC"##.o^37s\;рvfmו1I_7;7.3;6:e7-u7^SDasꟋ`Ҷ11YƵǦ,ZigFW(F4hК7 vNbrah_mFW@wD5X1 D؏O|]@q~++\̈́iDXsu& bs5Ү2l] ,0O f$1.J2 X6In;mצJ"=0fu\.VN=R[^Y3/]Ĵ'd5źgى% i.߀K 6lI= 9ڡjIO ў,^I0P9i+&pOL#0[{^K\_З$Okl7&y)0·=P[һ)\\tˁS'px58iEa1/t!whLCkiP p/<'^T^'?RJK.&Y<zx>^/M`$7@q(5>u;h;yIx '+uc Mda5M@1Y-9n;L`2L x6يZv`f`vh,ά'J2Ҷ-3Ղ瓒 暌&qT{7[S5| s={O/nyd!u/1G,`^iäØm :eͪuQoY2ᶼ2 ;ڐ| 4j Rx_Nn˗;˂X6d;Z(^6i2[Ni0wi,{R]xL.C|kr{<3o1_-3w9yk"PbiERw+WHZK"r8aG^l)+|z6@K t@ >Զd#cOJgb͜a>fSޥיއ2I>u [ 6-G 0C2{%5QǖH&QѬyר lkhشP=k!x6%d[ZmeEM35Ô@'^_'Ml'^-!+%> $@T5T˝$GLՃk'S-pKYXabxi_ϲ RaP?]|ŎSfԪ#ι{ǎvlai$_|I{Ӓ۟tiNgmO[̜Rab8x@=q~l.Ӳ3.2Ɔ?J&&vsBU<}xFy##wldOҀՓ;k_tK5WN}>gt P4LRO8=@#oOYJ*@p d?cʶd_k򶮨^Ý=1[wx'<0Wov$'i='K|8sI D:qpCx(xxwn͉U}+-ϋ1P*|kiR0Ie۽^Mo/y w*sr&iTgz/w>8&4&b37n==;{ܱvnw-RwvX@*VU Aob-@,Z j=YÛotI M2jq8dt IڀZV"lk 4aZϑ)8ndm>ǾUU?8~ya]eV!)iI׬/ -rP,bRV2×s.dy)qazy V " Z}N~_;]K \'U Xuݪ U(TZ#Du9*ڪ,yEzSdVwH׎%=V4`I%r` "eevz{&Mr8`EVʘ(QD%J(QD%J(QD%J(QD%J$c(eQ<˟Q{W.i뷻߈~y:O̯$ Nw_Ձzm?\ ӝxOb)%';}YWbs`?w4r|*$T`Ԗ<`/ Oma"K KD9 Hq]Tp}"0mkNgT NgιY pvOpQ1`fi]M/s76[}H.Vby#viS$&Vw&7q_E)QV7 a^_^s羗hgՅymt&0-zB(#555MtaVlXYU7Azwln LMN\n}fcԊc]RIcaP/'0Mr rCh PBd{/v]L)4gIr%$c\ØΚx%#%;њc*ͩ{}!1U)^)(zd07yԿic3={ {SN\"],Ҭ1f>d4]vn{~=ZC5m[]طضEf.,\к~j4r ~fLlVJB:%͚cq۱a;dpx5k>:_A޺!-eL-SٿVzaUl9B/ݕwɊ)pw<;D:K`]vZU0$.LRœ"u73k2aJwm]&֘{@e{IJ+`ݶ,&7qes n\U+u?~JBj0C>//t>AI/[U 1x2rwn7`gMw,1^JH9$rOҨU &1'Y@2x̒zKwԭm<h߲-Y4 My΀K%rq&\deRZU5;6c|wY&Ma`M>s!-Zѝ|:o0Kصܾ՞ch如 lI?[ #Oݗk2[~Rۻ޲6PW6N7]_g3rl7eZ< G<䩧͌0ygO`d59==mqFS _O?˦)TF0p'ɠOBL[fXlmir͍L5xx PAk@dSh+W{ۚRPnެ\6O޶:l)kWN!@ZGW\2LTؤ#`wO6wZ{čU71UHSu 3kSw.15ՙe 1~:Ul@SPT&5Umj7(a\ܷx)\V0h.*L7W瓇Zƥno"[.cz~QYl0XbYה/~mr{oNo}CI;m$^2&<7g} rn7e6m+*muNzb=n̂-kmn4RQm5x9:~ئ?GkhXm`0~Q\;g^j&6xnp=l$sIHZ_Z'ĉ1bRz:yTO<,C bqo bY|kѷпo9-+ʷj) G! p@7%0A^m4urjA*$Vձ{)x5V+`d[\NǶ[NC9wnwIo)ʶn3h$۹>@c+Qirʒ(Ҫ+eWC.F%J(QD%J(QD%J(QD%J(D޽nr杺]qP^]wbU' yqs//jrkW1qmo)l;\ĻwDyw>o+ap@$3vLMn gι2ɠJub` lHtҋ2 o-gU) kq'|?y,vvn]>Ɇ[+be7;dd>2`1P ToA\ߕ{]Y N';&c$ 7k y~ y9smn +gY0.NL% ]^*>fŵp(MK56؀8ILdٶ=qF}Cu}˼]e: Q#GӶKm*=WJ󼇝S00@@< 9Y@=H,cn_Tpubѝ@@cpX'!x?3dA˥ra.dی a|`+'~f%̀d0DBSAeI7 Gwz[v%p@pV)Sw<0xk0r2loȞ$ǤY|rىRdiɧL*$&.rݽT&ưr`O:R*0Ra[j̅)`ڔ:kYeXPLUuH~Wrp{ѧ246-4wg(f|f2{=Oݿ|0j@f{$|n̴FWzUwwUʹ3Kȑf0v~>>&x 0։j%*=Y3v_GtNp#jWl*C_%|{`K;5¹ض9@X0~R×ݘ.>‹6Ptnk]g]顣 G̈́܈w4~0GXV5 ǂ{ _qk9s,`kg-N<;nyl.v}y7y[yO]u |.;Mx~WO\ܬ)͂pSgi-mfM) *>@q_ͬnQK <_d\ w |iU$vT,+.% ; [J3$XY;NF̒[ZrM&'`f*-KIJJ`:xxE3E,' q9pM)Mpm-,뛺t%!D1XXٽo|N\?w܉uaP%2TWʔ0XM0cr+qK2xcΤRK$9-mz#$%j>%wr<Q sđ5R`A`K2&> ! eMCD%J(QD%J(QD%J(QD%J(QD%;Mݵ툺Eu݊uK8K,mRT~{P`xڶq[8ۓ8HRfؾir(eaQB2mi't'y_]9sa,gX>dPt`}EM t;f e=휳drHsysv} q90w:)1Q J['rk IDAT~Sn{#5R ֛~Nڶ1PUX/XNG9g w&*7tIP]q+%:ڶ1Xgrae9Xki^rLh<2@ hV\EO֨uϡcNNTyFoٌߡg|c!~&Qn}Y@ f01K7w+w&;n'q+ˁBx ֓`J9Pc['0k\f5d$r`nKʙ4c= Ҳy|'=I>|ߡz42cL A5TړwzrN7sY{ɡLbDO^f.5epY E`~sI>|3]MOC=icKxN9z29@I\QgO~t}<1福}c7i}Gv~cݶwݐ7ӟW~%꼭z2멕%2r~o.o{_b\\UV:R͟=:,־h& 0:X!VU۰655Īt3u-W S)ur =3yYsG~0w5/Ϲ?rGgFMvIUG]ٛ&N˄9//VPVP|r{nl5ޏF/p^ +KsQNn9s@Xjor$![Xj Xl ο}kvlnͱnwC q-S{hppЙ̸C@2߮y˶5 EXjogzߙۏfm_a0ԏ#z*7lw eQOJ^*T;>5]C使7o=! &F^e]u`P%&W3PErj?/`a%Q84HLZp#9tb)a7 pYSq|_}"Dmow+d7M'OV,BX%J(QD%J(QD%J(QD%J(QD%J(QV M7U1}!B]mSH,67Fs7z(Y~.M;qF[.՛'}&вI^U-z}C7r6{(vC|/P7a܋e  w CUG>m#G_G 2`d+Gl<,L&\d}́l˭Yŋ Jn ÎM'z)6u; ;k;Tnb0s]̹@`f<6Q<' T!$xOa>{^U,?mI6e͂>$]WcRD#qGk7xX7-ɷl+T aq:ÇzpUQgW[+hLھ`bI|Pm)fjHn.lJÆ */ i<\ݖ@E m SVg0ta,($` \I6KA:nfXc 7bzG.^ &2#k/Sqπrj{uɂ1L mnY歲5iR0)ISZ[w%kw xikk\qe~׾pVWm+ @X@ot53$Qg -bϜūD9H&7>v-StπR#ۘF7b$"``X,3wF c=:DyAuO|a^j6 1RVi|c>]uBO|R}3|=c[Y9fe9K*7c$z?Pߗ~ }pUj쭇ݿ?򌛶|_ك|;z?-|Y%Ҙy+& (s;K~$:]ڋblΖsvk Kfpx`y ;7ir7i{!nߑBB$7|mxsqm?&w~]gٜuҬRr ;L&~ZResWoqN\vߵ2L3q?|C7f""0@,G7wr#S,RX)e?ermW~n?X?I&-Ob#(KR]h?fZ{?3s&ּ}xR ae6eӒur'?+TE)GŕЬڭOsn@ nMo^m'?80`:95,&fֵͦTT1ecMJ˼X(rê@g} sb.@>G,f6w{>8;QҰr~YRcX& }uZ|@>rg`28zO#>VR] ~r"* 4`bG)wH|0woh}]Z %J(QD%J(QD%J(QD%J(QD 7mhmsL7n>^_|9^ھ͍3-[okz<嚚u{`K R퇸lWcC\|=wBTz+.Aම7C?5.E V}g%$aH` b9B|;\W픍 o: [oy `qemYAܑzҁ'IS] }NζM[,aMoz&PN',lཅ b0)YjZ5+a9MJYsoa5LٲzݭRuɊb'Q?1*oCOdp<nUf$qANJ6t`@`;Ye1@>[ d;(l$%<~`rTӘǠlH ҺeM>Li6#&0b0P+f1/STܲЇ ZNkI>M+6vVj\}#SdaOM/܏y`$ YCݔi^ӲM]z.w=n Fߒ ps|%_y~3aq oVpVm{:. 08)YI `]X(@)KՓX%;e:mGa7)(x0@TQ[c@4 9ˀp7:YU;e;XC?}=>dY7ZD}|@kXk!YStέ 1,V֐,m)Աu]}gVlf}7i ͏m?SmTLs䎷mK{Ek&0R6]˔Jp) %@{ܿ7MJb%zX&yYj:;mQ~j W'$pgַ}y3p{>2s3PvÎ@}!0P x{mLb-?|Z@pP.uYt*]p0 gөYm'q\q۳R$tCkjݚ=âS-)䳀ZaC tn9ycJtyKnk:Xt%Y&%`fh#:jC"c  ]}謖-Wh`7ONjR2ju`C28`;m|Yf[WPF%7 oMrLYk̼G#jͥ ^zݬ4bZ*sf0j~{nOK\X2ֵiqR7evTm.7a%6܀HV~YzY+|;ͧo~_xP IkJ$zO n ݺD%JX2H`.r,vB@VSwF`3GumUJr|+l(P VR핲>*%Ĭb|J&͂}aDدܓXu%@eY`uܱ'&Jr+"(QD%J(QD%J(QD%J(QD;ܿ/'}_o}vދP{+O>^ ESAU.~2bX%_]Xa14hͱ\O'@F&؇7~rrWr?;CVY}i#\.EN俇~{_;׿r 0h.?~?D=c J}$0n;z=G7x+.U_:-jj.@ ZI"g֮^Xf(X*S+7 ģ<:mk{n0K3Utk_IXd٤ǻ??r.ٝo7Kuzl}OݍwL'8jX ACcd0qq_'0CPeIBc'>x[@,tcnk&Vb,U!iJJC=C"$$Ur/HBf1K_u.>Wݠeb'av쇒6^]˹l(L1Y;zѓPN- ։S@tg?.ړϘvm_2Uz\ennng ,Q=uRx˫R*pHu'@/H`~bwUp/x :+OT (:? ,դ|ddeb>\5ƪSL3"9#72h>4S7РJba |F  )mdD;X+ej:03e] S $A}Ѳ9%訹?mq쳹1(A@` S .ws^.Z΁x+-0krYb-A[i@eqX_ `ۏ?ZX:8vL,4]J@+.S-0˪IGn<I[`a-6mh~ H?} YA in-T;h]IBekefe|igA]{ׅPV׏JNX,՟1%sLhAU6I|+,(P?< ^Br"U}X(PWn e:O== /~ ך3WeΛ'GPķ4B22fynek53D'NࠊrE(U֫*_R†jIr*ߐRTZߕ9P@T?Z8 \}+ gߟtZJ%wiRGJ?%s$AWg_ \ٟ†Pݔ4K~ϗqg>v;/LE#IIwCo+ 5ͪUF;!"4ISΛǼ x`fYV-.@ߎt.*44'JJ?LsN@\Ԥ) S, {gh]HytMW#_?ct; Vz_Dˌ%J(QD%J(QD%J(QD%J(Q|9w6yb15#g7:[ݵ+?Y>K>;~d۸!S߽}, ֶ! :\\w]czTۿscev7>P]zc}  X =lydo9}< Z SAT|co.pq`~bwBP\3h2*̛z:tc*0L%@ͮt|hj<b`uи?q%X)9֘?Y,ro4 |jp%G6dG2yɀx.zO>NL%bu`/1 O(CYLUCrٍF%vb1$T1%[髛u~ђWoى/X[!I0,$YB E;MBۧ?Y {qwjNep?>|_Y`K|%gxmMw ,Lt¸ֶ݆WPb+UK*Xj`?vԀ+W]($w5cǹ~* Ϥ` >PaUuVֻ%KuBfXreC+̰\ 5}nYn1n:ܳO,'||m7j4o4 RsVZxӶ%4/'Im۫nV;BS컷Y3)]t!ח^.sg=Vr"X^nWHZכ[gkuMS xQbӝ$kU_OqUYUb|=s3ulf @Owh&...^СCyqXw,U_iK@?}h?}i0){p+VXlY&3[RMYZ1554z6qbɧLس;ebP5.,Wf,e:.OOaJJL9=KX>1sժ։A^76˴SUY'\z2d aPknkoI*WGWz|Hw*\?0_ ىvM\˂&4$!$ sİ9T~Tˊ`ӯϳ?Q'#Q^VTY̓OILl )?JET óXq( ];5# db~ԅ=j_Xڝg=}q /ok]X}%J(QD%J(QD%J(QD%J(QD%kW^Ob z9u$/_Mf5r!~;F:\bהq3k Ieڴ[,©Fv)WVmX'/?4>PZK۟4 k2/ܼ_}nnܒ%>Lbݺ>7x>+ӏN'@CؽǬw.?IO8,HzZ Ϛ\& İؚ1cM9Bb^f>O*˳Kk亡 槟}f wK4bh "׊ܰΙ3ȶ3Tٳg/+URԏwH\@HKhd$*?SW3 ;g[+>T~NsDL-뫅FvҤ.8DbR^ /m~ѵo]Y݉>Ȱw0u2=G*ͭ-'.`S&e:ۙ S Ϝ)Ut2?C |PJ!OO,X: @.[e1ԩ}UϮ8>>J0n3ܻͲ6I ׸:y;0QfTWǪu|ۗ Q\ f^u2 /C;vDU8Ǚ ?RWCD߇YN,RVm T?JTF&K%\< &nefWTkɢ.|\X7{/K@bf98 R9VdW.S dpy_(K(QR;,RN'(sjR֯_嚛ؔsժEVF95G:-m6P O>T $e:*Xa@28bet9ɇ9:ʸjeKr27"!˒(9(QD%J(QD%J(QD%J(QD%J(Qm-6D(7q s{N<%xw !{kL^;۳ Ds& n5̀vpUg ߶ 5;gVcX2N8NbP<J*=>& ,\<'K3T1YV%@@U`LY/| o*JOR - WǺ7`̰M*:L VU {7)x~6ߔ'iJROyZ'ۇڀ,xRnl(7`TSn2*"rsl,eF h#aRx೷Zs-ιC݀K4TzwE/ <vj̷g[~ّ|&jDܔ)SMًQLbkcR{uev ̜rƌqnժvws{.ްCW^;kNuoݏO䛰K!;&uPBɒ㬉6w_csg;ꔐ4?kpZ5GY7,XkM/$0z{:4-K}7Y`՚ ܸ\]Ӌ; `۴wqU1X\ꡪ.=vp7g:eaÞroyجxs &}>LxcgYjH~IHS䢅3rPZ9.g4&JؕK'%K SO:& IYA]dǞǥVXUinEE3ųʒgϮ1LOWRV,֓nbg(UVm{wo( ֓V[[(6LI6f9lZ4[dkWt`=I3<·7 bdR@jOJb0m;PRJ4J(\ZO>Lso?gd$!`ޛݓO`r6oiwcǎzU/Xfʴdģ` I>=:6b6=)NY3a^;ΟݙG{|ʁ)+%V]Q?r{oS$$r` 7+3,DYOɇ'K%ہY. y%%6{@W;vO1yULfSU ,u L9#;MY»7|.]Jgzڞ~FԆXI>X$9 'C$,.=q$g>( OQD%J(QD%J(QD%J(QD%J~}Fv~ٔӗ|&k9d,bQmd˶ ;J~kMvw9`2t'.K;|=y᠈VmI*Lb^/uǦOz i Rqvlju*}m\A&-rˎz/r7Mʅzwty#[fw"I|z,%a,Jn ws,e@!)8ݬ5R+ͧG3`|°@ $V L&y)v 6Js*KRB,?|S_*@e~?NGP`8K!T}G_VjހHX`U~z1$`mCxU_V ̀nzθn~Y"Էz@u(,RW[Qn$>a,)YW.xYmNK+-U$Y' !LYgh4DVڭ6Bڒ`!$0W8x P炢DYV  < qO#R..QNI킌ܾXvp9:Mդ[Yƃ-Ƀtٔ/(Г#,ouq|˚'d֙9~ֹw5V_7)po,GRX ТyNRINPPIF.JHZ(QSPGi`zO5u6.MΉH)./k+6/zs|G'*ROJ4̒ ^ h> YY.0A)`ǢJ]8M)SOv-K,4'6nqj@SNR0SOB1ww'GX ?SRZPi}dv디s9|h_ZLu )Vp*͟BYT1WeV~A'짎T)'߲&ۏt:%VTdn2zbmF@P/tv,?hA,rS9-ĥ2JPqIw9T U#7UQ%ͽҮo"i&/xE&W/_Eʂ3 )]/Kr]?| Br xu*RG.MY1 4t T.O. Z_@z9T-G$7-HBX˲ 6h'3@XQD%J(QD%J(QD%J(QD20嗿]|Խ7?BDK`,$\Ln\]p ;ڟGCjhv`p+U#xǬ.^ hNպޞ(}l,nwX ;0IvLXřf JOVvBu[E2:'cWz}"$ȵ,}L OS>Á4PCT\oֲOߛgK}͂d6vXiY|8ͱN1 uɹ?֫pPRJeQgMQe p[s[7ֹƗFysǙ|ݪ:gLƂm>d5mWbBWŽH$\I鋏]s$Xks?vS;6ػ͘1ε,u?{gρPYgZRQ=@y&7ihwW7LK/_m#U91aDc#0C&uy WsUg@ԧ "RfOsG4iS-K @~9`}M`LA0es@ :ͬ|qs'ݸޙ@+IbܾFxJyܶP*Q3Ns["Qhw}^3{)3XRg w[ܹs/X;Z'P %8ղ76c,Ae>M T_;ܜLc)+; 25 ' (Jrzɧ]qS/_?vhn4IܤJ4aז{KR9[3`Ò;M ~qCzC-f{ &-LA@ QGV7PܨՑZi GV)+0[7H) uwA=Y2/pD_۾jP0 (TU=G&#4 d3ޥ`m9?= iEzwq⴯$!`:K;Jb4L8d}Zb@!,WW$k)pի%&NPif% O\b@3rSj$d,eK6.d$Bl PG aP}jW/&@ʷ Nm9uA<%&4_2CTlne'3/Cw#3Ȁv=[]paWDeX6D%J(QD%J(QD%J(QD%JL?8ww.xW vo\_M깤#<WzRk;FnaMJ]15Z$,ظGTnz"xhb֩.\xRc 'MOI*"!L-pi]멆.Ś`֊U:$]xxe+,'ޫm A$x׷J]u+=*HT׮)G2' LKJ I"ʇE yrY8n@שPaԦWaEY\> mM/_vqZL~l`o7B)|Jƒߕ}іks=;''n9ݶmu~;,NVQhF,x W'sjӶnɮcg;wpR7=~A}3wW+=PbjN r5ok&3^{Atw:;Ϝ30[i>=;@-뒘*x*,XcˋљvpxQyX=rhݥNR_]\wd~\^= >NY"U{U|(i@e>Lz5WRG\M!D{Y5ˈ/b|S-i@$Ymnopnb> (k4Z֟je0u!P,;;\U]Y[s1T3ä`Y>)*ͭp6Y ur$̅Z,(iV)*CT\ IDATeUS9D < *%h&/Kܿ1ŻEعlETkU9qۓ|XJ۷-OzR0efӒsy_]'+R@ܱuZIN(3ֲ` /fwb)P逃ˆ8с8{Дlټ%`V5P=P*Θ6<p뷽 *vulxҵnf R:l7%ʨb$ HG^\mٗ[;s>kG:*/I-p>vj3'۲4M P+KQy-O~n9xOƵ]t.;"X+QW]o[fSqhѩCּP>qScֲsiPؿeiVku ܛupw~@ 0۠vޚsxÖ񞖅Ӗ}. YMZ)2`Lk˼v0pZ  p|η`rFWֲ8.K\.ʑ4.G,pPRSH‡Pl,'E Lv,#gA[&@8bp$aCNlk武_uPYv4[3R0$d{`b@ke457u{:mnkfKVVĮܠtޚ I%~XOKKs|ҶdV19;v`*]/MT@?O 60u c\>϶` `2 &:kܾme''ѷ&EebMrkV &9Rg#mp;-[cyS&JL_Д ҷP,nn]ɧar7mVS&L h/5+Y~;-O-_oŸ4mieSrk[Up625~ˮaNs i07GI> zq3v XiJPŲں-&l[W7tyǞp?}f͚9mrV*DJ˾ c OխHBEriֹ3s! tM붤Ɯhͦ n̄)gF&'=Їpck富q5"`qX .- b[l0da#Jh% 280@ 3GQ!8\s[݂ # r.6$zD @ɺ Xڸa|/8iVDG)Բ@ TqT˞7mI~.϶7kQcNZmTmG^Ij6oĻIڶ{pN[4.(> ;ZZ0|~VN\UtrjY}U'mgb|ځrB.*34^IDh0iU\a}0iN >-ndʬR i֑Y2RSUTo!rbJ ORN +~a.%a؉%J(QD%J(QD%J(QD%J(:ЂY~xu׀rKŤZFc?r~@뾸nq+srSm~w] C;' ӔN7t ;tӺy̛fAEY*=>&{k??yT]IXB@g/@/y|+_TwEJqw\(zXן,6B*}de˷][|Ƈ*=*:B7{~+/hߝe »Mn=n߾mޮW@0ZoZeY ZgyȽ7U3g)Soy_@T1lmT:k7]w&w[uvlHlxt\euIe|J]M7nr_kr'vg:w}{ֻӧ2;Ϝn9gooyB$Ʋ\&Sb ~o) ܼy3\M=ߦNǏud<~|aTR-; jšU_8=545ԿVwMM3'mKz6LG^?f?BUWC~ ) (Q՜, [Z & ITOփ7,i9@S }d~ڶmڴ%߁" ^SF~ZticW]omUa!jS5zYiSNM>Hʩu;fYW\]nΣ!PI P 'T_L7+p,-^tLd1V4@GIH'E?0YP\ʬ,MH$ tӔ>Cqăb~+_ !C(u"gTLi07kg$80LUb@qP@\x9odڹ}nɧŬ͓*AGij+% JPz 2wiO `<0sbnO6ߴiya2$L 3 8م?u?1,$ILN2*fg5ԒĉiSUdr)09XT:z <=qe$t-%2Y. &߂)fLn*' hZ %9IH@5RVU6uin_N%{:I;cM-yĪxOI7 Ī+{"4΃Su„ʁ_ iCgDt hSì4;"LK;u*RVIt(]L%\ՙŘD]`6t;${]QrIVJԾk 1U / 3+-"a@e6$X+.{FHXCmBٿ/GSNk~[[Xe5 DLT)QG[,iՙQD%J(QD%J(QD%J(QD2X/<NjʔRHG) ۶ I7ݸ:]쭱6Ehl2%̂C=1]l0d;6r@SńVyxX ?pytE'W)`wwqX"dAAUQ,prݤ@suK3CJ$|P,CzT&|>Tb/l'*HH*`p*(X@g==.PHKaO'u3<;'&mZuZz*ԚXbi@GNJ)J=<[f]AqM(93j]7,xYfOzX(@_Y4P>&uҦnт?s|;y~b۲zR0VS'Zfy{ʀD i[k;QoJ`*Ӵ-k֭Zum24yэꒂWt#%,X0=WҴ>xz`ֲ` 0iA ԑFWPbh;w.ĂNVƿXS^xeL* aRΨoV]ͮ.Lĝ@[7!`sI2z9}P O.i0qwܞ @U$,v h0Wȥqb`*vMK#ߠX6h1MiJbpnĭ]dLp=ŻR.L:%ԋ(0x&I6@L/Y'Ө:ysY\H ,jL }yX`EaKUW.bQ~,X,k&O)%pKm? O/ (`mk [[L} aPD$ ά3tq`zywW ź)?܍8%h ReV/a<yAj2Zg|*dY} Y|? E9`fKO>(QY1'>:` 3p$H}ߠwwG(wd4Ssp5+(1mmi9LCiys+<ڭX]euԘqaZ^Kɞ@!P\J&&*Q0tW jϰ\us!bɧ̴95Q;șbux' Qi 4O~_'k6c!0: "ޏ(QD%J(QD%J(QD%J(Q {NsK-4wLֲMʿAH* baϻ]MiFҨaGmr#yP.RS@''G?x%wl9=Eŀ<,PpxBC,fsn}sf̯>^lu{*c3a>j۳ @ʽ{Fy0Ke9b2%4p7w7L(\{%_=jXY,6B@lCŚ?TWh ~L,M*zxÀu}~p~5b{gUnܰ0 n6q i$Ji2eLdBc~P+S(Ң Kh9s̝ۙIN%of̝&sfbH+H:v'#,{nBDh= 1<R >|n=YfJu Mw>w*zLixOQBGl TPҤRB\f-Hpܴno%ܩg+%Ť`^:?nik;"aLnL\6SSʮ7QHn1r ĹS@NezX/ڲtj3ߟ@Y6UL2=4dk>, P1 r@υ:|zQCt=o,<L@ Lʣ \*WVUxf9ayTzKVK '1>v;ӲHcΣ}mGz[fCO>{b!ta.Trj4d"ǯ50=n^ymU-kZoleü,}B,{|S ܟ' TҽDŽ΢ro]^ӟBya)4h}cҼ=mNy|-Ib@ Kfq Zdf̆c7'Y mJҫ,4o -N9uԕ*s42.Q `3P>@"$ʼnJ h u~D[ xao͍"~K+HHJD\¾v6 x+@\*0݊αp];h#'5<4M7 Ҁ{ )T@39$Wʥ}M< B&xLޫBuT*JRT*JRT*JRTaiy ˢ.+L U̥RYB̆yoŊЬfA}0ꋄFsB撃Z-̧djg a[ 4d)А" t_UE@ (j;7W4@@" (* S5K33 Z^}*0Dțph@(0]SzhR!K@:\~Ғ)%Sk PTH'@:C PHiQȥ0U*JA IDATRT*j?O[>PIENDB`icons/wpf-ESE.png000064400000005123150211511030007561 0ustar00PNG  IHDR00W IDAThXYPWI%yT!OfL23IfjQD50,Ⱦ&[@uCCt ŨBf;b UylbSuwlW XUYUYU1,.. ?zmaؘ`ff?(f}^C*œA45P-]ԄߣgwػYbqqvf&X?H{ZzAřA#Gӏ"m?dg \9%̴¹9 e}ĩo:^ނ^M^q]Q:}bbrR~ʕ+/9h:95=v›oõj} {6ɭN&IS۰+Y f8%Q b`μx XXҮ_p3ۂOlco6Ǝ*~*Q XRd2⥾ 㡬{>G) <n|lo`bu`0)XƟ$ lKLtg+pa=hvt6}Omܱ+'QR^YjĦD,yAm.̣a_ l^&z W \_a;Kk^wQ @z5t:-#m{p N<|Yil@XJ~ J{G~[pYg[w+pTֶhBeߵ3u xa{P)`%DQnh]XXp4i!.޼n{|`Zm:4 Z[[it|ERRwZ -|76XiN #’l]1mH  z+QXy ORA^qQSS -,,DZZ Z"@VsuMؗ EbAw0;-OX7>m4uq2.++R)PTTNa VX5sԺAH/ب&Eoñ{g|(ą<8 b^fkCCsĴA:^vIpDSBd4n247`wSuM:^S\2DRAT>yyy97FII ga*Z&_R<|^.0x/\).sX%5fnL&\d|]'{x@'!MLDmVrbqq2jю['YT gqlGgt]E{`fw;Ahz @.#33{t]YP;_oz -[:p.. 8~"!bvݍlUѩp !0THfװ'Z6^;G",1YFa+tt4 >,HY+@PPW#i: TOTI_^A'o=XkfaQVT]#VJRn&j|bxN} K,xi7ue#g42*2?!Bi;oBFeȊ noc)M-|9Q||<ľQb'޿UkZC8ӎtzKwymq[ ƎQ89ay ۨBzqS-@Y=`%iCwuIXkܒQjq_xhyV=mBPT&zYe-ULBtU4vpOmQkb[+Nӏ/:Uw A8? ߽?/RZX.ÑDX ظ;HDf#>[8!xi1p~~k0D27"QWd+ KE& zA~LrJ`+<#pdHÿWeUVeUVZUA&IENDB`icons/39.gif000064400000003613150211511030006571 0ustar00GIF89a@(srbՍNmڡᶶoܾˉij𢓑}~ѷkݖz˖vY󴳤qƴîϖ}ڤnyגs̷½d­ҟ|z{ˇ̼t♬ǯsw߆_}֜дvΣĐӬſѽĻы㜜׵əĂǺnĽvמžzΏzߚ¹ɷxĹϤͅ}џי`ԡޔ͌ĒzĮpzŌ}Д˽!,@(g H*\Ȑr"ʱŋ <0Ý;I((1I0f1S<#<ɠQ/T IBS72=J :v%ox;_^\ n`j=&C%a~a܆b𑎛W} C`n0<xS>pV(fֲ0#zB!Zflp0P: wFr!xbħW~!wSZu8d'h@,Fśk)1 l`b! CRD!4rXd@ %A[YDMHB!ȅ's4gYuC*6rF7"$ypC#5A^GiZ՗:|` XđH*)Mƀ@I)aR4] !F  0L4!hg"&ta!W4cJu%Q#4 "h:h |H&4J_魝j"vOj i)+e# `뭂!"šPW` QY.A qqL{ v7L[_?m!@CP@ , 4`/8 p$!A 8BAhC8 P@(C}\,@!xщ3< 1 ,!.Ą(bg3DTE(8w~D0L F;icons/AUVIndex9.jpg000064400000011576150211511030010074 0ustar00JFIFddDucky!Adobed|   #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ " 0@451A3P`!6p# !1 AQq"2r@aBs0Rb#S4tѢ3C$`pT!01AQqaBbr "RsP#3@p  z 1 jRXt\wp#Xb`~I:_6;0Fϡu-5kz ~_>Rk[ՅxW]'[ی]HWVGu]=`H/:-x[B54wMS t@eĈM{,FHW/+vBw&)1RvdhNFЄeiA瓻-߄Oѭz}y'dB+Dc{"#YwlH`$)-S])FLjGS0 :G7πTmѧYPo4O}"~ku^ц5ӭ zVZN:jyu t@94#mk=w촛,` ;"E^F9*{sc]UTn dƈjEfIA7F9"r;PP}2N1F7rqwx6 vbqzNq:&p뮺N'k2.Og4MؿD؟]&ϲit7lz!1.c]B! Zpfo-WF?HQ 6VH8+B/#L; _EZ/1@8աȭ6"FsQ͉ hCAEsТ&1l:dfB7l"͈mM&0 %#{\NO)[,\Z纰&Tj xEkjrxEfSpоy<)+Ww3XRJOTKmw2Vy|*2s-ڼr.A,Vc6IaWTJRz (,ܾr6Dl4,$l%uP.gs5Oɇr}|*_ ©aV@gd"ɱc* :nd'!ܦhd[_ʈTK~%{ACc`E\8d8z7.vQ&fS4G*kY1ۨi˟7{= P\hf7v)9u,r\F|fD Xu3{(mŅԌ2@˽w݇LO$cd X};3?ok>9-8-NDE[VOOz-au'խ6np$:EAXճNiGF<Usˤ~ӤΩwKZnV\s#I;>?fjM$vS@ ^~g:At?]:>fd)>(nY<:ub{džJe>+mαɘ2xP%s4tg73CnPx4@u$b`OC !@p|B] MBA~qҎH7t7綃 014qWUe .nT $s85k<w\ʭ[ͼVAzǬ١=yw,9W~v&e">Hm(tcs8`!$chLW Y`Ȫ7D* %QVDEZ2e-#fTU<@ʊ?;xW ,"iL"[wk?K ZK`I>>7"dEu<;@P*Ie991wFd`U #Q <<-W݂Q!#t,xţ@ۣ!kñcm5Mތ~$.j},6)dlj|)ˀ;6elґp=6QjUpJB. ǜbmQ׆`VvZ8܍bVxI ZکS ,dYؒI[{fxJ*+CM¥F&qUP:$:1VuX suZ4Ӯc,QSdAS1FaqFBUqn-}* 6 T @蓀hXe~v r SMQ "Z#s.EGc$en*+V\~dX/=[媍ZN/gL S5i#soY>ْ$JTi%28 (A; F&qUWN?H޲},n 6RA4=vv-}uNeU|c/S s\;Smz q=lä$pjNOrӢvůn i5}Ld>\Z _$]QJ:Fvh)b5LmiËL$X1s 7QI#ʊS-sx XE-0gtTa5.p(rkqu*Ӣvůn iid뾪adM*2PoP[pyW2GNQvӢvůn iLBSa6:cFOZ"][{;&v!gKnڥFC1?;,N|UmW ɬZmEr\m^a=RKT5:8[-NflAӪ17F>ūVEݜ ND%HH8JԱQ\_a3(B 9kקmD8|jRF"b_^3ѭe4zk1Ũei"^*HuHM"BJԟGSN\\z5wm:-lZ6bfQ\G+Rt]Tq5q?qk䋹!ciXcp=κ[V/0mPIP5Fbx-%EX4(l% F9:ciKm_)dpU(F&j͹ }$:Tlhyc+29̤eX1K GI'0 땳 •&t TM`dFPT_ %RтeMpGQr XAS̀RN+E\>n9;~N٨SRłK3RI'P̹[A ZXTCh{ Q@$c @NM8YrUQZicons/03.gif000064400000003520150211511030006555 0ustar00GIF89a@(’xuvْ\#ѹd/ھå؍Ҳ޾M➏zx9~|~+޶g]ܹ@Ŗd ݮL wIޟ͹ƶ継ci.z݉nmҥdk1Ȫٽa!3޼~eNŞg柟]їԅ˰٭cĝ\ז澮ֵϭ}\]츭в}rǹ޽}˾Ifص鞑h!,@(Q HATN*\ȰÂ/j^p%abh"`ޙ|dO >#"q8Q_g 1 0!eZQq }")p~ " }8.2, ,T jP3tC 0fI~˂(krlQDBea[FK D JL-0AQ&4Vj4#PkNzbZn rD"GCU %PqJ .ǰb gp\Pcq  "G57C8$R8î*0r<܂gm9 }"≧rT#X@Bx<9ߖ@ lk* FF%tҺn\d~X m;"ʹ ۭl'@0]~@+C+BRCVF C!%0~m_ބ yv xF!y &kɋ xp 0RX@#*Td$!8&ІMz B- ф@YL pWl`N@;icons/wpf-NE.png000064400000005330150211511030007447 0ustar00PNG  IHDR00WbKGD pHYsHHFk> IDAThs}?u3` Il !qaRvLAخĮ8T*|Hr-J!\ŊrHINlAH v г,(Xi"ߪu}o8! B)4MZmHE-t:M:Ʋ,v?Z&#a240$4A*abbkr6C/v&F0eקtc7|^@$t' ikX\}WZk|%OLavýti3{Qpm?$*"$!B x`29:r3ӧ3}"H/Q" yyvf iZD C |FztIof|vlmxߚQZJ)5Zkmdܚ.׽~== * Zp6~AG!DI,EZX|HX)0gcyO$=2=S9NĦ7_g/I{Mmcu0$!h L80 GN`}n}ܱc0M%4kMJ[w,PZ|H<~NL04C.Nv q} Iķ֘-޼<~2u)i9pA$q#gOؘKu!/W* wLL%ڕ;7|>mjSi:ٿ*1S^7+ ^t٩:|>+9|r2eVm@S#}Mkaib]2ݼ<7z@=sݱ߭5{N۬ѨP{:ϙ?|\ B D)FL,Fvm ^bB ]"47f=67tꁱj{ަGݦ]xzhZmDQiX8ba;0j1XZ*E2 9ɻ\{Zu 4 щNo9*Ǐ2roooE]]](})y4YN&O$aӯcvLJjӝUv'6j: }C”,̲,cccKR!JWV+dhp?ĻpRRxm(%>ySVu0Q#q7&R 0dǶiȻwYX^fI2SSϞ%Ӄ`:E61k|qGZݤ74 :IP؍:عwC.Q|eNGKK !}}}H!vd"!%ͶVgEG0"BR5BJL)!a`޼/&ϟx"Ørd2IWWn`RFݳ C 30EV 08vzV,(, hj䧦!tzAoo/b)^CҠevD2zH"iq* ~ɱa~#:kd52JaƓX>~o:$13BSC3#y H$+&[Mn 3<<_fE+^ [ uFfe" 4 !8߻p~0gǴVX2E{vKa=o FGGf{_kVf#m{n[.Nۗ&:OB\xftvb A A.RG g ec-Yp,GHG*+ )vjs)\&+gzem֘n7X&Tz,j4JPrIr<^Z |g8籩cfR!JM__}JJ$@H)% $&tND[Kl"qʛ?}gWvfynQm6/ۉX,i! Ì2,i" !$Z)Fk6&Nywᇯf~>׎h_kfe?n .l e%Ә8ehtgզLذϹo׮|keߋ[s|݇O{'rf7'kFE_wC$L9sWg.M` ˜8>ZDܾ G\-}:Z"Nl-_|ⅷ_6@)lM#" Zi 5l&7~E=!qC {>B%tEXtdate:create2014-01-11T07:19:11+01:00J}X%tEXtdate:modify2014-01-11T07:17:56+01:00d0#IENDB`icons/Thumbs.db000064400000515000150211511030007416 0ustar00ࡱ> ~  $!/"#%6&'()*+,-.0?123457J89:;<=>@MABCDEFGHIKYLN^OPQRSTUVWXZk[\]_p`abcdefghijlmnoq}rstuvwxyz{|Root Entry pT/DSA1234\  !"#$%&'()*+,-./012356789:;<=>?@ABCDEFGHIJKLMNOPQRSTUWXYZ[\]^_`abcdefghijklmnopqrstvwxyz{|}~ JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?So/-Iieg3ISWP~&DH4O-Yn;u8"1\B׭IUͱpQ_~?ͷl"IŃ[i#A6nFcB2 ,ЗY?u]V['nmJIQ?]+cU'/ VRx s5?Zcq 0v֧Ȳe_MSWwiiWY/*5wM鶺>tÀW2nGN[~l|M;ChZ5Xmgakhfcuv 8ȷkXOiup!y`I Qӽx]蚄7= H?#"L|&kz7K`mcК\#PA!,VQ^*nlgfh,YJi`ޅ# \ez' M_^ն}ʊe]wfPq4E/K!1#IEW0Tr2ghF鿇WM3xt5]|&0Դ<_tZLďG2A`wp6bCFP$q%zxάJPY6]ͬK$Fee<A ֊+Gm[d`ڒͥdǼ;ܜ ß:*O*+1:>pfq(*E}9CRٓdmubՏ Ync& gOݷc((;QY\*I%X (?? JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(:_ |YhS `BJw8n!si>+Eu=;fnf-z#(lN]Q^4h3g !0Go/)isr^XOwjIgmii y4M$EypG2܍^>|J(HY'nʴ0x:3 u'=z/M/<ZR=%md˲.wh>\(X")hRɌv} cٌv>mi+ov 8f^3@%3n>= nt:_aPA}ȹNɼSEl$񿈯TB @= Hbpr9b>fj҅)4eiF O?WF' I'}?-S{]+74SexUk%fH%n/nU8`@,Bc kom' i,=̮V?yٝ``W0~:G="ْ^6%<1${):4?,112 j%m-JQEtPQE}[| ?ߋ*ho^mi],2H2ƬfYXA\Wg M[jU"qm.ljFcTr(o) B hYWY\drkد/z+Ov?C (? PJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sxib5.T Oy GT_@7ZʾC'_3U=JUw0B@f<tnda\Ż̾&X!Z6i1m3X[^Mє PGB28=ZB +$(u8XMؑ DEl 2ܿ1wUluI-`hۜgU~3&Z_1dqQE@JLKĶZscWgmfwىlI-צ=x8ᶲtJVWqHLW $A,3\}GN#BFfY6ʟtIFyVS؜s>vs/<;?]3OGe$:杦4-D,$Tw܀V0+}[N9墳WuKʭHՄ5Qo7vOGix^K;,2LWRadʣP M[FVHFy$5to|SOY r8=\^kFu}Z :^mcGEWDiJjQz.n-\ַ Mw[29 *% /B$pqQ^>;_)՗ #PFkkY׍ʺ̬؁Lͪi&Cl-_R086I*8EJySЇN.\ja -<xR̶vdAl(nk{zel5ʖųQf\7v'=:QETNi=PN+eobƉYxsJt>cl!1`I;[d{ŷ]pd '+7&mhI- JFIF``C     C   4V5u67(@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SxD|q9x̫mgi-ԻX$ 'kcKiz;IJp)J89#5VƟi׺c[_- A .ԾkZZeމ͑W \2Dr#2 לxv-lrI8RO^m I&Y!7}e`ѿUNs"D%#Q&Oy&AQ{qr:z1bX.z5k[OjRέ$WUe$+yJdleT(5 R+&( /6'LI c|񺒮##!FTdg358*}ݽmV|%u=nwo}7APwcWVp'5!BCu1/#8^~~O4R\ētS$`7;fOO Lh~42ڛWF&W!;CܐNmN1i+In[~qW< [SӕkݕW<ⅇiiZu-Fsb)#rL=Wǚ:&jy*\\Hcmh?8]G|#X[ M,c?hbʻ8>w;Mv K)'Ocmő+IPaQ}7y_kz:iƥJUnɡTYbJ8ʰ<A(<'(ﵻk[um]G%2+#7ʬݹPNrҥYw&eN:+TV+je7lEXVAmB'pv#>QYll-8-,ⴴqA5U=OE JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SwZŅq{mo;.sj0E,z$5#wYInJFf{Bqq"?68Q}j1cMI:ͫٮ_/{[C ^T;l=ʊ/`Kԥ|_YCgݼv\9z&H*arޯiykͬʡpE{G5|k>S,,Hq[ە-qrˁ#R9uKKj6#[K{n@q 'gq>Aiz oF5F^HmI 3@ĈLrImo+ieӌ+ji٬ھ,zWoW*" ڠ$k@kml|i`W9Ik`5 z]!X}ZXw4ڳ"nr:U$dVkőY0J/"焩y9ITm5Jhf47*Z{G;kWl6%HH#8##sX `W7:VeG1x9fAwzרxNmMo Gi[PMmݕc܍+B9|V rF+&N]ߩ͋ӧyԒ~g\{~}r—6\hGIqHd. AzW|-<=eY\Mif^v좥4lh@O1woil`$z'4GWs5@A `A qXE%̯oGy8N^_ޏk A~Gwu67vʺZ=4.6rʻ9q#+ NPIMu7ᡊVOK \NJ|/lrڂeid,A €bbQxv;O'ⷾeDZ<8M jf !u#Gr;#?p%)wKx[9{m%4ƕhD%B/ ڹkf0H$T9 GJjRzuE_ hnOnuq̊m.S4`vAgnޠ>9 OOm^N4FUTVt<0ʑ9$%`_M]7NGi$3dU^Tt GfY+ uuk nh{! Ɗ*.V(EK=G[5_H ׍jƤ)B?jפ[ki&6+qJFppT9F㜇`'Fu(+x"eYa*~VwHIok*qml aOkSzLWU}B\I8 K ` h-xx$RYOx"K^T M5ӤP62} Q'p̰X;aA^KDYrb J6qHzWkZjZ{iZW{4fEĂ4bZUnHmNA\ƥHRn'K7 T  ᵿCp/t+rVvm#|]zv36 ޔCW2J])9u 83GQixG^.^3׼=57e3u1Fs1aRi)m6Ko֌*bΫ%mm5EGMr[]ľl $dֿBt+Oʺ9%AaOG8|BW[^5(yZDyr`J }M%F]G|CUu)IYZ? (N~.Ӧti`kZ%fXGn'őwWM~[js֡r:{JЬMX4|YǫBtuB€tV$yό<)۽;Uk~2=I V"0v.Bwn +c&e{|4}-{hy\Kڶڷk{_Z?muH<=c8$O8QEyu*JJhB ] JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz8901 l113( w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SkMi,N"ppNj%/,j ~?Ckk2Fxг2V丛%_^xbGB;Z@Jc^k]K-ۺèj$""e'̠z NQ;[c2,+ FJ 89-o<}ԧuS̉XuB8>t8:tnj.{FN\^Zrc~R4{կo+Ci%'M:+< ܫ㞝i~#kzQi:u3y qݸsHo6Fe yvW;[؀p2 ̯[WWoVJkJ4oEWqx7TԛWJ"x^=n ~C1'5 J&Y#d Pylf7rgyUL.IwәջJ۞U;[w^~.ׯ?ABCDEFGHIJKLMNOPQRTUVWXYZ[\]^_`abcdefghijklmnpqrstuvwxyz{|}~(@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S|c{NZ6Σc٥f ul\@\n᝟͆\Qyr F 5ߊiD]ꗖR!6v1ȫ7n qY%Bw^Ng{+Ni%Uq}|_,en)|;?u+Wh3=+@QRHrBodyBcR6pӚ_ bU w Pk!,9Nx\Fkӕ -4ʥ+|.K(GX-;zsiկ")A$`8\^t]Ao3Α~A+ (#HR MP? ?gg+y~k}GWVXG/!x]p1cm* `JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sg+H7&`dպ>#EѴ۫jM HʮGF+qq^RQii͵'mN5^ML[rh~$E4:֑5إYR+'͟j4ϊڇt]F+7Hg#Kcf/7Ò\O W7f4}#by<}<?\>D9Kb+/dA*pF}?ќ1F\Vy9]5ota`%zJ*V_{o<]jBLUMOS[p [bNKy6Us9$#z:_QKOϿ1 8V'iW5Zm=Wٶ8jzm uerHN:_XxǞѣմR֭(e4hmfeKX8#8ȯ5g"=mVqqJӴw 8 eycϨIq}E5Rf̮TfUpv5#n!_rV*k+x.bSm&ᮮe3 eRNawNS\ڼ%emǦk#+d u8rG+J0 +4'_oQn-\mbI0JcMV2Jj^mq`e0j f(HWK:>V8狅Oyo4:+:P;,bܖH]8g`Fei?ݶ>>1λdԐ'ؐzAE_(Fe&e.[[Z\6h̰1 0vpφ |>ӡ^ Pc!voQsU:SkO_ O_;ITYbu**Ay(%^hn$1"['Rw2ʎ0P;QENj=^JQӗO.j V[ ϱZF%lO@OVcXӯtihLÎNwz,> (>"sIrW=fMgR̓ڍrJ")Ҝ"`0U?xÜjZTE
     >K{kcrc;Y[sC8&6|Ͻ Z\Mqx.^MΗW#M1~>G4Ki$f23!:d LcKKtć 2jk<xP/̞%}:$]4Rp\/P 8=c<6>-3+K=8Cmx%&lk?F2sԌڼ]q֋n#ۡC y:7 4/;H5[\@q_\_J%5*'w׍!ƑE6vceq^գjZ|wQ+"AVRǹ^o 3=e9##QE.|HY[Ί) &𥳰h, m ?P?w미f)k˙@UZaXē4QH Qx;G$lwrIumm 1Q' 0P21@31 !S41 oY51"#Y JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(uxs:acrx|d[nWI5M{=Kˉ0 q.qы`֊ ^3xGoZ[|q ǡZ^HN3o-Bcmyi(l p2d7+/o[MbΉkq^[G KۇZM~"<1{3:f{{aOo1Jno:WNΘVp2$y~in%e,X}%Aj5?Y[4kqB3鲅gcOa\n;DoXO#k#=y?/Z<;+cޣԼqmVlzǾ+!Qlf94 {"IS_,C;K U8yoAm$6~bǪW|8_{o躶*Mygc=RI#4DDlZI#{IAEPU,&g7IcE%6$3Qh (? JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S'pguwۍIor,$‘O_b}+ͱ0U1r+[:V" bz橥m m z~+ R+Y۟")E|R%)Rկ'%Jdmg?NjRus`&U`H+f14jҔcJqTtz98+>>^Qqz]u{/z}֥,";Xc[wƺ5`H ;̑iֺ~l>R'%I8C5~yaqmiAAo"5?s<,miK{R{}2`IKUe]5]+O Y0m=.Gh5ih%˷>ҮW+|eVβrwomt=ܣ-{nϲO_붧 =b:my$6y{k y.do|HՊؐ35vM?˱_iʚ%P(qܬqd2G5DŽ÷G^r驤jQ\yyauvmb qQIcMP^-]7My`9{%7>fy7:dSԨpV#QX WOysPVtMfݎŏOSq#(E >8{Iז~(Q\Z6/g4u.๙-$ic+U@]x9j( MJFIF``C      C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S{ƺ߆4}FuNqpJ7 1^#cR]NHd)&*Њ+}bIt F[q %:ЫH{~qL JSnFϖe4t߭^W&|ӒwO:JY?n| .^TS q#zֽm}i![{o>'ols|[I]1q}!8kwXlVv4(X4%NH5;&J K0#t|ݧ.]\8IBj׳}[ۛϤik~k>ƫjʎ3jzm'q,FztCEn)eLլn'V1Wc'O]+NvZ ,%yPRkk֢+8NO:vRާX] w۵oהzGM/%Qs+z w$[mFpVWTƗx{7kŞf+h\F c:O_3 +&Ek~o׌TۺWY%w\ +I]Tz~ kNW'uutYfi$EƢ5!koMvkWwĶ 13Nb yvO#lV<.>|&[mջ[K]w'2]ڗ<J-5hu/r jQ:V4'TH^ |אۿgAʟpr V6%ד\,n\iQVKַ8ڎS<9rkIAjl]QP'ר>&ݱi#wLngҽk=gZw#QƑWGx`8'=2}uZu.1zz5φZns;鐽W2]@OwnPrsE[ JH٫Ig¬uoNOS梼q΅KXT`@9?60)|[kM_J>Kg"@e`FNsɢa*KM4ϑ+lb^:%'PR}P%?gCS;^c9/Aq7g=x96_}·RdtviQv 4ԶOswytepRJ 2{ MJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sƚ׆tu-QΉqp6r Wzu7֋g5< P uu#GxZў@o0yˉA\o`~_S,Z6^1R|)ko= UNiZ;uOo"[M3<`~R8 6ASZk dVh.Nn}gFkُKlV4$}%t{ɣH\)-TH=p@~9G󇉭:IC0n +qrs!%G^onoM-g4W|+4YW:MsM,okF [+쬗Z԰]^BYQ"w<E$={Ko.PzEż3+K+B.wmH@VΝcP֮.ogkbwh0:_#.?.Q IXg>漮|&[uOݳ馗o+fUkRco?#sm#–+3(7W@i!^ oMnNHսBWvG RQOcι2Tv;ZeDM4Mq ķ(rKnPrxQ\ԫR7vjR{oNiM t=fмIutmZc*XߺX I,x_^Z5e/;C 9EbY;tZi hϑ+WT~79很ҳ1qٯ-/C9/A{-Q])fqkak`rWNӖ $cq]~>k˕XEg !T*9 oJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdef61{71$%?8191&'ghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S^ZMHS|NQ#R9ަMjuj6-C2yѱvC\~#5.1 4*;W\rhzuOr;U+}'M㸖kVy91_AIrIԴ\&7xKKsmsy] |;lմ~zjmtjژE @vOdcw@`s_8]i4{@q$.hI1dpF@/WךW*LOrdq$F2xR$R\)k$nWӣti3JVQm켒_zQ_xG^kI$HYѕ|R_{WKY!eze;0bHSq3wΔUZ.iC_GU:p*v^C?l\t[ףȊ0X߮V-#H-Sv+,ڃ*sMt_ v]Ǫ9m%6 9ھ:l,%&ۗ7%orW&JWi Y[+s$՟hݐY|d+HOI+NIIhƀ*_iB5NTRGu'*s}XRVg6o66,_#1Y=`f|"TB2̓c_@0IzWcw,R)WqOݽSfu"ݹkeƅ}0Ǥ\Xey%Q `H=ywך}V\*0emt#=WX.QSm6~N*F#;[ۺb(T? 3JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S4jVڕV7x; qa{3dxJU#FKnZL7.k7|OQXE45Z0p% $}޼泼mK~ +,;z:{LokrnQ6+K#p|}AyJTY.Om =HǙ̱4jSSQ*_dҳ6I#W'Wkduo> n|KiB-eqIR[^mqkZOgg;T[zKF}N뫈>ks:mS~yLR%ܚoy3!%~k._5袊+j6 7rÉ YG^#;[;Vοd13c3{Z?|3ݼPO$ͻ$ߩ_ymlfQ:+nsQ]c_laTo[%?fO?k-Zizd1r@frm# @%dY.Xі>&$@ %קZ7υLpi}KYdBA;D )ʂI$^xo c%\wbfuw5tAwmSQxPT, ) F gm?);}{KBJBl-"AcFrA\|@ӵdk;UroCߚ74a! Cҿ*Rmn߫ui.Mӧ[ Ou).l EȒg.HF',Ts^_j*E g&XY#V u#} +NtŬis'ح,[J*7oڧ]_T:ȿ𶟪6ڕ_j6KǎOM­uV*Ju^z¤ٜMƣ溸TASӰX>9er[21[MEG{gw#9pTӗZs׼}{t=hIhKvNCMTҴuˈ/lc3 kgF7;s+^q<;(lEzBbKZ#ʫVu*wrw~Q]G zJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SuFTx#sbHrJOZxS$!uo gN=%.Ћ pFAR?kĚkۍ@Yo+3c\h0ZA ƣvId-`dX+<\dUpJn3QqJ+eڊMZLWGu{ծ[Sl#x:=RO.@ o匋UPk/&S򢻡?p4$k>]y$L][a# 9}r[JW)򢻑"80hW4Tci'K6mS\fQAQjrM{)r략-A,`0`5MsI6|4:1_b}Á=8To,dx;N+(2mF|OW e}cz[0s4raaO}-Cl̪@@ی{V{K{)>q!s߃I$!=+["' !QVaֿs<h`3囔ZrZ).W-u-okl7! cx٭Tt,xex';U`z' ڹ]*+,773.Qrz3ij>- &HLr]8i Nj"BEuaH5ӗ`:tiͷ*I_Osr dmhvsۼ+=&V+˫32p>ESQ  0`c9K {(w[ާ㸊G'&E`rǀ(KqssɪKRtز7>Z/S1iOݻhYOQNFxItMJoY-[sץӊWkzy߄Zx=鎟νLN[{P:?Z(rlFQM)'ӯxm+b h6*E 1V˱? JFIF``C     C   (@"      !"#$%&'()*+,-/0123456789:;<=>?@ABCDEFGHIJKMNOPQRSTUVWXYZ[\]^_`abcdefgijklmnopqrstuvwxyz{|}~ }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(uxs:acrx|d[nWI5M{=Kˉ0 q.qы`֊ ^3xGoZ[|q ǡZ^HN3o-Bcmyi(l p2d7+/o[MbΉkq^[G KۇZM~"<1{3:f{{aOo1Jno:WNΘVp2$y~in%e,X}%Aj5?Y[4kqB3鲅gcOa\n;DoXO#k#=y?/Z<;+cޣԼqmVlzǾ+!Qlf94 {"IS_,C;K U8yoAm$6~bǪW|8_{o躶*Mygc=RI#4DDlZI#{IAEPU,&g7IcE%6$3Qh (?02N12.z22L32h BJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S]w1ZZ»wǀ>XxCLy0 oyNvƋܜ$#K9|{[ ;Lӡ7~!dw#˒TDa:tV'`IW<ωkzRJ24>K{{pʙqгpaEqYچBjMȞT }v)2^[HĨlߵz߂in5ݿO7] Az0=v>(h潡ij6p\#GjW1rˑ]r#yyo{kqskBṲpîm n⾔12|3Cx;͐0NGz;9˚QsVuu<N,vk/mpE7x$tZo:j-o>I$TWx{Dѵm:VY̚aIadh9 yfφju5ׇu%|bRRz4Ƙ'W綦 k]}>Oo|,xr {aY^6ϰk;(YzaAO4/ ch_>$VXۤK6Cmt 'G9SW&,p= h~oXrϝx*vi-O/u<~^4߉Kms$Af)#Ė|0'8[>xY_ee윫)^+m8/o~k3NtԷ[}<$3F"xAVR0A4Q\Ax7 @-_AK};ʹ9 ltڶ|C];`73KarD7UCH#ENSo_dB1䶆|{?mb;e̜lT ܍Ay')a]ӭb2cx9%xW2Q[ѭ'(?v0F*2_\~æ^-C@wF!os®|7_Ҵ_Y.LCi3/;`HpG$dg<TJFJz_W׿q n.[OoNއ nJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SK24RY퐲$7;9-`ϕ7$ּ{^_- *W7Ky?+lyWqvuS(ԛQQwWݒI^緕"׻ztTLnCPMD荘X=qw^ǦkoFcyZ4#XY$Py¯}|m&MiZt\* * rNrUG'Qr/,;1d۫񜏈v&U0]oz<׃;u$N-B[_+CGk;k~_[^ն)yk aruN=>5xk7#Fimlog|_Yf..HS0lMMӗ4-rɣhbx%ICee<$Jozr%M׍#g5xOmE}Z$1#|I&O2HH{&ڵI<&zv3u[etoc),o5mZP%f̊'c`$.Cy}xמӧW#Wu֍,"3{nI)=/P1*˞@G Ka Zkh0Ϛmywת-^k[f,eK-o $Vuʂ9#*ٳij:5j]m3UIf1 8V\UV/i3iwBPKH_L'_W %DR牦3ZY<wmo6w%ɲdē| pq>|.߈/S.d )OtpMٚjj(Сv^%4F4MJc\y iZktVUR$`,@#rnf+h՜"V̥J2ZO{|&L[ĸm>9R\+7n=4ZXYLY;&j6ksQwH2pkݫjn4ӮneX]Cy C$w#5e[¶ԖSڻ_|cn4V?:Q+̀|`]Ae[,߾J(m9u+Z j;tUBVIo1Q!tGZo H-gNDy"NpI 02r7f@;DV=RV]a\rRThtv:KƯh7z#2HWO#k<}/cZf}چʖ:қf>؊)E⫴xί%=_Ë+Gss.0M+ɟˑ0WNd n]_<>9c>g;"kw)m/ ۥgx՞Bc ,i5뉵 ^O:\c|"T(W_smrzQ[ JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SN^=̱Kx}UF`?33? MKW u4ҡdFTo,ہP+P|Iy-׈tn!mn1GOaZp\yi2{yXpGҼ=Ьc8!vQ*yŝ[z"Rip91*UEHTx8Rwlvϭ=REP-ācj߄gHέp*Mwo-.O,"7{ wU֮6 >fCm2(!?>qqk1G aGqE@ } ]6;; [N^I'fI]H*vbTI_'}. aJi-2$b+ItwR nO=8T9mo~Ljxǩ.b C(d%>8Tu nI^tۻT0x_WGw;EK_DiW[& Q6KK {/Ú۴ GfErIԑ~/_n^&K_}f|\nKDt[y -gV_"@"++Di{ '!Auּkmn][y/G2pORk UѵiS>l"h':1'lzS'{OZݿ/l=л sZ?9LSk*TwmyiOy[GBiH'ee 7 =袼%]W6ZT|)e3Ir A2pw@9*)E.*JW.G,3#;\B\K*+=@|4i^ m2(~ζ/KH$J(-n7je]酾,lј._ʜ aڧtf$t.P*\ t&(疚.H gJFIF``C  42s5262P72<    C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SW~)?րLeY9t*NT0+sXt 3u\ kppd`HHXͥ%fIm,n9v$7t~}|*ufyygh~^}w+厷"'SiSX-؟\DO+/❦wZ]^Aܹx=: 0Ծ X߶0`n]W#V]xHnNÚyZhcldd9a+|3luwSRdۋ,mx=[I#{vlE=fJ_Z^iY%ݔ *`>պ>K=:X 570⻿|jc]YZ_x.]`T a 1_x݁Bn4}mt>y&V]/[DT:IWR2##I[]38툐tU]Zǧa|eou!cHq+I s=gUGuzi ʥ49bF Z<(NZRO%+ݤ'[:qisY_ޭxsBҴwYYW,# ` 3O([sr:֗>FӃMMyq<+.ؙr3ҹoC>[DIV9`fUS$leA8IУ r:vӭTqUjKG}fx-:IM\A4|?,7&-]͂_s>ϊ5&A֛o)cWxyq+ lO;`}EJVoeM=Z>O.X-udο.#2XbL#A\eA\c 1|΂x?A8w~^6 9L;~: AӛvҨMuhQEfj5\0Gz߈>%α}zZ+@ad!aPXLjWs3t^=W.O^R=ZxNPd]NKk(fl˻5;$#b# =W8ƿ;m?A]_ u.yӘY讥Vfi>]q+W!rI'﷡G RmitMמ= _Zj1NY/F%$c>Z"tQ_39ʤiF; JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sψ>ɶԵ+k? 9b!<x4^H~'x]?l"Ӵ-i.'?F $bA]o/QuVH$on㍗$ qv3E_Wl. X)|gkqr 5_'KMO^!u@Ӊ2,2^km*[{>/JOgm( "L.CpA4&jau+h"%5*aBT$"]Rm>M&Km'N!ؤ)%l˘ #'o|ԯ4o T\%|?KG-ķ;ׄ07 x9%ȗ1&(gkaA⯁V-΀5vPҵ(y"2C; 6X> epsZ~.𾋩KpѼ%WShPXIMN*Y LQ#|cQU'nVMͱXJ3T䗗cε_Vԭ4d.屔K VrF%*D0K i_|Ws _Šv0^Gq%ݳۤpw&;9G]<[ h jqoΞKk9R_6ܸB%8܊A}_F'{uc?iy eX c {2y]o_[km[gԫRPKOK;=:Zu֛[mnu _]4.&  9W קª⟯hj<;-6Z^ɊG$oijI9y?./%Դ;HbFdR5:&b.XKmso~0*{]XдSJm2OYU +$%TqTii7^Y\Mo:Ie<Gj(niw:yb3|2ψ|?a&e PZ$e{]͆袜9ۙœ!~D DJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ScYޣyoah =ԫ.xf wQ|;U[+jPɺ4AV*R>eϟxONK SAT@!yQŒ*❅s/t{/8PhhġČ A6> 'Pȶ>vʫ+$HtqEAUF x[[8"pw#) ֝sxy}Zhb"i*>f>wğ~(i7),[A`?kυ=Ҽ!\XjHsKk!7HOp$:{6$ʇX.zo>%'u)Btf8rF}r2FÚ?k+:ht IFA=򘏒+$!cEK0aA8wST6.<+bS" `]X`9'sWT:e^QƇ.^ 犭KvI䏉n#nC#tmm*v"(cO7s+r@/ tkSK?Hcu. 2a+REeqy%W`i@;CHG8 U}$97=~P4;iS麝]NxER``:uSi%G8cT^( 0JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdef      !"#$%&'()*+,-./012456789:;<=>?@ABCDEFGHJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz|}~ghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SZmw[[.IQ O5xIi>5 V3^me.X+\T> \KgY/o?}<ݲ[>+5+iI,O1ɨߛidF>y |/=ղ6ڀ\pSYI2^G->V.K3uψ?!jAE#2.@%I `'~(l็V`iVwg9q?A@=^xr 2nb>gm6شf|r~f`WA2xL_t b>!T7Q4nfTexn|OƖiK^7v)*啾 `~B0@ _5_KImRV r 9$wCRXibizz-.eF6kRI+z%^4QEpQEw #~/oE z|:5] Zfqs"s0s w׋uh3J FitʢUx1MzG]{Ÿ|9/[]V:{)nV@FdPy4v:e|kwu/ A'+ކUыWw/=>fy*ҒnֲW+.Y>G4ީ}umo_Pyr=JlfM("c(`W+_6L8[~ad_2zW_Zfم\iÖ棿ispM˪W*9ի7NjˠQEQ@}@iQye.mp|`x+~5OaKLY~-vs>b0]AvPH8+ю? /#+A{oxpuq)U$}-ͪ_Dz5Q^qQ@ JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SoCCڶkj~X%FAtaVenj(n:/@\|CеK9-l8R\S|cy㞇~^XCCO.ica[80 Кg Ousc4l5v:jiZK&o5Yϓ^z68`(59u;nN Tԕ7h٦K>Sk>!=>wr>G0qr,* 浳YίVHY= Z \xKMyr\ļu|](*Y庺:{8=^wVUs~((B.ax(a4>@n0`VLRGCñ<~MWγj )7jʠl=yaIЬ ׍~&-OO"O,dßaz7z읫^36q!%Tp8L*])-xhz_ U4QEx'ԅQ@r?<'y ~EtOQ?-kTU_{kI+ YJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S+;igpąEP2OFdxzO4߶Bc8nVUA?zey 51\SۍcjW1ijd~j|=M;:xn(AWUu<C^{Zb*&_sW(7 o`ټ֮`𖟗UNDFl}1BN1SNkV$W3=o#:G?p`Z:K_r# ( SNe10p_ GaaZ~迄 (N_;օ}* -i ڷy˝6ӰHpfÚ,~ɧ"yi%sݏ,E\ ֌,u'?tQEz&G JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Skw{qCs3UՊ_jBԮƁNZڬyX /0KF^۞J&^wD0c|֭=4ӵ ^Wզ.්Ys4*=+o..!r6 (\ˈpݭ=G7 ?7gwf|%M<>WM1,ٕ;GFsNvw_&zTSxf%Dug#_x}FY"r^LsܞVbf$3蚇cDTvxHalr6j^g|Ȯt6>ГȖ R[p C>*8 =x"+!.k7Eڡr9R* :rk'Fׄe}?Kѵ28!9ZB I'U/x(dzW^Zr[*-{?\}CTҢDSX<#BXZi  I$t]WX]ItksYAVÉ3'P:%bagKemݬ?z(iIYn Gz=EUV_hZyۃmOEe`lmZ:˿ hU֕eu lGcF8VG*\a*cWF'N$qp>) JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz235b*336{W437538" w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SM.ܭq;vUI>^J%ԯ$idgc ɽ%|t$Zs,rQJz$mJ.>>zְ>Dsd@^9Ʒ,>&4KӵM>FECVnZ w w@XY[\1Z5@G=0qZwz*6; xNe.K RX_A#"uq%M'Q$8F Wi A KԬ(K9U_}(sZKFyi9YlhQE옅|k$Qj\i.O;XL+{澂3k?PtwU}+EuY{ Fq_3ajb0t]ua+>,.. ]!o2fO';?OFDwp.3!W+HNaỽBUQk-P3s8`$Ē 8ۥ|,W>!]tΫzD<j!j»1o-qNI']񾛥nƫh\ݰze[TZR\b$n =+K־GCk.J<+6yW[-Or~]fP9QI52fhIamH=TW| n}RW7u+,7Fy>zUQHgӼapynu-NKs9sUfOxXKYIU#>yXٗw7>EncF#Ō,5T} yOxO%Qא]|oֵa,mPHKҳ;P2=.5ouMVk8]O^PDf۟ڡkS%ܙ%ݯP#qQ#օ5U<_oqvpG»? x_KgIm/Hs~,V"$=:Ԛ%ꖟǺFڹh⧇57o拕5%˼Zkɯ薗ѩM-te>? AWq[<䕅Ftaϛ{ioLu+┪dIGV YF҃x ^#Lm᧴vԇ8{0z*ܶc@Cl^[=%QT>CE/*zr~W~ /bˊ u[<׮:]I >$`nP$ pO=+;.0xm]] ??[gn,G>c+)&՗Q_ qwW~ǵw\׃tiddcd=]L)J~gkZd{E}LA+mX6WO|:T; !Rn}SʹAd Wh͗45 >.&DAGB"pd,7} !ϺW#~5]vo x7qHX$1\GWvǍg$qyxhsT$ QE}i.meyf, R/9,ʫ2rpp=űk[h^S{ ).0 |ǯNPƔ+ῂ!.KN[qr͵dd4!AUV;OX!vB8+_$P 8C#`j)զeZ 321c&JN6]·u:WD"yNfϸ@N@<ק> iڔ+; ݂D'--4-Z+9Yʱߍ]/z\_`|5=4$Dp"i7ݼ$o|;I}ŤZGuou;v"*HUMss0~t(@y߈~ .diHŤ ڹT ;x>?`9+7 ? 5F6o_u%Se(3 JFIF``C     C   (@"63973:83; 93<p }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S;[kQkl3 l6t{#IMt]PnKKy. |=CͳusKw9#q_74|RT)-|M_P(p@yka]V|Gd~Q'} f_imcy9ؘ,uzu:^X2ꗶR*Lv)cؚ88ս:_=J.? /P ta#Vx&źxB ;1\HLhF_!X2c; ;ia=> Tm,f/ #b\d~\HPHN6WWx辸ռ> M,όy\ ~[=bUQA.kY%Ω+yƱ$F&x.[K]ZiC>ٌiEc.:c'$MM/RKUt-a;9d)ʷq\nt̶Z' x̣$7!xɰqp"G~ڶ Me=T D#0FK3\w@Cb#}V|;.WK/1]$O 8JU~x\- P-M+I KC}H n >te^ m롳=..x~fiͣs"v?0S |k67BA&v߳M]7|+WUU)JTFXQEW(:7zn56si 8mG+cVJS:QZ_AVTȎFDMlHA.6oVP=C*$\|6{ CSG[;ID<EqUW_}ٌOovF~_xi(#i+؂u@#-(^ARFsxX\\]ieR U>]V4U9хWEj|kDGoDQ,ն?_վ JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz       !"#$%&'()*+,-./0123456789:;<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\]^_`abcdefghijklmnopqrstuvwxyz{}~w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S/z3]+' '|SFg+F)-p^|Ȕ[?vFB E*Κj/NfӒع|1ҵI1[>iAprJ0E=Fk<3+6_U׬Ju?$dA.ӽWӣEoOQ4տ/vF0i}ۏ٭fHvyZ7JØ>! 2so 1eMbP̰9K)†cF9(xGd M;vr) SҬQomOOR_!$̊Ffk>eeW1L yr:cc.rWi+ECͤ}՗_{M;mc JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S;e<+|6iH1VB=rH=ujn-?ŵIWϷ50-%o#=|sӥKduP{"M+;DW7}G,z IIľ(vo r5UcTx5b|4 _ j8]]7,X`a݀5c}&_zΟ.? k\ڇXʸbH$Uۯ_W^,3@-o,_?w^aĀ`}}8{mr g=+/.D e Z?/WG]QԌc+E{=i)m5:u RuSê T޵+30|yK+]{)5p+Sך]jʂhۮ7|^^E^x^Kyw𣖌[I+mjgvw{Wm)`ЃF@9珄_#E7Pc\X,1tn84ڵ>|zO& ĒŞRNNNyk#TBc4ەlQIЏ8"+NS?fK"j}8aCP $_@ E&B?M'ɼ`BO; q}k:ox_x]/9&՞Xj˗ܨ,Rq{13-5!_Xm<{ FD&>K2xh("VIy!NoN WJFIF``C     C   (@"04=c14[ Catalog|T 24S }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SWtχrO{{p3O@22}֓U 忊L[ei3u56nZKớ]OVKxmP(;c1 &$VEt?8ђ?͏~c(^m%kehF^Q\ρ{O)dFFXp+;k(u:[K ;h Y)'%;f T*c< ČFֹ6Ɲ=itB tW0H1sa)kV^C+CS}p1];;|b-:hA[I-Ig9 r@P p3>-7%4?'xIeHiv6 ES>_BU(m-V.b뚪qsmrȩ\ U=y5ύ6?sm,IP-]!CW :|o#+ wV>g8 (1\JZwz[2RqvW}4{meG JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ST$pd{*Z_=ʓn3&x*ϧyr^+j8Efe򣾻Os1p Oa& sU-g tϰ"~[{,V'yq$]aiOshibqG5|VJ\7hV4k%M>o+;kr~psNAw^+]*]3BS GF|F-i$gtSxg Vgf |dLdUzN8٭ݯCϯE:+Ŗ-Zȑk.HኰےAR2F kp#R_o AlV"r] #Q)%`CߋڤmkO=kdDHgf^baOMq5vﭴ mL/FVi<,aY #!рYkh2*uP˪xg,⛓.3@:I*?*DN rI$渽iakJ%:M.Ѷ+7_a!-9d$/)od8.G>5+XK}.iPHEij#Pbv* X~|5.k۫q |Y"bUBqT'#?(]X7Qe̥6%r(n׃|D1OZbIVk?. aS3L1a<,mt\* /;y~tۭSZ"Y7[M8'mOH$B6Te%ӾkgK~m?WI㽸Q6Kİ&;#îQWՔNZ_MLxP8GEMnM7jFkٺ%5!"`8/Ŀ5 h 7=]j6e˗fV5 Fͽ 3eK?0(.8QI;h<6}1ͳ\O~ JFPiaGrY*0+:(bua)aSTnR``"Xswa.png X30.png X29.png X25.png X23.png X21.png X19.png X17.png X15.png X13.png X11.png X07.png X06.png X04.png X03.png X01.png X02.png X05.png X08.png X12.png X14.png X16.png X18.png X20.png X22.png X24.png X26.png X31.png X32.png X33.png X34.png X35.png !X36.png "X37.png #X38.png $X39.png %X40.png &X41.png 'X42.png (X43.png )X44.png *AS GJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S][K wH7]r1G ғi62[xIT''iA |AG쎉sl%B VmkZ{ QB|RoFzJIx&녑Bvsq 褹$5JoWVRa2%Si[{oi˦9Ȅۗwvc_? s. p(\Гn#n8%K湹Ra9 }o q73 DjKE-eu~f}:;E٦sc)YFշ3袊{zV{nYk$jYՕ|R[{WCYm+gve +3Q+0(JR⎨TOoD z,D J!iR lv3C\7UK4~\csUm"C5sܸEx!K.ߦH,.Ju05/mN޲n2iN[<|][[ Zڴ"d|[m从!6y<[K#WRX{u ޅf[KF[H9%7 gcǭIFX';MǸ8jԪadn\ܗ^֯Mk^**i]l~tM @j8ɒFrhcbQ"( N4BN*)t[#YU$'v!Z(9;͠0KVox`xm]2R_9y{0$zWc{,FE_>Wgwv}O_R)MIؽwO1sٰ,|c;Q޻{kU9(m}袽l.Ws^irVW&-'+801.gif +/MAS02.gif ,jAS JFIF``C     C   (@" }!1A34 44 54'64cQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sũhڜz{#dIdR =q^y,<|Ja(uvvjvapZ칬h㵿UQm, $t+?/P:u#䝊;zJkHm]!1bd#àQ_\M/WR f۟R=.<ΥR-e%TR%%{&\ۭ$K-8I4ڻ[+n##xI:#W0EchI5_>ii֖>c*@'8n|K&Un#6(~™LR%ܚoyˡ :W$]5w5h+IwjEu-8WxT۽;A=F98WזEƑ5+뙾@Ӗfݒx~W~"eDaۜWE&>%]S][s(<>W̓5Wzk$2Ԋ5Neàu÷6 { wv]M@g#8|]ZIo$H's:A$^-p>0U\vV]+_MSTa mO__}Iuy.E}*oؤRi1щS;}{-KDƘH>MA 5ί4QxѾp{ӮyNX +;zʰh:PQMmn߾c*E7;&CH,Ō:L HGKn$Z:Y3HmhIݯY#V u#{]?R-gndҕ(8•nTnߵN0FN|7civg9,1(*ѧ^*5bNϺz=KMgZQԱKqWS;8+yRN^is^#$޶[kv7t̐^Y#,X >/ 4 MӮ0GiiMוE}O J)+F)$%<ڕ%Vn՛4QEt JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S?kwӢqs"BQ\CZս[I1"epGB+/Y77]R@~ #"b)R񌢓M;]7}QeHbgyIZ;uV[m;{t4{IY/&j.ƭPܱ_0 9cZ}#>#ǦwI+NQi>Nut}:_EfakʊԢ+8oEݣEOG |EF}s^_77rt,r3aN0[g޽ZЬCg[XCڲ2r:ׇxxhGh|¨{*s5?9f'x\mxҜܤT}OZ3:-VKͭ]̫{+,#w;8UQܒ@޷xU4zno=+M+\HbvD w{/X5kZ{iy$fhE @/n_qwkX-s^p->jtK]ʭm){ax_-. ߚwAc\nxNҵ;dZ 9S95wxBJT}Yz_#JQI[MG*9NSSlm56EȬSbʏ+f*b5lnY#fLeC 5?Ϫ[,d,m $< 5/΂ OH6MhͿ|0VkOIK-4uzzO+ KFmtr?ob)g|'f5 3Fg GJ(Ӝ/PM?OXe'Q}v ox"kYo.c{VpUP2s903.gif - AS04.gif .VBS JFIF``C       M !"#$%&'()*+,-./0123456789;<=>?@ABCDEFGHIJKLxOPQRSTUVWXYZ[\]^_`bcdefghijklmnopqrstuvwz{|}~    C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sk>E)2] F{}k5,wxT)&˞"r-]4+g:<㪸N>߅~}ES G۫QM;]7}W!4]4:OCY#Nq0as0SNL;n Z/?G+uu|]Ȃ27}[nx}{I3s}!?$϶U~F-ƥ]L\1 n9y9pw9^QyZVkAQ^KVt+Y=S\Q>\pta=6FztHN$Zvi{K]oM5[ii`HKvvP fzWqwiIss\<9LUwf[K]w'2YڗbWk5N\gff<")a;;'oT>A&,#d2-c]#w_cNK>SQvЭa{έi)#Aj+l×Db75n.^GH"hqFp}+>Wu;#XxcD] SOcR@bnEr CÇGwӢi!'.6v;QErRR7vjR{n:zE}Vb$5˛VQ9` O=7S]j]ٽ0DaNsJV[>D2u lŏ!_*Y"^׺Ǐ8?9.:`nzEse;tCB<ƻ;nd{-ۆ䪀UFI< P WJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SuFT "h#5͈u#MʗĿkS.; fIRq8^ ߅-$& 𠏩5 KZе ҍnH.FDn5 .KƑK8$ ~q2* Mj-M6mEk_Kj}~-UVomN Qdh,d@.kXr9@FqW_ z}y$l][aH'5x S%in0SEg#A+|mFxsKF6qi릏Mo/*ʵ9Y&۽?#aZX(V0`?J禯$ߑVb:1_cV7[06!@ mU).ѕz8/8}cRi5kF|OڼMVMDጱ?ʧУPm~ବ@hC4Y?ڧr {$k!Ei{kpJ%NB cg0x2WrIrkujT+RfmRۧB_ X-*Щ8`}W;Gesk fc=x ZKo$SJ$prpO'sZd>$61 ˹ ˰J*xW5'ze]^YvIQY&Z-9{<;iZwsy|ˉ+TT1TtmASJ3[d(я_u~MɿQj+*^Y+Ķ;W;xn;ԥM:lWnv/u?s 4_3Cs ǧ t(α?ʵE(|1vkVic啮ȫ|.>]R2cr9{u\i 6g"*\BT\aJI V2vmy_vA-4Q_P <}?lSnZ05.gif /BS06.gif 0BS JFIF``C  7484:94N05(Ga    C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S~#qAgsu.wl'‘O_b}+ͱ0U1r+췵NURr?$x-;ZԴdSn ̓g 4G~USZ5iJ1rpݥ8{vW/G)GYpN/TF]^^֣_ImS:Er0R|'dt0ܪ}%e˻{+{YV*8j$S: uy|Hԕ gޛ j(^hXf2#-`ۀar;χ46*^Zk[qyXQ1Zz6Y"m<Э ^+RiQKHm4Mhz3 OH:@ c$u)ݗӇv^8 jg|5-FXBi_JВpjȇ!Ԍdɨ~׳]Đy}ajˁ L"1Acpp2;WX, :ʼǙlUS<|F&)8ۭ4{R񤑺r}x//K] ['L+EC.X1Ǚ_Rx\w4BM94B;.k +W cJ)4iki'[& }}Jm y7:lSԨpX:Eei;yI9Sv,v-#(E x|3t2z]_(IEYݷvlh#//^<3B: Ozmonŭͩ7"OCs6;8-uBM{\f8HLO`^EU_)_?׭-P]î %ڦ۰+[n i?1üqxG/.NYOUi>{"(Uӭ.521 3E$ڦbHS9*Z((07.gif 1#]'BS08.gif 2H3BS JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(5xÒ:cgrxuc'O&uO\κ\nS^MfRLDq̸W8ŎpPX[[ӣ3{,_*8}CqkC¾$_Xf6vR YYX  ( E;jݢK ^[.@#nEi67WWi\7/5x{No<7urP3OF)*#n~cAՇt崵/,u2ǖry,y[Kd#//^<3B: Ozmonŭͩ7"OCs6;8-uBM{\f8HLO`^EU_)_?׭-P]î %ڦ۰+[n i?1üqxG/.NYOUi>{"(Uӭ.521 3E$ڦbHS9*Z(( JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S#S,\w^$D isq0re*cR(ת6$+|ҢTƹ-6 u9>Tϳnvqz=SY<}[hϷrݱć$8xᗕFG ހ>GoCSt;u4*ntr 3^O^ > i^uxmK/2A_*u@\ަɴ|x;f>p][XA¼hQN3j\h>e2+pXm<Ş}^͗OtVVNz={Wk?-nt?JxQСW8'z΍ozc=»8׆ }So:T;DYI8?+[gmBbl3 Y'SWKՑ[֐Ȥޙ,#YYI>\r '8?RIIe bo /{PX)@?P!֚|$I</݉'֕vP58Q@11.gif 3BS12.gif 4BS JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz 15)Hy 25+I35,@A45-AYw!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S/oIn."wI4z<T|Ik awI<8'I G_"["OӴ{2KpHv23gU|bЭwJa$A<`{:Yԯ#Aacv[S&:|䀣 .7Zv&/sh 3@?F%GeOjxh6zm%H#Ax^q\3\}į:$X.}EygV^34[6%bl2{py$ S(Vuֺtڕlɾ9\ǵʳ.~UerF9Gmod9 wJ`2 {^_+;F3+nrx5^}o@cZg> j䙠H"]!'}VX>%hnGFv{]N5=j[y>L"xE'R2QEs ѮtKctT}[ͼY  j|5a?٤[ycrІA84QZ禍ǒ%&G nEs,W呈S! k3]ng5[k:}fF cD8W墊ޕi9FU뱅ZQQ_>˷—M7t w^Z}\rsV0" |H##9VE%-oϿϯRF\t.. JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Syq;Uɫ5ŚFjFdc 99 ׯ71yIE6{jt:T,{ob4_L#-_K*}EwTϵszgH>{#v?B.n@b]3lAy+|ztZ/ė-aCnXh'-°#3Jڿqѝn:pR5+ZzUsؼ;;P|zjVK ͸ A_=c uVy|* ȡsaTrI$G| ➥iC[m?_ QQǢ=ps:_='ݭWq~KcѨVii3͝ ":0?>Ǒպ8?|IMONѬ-ZfXYAMKX8q\lyT;H'qH+K~<gugi3qwI̪Fl@8;kQhKnU,۟z"^Uݒ.t%RihdFzZtE,$w8*^{K$H*@^T|r@88DFp$ 05S%{UiKV2i&ߩN֡Fwۤbuu8B$qһ]kP^M|>Qz} F؊D"yJdo1&)2J^+Ԧt4D`^8X1@mrFq)K݊Khē/ɺeXٶ);; ~[kinS˶HIVF8 Аx AGڕRju^$ӝB2BNq w`wL߁l"oΫis|98\uy5S(GBfS'HJ8`z;3vqiG[U՞-Q ((:_ Q.T[~-Ʊ 7e/oHj r'?1SԃٚWOM6mY Y:wԔ~UNwz$uAEB%wK/OsF.Q&z5GÒM=.+"i7ylȔ c `@cZVN[k/&MJķʲ+ vN2wpQTp;}EhXx)_ZDm<t72ϒ9rÀ袉Uc/_վq9J?e~oD# 5JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sc+{}VT "N1Cw;[[ F| ~[hY\i6"[slsyWqnsW($Me~m=-{nW5^5>MWM&s-nlϟ:#n {ftVwZΣr4>XY9.Aq'޸G2i$Κf €3>IY#jesxdQr. lvV(ʃ{n.!ϱu^;u%-Pn` QZߪWױŭE: *Pddvk-|Cpu(chAGy߅-[i^+լmYc3Zw2%N!D?._T4,|TpO 42(t6 dGPGz#n_]9k0#<<׵W?i$R[{lmLIh>O'#L94iݫ[[N]#͢n穗QնZuvx+izg}%Jg!TH[GRC +C Ka Zkhiќs^mU\cY<5Z3 ˕9#~|IZnMjP,1CSQU[!ORծbM!2Zǎ.#c }{%==t|6< [\<&,Uʁ' Mٚjj(Хh~!nBqguX۸?5uƷ)մvRL=իL1 F 4QZƬT))==\/lHtJU cvL~R[cv{1{3"ӑ5;K}x}sPFգ=R(Ȋ0pQI?xNH_::VL I@'֋̒Ÿptآab b,(Nw8_7nw<9xR2Tc{sddV 2+j~|C6iYh~<l\prP 2w3񏊅I`@tcSSA8SX#3;0s׏*ZiǚJV]יQT]J4V[-㙿^B;gmZ(c\mQEP13.gif 5WBS14.gif 6sBS15.gif 7b#BS16.gif 8~qBS JFIF``C     C   55.B65/C 750D%T851EC     !"#$&'()*+,-./0123456789:;<=>?@ABDEFGHIJKLMNOPQRSTUVWXYZ[\]_`abcdefghijklmnopqrstuvwxyz{}~(@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S%_!#b\<SOyg]oDLBIs6ƌ۲ۀ{z!a`'n.I]FRQ7iz,+PZWk.B]YM!aI =c:=VJjλ&!R-E\}N [l!qme쁝EŰ ¨{ B J} QyV 'c1͌m+͸UM5FMk9ͨ}=Z8Bҍjݮݶi7H KesJ ejzҴ->8mT(%Q[=ֺ |WFHNQe\7A,ʞFT~R7[^b6U{ ]R+n&POGSЫb s$Kbb;[,Z$]䓁]@Pé${q0u5km@jw|`eA#vz|1We3l3pm]^ۣuqTgwSj=O/4cH@ͽ˟\Tqۺ#{Z]ԑ}+hl[>Ձ}ƶ2DN95V+)Sa\tMB1{=>sՊ\͘m=j7, X;9$ F958/=?RҴ}CS`Z$vm"QA.O'xþ Ҿ"|> W7]:¿N8ܚ--Ϗ:~kq/]3{3p;hFK 66Ϳ*?xa(JGtݖ$ovok/g ѝyo{##^ڍ x&+m4TC ArrzWW5+jSDyqʤb-0Fs)QH(64Wþ4;]fڥ0%VXx32+;.f*ޱᖋxԖķw哾:E*U]~Uk_*ܽ(? JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SzRi.ooq3*ȹ4O#$8>>tMz[k:VR xЖeO#}k丛ׇn#T.m 0#Mn48wXUExz1Ex`@ J}ZJ-!;--\2  M嘊%:Fҽ}5~gbBYF[7諸N@%_RiAc <{$f$~U²x 2ȑ}_yE[taY@irA ǒH'$֜ QhP\X4PŧI fsPs{o>cE]0G{[kӅaD8#w^NKaZD6{7g|%}N"U>9{v_u[_E<'|כǷ:΍-džX/b :u+udlp+_|g:,"#H`I$-vl83/t7W6-,4aP9IXclq``qqy~YsMު14]Vw~li¿=Yl|DOkN_L>Ip@\R d'o'/Zo=s_''fN  gO8(@'Z t(ĿjV~ |7qms(blB5HdF0WcwB3cC]xQ(@-WkM(m[pf|4nqN(iԭ s[_{v)I➌j(I? HJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S<_;iOq,R^mTق"(>@8+ϵ KŚE.|B4ȤFWGXۜoavH 1L@>[[v+d |VōgݕWvãPÂ>tk$81#aT{ ωKEȿFkqH@Qx RO N¹Zh3^gi y" $+ዙ31f'Y$UCc^QR_Ykzuŵ}X HVQV~BUfs\5վNK$a91/%;|ŘritAXmG"q~+>@Qa"EW=:W^ȒBUŭv AG5z"rcź55IͽȞ( eIsčNA`|#sB-BbԬ$Q#ګ,2Q%OÁ]rO xOUԡЉ>lדX=Be[@ӼH_l1p0+;$hhdRYH|,< Otd=B;IS"1sV`.rNIT8U_/0]jJRV}VyŠ(C+ρ5>wKlͽ/=2 Z& WPA<Nď?g|SwcAZg)C-Vn"00Bwn +b椣e擾Z1889앯ɵmn~Ҽ1ckECWVQGyoѠT(r~3]WRnzB <JFIF``C     C   952P^H06|I1626m(@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sk#4;+RUpNYH|e~ws+sMmEr=*łaK5u^ف H+& [$W/a6bcS,QIrH"8s&b#Jdی^woݍٳޯKNQIgv϶޶>u+m^.۾BȠpqqV;M>5[/>D /%F} + QwxZ(^\2.amf(e* snE~u"6=F 㺂9&EFRVdW%R ) 85yi/W͹,8!cDNܒIdwW^.aZB VB%RD#SZL)R[/d[]+ݤ'0XQR.k+]=34;2+qq$K$:0F@O_e: cjOit/ Ɉٺxu @H=dmK{-a DnpʃJ6^Œmʒ&KQB*Ih,BC̏25j#v0OsM7|iwqy?ߦ-]mKEyDܜ䁜z%{xzN:k8t[aJȲNNA`ssRz|+R\Kw_&;./c<WI*H++aF0r>F-x|Y.OIoVA^\u ;TUa].(De`<8~3կ?#Q 1HQB>b2V>wAa5+K=7^{D{<Wz^\^_IJ9DA-xHpt4Q_79ʤpiF; =JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ScOG;k[(288'=Wgmy_v;TrkMzs%^\2H2x8<,ɥsd*G'onmzf&8Zۯ{yy oJ[⥧",NFpON.H8G]27)z|[$`8' <[1|6Ot14-7.63ǰ11^ ӠO joǚTE;8dw#?\x' ܪӇ%)wKxz?EnN1ѿv:%ԗNij!5F ڹjkM{"K2GU^٧taԙQ]~_[ZSiv^Giucdm#T)' ]灓RpqZ[;.%S$}ޝmvJ#͏K*TS yfq;aB>>9Ut=FAm.JWUl_`kiֈKg9bUz.GN[MU(:BUku}^f8||P 4QUr%ЙEN./~ fy : P-l5fqeg>jPw d55L4{Kō̎IX3Lc)7WR*եNjۿY/??tV4(F7i+H//>Sg݉E"BH#"nPP<ϷEy8"Im.W=a[&n]} JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SּyPl8ŧsXoQ^] :^i3yOv $b{넵w,G=@ڂ@^kA_.]L>W&Wiu}˧tH!2'ijs73ŖMNa.h%Gr |77P\4 o0# 2x9R 0#^?淽֖ҀdPV2rN#&ȼiR+Ӆռono,sR#9*3I]u=+:|ciZ| fhE#29rBXz_>7vGł߽Ī.']8 wc%q?tMRK=GKnE'᣿MGgu4 H T,=:札~wڲgT8SQWZ{'vI<}t`> q=9?{S OLt!4j:E:䲞Kv ʬ`U x} ud[m#Q22In>gG%j{uM[ׯo_ӫf3(βwnDdI@W?͖ 'I5W[c M' p= w:ZՍ[خ ASgw4Ĩ2Ȣ&C/$`V8l*oj鹾/jo;ۜ6jv::sJ| }w%XxDy "Eq`Cm59gnm4=J;k$x8g;rsޜֶh*|7ZM oN6GXėͷ.& Nʤk߾[떾 "$>hyLebT1$.J 1ztF<7{25+T%.um{cSU[m]%!W0թ0O+Do1`9QEy:nmz}ԥNHߖ=+@ZM"@bG w]vXI9y?'Q-#DϽ3lJd 1)'%VUs8M_L *pVo-PtGL:mݍޞUPOET1.7W]!h&@"ES/7 kzܺ QAm;B1_w8)sL)" aJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S LpIUXy=8?Yf g^ еt,sZ> ᑉ{@5\AG$T'xJ<&m uT,ե{v4WJK1\;cCF"=HK{1#L$}>յM?VFcDYfWjnPBo8#$T&ִ_Ikh2Cyr?I=0r@5+Qn<}e?y yAZ-{/[_=M$7<@[xQ~_?x/5͆Vv ˈLp#1W9!3/׉5V$HOWn>_Y>2;N&<_maJwNqWx[iZ_{81m5[Ka. xܤ0oM+iC,NOB"jokn4[]<}u-=7rO9h|H.][VҬ!ios-ʇ{s8N|M5Dm-S[T6~$Ehȇh+I5|uogy_O}'/eI^od_֮˪_Jڡ_]4a_T@`Mq$U[YD(Wa\ Bm$ ު OFnp}VXw4@0u fn Q&Xge3<ɫ'kiVC2yUի]7zρ<`[ Hé zcZ5ࡀn=|=ޛ+QC+,Q2Hcex9fQ^}=ḭ5y <1@Ucܭ+B9|) #a05%hS|^6$RJ^ui 6˜w vHԯ[hZ>2 <4oR߂jZulj fi  ,%t6UH/q-37l[K%mf vHXU"WYX+cWԫRr]zdݷq:ti0W~-KᾧxwR%homf78\+6qj [j^"^M7k k)Su@€cGV)%m]4e~kꭻo"MxGMo ⾇Vc Z3B\Z[BH . NstK fn-lmPG *IڣܒOԜE,F.%%=Eݰ*XW)CV_߿ JFIF``C     C   (@" }!1A36J&46K56L66M83     $+ !"#%7&'()*,<-./01234568G9:;=>?@ABCDEFHIJKQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Seٽޡyoaj =̫.xf m3u[#KֵKrm?*)nIX Gi]>;MGW >t ʌ3 8a\ޮ]L F.EC=A:^ +XƗ{qo,30UY_2q&B+q@U¼ƞ):е@Ln0pw#) mN¹qN5Kk] @ >w>%tvyH.!Tm-7ºW:YMm6+%y ߴ ^+nTs F]+P];VHȑ<`Z7œ cp;zKYc. *A#x]/J_Z{4ȑJl #w-vCX Vj5KJKӯ7$-JwAmqxs6vEѬ/P6; D`HS8zWswyK)E#8wCfvBQMȵ[N_oulͱ~=?RđifL$ p [`χ/-C|ڿuWG<[IW'~6VSTm#h7 J+Nܳ*]p8S^ *Hy%hi #m3&B=}= ڣh^!'u 6G #A0AEW1r~Mc\Q__!B]or\76Xy;=UJNNw&0,UU-/DӴ5]6O[qk %F8cT]( JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz       !"#$%&'()*+,-./012345679:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXZ[\]^`abcdefghijklmnopqrstuvxyz{|}~w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SvwUc+X>R. nsAվ&Y76zc[m R e 64/:~E]Zhq w6N@3)=~RC qƖz ZdQ*p> -y#4J2?xif"zP>7y/~IX^\\L?1\t,= Uη%4U*sB@=P-B;}(\/ wo> ԕ`  22#=U|kr [.峻 ܄!A>i]F]z%M>xB,T~@]8ݐ9nox¾!ĺ֩eaoAx<@^ys"$H=~v628\x\qzJXZ]'hIe&.SN嬦.W9  ּŸ|1[}F0\^ (Gg8;O^prcJF WO=f)evL<VU#5ƿqi2~I .G#\+QxQo y}/wQ N+#"V7dvYVoJ֦X. | ż5HI§ҾL8*ݽ~ougrj7IޗV~~aW\ZXcuٞ(?s1/<{6#z|. I3,7$ȃnwɯ x|3&}xfK?4W2}1ՑEv:0էGO櫉\F-)ʵn^$zNwe-"N n.@$nQ]ᎩmVJ NMJ 2\8s} mGOM>j֚M5hXrǼ K)5VaXGe[QgeKiP氨 ~Mߧk~M8ԝ_nhۮ-\M wUxT~O$Ey601ۓJ iJ.;^y˟]%N¹GRc.ԒYkۈ>t~8Tlu+`k;n xBA#-g]TE%xߍu{qrA*J"^$.-!Td!b'C1's $2H%|xG/ UUϱ(=ȾxNl,Cm'r2yt$Vc'{s&Ni&"1RT?wca\g5(QJmݙ& Q@P[@°ZAqq'd<_Bq+<?<=.i}+=A"֬4ʫj$HK w 3@WtNsEg_KʭHէ ]{-z>$ ZƝ/lų ,RJWnadʣ\:3sz\̐$A'v|Ay?kv7V:MŴ/,7YP v3$1ȈX0! <6ڍΫ pLk %oiJVN]{'VMrO2Qk_|u3k-4ټ֐(Q X1}g#=k|AmwAp`xQ!9 Ì#$ s] mIt۽Sal[ȣ1f]C' ¾M][ r5ڢ '+FR9-CV8L.2*ӵ=Vީ7ڛxNiA;iv{6''G=HbG$FƐqJ8ھ| ҵ]'x42Bo}$csoZֹiw7C$.ӠLq8:U(bNEz#k z"Lݜ@#dP7|Jdr[۳[}4EӚ8JE[Eڵݝfm~Y#)BʪIRа㎔Q^ W7~x֞*copK!ãUe {)~Xd#SԡϨMnYN8' q*ʞ:qrkSLskkMC L̶:{XN 'v 9kkuoc^&uyR\^~b1J(Y5'߸J*[mرzoXC{+uA^dv lALoexɶ{I-17.gif 9@]BS18.gif :/zCS19.gif ;eCS20.gif < CS21.gif =n,CS22.gif >dZ8CS23.gif ?SwECS24.gif @1PCS25.gif A\CS26.gif B:iCS29.gif C.sCS30.gif DCS JFIF``C  76N_86Ow9607=Q,    C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(_=6Ԉ>zP80qN8/F|P?»}Q#}.[Л` y`vR; _=h-7L;(x1?$cP2܍^>h(GXai^2+@Yw|6l,<K&n2d\2LdJg~55.t.>цAG"P F9"xG᾽:{˛fHen/.8`@,Bc NK>|;xKƐfuә&ؼH;3``W6zOD/uͲ꺘D0vv=I5UФPn3hSP$KDJ++[kQEyAEPWSĞ}y4mGRֻxڝah+*J#Vd` +~ xuoÚUgP{y/3qȡGr\  ET+>5ruɯd't?+(( JFIF``C      C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(?C_OtX̽>^<=ԟЃӂIp-u]Ηa-OEa9Em~mu>;|+ s_SxH|fijD<#KQ*r`?ڿ>%x{/ԭM6S7aI܇nCF88מ.?%KA״-&y~2E`dEZ1|ڻFwGU1xi(7*|8Դ8F268>b6x>wƢqO@iGMY~-vs>Qw 2FqQEz1b!eh6]m'5)U$}-ͪ_$EW{aEP JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SjGЮϯjծsVPdq+z JT91r07IO3Eԯol {IHLѩ|cy㞝k1z՟tyU.i#b[8۽~D?}|CrB[81M|:iɦj6WhѮ<.LWaA`R)EOWu}:4%SRTݣ뫳M^ humxh~#JԱɸG0ǿ#YNUAf>NxvfoԂ,cOy>sgްS\iYV־vimQEW{ALp`Og~^0oH ^.lK9z5?j,}Fmax (>{gWē!Y:3^QGڍ$R2UK~woѯSxguZ-Z}~)u>jMrŶZmXlNM)<Lp1׿~ h^. ]&7Sjp/ѵZd5M;% Gf=R_Dڠm[cY(w&Xz`j}n)'^ޞ-~vS(C邊(OxbOt7 0G(7NJKjqNP _K4Io+rU?*S v>և60խ!=E$VN(18 >)ެn4ICfXyUXBZf9 ]v0HX#yb}MQҍ~*Ѣ+ JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz17>R27?S37"47m w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S/Y.n1V =ɩay nqXLؓ6:@7;WodkNt4Cxm*V4a7OZVl2vB6?e]ĭ5a~bY'V,G_)g*p{GffndDeSg_j}or&"rS^=ɪ)+WAyL'f-HEѴO7pGaENK씹U΃YԵ:KԮ :8E X6q֟Egjڮ}|2ql8U'RO5²ci:y(/#ܪp$sU|GⰻIWv8h>Eyfk }yc=F5Fx}T774w042,HD )sW曪.NtjLO(SNGOZgUVMAtxL"Ad6H>bOXiYKi{oմh՘.SEWךV+h-\"J`A8$|$ Ƽ<.]jtJ&HmԵvS]jĻ o,cNI'Y񎛧jd-R0|N=P[Su g$1)?rZ߈8o+p68g+Řu>L.6[Ɵf\;2nx*Y}K`YdXIbmH?U>u%(W +,7F{fzQHg'ywre%'X\o'%FNzi~ Mkڲ\)%$U9`zh7s:ω.xMr4y?&9 k_ 6;t"O4Owr'rzhD|sֻmúg,Mes#,CcYV8dڊ)31.gif E /CS32.gif FCS33.gif GCS34.gif H#CS35.gif IACS36.gif JCS JFIF``C     C   (@"       !"#$%&'()*+,-./012345678:;<=>?@ABCDEFGHIJKLMNOPQRSTUVXYZ[\]^_`abcdefghijklmnopqrsuvwxyz{|}~ }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sw:<m޻Is1 )ۻf 4ފI [ȥֵ/#qE*$4Ǽҧֵ]~iE7ɁGOmtbPz>jhUNO~Uh1_&#um sW,Sc jTdw$b\~mu+m;JUuc\FϺע_jvqgqݻ`pB85ZUSΩIX(3#ֲ_xOZk)@;%I,7E_C 557[Kq/ 610kt+3-JiFuˈ?bhPK#0P#Cx Uwts(@',9hh3PuKN E̋mlT];vs^c1W.zFSѼ5u(Kk)pX~10x~IC٬:%1זpW!XF87u$jGkA|߅} 3no EK6[2a8/U2TH<\/?m/gfhf#!` >!WJBȯWjb"kkc9aC$F <A ES-ҧPUd@ScT gM 7`2|q AcNs *yc{w3.HoiO'$xwj#',i Q#<-j ]G{NqnNp6Q1xA :cqCTP0( aJFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Sm}16#ŋ,5T} v1O X1漶jiiJL4vW:΢-,cN7f^7$9/(רQoҿ0^).z:K?nO o?u^̲[:my̶ x/+Alu(dǸ(vwn-%h5oZF0}ЏC\N;~_4\F@sCRW;-iu"A*z}Ȯn/tRo[5[4Z0h:f u뎧-aʌy\ԡm1ZԹh:J Dk@yG,Y`1ow Gҹ諢h֊KH՛95!(a]O2Q_K(+3I{O[n"݃JFázmna\ (s5<3ۡQz1>Ĝy$ ?S]WpIy} KGTtEhͺ.ԛ" czTQ_SiF'37.gif K CS41.gif L͕DS JFIF``C     C   (@"57679A77W487t }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SwvS֜d'ʀzB?oHW1#ǧ+IR5{M>I ;zu7?w97g]Qxg־(76緔bH_AZO⻋C{V6r-n|qܕanxZNeb"RLZZz uiuGQ(c_.ka0 ReC O=5]f/45_k65նμLZmjȢX w='j.O9q=ŝ,fhbr^KFI'A't\RcZ.μ<[9sVNdnXFi?Ġ'&Wu~Ԝv>-V 5JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SZƱiiL w;ܞU/,ӡ[3 }X:k+ƿcZ4;UҬr4yv@c'm' #tp .fTORH= X!B!612OZ?9s:Nǥp] ǷVבXaQ3QYcWټ>!DKdsPrs =w˥—^")$v KF2r3+2|N&q mw8FwW ை7&j67*7dr w_Bs]]Cem5†I%(,k/Դ {k-2/ @ykkT}VOd[Hl21Fi !-mc+0vf% }A5NjCKjr7tq4kl}yNObA2p2I_Zt'\Iq–$*8^NTWpm[Wg,ȹ?Y/w8īʟ˟\I)-g_ĺnXL%X9#$q`8=;mVbyY+4NMyy Iȹm+>QJɁ|yFZO,n$YAxt;b)즟zȿD;bÌW 2iCimG1n]?]:-G=E|k"`R sɯp1z/Z٬O|I;i j/l-Wpn*yfm\K"4To{߅KjxEk5O.Dl*8I<',(>rjyZ9ִZfk4D UX˰rU@[? I iK]K\BndlkF 87Q_AKRi~}>~z<:*USVe-ދZGk}6@I -L*>>q]M|{nIW؄UQ9P(nI)+wz[1˩iRRm+=Z$ JFIF``C     C   (@" }!1A Qa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S."yXKp@$RWV:FΫow#Op|qb̿r FUBy(lj~1k:2x^Ekyiytyrx'5o+fČ'!X֐GC"]r byk)?s=@^jVZ]qj0024z`=eY)sE=(҂<{4Zv@O;wQp{Wk^%Oi~ eӴh$.KqH[7@GvX|SPWS:^Đe#m0.<ϒx!mVA[oҡDZFɒ5 ;C$ Il &[5m6k۫qOzY"bENF~QҺ18o`(˙=|N GQ<[׈uzZ[M=g8MP, ? m9EgO '8[^ⰴpP}5%g; S@ }Vi~ ͸)$B6(s^[aW:][j]4y4kl1?ƓvjkrكJAfz-E/+AE&^מG'$7K9z|Q++{8oukȦLѰ:1ܲ`WQEN#WӨV K-|v JFIF``C     C   (@" }!1A97F*081828Qa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SవhFY`O $ԵoOSRK$ڻ;o##LGX,prOۅzѡ9WU1PSh]r5DOVC |Lqf4#,@b8x-/ЛI?ST ﯧ{tR{qŸ|Q/iT&? V/vOu|eu;_oSaYG R橫ݥ_'_P_mi^r@`{7IaXDߺO>#м=j,Cn!J-o8:W xcSK'P)C׺O`iSjnvcp[eTv諸OWgOWčCT \N:_&Eakكᾡn A =&%qF7%s;rX n@ŒT!NeRt¢kkc9aC$F <A E|_okƷ`ڒfLys$$FI O9['Ex%k~S,8WD?0['_P_ڦl@%g ɫ8fOHT(ah;K\:I_GմQE} JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SK\7^UhKCJk^8jR=Q1|];9n<9hM //{\Yf׍tۘ,&1Ozny '1t$|z_}.a8JўEW^MB!`wTWxĖ71 DKBr:Yמ:ӵ Lv~6L&I?ej"ԌV._>_ Wq鶺=6vP%CjG`թFD)Y+ JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S_ƕ GWaeC=~.__0ܶ(7夺瑲_7O —.FmV/ u!TdgP&{/F`vyR|w" a,pZinŌb&B }~XjZu FY(U 9,w951Rog jC-eGr΅F 8ʑY|/F}kmIe@NAH8_MN V{[~zz%:/Zvڰ'2*'?0S<ѮnfuY[^gqb2o_ZөNT$\*BŠ(w'7Z~ص>c-$}TQEi N5_$0e\GG5#|2n*PU[q'}q^- foa#vv,K(]OQEoME}ٌOovE #GGxJ'b K C(^G$?y uUCytҩ|mu둻 (M˚ hc 0Qz JFIF``C     C   (@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdef     ghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?SoZKܫ!&~ʣ'[5_Z9K oCrAz؉9WҜTg^(ա߮gn'>bq_·lt!Ֆe3#]+O_jR; r$Jx(]E7s%m"Q+6R~W2AQ \L3 I; xmB:Io/"QԮz02+ol5( O ̷Q^aقekvRI݃6^,DoQ[YmA$2ɷS_aW^Bu*ьeEfxk6*-uK1"8aP]Fee8$d9:O.u=r-[HЬmDaS q(Cʍq/hӢ[k%U򭟈ݛ>x4}GNhbV$bKr2 u_x&[cm SPu0AʺF i<4S_v'/TK 2@My7TfW;*sq`je톗"g-3AtT".7+asTy? 5߳O-g2"}6J~vb۶`y4KQw~UvڽM}5λY5 =t \LdX`:8'5~"P+Ex\#5(.*4 Ua[*>d(WmNNN/>_m=FIom[Ж<;r w(;K'{_iO_Z:LCAt&p640ތ }Qi}W +[El p_n.svV@@Hd8$0? 4K?ZǠ5rqJA q*Q8?*9rV42QXO%hki(5H'=b+8TQ{NfӒص9u)*ZB ! / QOQo9ʹzdck6?I//Fޞ"i_%T֟?cgm O.Ŵ).ygrrf>߇)]i 5 2j" A(cb5g앆]>S>&>fy#j67PF,1I;Grkà{HcMIRn .0tJWI=t/)a42.gif MDS43.gif NQmDS44.gif"O')DSswa.gif PICS38.gif Q4CS39.gif RvCS40.gificons/README.txt000064400000005003150211511030007340 0ustar00================================================================ Wind Direction Graphics by Mike Challis Copyright (c) 2008 Long Beach Weather (Mike Challis) http://www.642weather.com/weather/ Generated from: http://www.642weather.com/weather/scripts-wind-graphics.php Contact Info: http://www.642weather.com/weather/contact_us.php Weather PHP scripts: http://www.642weather.com/weather/scripts.php ================================================================ Package: 1382332298-wpf.zip Date Generated: Sun, 20-Oct-2013 11:50pm PDT ================================================================ This file and contents is provided "as is", and Long Beach Weather (Michael Challis) disclaims any and all warranties, whether express or implied, including (without limitation) any implied warranties of merchantability or fitness for a particular purpose. License: This work is licensed under a CREATIVE COMMONS ATTRIBUTION - NONCOMMERCIAL 3.0 UNITED STATES LICENSE For Complete Details please go to: http://creativecommons.org/licenses/by-nc/3.0/us/ If you use these images ... please let me know ... http://www.642weather.com/weather/contact_us.php I would also appreciate a link to my weather site on your links page Long Beach, WA Weather http://www.642weather.com/weather/ ================================================================ Download: http://www.642weather.com/weather/scripts-wind-graphics.php ================================================================ Contains: Contains 17 png images that represent the 16 cardinal point postions of E ENE ESE N NE NNE NNW NW S SE SSE SW W WNW and WSW It also includes an image representing Calm, and an Animated Demo GIF Image. Settings that were used to create: Face: face-style1 Ring: ring-3d-blue Arrow: arrow-inward-red Font Color: white Font Size: 10 Image Type: png Image Size: 64x64 Image Prefix: wpf ================================================================ Filenames: wpf-calm.png wpf-E.png wpf-ENE.png wpf-ESE.png wpf-N.png wpf-NE.png wpf-NNE.png wpf-NNW.png wpf-NW.png wpf-S.png wpf-SE.png wpf-SSE.png wpf-SW.png wpf-W.png wpf-WNW.png wpf-WSW.png wpf-animation.png ================================================================ Image Sizes: Images are aprox. 3kb in file size and are 64x64 pixel size. ================================================================ icons/16.gif000064400000003332150211511030006562 0ustar00GIF89a@(0+-d\jӶutb*ͬ[ɭϽƶWSU˷/ْwwy$FC@@ԅՂg_]8蜏|cbdޭhζ维l޾MBĥi;89̵έļ IJkjmŒn告sJFGzľDzvqno1;eJrSn3|z{̼ǮwfƨŽȿfϻޟgfZۣ!ϼսƖdHXWPN}׹WJBBΫtqrƵl~]gJHI}䠜shϴ]̭Ʈaٝ|˽÷!,@(] H*\7 #Jl(A7bG24X(M$UȒ (+|A+ 4h"'tO&A\ZpEL޸a Pބ 葑HD`E74h Ub Q0/UK4J΅ .,ycS[YR"0Q2HPHJ,Y&ptA1ECgɚ[8)* 8M›7 L$ű!^+tU 8M @t:]A/p 7ZsI2(1 IA(by h j2xP>VwP$xyB|Ar1 Ɣacz` )LP`SpbF&  N쀂ȣpEz1`G1`EL%|Abx&$a&1LSlu . S(Gmрbg 1d@p=z)0B a@r<Qf,%dbF' qiЅ$r jyB!D{!2TOaB1 6HAcd y QɽVkK\ꭷ DO ~6XjG +bp3Ғ/⏏T`r F<\آ|/-Avdc=@jp{v'x@ɑ BgIK B YTI% J~DA"qQm%H7'id)Fg|bL*a1I$aUA2,p \@E@P7ATE`D aBX@2X02@R 5BD:-Wl(aoJI^4q &8F2QI2P>E$H*U.D~rȥ800窭DAEZjgI H0j6dj6]#vҞ(_<ȦiȬqͳ" eJ6Jźh@y#b%{ B |v PU\$-DC7T,^D\qE@ ҡA]L"24[AME`cA)9lu$Jlp-tJ ;icons/wpf-SW.png000064400000005151150211511030007477 0ustar00PNG  IHDR00W 0IDAThXiPTW*3'ɤʏd*SLLb[`܈YGYEّElYaQ ,*DA1JGv9$5?T} +"+"+"FE #ր`hhH066&ۤ"M?=Wd{[4>rO4dB3; |anX\tFn?@]7 S߇4M/rtP4_G~ܸ9#b{wll'pfz¹9ɉaDo|>6:SZzdV6obbrR~ڵk.s`dP8Q{Kn!bweX'72^ X%6`eB=2RpkgVzdJ0/?7[!M+ Jl⋣/\m'J= quS& {cS#Xgɋwa/Dz'bC֞Xg5;_|$ 6+ϚQJl TͭCpPΥR ۳ di)VƧVp9x)JTV!O^p& [^(UTgJ%JKK]==sB l "\k{$J+kG ,2=5%.igwh~zl(+W^FV5==OFuu5NwU,$7bAb;4FwnӅT . _I4XOdɪzY;33ϟ@w)Z .T1N*r2az u?G`q޴onIkv*q0$du QQQHKK@ňDNN3wҒfUZ3 _K}' 55qQ;pf<偔|KeKJJZIdD@YY\N;1UaVköb|܂"P][wDI~d\=6|}BS\RPSS󌈜H$ȉA* S#sZX%5bç.`䃀c!#q]cg;EUM-P(J()*B A?֮E+ɥ P~~>.66rPitȽH%Fc;\Lk5z.[l}a0sx8baHV@dFž=H'K/8JZ Z/؁Zr;J t7~1|hs)ri%Kl~bĞcg5 ;QC 3XOzZ>6+YKߺ.Ͽih|>sC"")iK`{p'"Vk!^{o~g젶NMMD_d/ WM޷<_K LB#p$+ };^_YYk/ĭ!IENDB`icons/11.gif000064400000001735150211511030006562 0ustar00GIF89a@(>333džlmpTTWFCFuwyfff>;<|}܏qrtghjONP;79YY[~CABۜӕuvxzz|856]]_pnoRQS̊JIJՇkkm!>,@(@pH,Ȥrl:ШtJ:4Q.B.w r:\G`sp6qoguLnYYo.H.!q}!{>ozejRcdbQ''$d.!Mpz״N')oӱâF&&",PADk(@"T) = ) bdC /l pU)}R H9Šc4':`é!|Z*0HG)hATg&@*k"Rplql%aKbt+k;icons/wpf-WNW.png000064400000005334150211511030007624 0ustar00PNG  IHDR00WbKGD pHYsHHFk> IDAThoו{I6ėhJ$!+!f"81d0 FHY>3@pfIHI%QĦ(5d7,(+̆luս经9ž=nB)xG2IӤi,BJksu5Zk6Ba0mJ;arLDfmkk!!@϶ FEm"`tRZkS+J# qDBBS'mPH[B紀pR$zhKkM$lg*4+զFı"V1BXD8"xh{`l&7nܘx(iKw݁s[,f"B!F#YN=Hyp_Z~p.ex-mM׃} ֪ 7¦#BCI"EZfH85JȰxO*=:>}ZkPmV'9CIlsufAmyosLi(!0 ft bfw^8p䫭7ݑ/S5/8׶f]IZ>3,śر@/ u$Xbvqņqr] {v*|~g˓_1Zk/(>[o5Q|طc,  .έs'HagE +<˵2|٤Rl/`Q&{L⠹a`:y5~'Rd4 kwDDѭ}9oI"|)%J)i4R)!S*ZB 3K3]Fjwtv 3ɔ._[+y f|'Jl6Y^^&c @iMoX4 ab6n[?UVv^ϖ;i‘2GR98W)jKMxբRl6iZNBFzfMea a13ww{O:nc2EFCaDgBY &ESRtAcb(d2<ϻ/t:9[m0W~֚x~V!;8<<3367c6|4LzNZ%A A6!&R*Ўbx8s ݃s'NLXcc@_n!Na&t+_zwttl޶W) @\ H' LFAVR 3FQqeYA@us$I&ix$b)}2AE ߙ\h?OGD1Ҵy@zo )Z tl6!%]]]sddC4Tv7|F+?UIWק4%4ׯRleb9uIHyva=M.љLJң{5OtΒW!~޶E P Vn?tv% wnޢ2OݗX.AbzlZ%JM?ri 2; Hi+IM'$Kc6J^?\zFİ,QZ}OLǎ?oo_Ϳy!˫ +z.]j\yJZC+Eʶr )O::Μ.2NW;JO|l㉍v?`7>qgRŗ]2RmrFAyqh): 8, 'B1 >2|hw  J+SQ(DdrV(e*`ǙZXHq(TkDOo i2 H{vI)$gY^yՓ63Y~)Kaq" ߄VsZ10_ l~4J{'c~p-' [y;`T** JsjjU6"`G_tGe]⢣i'Ҋ_3fush #RT+UhjB133񨯯xT7+;jh6f#^A듚4 <ӋqZlt' U=7y;;;UUU\$%%H0e h8Қz8*`D{A lXGJt,:nM~vNI@C^'  ftqq1^^^pЩ4( (5"J}Ř0Ԅ=86Z{<[7A̳lTq H~~>VWĴNz^& CZ%2D)۰˺=z|C2PR\6 +`_rj@&޵:\?~d4ʊb`Z v(gc vY[Rg. _F(-&`mPKهe'^մ\S^<19&.dTJC n-gW,sW8ͨ>, ^^176qzviŇ~pӶ5s1(%+[KGr~ Pɺuz% 2iB{nj/D`;G`V 3X劳cKn8دOxX?Ϫ80y5o֢,9_}-i+鏤гLBg Gp<&G1xwxiz)R /ݣ%¬+*(qD_߀7M?>MQK1Kna6gfV@x|\0CP ̡櫄vYqw#mqۺAQ~3"Ґej8Sqv* 2$6ݐUZ=4=mU=u$~Lvܱ :Ym ,EHPZHJ|]xW,NqͰ=*9;o>ut:x"Lyg#a^y`nvL}@P3S+b',K p 7z\DU3,K]ݗ!of&> s|Ob : ɿa~@'jm !t麴 ?ៗ(v_&"d8+w)lw8a;8}GCYeG.j{h !q]'EVDA1ZѓI~k [ X:+p?)H-( ^_5Y5Yk/z\L)OIENDB`icons/wpf-N.png000064400000005125150211511030007344 0ustar00PNG  IHDR00W IDAThXiPTWJTI23)kRS3I41;hDVc " QQ"4,5{7t7tӀ&Epb Bfܫ8lbSu}{;2-2-2-haaA077'x`0  FGG|opptXYhrhpOto 'hñ1}+\f #=HQ8gt=]C륛~k@Owtt>8=edWx]Njo` . K6nsR#3ZلyMԶʍ {իW]`S>Arsؑ ~ci=,lj#GGٙiiѤQ0??'! $-|s mX#Yxn[w#/w-Q N2'Vݷ&&&/.%ϓ/ >lAzޅۢX瓂[ o o"`6da_(`E,yhl >Xcy?"@k@x]86ca1V9Gv^poG_GK/AB[' >&WrQ501{.{ lBuw!i/:TI4ujߴ'hW%E17Ę>oBFn! ØiEE8ЮXPq#rJ]SRsj#y0xJ ;4M8d_F|M*.!U>DѠ3?/&%k"אZ哵sVͰKkVݣazG@k}5XKo22 )))@?b8:"}.,, J9Ngazޓ.L@yY%ƎNXǩg,lz @.#==YYY DjPb֬~,Ă8}Z @@Q+*@vppg:D5aN4z'coPqx*(3, e(& 0b݇Z׈#%t;l0wA?x@CI)-n5j|釒gpajjRH@X}`b(cB ԭ6cSPs9}C!-0͘ۯ>Z&^?q@hB泌®m0-T*6=>HHHBY(V|jiz?s1(+*+= ISVa!oZdii5i {fqPRR1tMy/2Jjkwĥ瘸QY;4!=KmI$$>iJ" &,8 S#+;j0*'8i[ 9eKȎr*VM[g"5,hY{A(UB4m J+$.Y0u3FF~zXfny>i#>*gX@3>>\O?'ޥ;/:Ud-f]E68V Iks6y_.D#N\o9w!xqwڮ+ph4:oxhWt04N_V#z8xWx1 ? L}3ЭD8~D((((BBf 2I\in֌cC/stχ|.3cEb\~_hDȶm3~$~ʰsf؉Nv]+DifȜ# y1xwӧ\,E}a$7V^ZKm2T(ׅvFe8#޼,?C%;?-Mlv7C,Wg QӠq=r<4mkKэenQ_Lx!;ofc~uWf>/.>gv,臔߇O_](}>~y*J=xheb$^,0+▋Μw<k"^ ×9i>: AW>7v~(>T+®oμ\WFSYϛDWyEPEPEp/(FqQ7WF*r}k(c'n>;=1 A9JָtS/#'>Was:50֤֏O_R5y }={鮟#gUT%>*p䂏dnxkWL.m`:tG]:kf'-?>2êsN7߶xy~מ*{I/[ۡ=O s cVs[-a>^OT(?*ȿ׬9z3>: AW>7v~'!df\8I?\ݏgk[4XXLr=kq[8kerGک[{#2R# w_7toXg_}MO~dfkIvrzvZk/jܕR/{~[߽忝֤7GPk؞q^G㽟%EuEPEP/XKZMkΒXT]WwQ@ꖟs_U/@5%_џ#KGף8ev |SٿFg <_/el7AV?^)uFug?Çğ|:[CJݗ9肊0((Bz H xL %p#WO9*XUeSSuՃZ.cOqW2AA^*ǚMylΛՎ+WY[_Vnz['qN]Mm/ך$ 壎A{Qg]:AZN\~CL)]z//n/#^[{`DEz@ʥTUGn>cuδubwְo -e+Bָ1u,T[XleJ׼{iZt]E3[ZgFnEfR5"ꖟs_U/@5/F|/G'^A5yOgf+g\k?|$itYEx~M]ץ~QF o +k)v^_ +< ((\(?+lpta=s-?=ӤQ^|n.si5fh>Rw&sBoO),E{{=+-t (+hnhgd \Фel ׋Z^+ޏsq=gyiP5U[\RY^_ќ4Txz?Ï^a?+џM?Tf|Gp?.ޥYqg\A_7to^s8znKI ,bikv@KsN8s !djrm 49'+?FVcZ=8[44kOĆMpT*{4FTT*RpAEYEPYƓhcl,o±F5Jf:SS]: mx&B!)N/t}ddS/. a?(?+{,2oykG5}vhWpQ@業]Yyc*e{=q̣ *P__tէU~+rTAjT>K\RY]5/FeKGף8ev |SٿFg <_/el7AV?^)uFug?Çğ@^{XXDd=kosAeX9vb?|:/ Xx}<x]F~ CRTӽu꺍ZEn`PEPDn@wf8YR8sP;_A: AW>7v~![?#\]gK#L?͞*'+.oν,p<ܗ:_0\׫i^]Og6oQ^Q@T z ǽ>f htXO\U,4y?~hT.X#u95[q"*avÞ՟ ]ܱ!dWPz^IAV ⵲tW۟2PEPom ?j\Gw3_7ϓJ}Og.5ǿT5/@5/FyTTxz?Ï^a?+џM?Tf|Gp?.ޥYqg\A_7to^s8znKIGï.?տ4Mz7y~(H( Zb>K˂xQ]WfSµNխƺt1/.n7.:ob@|Z':)Ɯyb?LЖ2c |s_S (2=MUpOW]ѿzYy/'Yu{m6y3r0H?V'߭כjЇ$RzX"~m: AW>7v~![?#\]gK#L?͞*'+.oν,p<ܗ:_0\׫i^]Og6oQ^Q@R3R@P2I(|Cj^"~DzYX*:z#갴(14@pc?z^Ma`0#r51.XEY+[mt*#(^)>ǡ~կ[a4Sz֣:2 l$1%uD^~5i+$9OŖᣲ|7?\ms47V5y`R~_t#cK;*Mz..`#83+_O!÷RUOJ i sEKe }-_ў=/G'^A5yOgf+g\k?|$itYEx~M]ץ~MD_uAVcJ_خz7y~$Ir::# ( (/~ %0$|0+▋쾇wf 6׉s ø5jV< <2} }.CV_sZ.g9xTk9F-siu{dZ$́005_n_W*%EvcR#oM<i^Fc |v"ITi;:Ջ;hF{VJ8+iRq)lE:XDDr}i MvO//?kf/k 2)'W\RY]/Fs$}Qu?y]_7F}6oQBF3zFg>=MUpOW]ѿzYy/'MiwAc*r3 4UyUGG[B*JѝgtKH[#$w¾JTF갭᳷WYPEq$ b#Qmc3ʼǥ|f6uqاJ| -}Yu9Fdf/NѺskA9E:*fNЍN{{/Cهb=Λq[>)Xz^BL&"jV{4w_ XCpx>ǿzuպHqa9V657R0m{5ƟO FIq^%am|K4E ib-,pœ+ _ZrUcռYj< |ָ$ydi$b%&g6ǬL)u~/`0I>a۞\8lU\4~UjY^Πq<Կ?#5LjyJ?g0= Oұn Ɏ@'}W36\ݏoVNzǪZǔV?_Կ_/F|/G'^A5yOgf+g\k?|$itYEx~M]ץ~QF o +k)v^_ +< ( (8 Ť9Tg?Mr9䏥l<~sO.9hs¯֍DŽ8O9Ǫ>1Uz}~KyqԩTr09ٹ=ӈ-2HA8>@dc z~`ʸyrb150KyZ)E8*S+QpG\d[iP5U[\RY_UTTxz?Ï^a?+џM?Tf|Gp?.ޥYqg\A_7to^s8znKI~AԤx`c?u_-/\,ƕ \Nיюj+{Hcs'2C,@1W pZܯrh֦Gfx8QӖ(B((:ڵ˃V3=sKrbcSs=|cmw>ڬ62}wְAHנ5}b쏜osOb,wtqc~|5_ Sx$E~Gi>iN8?ʺj춒|6|_qh8qeI@{Q^{e>t a=pG/rNGZǔV?_Կ_UR$}Qu?y]_7F}6oQBF3zFg>=MUpOW]ѿzYy/'kSEuImnTD D;]+#~ok ]J.y7UpJw3_D厃_5\nyX`+^cF׭*InŠ((QHE,@p3@Ϭ\,$A]0o C Gj|3I֟=~_w=ƲOg9R@'q\8=|uO[y%_lel,졷\b4 :槯Tb3l*R9@9CF5JeҨMMt- q;.}p*"^—#Gq ?z3gψB5yԾ_4?a:o"R?&S?Cu#zє/Vsf/`Q@Q@Q@Q@^ ?xA=85x~A8^iGAw'FE{PY!!0U6R$ γ97ٚQWū>)Mc3z3gꌟj[cY*o-V[ߤFq5dgEx4z7YX&,RGZO~ʑEve@S _?͜ٺi 3 ( ( ( (- FϞEβF5%KxƐ(FQ]M*+S0 _j2͏٢޸?v?SfuO=,)=uzt<;Hf<ӯC.Gkz]zyKQP//~k2@+?.\`ˇGx6_xj̐f:kgpʹ>rR~?cBoߙNey6{ݻm&ܧj Ztpv=\TdTiкUME{Q@/)ǢXhfgU|0O} ;-wmo,8HBǠd^2o>(Eg-Oq3yqǻ!vƔrsvZPQRPQ@Q@׍uҴ-+G{Wy/}>OK??ga hJڟDB?0hQadEt` <ijFRDKOXmoe 33w?+q)=ݿCpQF]Sٝt},<[Xpt5㺾>Ky9n3:zץTi/ǗS?OɍFFFGQI^ M;3M5tך#ܶ^%{^WWGfQCĿ4gʛ?^{K4ɉoʪs>72"Mu80گ.zQVQ]Š(\~8q#^|bC /~zC P;9MbR| rLP@#^ßۿn#M:k hi_QGwt>`}bQ4- č g?𞄞o Z3Sߠ$|ͤ!-W_Oh?n+45}*!%vfcxu@ o_R1+W'O|_oȰ41Ā?ɧ{;yk߃5[Y~#w-rNPI'z4MwcУJIVo"Lgw;Vo[S]mkOVe႒q84TE 0 *$ԋHU̪@'\>T{WUF'~kүS1e_a峔wo;[_Ir9sKvYӔ^aZ^kOLdКKZVTI>Gx.|5 '0@S9KE^J߲=+̙Ѯݸݟƽ|=?P0 ({gZV n#с^vd"o \\>R'3G,Z 9 J&\[wm-PFN\yU"?gK`cłXg#^4+=6B8)&HQM-kSƱx$|l{+~q:nejr;sV$f?tkN5qv(W9Md|Q]PJȡcs֚ov+Y2> iڮu:5~%zȨ?bo Vf}> J)ZqwoX/VDvS׺`;e%S'S|)bl<5g.$u[r3`~_KB<#+˞Q@Q@S%C z"?&4xcI%÷d+OšP[.ќ,Bb0ꃥZݕ\^몴m-/Ú,z%E \+yF=p+f1br') )P7MG ˠĿ1g(rS]W#zη)S}ݲcZ nGp<#^_V?M4XuzUÉP!TS{Dv\U2j߻1O:ȻÝ6k:E: "xB;daAA^)olTwS_]up啷3ҵ|-6G!6bI8eҾn]|BOgגmtZ~H +쏋 ( ( (/Pcpբ`?*+ŕi#á' 4q]_)iiv6Jd _5CNX*ZߝϧbjCN~ZzVR6lɞν#n쏞FŠ9Š+aL2|߆+W }=z D "qp1՗&;[n@ckދO%Oݒk~ 1쳂;@zwHNYdViIؒ~ד. վ7MoR=7Rz(I+t=BӖ,~,CNϟ ( ( (<ĺ,Ί|8Z5 1]yIG8NM|OmFSi'oS)*OX[t4L ɮ?e*{YʧvŠ(@~;ki[YX}1pzNE夑s06^_/vb%JyW{cݸ $ԯx>9va0sMVq1G]e]CҴ{-ɳ.@r;sW)Ӎ8(Gd|J79=XQV@Q@Q@Q@CsEA*B^9eHTy{x/%3ML%AZ5TEKN GL!0Cۿot^\UQfSdn86\ :+wzS;X Lت Ji>5VRwZt>-A}eIܧ-#ª4>%#@*͜ɘw1#ɨdf9s(fsKӵnklK^xdrQ8*\@S1 돺wcDwMT5p"WFl*Df@3*cJf 41:Ljdu DFl? fo!xyH|yIP}))D;`f%5jF'N@ Ng@ef VH]2qVFkT3|b)wE8)CӰ'z XyeQi|N&XRRL ?aL\DijWRTXj3C;&밀` bg|HթRUj']ٗ"n.ˑ?C?RBĢq7H~#3mI|:u 1zoQ:[E/%9 a }aakR_fJ+`6q(1IG @8ʹ0V6jr &@^`NHmE.%CS{ R9E( 9L%%(p`@Q&:Ip,'F7׌퍞^ɡWq>~^ܝpIXPt$ޕO9tH꧘dzN4H꧘dޕ'gDlU<&8˓m"6a\(`7}Xub6?]9,=Q׋zPk~.nNucgrh%o@ 4%U0ȥSy?) Ǡ'$SRPso_HFCQ1#_ A,c3.. w2U bf7~LLJ&-dCߩmIp/>.Qe:YO\i$5Z+c>n(7Cdò-FunU'2h⻞ YQSnm$OrեH7[kB`P$0f<8Me&&HU1pJvG ~_lkLV"1o\ dt@a@DYJ8U \y3$cJ`Z./iLqނ,R Jw_?`ZEQ|Fbθ IVx ] 3 23=+NyNSlC).Cθ(n`A-nኵ$g3~ bDSڔlQiV%H` A(.QuxF<^[dg`$MFCwDl/ک6ռ Q̕f<ة]s08ˡQ:b膨6痊H_U=rݡQ:b芴o]awXNЛϹY9TԯHm?Pǃqzާx.8o# [x\~|LZ л*^i S).|(DTaF~_۬ bDm{16p˙'0OI/գ7*8Sj<׶ a8熮WRey "C4NBS"h;5GjalV3IfDqj0x‰N+Q?u%ٹV#7V bD;$v/nZ:q$ \r/$;*ժ$<eƆ;ծ"Tʤ*"ҏ>EA##a5I뼿6vFyH¯?oGHǁE4%pCD8ǃŋ;&H#Hm}I& poLj4y9rɓr VJ9BHD55$rcGCf$p'u0(ګ6FXmpゅ註 iet DakU72"MQH?jYC )QJNّC@"PّZʂ!< w,`[$$WFA`"_!h)++˓&PDpW<0/A,T|.l !6 P/?A p텅pT5X4 !+,=O=@tUDU:0 0  4 e 4"-p0@\0Đ`4 F @* dI  9HobZ&ab*~JL@9KҤa(IDjF&y욃J $͞蠳Z+H:+bJ冑&À:f n'm6­ :\ ZG[m.k,Ʒt&&j4ళ  !| 3°2lH ;icons/15.gif000064400000002010150211511030006551 0ustar00GIF89a@(0+-˼j jutbSQPQFC@glfff845ȿfƧmmn_l|z{JFGvsugfZۀČl333XWP<9:ф}qnoJHIWSU:57vvx\XY!F,@(F!--02< ! /2'?7-.! 2%ƍ9'?-"" Չ?=ͪ33: 7.=р 7^ nd ~zHL^a :(q`)Wr|IA]!1yQdɳA3rF &"T``(+^m (5\ em Xd(@18p@ ,[VR%&$J8h%椘fO ;icons/AUVIndex11.jpg000064400000011445150211511030010140 0ustar00JFIFddDucky!Adobed `#   #%'%#//33//@@@@@@@@@@@@@@@&&0##0+.'''.+550055@@?@@@@@@@@@@@@ " 150@462!"3P`#p  !1s 2t@AQaq"r4BRb#0`CpS!10Qq Aa@Pr2Rb |g :7s͜qE/Rsuu6aNh3]]`8}Ξ sr:?WO Bp@}X4odRAXl(YQz%l:1Q#1J11 Etc㫴c8FcqeE앲c{$b :Wh` Fpʋ+dH%uŕVɍ쑈J(3] UUpS৏_#׿[]=n {2Ub\Ð{H㾾Zt#<hDgb6 7aYZ&;ղZr\s}#NYVcw[=w\j.ekzaKVtY˕w(7|J&;b tj՛5f<~B=sj=E*u0̵#'^չ6iS9OI\T=z٭/nX%}JUS7`/q|͏l}_3b{VVx":KKkVQ( N}m=mbt# SER8_SWR"6?"?.nθcgZtz &$Y|-س6-I1ojŞ-}fBcep RT*5 a+Vk3Dt~Sَ),޿陇q%ħ,Q)wo"tb@ԫ9_ m,M}l=t]}* *OF8ܴYu|†])O|yllYkLD>ﱆ,Xcoa i>i%ݠc]8+̅7Mlh8#K .ze`ˁy,y: MkתIٯՀj##5$姊%:0?[mf|]Smbt# { 7&uM}b FAmcG?ebtX&}yDDР1-|Gޭ6aU弗g}&nJޅq%Fe\..ڴ$Hg.2.!aXTX#׊ /k5bm)X Yh=MԚRE+FMX@bBFߔBfҸ'Lr,< c:j&~GebtX&1S:/" >i$b.֬u2 ur2quF8?K Y "5kUhJ8f4( IHa_KcE|߶BF>ՇA9 잤DJHJUЌ`t!yGك nP$ T,)%o3^I7 - ZJ'$7 _8,qaiB%2KuM t%~A g>"jdОA D /p SxB|@ h0XԒLpBldlIǗ tv}g2tn)DcE~N!  asYih TRؠ1q$p*ƪʴJdBȍŮ:IVRI :ǗF;hAdRXR G%ej +Ҳ;+DɀW>kp2/₤ld A'UB "E8 KpM2Ih B-AI# م^&H͠E8S?r$$5X ]b,L #x` t iQ C#qE*4QCwvI!$sO` (l7(%bQ P+x4ip@ %l!@(@@7@@Tq/ ~/k8@\8pU|O|@?] ǯ;;U /{鰇A {wot%^,pw[/:n WB 0!:@gNKaCn<Pz{ "$o!_'=_l5`AȧD(GdH@;icons/07.gif000064400000001211150211511030006554 0ustar00GIF89a@(~|~˹ćׅ瓓Ɗ륥}!?,@(pH,Ȥrl:ШtJZجvzxL(sDrEΌ4v |Iu""E&v {p%"#od$)h)` m^ǂɝ ]&"ٚ] 2@VʂJJ˶W3~  (ȒlǶ-1Aqlɉ)YD r;0g92eA H)p֭\, iñDs@}֖jDs"y` Ƞ7\DߑEYa).hN! Kz@@2@ hfp*H $(ph`ä% ^ȓ+_μK;icons/25.gif000064400000003354150211511030006566 0ustar00GIF89a@(JFGrЌ߇d\ƱopqHǯ~Q4]agըgbr酃OY\cg蒤"{6b{Szz{`拧ksmklWSUⓔz0T˴Hvd`bZ{~~񮬭bktۀvrtwNndkksz}bwm~bBSs{{^gs`Fg!ޖiyZZ^ajxcx{ MMRMᇉuuyhoxms{dxYX<`~!,@( H*\ȰÇ#JHŋh0F<+VX3G$UPp@*`F$B@X1"xL]ChXTʁ*RJI52&dć<]~`r"I8Xh W |(L*LԴWƁE<|rE]0#Ƈ@DEPOݴj?)¥ N (8!'έ[ G8ѩ0pmA+aJ6:V0] r# @@TdEf e€j-A^_aAUfq`}9`Ȅ ,<1 LA Dk086+C W;r`0H%t pD?H@x A`HTB$E ,ıȯL4rCCI >SF: нQcđ':t((pѽ'>֎p^Z ( *'Q!!p z~r &:CK/$He a /Qh[L 3jD b@3'+)2'aApHO&2#(7n*)P(F93aab>%,L@ 9@މH$ѻ4`- y~Ėi'H N30H@;icons/30.gif000064400000001642150211511030006560 0ustar00GIF89a@(@0+-A6gWQSP󉇽eMF>=^[P>?BBBGGGJJJUTTVVWZZZ[[[^^_cddiii~|~}~!Created with The GIMP! ,@(U?5>85Ka5FWfdQ8?a/feN5\5eddW.:80FccaPU8)Of^^ǯda`_5ό:Afe^HEEU5Qٹa_^\Ot<=BOsoYWT2EJY 6 Jh $C.\$V% (q#ʅ )b'O@GS\VR!vD'Ҽ%Kx9V_Fz+طF%@]v-Ȋwݾ}b] ߙud F dn҂€ *lBk2fEiHnk4Ү 6ɋ̚@][!f,jH5rέtm$ۄ.$L,X5X@{ܕ]̔@{)pW ]|p(:a]At KlV*IHDn tCBUОmbOit"tf A7tapan 2yJB,UCeEdQ(c$tRJ?uc2dNCO}fK15hRK5a&QBUhQ[!EWaYi)Vnv*\re F_kM*ea#Ev2w&8P Ű1ֱ$ΩrV:wHDCخ…zFD!DQ8Hrefh Tq'ՠ z=B w"H EHD?0c$#gȄ;icons/42.gif000064400000004061150211511030006561 0ustar00GIF89a@(0+- älҙφwxzfffŵڸmѾ_FC@utb孥{׎Ѱѹəz̷׵򣍋jSPQݖyt845lnnfËžz褶½ߞȿfӬzyrtſſťͽgfZוܾDžˍlSӿĎsssȵJHI}щXWPޔޜŽsjqnoɼk̞333<9:ˇrˉż͌˞|z{ľqkjm|WSUؚŔxvw嗥t˗!,@(U H*\0-'"p¦ŋ 1hE-.:`28p`ɛ5ᘣc,YVƁ '8r2"&rl€ˡCKԤ%Jd7=DpXe%+fn[ 0aq K-U+P &'\dRX@^@%XP(s!0edBQT5[L@'Dk-=6hժCJeӑ$EIbI Mr_*Hȧf;nT:ӣEpQ&\1"Pb`Z^Y 4! TpF#'j,gKRe Cf JtET`рVFR' #au 7l$ <T'#:"8hR#8P2PxB%dK6Ó:Da~Yr+d1H (l$&l2q Ev0 jg "^<0jI y h~&DLgh @>(G\ eaC1ҙݻ@˭ɼ}ǼׯK \ݞ档ot0tۿԺΰ\qΌaţ^NȽGڍw ԿǵeȪ⊣ϻ ͊|z{H!ŽĦۑ~\8λe|ܽ_@ԞhPέԅ]⑎ν1ξoo˸~juﮕ̾cŕiɺ!,@( HhH*\ȰÆ I`3j\XPA,P Ɠ'q%S1($MA1Eɉ.$uhCBC2ĉ!A&fHʨՖ_S(]EnLK:tBM@AF4 V f]`n}Yqc(X` 744X\s_nAi(iNl24anDq7pRaiUot-Y[P'2UѣBr  ΦYhj4KEy((! @b з$>!!Uh"Y $jup`t " RJH 'l`@'Ny <` S_)HF^tI^!Dz)I] S,Ul&d]@]E̢PY`^xQcuKj覃; Ibl Bh)74c'C ! jRP$b$Aǣႅ6!.V/Ic`!c%ªIT&NXJaG)xVP>d: ×ЪQEKpMd0!Q@ɸnrHtmŽPIQ Itjn)!*ƫ>KI 3˼'^q*CJ ɨF Wh` cptW.E:&8-;T+ ).=\>v㛱d΃:sJR-#P|3Pst ^/(w`^۲5lmeW*,|=\-U]i\ƌ{T?y7IL{{03~Pz h2_Vd\ a6h֋j=0 6Fu(ȯr!DvrJxJ.i|j2W#_+nnUoq|C<<+l}J]Ts=R]R:hkzyItU_2w48Hp"xL(c鶴)uE.˺~=#?~M-tuUjA7 8Ҙu;XB2IJBE *2pu<.lA ݿQsgoa2B6%3)M8. { >T}R-x8LVH N/KI$D^TDs*Q [-BB kKN[X miej&5?o7fWIB%[LUYu +sLƥ.R)3X!*)+qkJZq@I%HS()7/Q\BU;m>MJzlFԍhҁgEL>k>% k+lEkkZ5k^#J?B^)5Q 4AZ V h+AϩR?\}fJCi6Ā.0esaw$Ga0#T"&4e7[\[Ts$侬g(伀.w~@~@~@~@Lo[%@74 qYĐ!sfn.Ew{WpsR ZWMmӄr^o6+%Q78ܒM_6 mIglg엿 d u$~^8_{SD BFO {WwK4m侩;W&'3ϴ.W%LV)%Ƃ؁$Ŕ"+fz7kwU9XZu|)H@jڗxZ2Hf1nU/19)\gG_@./DwVSZuR6MUrZgǩ[} |6"cO"iQfmŴ_fIK-]rӋYl5*cԛ<u?7>pTb~%|z-jDOJq7Ln_?oY+Fr0Hy.Z@bFj+FQ3kx 1,ͅyzUeRI*mGV 2)-&_mWnCýFI[8}.^8[Ʉc [DӔ>k¼Q鲤ې #8?#YԪnV\YR5 VEIFTjJȩeeDb7W?=5s LtǶ``_JQ]7doR>][(LK暸܀whӿRsO-<RGApq\09mzJ-wMu%Ϙj~ C35~$]@i/1hׂf+l ffcD5H:];jDf#Q=?X zzfzc-=Z(b4p(4pS7G?B0l413p4)=b,f:Q FEoU0էq;QpC^stԪ[&>:g9UG(emm<@ՉX %19l դ.V2ѓ)&FuDI1Y2T3?rD"`WY%uWY%u5$!+6j&G)#17jU*Jw&NhWbFlt}%#7k*|=PC(;Ԧ0Qa E㓇F*{cKfiX5QvTIk *t>Go_*8AQ,FdNezk=zk=zk=zk=hԖ!)m3qNJSIOWT3dT>8YƠ$W`@0uXg`JcE&?Da#rj ɇ׹AEZFL5`a8jަosRQFS`ǜpH",1Ȫb?. [i_/scMLYRE>=nrg*SY1k&։˪ $hvPϊYDPI3.'kly'X킭aDg:E3`-h0H6GluW *`\zcvYU$ 6^m$Z /28BeRw_w{ۧ<{􉳝I|t՜*TKR`) %8K`W##FOg i;lS!ؙ+Fu/R؜ iRlEέA&¿|zAUq!h) 83kF=:~la5`A=878zlU_`?Dv A t/DXHLC)e xJ\ tµb Q!!( 45ZZefhe+4PUk)YxA@]Yɴ|?@,S}zXjU k%Pr@XHHHJRȶVXJ`Jicons/wpf-NNW.png000064400000005142150211511030007610 0ustar00PNG  IHDR00W )IDAThXkPgζi鴝ٙ;;;әŶ۵Ũ)V[) EEEQ ;!@H`TQ[" <{OqǙP33ߗKrss{yEYEYEYQ,CLO&&&x&ӵ>odd7M~WHmHE`rѡ[ccɽQS5|nw%c|̷oO w BY{r/# ʶh={ ݑ)3gfft_&P5QryĦNlw]܂M4!ݽu7.\ۂ?،ON 4] ޺?7QiؚfNDMؐj:HU!Oiĵ3mp楉I3onn?EL_WN'n! 9vۑ3ұVX/T8xIpӽpuv JܐChW^=Cjx9d/_Y^d655AQd Eqb?ṹ-5<2e6 +naGOpxl A ڗ_Y"qlRGFBrQ0rQ*Mv_X}zzVkG4}p; ),INW"YMn.~ ~YkQh( j5QXX^&T:aBAYXfm[/"\%y=oyyXYUi@o@ / Ɔd2B"RAFfggCPp+Jx(&$ΣEEDbs)PE}QT}.@G#뼾Z[8Z<2E op%=7OuF|Wz nė=n~۽z8mMkӭ{PZxIա+, H1PbgeeqT2<\\NWrVFcٖ2z0V~ D4 5qSN|\Qؕy<..2k`l{V}D"RRR0?^jiLEO}8|ܽc2ʚ%n#FZ ͂kH<5-,*5˃҇Q<<$=\dgFFm` rޕǜf`󀘱0@)1,M'*nmx>w .!ZOZw@0iHᐤZ3qLZF'r%\."i/жaIm?$aks/Hu\<Ϻ~)KOt_S]ړ;&*$ h9( }hO%uBnzQMv*lDpu7CS}rYRۊYR#3 p-4wGFxSƎ~y4|pmU_%h55UL  kF#eY|4;RfcrJ''|v{qsǏJCM6u9Z1 ,?\ohѣn#\a|-_x>wۉrա;wruosr}ރ)c[וo3̫w`ep&XN*8ZzڸXX!<"?|D+U>/K]ْ W|remiX==sVz2k-//~~zDZ) {/2wR$×!vTυRXuD%{fVX'46A533ÿyq}8̿?d$Bu:{.^RN ~@6cnlua9C#]3~!qj|wl!GGk q5D݃SzYZGp GtJ(մPB\z.<7{=GtHz=Z-zvArr2w:VvU54# IѵI4Sq2. L~0 ks%J;-QULAyyyf --y[璒h4X^JX'P, 8 P+uʒE8|}Vd@)hPMM ␝ͼ)]ZVƞWTT &&FK_ju|$J}/ye0̔]^I7wARPʂsU!βU]_Yi)RTT@444<YmZ\E'8 j\}W܋؝gw R"---hjjzs\tdfuuuY=#&>97yb{ 3kxeF-o}  ML Rɸ.H+)dHBP(UFT*%opP(NJR@<>w􅫗h_R !WZIb47l@%/PgT^^Tʨ5stGvueb(*LK ؓJvV?8)YFS$kǼ^~rZg!bY>HJJbY{`y = QmPYGMF9E)iîdFl6h,k8eԔuvD tffHEMm-Łe m;DV8"s$lBbf {c(YjU< iEhbc^Yz7uwG*e%9k68J`T BW9Ӷ 5s *&{ Q _FR9't'OڊU21XGW4޷ƙS7s YdǭE-vQ?w Y;x'ԼtonJfč򒁇pexZC3F4( |JƔ0 R+lQjxӐ׿?iVOtƑ);.eM]TR LyAԵny49ɛ?8S%7kۉ<1̭3JH&+z ,beCpv6bHMʟr5#F>wsqG٧OJm׭=&++q9LDp WbO1EώXsY *97z00G>4]8 aϖo/Bmá0˧ɛ+KKoi;:_1v:/ʗbe M_3#zqF!*]~{FʝHvk4 e@$-y DAQE4;@x*;qiS(yx^B<ߓq OuYuYu MRtIENDB`icons/17.gif000064400000003377150211511030006574 0ustar00GIF89a@(0+- _ԅe@h+hhjƮa½ŪƵPMPĦw#B鍏x\FC@Χ ݰL]jcbdg5Ϩгjέ3E:57 {ϼ֝ܬXiwxzp@ߞf|XWPJIJ+Dz܍jȿfS޾MgfZnNȪۤlIʶֿl1!~utbuƨͽWSU}̵ْ<9:_ϴ]ǹdB巵}ֵqjJBB|z{ķϻɼŵ𺥭]QPQ޵JIk!,@(e HA*\Ȱ!o ZP`E3,&@  |CƓ'\PCB~|BK8@%̀E3dΣ x8P)A"!ҫ/89rE`D #$ xn#Kͬw%یotjP]9"Ƀc1f|Չe[X":f$b \vҌL2Oc$q.*b TqiYZTXPXFRHu1*ЊUH] Q@%\83Pd55B}o[KOPPSW)7\() } Qr[opt$vEH  ؠܗD0h@( ! `0E$kL`$RPEW&Ö5|a߽E`!HC]E҅uYn%@hl@AvTq!RonV vnA(zN0(Z0 vqI RA%M,sD:I:(L&!d8@Zy%PB|-E#n9I%9@xƘbqH"`mdQ VBD2I^1T{R) E  ezGD5*5T*ʅ=\pHA(Npqp{1lGp^D8N'@*mL,l'G}@jEiDhA+X1:oj4Gpܗ$@e|hd!p'Q`@\Д,_&p){<)Ud8/$XXUT M fPj` TVA4_hq%_u =aC@dX=BQBk _eh R1 aQ9$ J ?P.(A"b0',@ >xDA2;