mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,31 +5,30 @@ function string_plural_select_ca($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "S'ha produït un error en recuperar les dades meteorològiques. \\\\ NEror ha estat:";
|
||||
$a->strings["Current Weather"] = "Temps actual";
|
||||
$a->strings["Relative Humidity"] = "Humitat relativa";
|
||||
$a->strings["Pressure"] = "pressió";
|
||||
$a->strings["Wind"] = "vent";
|
||||
$a->strings["Last Updated"] = "Última actualització";
|
||||
$a->strings["Data by"] = "Dades de";
|
||||
$a->strings["Show on map"] = "Mostra al mapa";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "S'ha produït un problema en accedir a les dades meteorològiques. Però mireu-ho";
|
||||
$a->strings["at OpenWeatherMap"] = "a OpenWeatherMap";
|
||||
$a->strings["Current Weather settings updated."] = "S'ha actualitzat la configuració meteorològica actual.";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "No s'ha trobat cap APPID. Poseu-vos en contacte amb l'administrador per obtenir-ne una.";
|
||||
$a->strings["Save Settings"] = "Desa la configuració";
|
||||
$a->strings["Settings"] = "Configuració";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Introduïu el nom de la vostra ubicació o el codi postal.";
|
||||
$a->strings["Your Location"] = "La teva localització";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador de la vostra ubicació (nom o codi postal), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.";
|
||||
$a->strings["Units"] = "unitat";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "seleccioneu si la temperatura ha de mostrar-se en ° C o ° F";
|
||||
$a->strings["Show weather data"] = "Mostra dades meteorològiques";
|
||||
$a->strings["Curweather settings saved."] = "S'han desat els paràmetres de Curweather.";
|
||||
$a->strings["Caching Interval"] = "Interval de cau";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Per quant temps s’han de mantenir en memòria cau les dades meteorològiques? Trieu segons el vostre tipus de compte OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "no cau";
|
||||
$a->strings["minutes"] = "minuts";
|
||||
$a->strings["Your APPID"] = "La vostra APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "La vostra clau d’API proporcionada per OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data.\nError was: '] = 'S\'ha produït un error en recuperar les dades meteorològiques. \\ NEror ha estat:';
|
||||
$a->strings['Current Weather'] = 'Temps actual';
|
||||
$a->strings['Relative Humidity'] = 'Humitat relativa';
|
||||
$a->strings['Pressure'] = 'pressió';
|
||||
$a->strings['Wind'] = 'vent';
|
||||
$a->strings['Last Updated'] = 'Última actualització';
|
||||
$a->strings['Data by'] = 'Dades de';
|
||||
$a->strings['Show on map'] = 'Mostra al mapa';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'S\'ha produït un problema en accedir a les dades meteorològiques. Però mireu-ho';
|
||||
$a->strings['at OpenWeatherMap'] = 'a OpenWeatherMap';
|
||||
$a->strings['Current Weather settings updated.'] = 'S\'ha actualitzat la configuració meteorològica actual.';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'No s\'ha trobat cap APPID. Poseu-vos en contacte amb l\'administrador per obtenir-ne una.';
|
||||
$a->strings['Save Settings'] = 'Desa la configuració';
|
||||
$a->strings['Settings'] = 'Configuració';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Introduïu el nom de la vostra ubicació o el codi postal.';
|
||||
$a->strings['Your Location'] = 'La teva localització';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificador de la vostra ubicació (nom o codi postal), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.';
|
||||
$a->strings['Units'] = 'unitat';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'seleccioneu si la temperatura ha de mostrar-se en ° C o ° F';
|
||||
$a->strings['Show weather data'] = 'Mostra dades meteorològiques';
|
||||
$a->strings['Curweather settings saved.'] = 'S\'han desat els paràmetres de Curweather.';
|
||||
$a->strings['Caching Interval'] = 'Interval de cau';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Per quant temps s’han de mantenir en memòria cau les dades meteorològiques? Trieu segons el vostre tipus de compte OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'no cau';
|
||||
$a->strings['minutes'] = 'minuts';
|
||||
$a->strings['Your APPID'] = 'La vostra APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'La vostra clau d’API proporcionada per OpenWeatherMap';
|
||||
|
|
|
@ -5,31 +5,30 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "Chyba při získávání dat o počasí.\\nChyba:";
|
||||
$a->strings["Current Weather"] = "Aktuální počasí";
|
||||
$a->strings["Relative Humidity"] = "Relativní vlhkost vzduchu";
|
||||
$a->strings["Pressure"] = "Tlak";
|
||||
$a->strings["Wind"] = "Vítr";
|
||||
$a->strings["Last Updated"] = "Naposledy aktualizováno";
|
||||
$a->strings["Data by"] = "Data podle";
|
||||
$a->strings["Show on map"] = "Ukázat na mapě";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Při získávání dat o počasí nastala chyba. Podívejte se ale";
|
||||
$a->strings["at OpenWeatherMap"] = "na OpenWeatherMap";
|
||||
$a->strings["Current Weather settings updated."] = "Nastavení pro Aktuální počasí aktualizováno.";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "Žádné APPID nebylo nalezeno, prosím kontaktujte svého administrátora pro získání APPID.";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["Settings"] = "Nastavení";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Zadejte buď název místa, kde se nacházíte, nebo PSČ.";
|
||||
$a->strings["Your Location"] = "Vaše poloha";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identifikátor vaší polohy (název nebo PSČ), např. <em>Praha,CZ</em> nebo <em>11000,CZ</em>.";
|
||||
$a->strings["Units"] = "Jednotky";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "vyberte, jestli by se teplota měla zobrazovat v °C či °F";
|
||||
$a->strings["Show weather data"] = "Ukázat data o počasí";
|
||||
$a->strings["Curweather settings saved."] = "Nastavení Curwather uložena.";
|
||||
$a->strings["Caching Interval"] = "Ukládám interval do mezipaměti";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Na jak dlouho by vaše data o počasí měla být uložena v mezipaměti? Vyberte podle typu vašeho účtu na OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "žádná mezipaměť";
|
||||
$a->strings["minutes"] = "minut";
|
||||
$a->strings["Your APPID"] = "Vaše APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Váš API klíč poskytnutý OpenWetherMap";
|
||||
$a->strings['Error fetching weather data.\nError was: '] = 'Chyba při získávání dat o počasí.\nChyba:';
|
||||
$a->strings['Current Weather'] = 'Aktuální počasí';
|
||||
$a->strings['Relative Humidity'] = 'Relativní vlhkost vzduchu';
|
||||
$a->strings['Pressure'] = 'Tlak';
|
||||
$a->strings['Wind'] = 'Vítr';
|
||||
$a->strings['Last Updated'] = 'Naposledy aktualizováno';
|
||||
$a->strings['Data by'] = 'Data podle';
|
||||
$a->strings['Show on map'] = 'Ukázat na mapě';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Při získávání dat o počasí nastala chyba. Podívejte se ale';
|
||||
$a->strings['at OpenWeatherMap'] = 'na OpenWeatherMap';
|
||||
$a->strings['Current Weather settings updated.'] = 'Nastavení pro Aktuální počasí aktualizováno.';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Žádné APPID nebylo nalezeno, prosím kontaktujte svého administrátora pro získání APPID.';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
$a->strings['Settings'] = 'Nastavení';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Zadejte buď název místa, kde se nacházíte, nebo PSČ.';
|
||||
$a->strings['Your Location'] = 'Vaše poloha';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifikátor vaší polohy (název nebo PSČ), např. <em>Praha,CZ</em> nebo <em>11000,CZ</em>.';
|
||||
$a->strings['Units'] = 'Jednotky';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'vyberte, jestli by se teplota měla zobrazovat v °C či °F';
|
||||
$a->strings['Show weather data'] = 'Ukázat data o počasí';
|
||||
$a->strings['Curweather settings saved.'] = 'Nastavení Curwather uložena.';
|
||||
$a->strings['Caching Interval'] = 'Ukládám interval do mezipaměti';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Na jak dlouho by vaše data o počasí měla být uložena v mezipaměti? Vyberte podle typu vašeho účtu na OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'žádná mezipaměť';
|
||||
$a->strings['minutes'] = 'minut';
|
||||
$a->strings['Your APPID'] = 'Vaše APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Váš API klíč poskytnutý OpenWetherMap';
|
||||
|
|
|
@ -5,29 +5,28 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data. Error was: "] = "Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:";
|
||||
$a->strings["Current Weather"] = "Aktuelles Wetter";
|
||||
$a->strings["Relative Humidity"] = "Relative Luftfeuchtigkeit";
|
||||
$a->strings["Pressure"] = "Luftdruck";
|
||||
$a->strings["Wind"] = "Wind";
|
||||
$a->strings["Last Updated"] = "Letzte Aktualisierung";
|
||||
$a->strings["Data by"] = "Daten von";
|
||||
$a->strings["Show on map"] = "Karte anzeigen";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Es gab ein Problem beim Abrufen der Wetterdaten. Aber wirf doch mal einen Blick";
|
||||
$a->strings["at OpenWeatherMap"] = "auf OpenWeatherMap";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "Keine APPID gefunden, bitte kontaktiere deinen Admin, damit eine eingerichtet wird.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Settings"] = "Einstellungen";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Gib entweder den Namen oder die PLZ deines Ortes ein.";
|
||||
$a->strings["Your Location"] = "Deinen Standort festlegen";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identifikator deines Standorts (Name oder Postleitzahl), z.B. <em>Berlin,DE</em> oder <em>14476,DE</em>.";
|
||||
$a->strings["Units"] = "Einheiten";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "wähle, ob die Temperatur in °C oder °F angezeigt werden soll";
|
||||
$a->strings["Show weather data"] = "Zeige Wetterdaten";
|
||||
$a->strings["Caching Interval"] = "Cache-Intervall";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Wie lange sollen die Wetterdaten zwischengespeichert werden? Wähle eine für deinen OpenWeatherMap-Account passende Einstellung.";
|
||||
$a->strings["no cache"] = "kein Cache";
|
||||
$a->strings["minutes"] = "Minuten";
|
||||
$a->strings["Your APPID"] = "Deine APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Der API-Schlüssel von OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data. Error was: '] = 'Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:';
|
||||
$a->strings['Current Weather'] = 'Aktuelles Wetter';
|
||||
$a->strings['Relative Humidity'] = 'Relative Luftfeuchtigkeit';
|
||||
$a->strings['Pressure'] = 'Luftdruck';
|
||||
$a->strings['Wind'] = 'Wind';
|
||||
$a->strings['Last Updated'] = 'Letzte Aktualisierung';
|
||||
$a->strings['Data by'] = 'Daten von';
|
||||
$a->strings['Show on map'] = 'Karte anzeigen';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Es gab ein Problem beim Abrufen der Wetterdaten. Aber wirf doch mal einen Blick';
|
||||
$a->strings['at OpenWeatherMap'] = 'auf OpenWeatherMap';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Keine APPID gefunden, bitte kontaktiere deinen Admin, damit eine eingerichtet wird.';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Settings'] = 'Einstellungen';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Gib entweder den Namen oder die PLZ deines Ortes ein.';
|
||||
$a->strings['Your Location'] = 'Deinen Standort festlegen';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifikator deines Standorts (Name oder Postleitzahl), z.B. <em>Berlin,DE</em> oder <em>14476,DE</em>.';
|
||||
$a->strings['Units'] = 'Einheiten';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'wähle, ob die Temperatur in °C oder °F angezeigt werden soll';
|
||||
$a->strings['Show weather data'] = 'Zeige Wetterdaten';
|
||||
$a->strings['Caching Interval'] = 'Cache-Intervall';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Wie lange sollen die Wetterdaten zwischengespeichert werden? Wähle eine für deinen OpenWeatherMap-Account passende Einstellung.';
|
||||
$a->strings['no cache'] = 'kein Cache';
|
||||
$a->strings['minutes'] = 'Minuten';
|
||||
$a->strings['Your APPID'] = 'Deine APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Der API-Schlüssel von OpenWeatherMap';
|
||||
|
|
|
@ -5,29 +5,28 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data. Error was: "] = "Error al obtener datos meteorológicos. El error fue:";
|
||||
$a->strings["Current Weather"] = "Clima actual";
|
||||
$a->strings["Relative Humidity"] = "Humedad relativa";
|
||||
$a->strings["Pressure"] = "Presión";
|
||||
$a->strings["Wind"] = "Viento";
|
||||
$a->strings["Last Updated"] = "Última actualización";
|
||||
$a->strings["Data by"] = "Información por";
|
||||
$a->strings["Show on map"] = "Mostrar en mapa";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Hubo un problema al acceder a la información del clima. Pero eche un vistazo";
|
||||
$a->strings["at OpenWeatherMap"] = "en OpenWeatherMap";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "No se encontró APPID, por favor contacte con su administrador para obtener una.";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Settings"] = "Ajustes";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Introduzca el nombre de su ubicación o el código postal.";
|
||||
$a->strings["Your Location"] = "Su ubicación";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador de su ubicación (nombre o código postal), ej. <em>Berlin,DE</em> o <em>14476,DE</em>.";
|
||||
$a->strings["Units"] = "Unidades";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "seleccionar si la temperatura debería ser mostrada en °C o °F";
|
||||
$a->strings["Show weather data"] = "Mostrar información de clima";
|
||||
$a->strings["Caching Interval"] = "Obteniendo intervalo";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "¿Durante cuánto tiempo debería ser obtenida la información de clima? Eliga de acuerdo a su tipo de cuenta de OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "sin almacenamiento";
|
||||
$a->strings["minutes"] = "minutos";
|
||||
$a->strings["Your APPID"] = "Su APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Su clave API provista por OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data. Error was: '] = 'Error al obtener datos meteorológicos. El error fue:';
|
||||
$a->strings['Current Weather'] = 'Clima actual';
|
||||
$a->strings['Relative Humidity'] = 'Humedad relativa';
|
||||
$a->strings['Pressure'] = 'Presión';
|
||||
$a->strings['Wind'] = 'Viento';
|
||||
$a->strings['Last Updated'] = 'Última actualización';
|
||||
$a->strings['Data by'] = 'Información por';
|
||||
$a->strings['Show on map'] = 'Mostrar en mapa';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Hubo un problema al acceder a la información del clima. Pero eche un vistazo';
|
||||
$a->strings['at OpenWeatherMap'] = 'en OpenWeatherMap';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'No se encontró APPID, por favor contacte con su administrador para obtener una.';
|
||||
$a->strings['Save Settings'] = 'Guardar ajustes';
|
||||
$a->strings['Settings'] = 'Ajustes';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Introduzca el nombre de su ubicación o el código postal.';
|
||||
$a->strings['Your Location'] = 'Su ubicación';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificador de su ubicación (nombre o código postal), ej. <em>Berlin,DE</em> o <em>14476,DE</em>.';
|
||||
$a->strings['Units'] = 'Unidades';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'seleccionar si la temperatura debería ser mostrada en °C o °F';
|
||||
$a->strings['Show weather data'] = 'Mostrar información de clima';
|
||||
$a->strings['Caching Interval'] = 'Obteniendo intervalo';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = '¿Durante cuánto tiempo debería ser obtenida la información de clima? Eliga de acuerdo a su tipo de cuenta de OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'sin almacenamiento';
|
||||
$a->strings['minutes'] = 'minutos';
|
||||
$a->strings['Your APPID'] = 'Su APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Su clave API provista por OpenWeatherMap';
|
||||
|
|
|
@ -5,30 +5,29 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "Säätietojen noutamisessa tapahtui virhe.\\nLisätietoja: ";
|
||||
$a->strings["Current Weather"] = "Sää";
|
||||
$a->strings["Relative Humidity"] = "Suhteellinen kosteus";
|
||||
$a->strings["Pressure"] = "Ilmanpaine";
|
||||
$a->strings["Wind"] = "Tuuli";
|
||||
$a->strings["Last Updated"] = "Viimeksi päivitetty";
|
||||
$a->strings["Data by"] = "Tiedot tuottaa";
|
||||
$a->strings["Show on map"] = "Näytä kartalla";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa";
|
||||
$a->strings["at OpenWeatherMap"] = "OpenWeatherMappiä";
|
||||
$a->strings["Current Weather settings updated."] = "Sääasetukset päivitetty.";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "APPID puuttuu, ota yhteyttä ylläpitäjään.";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Settings"] = "Asetukset";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Syötä sijaintisi nimi tai postinumero.";
|
||||
$a->strings["Your Location"] = "Sijaintisi";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>.";
|
||||
$a->strings["Units"] = "Yksiköt";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "ota käyttöön Celsius-asteikko (°C) tai Fahrenheit-asteikko (°F)";
|
||||
$a->strings["Show weather data"] = "Näytä säätiedot";
|
||||
$a->strings["Curweather settings saved."] = "Curweather -asetukset tallennettu.";
|
||||
$a->strings["Caching Interval"] = "Välimuistin aikaväli";
|
||||
$a->strings["no cache"] = "Ei välimuistia";
|
||||
$a->strings["minutes"] = "minuuttia";
|
||||
$a->strings["Your APPID"] = "Sinun APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "API-avain OpenWeatherMapiltä";
|
||||
$a->strings['Error fetching weather data.\nError was: '] = 'Säätietojen noutamisessa tapahtui virhe.\nLisätietoja: ';
|
||||
$a->strings['Current Weather'] = 'Sää';
|
||||
$a->strings['Relative Humidity'] = 'Suhteellinen kosteus';
|
||||
$a->strings['Pressure'] = 'Ilmanpaine';
|
||||
$a->strings['Wind'] = 'Tuuli';
|
||||
$a->strings['Last Updated'] = 'Viimeksi päivitetty';
|
||||
$a->strings['Data by'] = 'Tiedot tuottaa';
|
||||
$a->strings['Show on map'] = 'Näytä kartalla';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Säätietohaussa tapahtui virhe. Voit kuitenkin katsoa';
|
||||
$a->strings['at OpenWeatherMap'] = 'OpenWeatherMappiä';
|
||||
$a->strings['Current Weather settings updated.'] = 'Sääasetukset päivitetty.';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'APPID puuttuu, ota yhteyttä ylläpitäjään.';
|
||||
$a->strings['Save Settings'] = 'Tallenna asetukset';
|
||||
$a->strings['Settings'] = 'Asetukset';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Syötä sijaintisi nimi tai postinumero.';
|
||||
$a->strings['Your Location'] = 'Sijaintisi';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Sijantisi (paikka tai postinumero), esim. <em>Helsinki,FI</em> tai <em>00100,FI</em>.';
|
||||
$a->strings['Units'] = 'Yksiköt';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'ota käyttöön Celsius-asteikko (°C) tai Fahrenheit-asteikko (°F)';
|
||||
$a->strings['Show weather data'] = 'Näytä säätiedot';
|
||||
$a->strings['Curweather settings saved.'] = 'Curweather -asetukset tallennettu.';
|
||||
$a->strings['Caching Interval'] = 'Välimuistin aikaväli';
|
||||
$a->strings['no cache'] = 'Ei välimuistia';
|
||||
$a->strings['minutes'] = 'minuuttia';
|
||||
$a->strings['Your APPID'] = 'Sinun APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'API-avain OpenWeatherMapiltä';
|
||||
|
|
|
@ -5,29 +5,28 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data. Error was: "] = "Erreur de récupération des données météo. L'erreur était :";
|
||||
$a->strings["Current Weather"] = "Météo actuelle";
|
||||
$a->strings["Relative Humidity"] = "Humidité relative";
|
||||
$a->strings["Pressure"] = "Pression";
|
||||
$a->strings["Wind"] = "Vent";
|
||||
$a->strings["Last Updated"] = "Dernière mise-à-jour";
|
||||
$a->strings["Data by"] = "Données de";
|
||||
$a->strings["Show on map"] = "Montrer sur la carte";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Une erreur est survenue lors de l'accès aux données météo. Vous pouvez quand même jeter un oeil";
|
||||
$a->strings["at OpenWeatherMap"] = "à OpenWeatherMap";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "Pas d'APPID trouvé, merci de contacter votre administrateur pour en obtenir un.";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Settings"] = "Paramètres";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Entrez le nom de votre emplacement ou votre code postal.";
|
||||
$a->strings["Your Location"] = "Votre position";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>.";
|
||||
$a->strings["Units"] = "Unités";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "Sélectionner si la température devrait être affichée en °C ou en °F";
|
||||
$a->strings["Show weather data"] = "Montrer les données météos";
|
||||
$a->strings["Caching Interval"] = "Intervalle de mise en cache.";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "pas de cache";
|
||||
$a->strings["minutes"] = "minutes";
|
||||
$a->strings["Your APPID"] = "Votre APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Votre clé pour l'API de OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data. Error was: '] = 'Erreur de récupération des données météo. L\'erreur était :';
|
||||
$a->strings['Current Weather'] = 'Météo actuelle';
|
||||
$a->strings['Relative Humidity'] = 'Humidité relative';
|
||||
$a->strings['Pressure'] = 'Pression';
|
||||
$a->strings['Wind'] = 'Vent';
|
||||
$a->strings['Last Updated'] = 'Dernière mise-à-jour';
|
||||
$a->strings['Data by'] = 'Données de';
|
||||
$a->strings['Show on map'] = 'Montrer sur la carte';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Une erreur est survenue lors de l\'accès aux données météo. Vous pouvez quand même jeter un oeil';
|
||||
$a->strings['at OpenWeatherMap'] = 'à OpenWeatherMap';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Pas d\'APPID trouvé, merci de contacter votre administrateur pour en obtenir un.';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
$a->strings['Settings'] = 'Paramètres';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Entrez le nom de votre emplacement ou votre code postal.';
|
||||
$a->strings['Your Location'] = 'Votre position';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>.';
|
||||
$a->strings['Units'] = 'Unités';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'Sélectionner si la température devrait être affichée en °C ou en °F';
|
||||
$a->strings['Show weather data'] = 'Montrer les données météos';
|
||||
$a->strings['Caching Interval'] = 'Intervalle de mise en cache.';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'pas de cache';
|
||||
$a->strings['minutes'] = 'minutes';
|
||||
$a->strings['Your APPID'] = 'Votre APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Votre clé pour l\'API de OpenWeatherMap';
|
||||
|
|
|
@ -5,29 +5,28 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data. Error was: "] = "Hiba az időjárásadatok lekérésekor. A hiba ez volt: ";
|
||||
$a->strings["Current Weather"] = "Jelenlegi időjárás";
|
||||
$a->strings["Relative Humidity"] = "Relatív páratartalom";
|
||||
$a->strings["Pressure"] = "Légnyomás";
|
||||
$a->strings["Wind"] = "Szél";
|
||||
$a->strings["Last Updated"] = "Utoljára frissítve";
|
||||
$a->strings["Data by"] = "Adatszolgáltató";
|
||||
$a->strings["Show on map"] = "Megjelenítés térképen";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:";
|
||||
$a->strings["at OpenWeatherMap"] = "OpenWeatherMap";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet.";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Settings"] = "Beállítások";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát.";
|
||||
$a->strings["Your Location"] = "Az Ön tartózkodási helye";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>.";
|
||||
$a->strings["Units"] = "Mértékegységek";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "Annak kiválasztása, hogy a hőmérsékletet °C vagy °F fokban kell megjeleníteni.";
|
||||
$a->strings["Show weather data"] = "Időjárási adatok megjelenítése";
|
||||
$a->strings["Caching Interval"] = "Gyorsítótárazási időköz";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint.";
|
||||
$a->strings["no cache"] = "nincs gyorsítótár";
|
||||
$a->strings["minutes"] = "perc";
|
||||
$a->strings["Your APPID"] = "Az alkalmazásazonosítója";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Az OpenWeatherMap által biztosított API-kulcsa";
|
||||
$a->strings['Error fetching weather data. Error was: '] = 'Hiba az időjárásadatok lekérésekor. A hiba ez volt: ';
|
||||
$a->strings['Current Weather'] = 'Jelenlegi időjárás';
|
||||
$a->strings['Relative Humidity'] = 'Relatív páratartalom';
|
||||
$a->strings['Pressure'] = 'Légnyomás';
|
||||
$a->strings['Wind'] = 'Szél';
|
||||
$a->strings['Last Updated'] = 'Utoljára frissítve';
|
||||
$a->strings['Data by'] = 'Adatszolgáltató';
|
||||
$a->strings['Show on map'] = 'Megjelenítés térképen';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:';
|
||||
$a->strings['at OpenWeatherMap'] = 'OpenWeatherMap';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet.';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Settings'] = 'Beállítások';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Adja meg a tartózkodási helyének a nevét vagy az irányítószámát.';
|
||||
$a->strings['Your Location'] = 'Az Ön tartózkodási helye';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>.';
|
||||
$a->strings['Units'] = 'Mértékegységek';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'Annak kiválasztása, hogy a hőmérsékletet °C vagy °F fokban kell megjeleníteni.';
|
||||
$a->strings['Show weather data'] = 'Időjárási adatok megjelenítése';
|
||||
$a->strings['Caching Interval'] = 'Gyorsítótárazási időköz';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint.';
|
||||
$a->strings['no cache'] = 'nincs gyorsítótár';
|
||||
$a->strings['minutes'] = 'perc';
|
||||
$a->strings['Your APPID'] = 'Az alkalmazásazonosítója';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Az OpenWeatherMap által biztosított API-kulcsa';
|
||||
|
|
|
@ -5,29 +5,28 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data. Error was: "] = "Errore durante il recupero dei dati meteo. L'errore è stato:";
|
||||
$a->strings["Current Weather"] = "Meteo";
|
||||
$a->strings["Relative Humidity"] = "Umidità Relativa";
|
||||
$a->strings["Pressure"] = "Pressione";
|
||||
$a->strings["Wind"] = "Vento";
|
||||
$a->strings["Last Updated"] = "Ultimo Aggiornamento: ";
|
||||
$a->strings["Data by"] = "Data da";
|
||||
$a->strings["Show on map"] = "Mostra sulla mappa";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "C'è stato un problema accedendo ai dati meteo, ma dai un'occhiata";
|
||||
$a->strings["at OpenWeatherMap"] = "a OpenWeatherMap";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "APPID non trovata, contatta il tuo amministratore per averne una.";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Settings"] = "Impostazioni";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Inserisci il nome della tua posizione o il CAP";
|
||||
$a->strings["Your Location"] = "La tua Posizione";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificatore della tua posizione (nome o CAP), p.e. <em>Roma, IT</em> or <em>00186,IT</em>.";
|
||||
$a->strings["Units"] = "Unità";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "scegli se la temperatura deve essere mostrata in °C o in °F";
|
||||
$a->strings["Show weather data"] = "Mostra dati meteo";
|
||||
$a->strings["Caching Interval"] = "Intervallo di cache";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "nessuna cache";
|
||||
$a->strings["minutes"] = "minuti";
|
||||
$a->strings["Your APPID"] = "Il tuo APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "La tua chiave API da OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data. Error was: '] = 'Errore durante il recupero dei dati meteo. L\'errore è stato:';
|
||||
$a->strings['Current Weather'] = 'Meteo';
|
||||
$a->strings['Relative Humidity'] = 'Umidità Relativa';
|
||||
$a->strings['Pressure'] = 'Pressione';
|
||||
$a->strings['Wind'] = 'Vento';
|
||||
$a->strings['Last Updated'] = 'Ultimo Aggiornamento: ';
|
||||
$a->strings['Data by'] = 'Data da';
|
||||
$a->strings['Show on map'] = 'Mostra sulla mappa';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'C\'è stato un problema accedendo ai dati meteo, ma dai un\'occhiata';
|
||||
$a->strings['at OpenWeatherMap'] = 'a OpenWeatherMap';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'APPID non trovata, contatta il tuo amministratore per averne una.';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Settings'] = 'Impostazioni';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Inserisci il nome della tua posizione o il CAP';
|
||||
$a->strings['Your Location'] = 'La tua Posizione';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificatore della tua posizione (nome o CAP), p.e. <em>Roma, IT</em> or <em>00186,IT</em>.';
|
||||
$a->strings['Units'] = 'Unità';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'scegli se la temperatura deve essere mostrata in °C o in °F';
|
||||
$a->strings['Show weather data'] = 'Mostra dati meteo';
|
||||
$a->strings['Caching Interval'] = 'Intervallo di cache';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'nessuna cache';
|
||||
$a->strings['minutes'] = 'minuti';
|
||||
$a->strings['Your APPID'] = 'Il tuo APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'La tua chiave API da OpenWeatherMap';
|
||||
|
|
|
@ -5,31 +5,30 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "Fout bij het ophalen van de weer data:\\nFout was:";
|
||||
$a->strings["Current Weather"] = "Het weer";
|
||||
$a->strings["Relative Humidity"] = "Relatieve vochtigheid";
|
||||
$a->strings["Pressure"] = "Luchtdruk";
|
||||
$a->strings["Wind"] = "Wind";
|
||||
$a->strings["Last Updated"] = "Laatste wijziging";
|
||||
$a->strings["Data by"] = "Data afkomstig van";
|
||||
$a->strings["Show on map"] = "Toon op kaart";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Er was een probleem met het ophalen van de data. Bekijk het";
|
||||
$a->strings["at OpenWeatherMap"] = "Op OpenWeatherMap";
|
||||
$a->strings["Current Weather settings updated."] = "Huidige weerinstellingen opgeslagen";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen";
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["Settings"] = "Instellingen";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Voor de naam of de postcode van je locatie in";
|
||||
$a->strings["Your Location"] = "Uw locatie";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>";
|
||||
$a->strings["Units"] = "Eenheden";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "Selecteer of de temperatuur in °C of °F moet weergegeven worden";
|
||||
$a->strings["Show weather data"] = "Toon weer ";
|
||||
$a->strings["Curweather settings saved."] = "Curweather instellingen opgeslagen";
|
||||
$a->strings["Caching Interval"] = "Caching interval";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type.";
|
||||
$a->strings["no cache"] = "Geen cache";
|
||||
$a->strings["minutes"] = "Minuten";
|
||||
$a->strings["Your APPID"] = "Uw APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Je OpenWeatherMap API-Key";
|
||||
$a->strings['Error fetching weather data.\nError was: '] = 'Fout bij het ophalen van de weer data:\nFout was:';
|
||||
$a->strings['Current Weather'] = 'Het weer';
|
||||
$a->strings['Relative Humidity'] = 'Relatieve vochtigheid';
|
||||
$a->strings['Pressure'] = 'Luchtdruk';
|
||||
$a->strings['Wind'] = 'Wind';
|
||||
$a->strings['Last Updated'] = 'Laatste wijziging';
|
||||
$a->strings['Data by'] = 'Data afkomstig van';
|
||||
$a->strings['Show on map'] = 'Toon op kaart';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Er was een probleem met het ophalen van de data. Bekijk het';
|
||||
$a->strings['at OpenWeatherMap'] = 'Op OpenWeatherMap';
|
||||
$a->strings['Current Weather settings updated.'] = 'Huidige weerinstellingen opgeslagen';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen';
|
||||
$a->strings['Save Settings'] = 'Instellingen opslaan';
|
||||
$a->strings['Settings'] = 'Instellingen';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Voor de naam of de postcode van je locatie in';
|
||||
$a->strings['Your Location'] = 'Uw locatie';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>';
|
||||
$a->strings['Units'] = 'Eenheden';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'Selecteer of de temperatuur in °C of °F moet weergegeven worden';
|
||||
$a->strings['Show weather data'] = 'Toon weer ';
|
||||
$a->strings['Curweather settings saved.'] = 'Curweather instellingen opgeslagen';
|
||||
$a->strings['Caching Interval'] = 'Caching interval';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type.';
|
||||
$a->strings['no cache'] = 'Geen cache';
|
||||
$a->strings['minutes'] = 'Minuten';
|
||||
$a->strings['Your APPID'] = 'Uw APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Je OpenWeatherMap API-Key';
|
||||
|
|
|
@ -5,31 +5,30 @@ function string_plural_select_pl($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "Błąd podczas pobierania danych pogodowych. \\nError był:";
|
||||
$a->strings["Current Weather"] = "Obecna pogoda";
|
||||
$a->strings["Relative Humidity"] = "Względna wilgotność";
|
||||
$a->strings["Pressure"] = "Ciśnienie";
|
||||
$a->strings["Wind"] = "Wiatr";
|
||||
$a->strings["Last Updated"] = "Ostatnio zaktualizowano";
|
||||
$a->strings["Data by"] = "Dane wg";
|
||||
$a->strings["Show on map"] = "Pokaż na mapie";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Wystąpił problem z dostępem do danych pogodowych. Ale spójrz";
|
||||
$a->strings["at OpenWeatherMap"] = "w OpenWeatherMap";
|
||||
$a->strings["Current Weather settings updated."] = "Zaktualizowano bieżące ustawienia pogody.";
|
||||
$a->strings["No APPID found, please contact your admin to obtain one."] = "Nie znaleziono APPID, skontaktuj się z administratorem, aby go uzyskać.";
|
||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings["Settings"] = "Ustawienia";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Wprowadź nazwę swojej lokalizacji lub kod pocztowy.";
|
||||
$a->strings["Your Location"] = "Twoja lokalizacja";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. <em>Lublin, LU</em> lub <em>20001, LU</em>.";
|
||||
$a->strings["Units"] = "Jednostka";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "wybierz, czy temperatura powinna być wyświetlana w °C lub °F";
|
||||
$a->strings["Show weather data"] = "Pokaż dane pogodowe";
|
||||
$a->strings["Curweather settings saved."] = "Ustawienia pogodowe zostały zapisane.";
|
||||
$a->strings["Caching Interval"] = "Interwał buforowania";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Od jak dawna powinny być buforowane dane pogodowe? Wybierz zgodnie z typem konta OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "Brak pamięci podręcznej";
|
||||
$a->strings["minutes"] = "minut";
|
||||
$a->strings["Your APPID"] = "Twój APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Twój klucz API dostarczony przez OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data.\nError was: '] = 'Błąd podczas pobierania danych pogodowych. \nError był:';
|
||||
$a->strings['Current Weather'] = 'Obecna pogoda';
|
||||
$a->strings['Relative Humidity'] = 'Względna wilgotność';
|
||||
$a->strings['Pressure'] = 'Ciśnienie';
|
||||
$a->strings['Wind'] = 'Wiatr';
|
||||
$a->strings['Last Updated'] = 'Ostatnio zaktualizowano';
|
||||
$a->strings['Data by'] = 'Dane wg';
|
||||
$a->strings['Show on map'] = 'Pokaż na mapie';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Wystąpił problem z dostępem do danych pogodowych. Ale spójrz';
|
||||
$a->strings['at OpenWeatherMap'] = 'w OpenWeatherMap';
|
||||
$a->strings['Current Weather settings updated.'] = 'Zaktualizowano bieżące ustawienia pogody.';
|
||||
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Nie znaleziono APPID, skontaktuj się z administratorem, aby go uzyskać.';
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
$a->strings['Settings'] = 'Ustawienia';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Wprowadź nazwę swojej lokalizacji lub kod pocztowy.';
|
||||
$a->strings['Your Location'] = 'Twoja lokalizacja';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. <em>Lublin, LU</em> lub <em>20001, LU</em>.';
|
||||
$a->strings['Units'] = 'Jednostka';
|
||||
$a->strings['select if the temperature should be displayed in °C or °F'] = 'wybierz, czy temperatura powinna być wyświetlana w °C lub °F';
|
||||
$a->strings['Show weather data'] = 'Pokaż dane pogodowe';
|
||||
$a->strings['Curweather settings saved.'] = 'Ustawienia pogodowe zostały zapisane.';
|
||||
$a->strings['Caching Interval'] = 'Interwał buforowania';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Od jak dawna powinny być buforowane dane pogodowe? Wybierz zgodnie z typem konta OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'Brak pamięci podręcznej';
|
||||
$a->strings['minutes'] = 'minut';
|
||||
$a->strings['Your APPID'] = 'Twój APPID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Twój klucz API dostarczony przez OpenWeatherMap';
|
||||
|
|
|
@ -5,31 +5,30 @@ function string_plural_select_pt_br($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Error fetching weather data.\\nError was: "] = "Houve um erro na obtenção de dados do clima\\nErro:";
|
||||
$a->strings["Current Weather"] = "Clima atual";
|
||||
$a->strings["Relative Humidity"] = "Umidade relativa";
|
||||
$a->strings["Pressure"] = "Pressão";
|
||||
$a->strings["Wind"] = "Vento";
|
||||
$a->strings["Last Updated"] = "Atualizado";
|
||||
$a->strings["Data by"] = "Dados de";
|
||||
$a->strings["Show on map"] = "Mostrar no mapa";
|
||||
$a->strings["There was a problem accessing the weather data. But have a look"] = "Houve um problema no acesso aos dados do clima. Mas dê uma olhada";
|
||||
$a->strings["at OpenWeatherMap"] = "em OpenWeatherMap";
|
||||
$a->strings["Current Weather settings updated."] = "Atualização das Configurações de clima.";
|
||||
$a->strings["No APPID found, please contact your admin to optain one."] = "Não foi encontrado nenhum AppID; fale com seu administrador para receber um.";
|
||||
$a->strings["Save Settings"] = "Salvar Configurações";
|
||||
$a->strings["Settings"] = "Configurações";
|
||||
$a->strings["Enter either the name of your location or the zip code."] = "Informe sua localização ou seu CEP.";
|
||||
$a->strings["Your Location"] = "Sua localização";
|
||||
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador da sua localização (nome ou CEP), p.ex. <em>Rio,BR</em> ou <em>20021,BR</em>.";
|
||||
$a->strings["Units"] = "Unidades";
|
||||
$a->strings["select if the temperatur should be displayed in °C or °F"] = "selecione se a temperatura será exibida em °C or °F";
|
||||
$a->strings["Show weather data"] = "Mostrar dados do clima";
|
||||
$a->strings["Curweather settings saved."] = "As configurações do Curweather foram salvas.";
|
||||
$a->strings["Caching Interval"] = "Intervalo de cache";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Por quanto tempo os dados do clima devem ser guardados em cache? Escolha de acordo com o tipo da sua conta no OpenWeatherMap.";
|
||||
$a->strings["no cache"] = "sem cache";
|
||||
$a->strings["minutes"] = "minutos";
|
||||
$a->strings["Your APPID"] = "Seu AppID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Sua chave de API fornecida pelo OpenWeatherMap";
|
||||
$a->strings['Error fetching weather data.\nError was: '] = 'Houve um erro na obtenção de dados do clima\nErro:';
|
||||
$a->strings['Current Weather'] = 'Clima atual';
|
||||
$a->strings['Relative Humidity'] = 'Umidade relativa';
|
||||
$a->strings['Pressure'] = 'Pressão';
|
||||
$a->strings['Wind'] = 'Vento';
|
||||
$a->strings['Last Updated'] = 'Atualizado';
|
||||
$a->strings['Data by'] = 'Dados de';
|
||||
$a->strings['Show on map'] = 'Mostrar no mapa';
|
||||
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Houve um problema no acesso aos dados do clima. Mas dê uma olhada';
|
||||
$a->strings['at OpenWeatherMap'] = 'em OpenWeatherMap';
|
||||
$a->strings['Current Weather settings updated.'] = 'Atualização das Configurações de clima.';
|
||||
$a->strings['No APPID found, please contact your admin to optain one.'] = 'Não foi encontrado nenhum AppID; fale com seu administrador para receber um.';
|
||||
$a->strings['Save Settings'] = 'Salvar Configurações';
|
||||
$a->strings['Settings'] = 'Configurações';
|
||||
$a->strings['Enter either the name of your location or the zip code.'] = 'Informe sua localização ou seu CEP.';
|
||||
$a->strings['Your Location'] = 'Sua localização';
|
||||
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identificador da sua localização (nome ou CEP), p.ex. <em>Rio,BR</em> ou <em>20021,BR</em>.';
|
||||
$a->strings['Units'] = 'Unidades';
|
||||
$a->strings['select if the temperatur should be displayed in °C or °F'] = 'selecione se a temperatura será exibida em °C or °F';
|
||||
$a->strings['Show weather data'] = 'Mostrar dados do clima';
|
||||
$a->strings['Curweather settings saved.'] = 'As configurações do Curweather foram salvas.';
|
||||
$a->strings['Caching Interval'] = 'Intervalo de cache';
|
||||
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Por quanto tempo os dados do clima devem ser guardados em cache? Escolha de acordo com o tipo da sua conta no OpenWeatherMap.';
|
||||
$a->strings['no cache'] = 'sem cache';
|
||||
$a->strings['minutes'] = 'minutos';
|
||||
$a->strings['Your APPID'] = 'Seu AppID';
|
||||
$a->strings['Your API key provided by OpenWeatherMap'] = 'Sua chave de API fornecida pelo OpenWeatherMap';
|
||||
|
|
|
@ -5,10 +5,9 @@ function string_plural_select_ro($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Current Weather"] = "Starea Vremii";
|
||||
$a->strings["Current Weather settings updated."] = "Configurări actualizate pentru Starea Vremii";
|
||||
$a->strings["Current Weather Settings"] = "Configurări pentru Starea Vremii";
|
||||
$a->strings["Weather Location: "] = "Locație Meteo:";
|
||||
$a->strings["Enable Current Weather"] = "Activare Starea Vremii";
|
||||
$a->strings["Submit"] = "Trimite";
|
||||
$a->strings['Current Weather'] = 'Starea Vremii';
|
||||
$a->strings['Current Weather settings updated.'] = 'Configurări actualizate pentru Starea Vremii';
|
||||
$a->strings['Current Weather Settings'] = 'Configurări pentru Starea Vremii';
|
||||
$a->strings['Weather Location: '] = 'Locație Meteo:';
|
||||
$a->strings['Enable Current Weather'] = 'Activare Starea Vremii';
|
||||
$a->strings['Submit'] = 'Trimite';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue