mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
2nd round
This commit is contained in:
parent
e44714ac69
commit
fb235f977d
6 changed files with 29 additions and 29 deletions
|
@ -7,9 +7,9 @@ function string_plural_select_pl($n){
|
|||
;
|
||||
$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"] = "";
|
||||
$a->strings["Pressure"] = "";
|
||||
$a->strings["Wind"] = "";
|
||||
$a->strings["Relative Humidity"] = "Względna wilgotność";
|
||||
$a->strings["Pressure"] = "Ciśnienie";
|
||||
$a->strings["Wind"] = "Wiatr";
|
||||
$a->strings["Last Updated"] = "Ostatnio zaktualizowany";
|
||||
$a->strings["Data by"] = "Dane wg";
|
||||
$a->strings["Show on map"] = "Pokaż na mapie";
|
||||
|
@ -19,16 +19,16 @@ $a->strings["Current Weather settings updated."] = "Zaktualizowano bieżące ust
|
|||
$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."] = "";
|
||||
$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>."] = "";
|
||||
$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>Berlin, DE</em> lub <em>14476, DE</em>.";
|
||||
$a->strings["Units"] = "Jednostka";
|
||||
$a->strings["select if the temperature should be displayed in °C or °F"] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Caching Interval"] = "";
|
||||
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "";
|
||||
$a->strings["Curweather settings saved."] = "Ustawienia Curweather 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"] = "";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "";
|
||||
$a->strings["Your APPID"] = "Twój APPID";
|
||||
$a->strings["Your API key provided by OpenWeatherMap"] = "Twój klucz API dostarczony przez OpenWeatherMap";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue