]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/pl.yml
Fix various variable referencing problems in translations.
[rails.git] / config / locales / pl.yml
index 9f9a5c9bfadc79afcb8289dfa4f726f5c1a468fd..fbcb27d18ae370b6f02f1b5097d2f85f04c7b84a 100644 (file)
-en:
-  activerecord:
-    # Translates all the model names, which is used in error handling on the web site
-    models:
-      acl: "Lista dostępu"
-      changeset: "Zestaw zmian"
-      changeset_tag: "Changeset Tag"
-      country: "Kraj"
-      diary_comment: "Komentarz w pamiętniku"
-      diary_entry: "Wpis w pamiętniku"
-      friend: "Przyjaciel"
-      language: "Język"
-      message: "Wiadomość"
-      node: "Węzeł"
-      node_tag: "Node Tag"
-      notifier: "Notifier"
-      old_node: "Old Node"
-      old_node_tag: "Old Node Tag"
-      old_relation: "Old Relation"
-      old_relation_member: "Old Relation Member"
-      old_relation_tag: "Old Relation Tag"
-      old_way: "Old Way"
-      old_way_node: "Old Way Node"
-      old_way_tag: "Old Way Tag"
-      relation: "Relation"
-      relation_member: "Relation Member"
-      relation_tag: "Relation Tag"
-      session: "Session"
-      trace: "Trace"
-      tracepoint: "Trace Point"
-      tracetag: "Trace Tag"
-      user: "Użytkownik"
-      user_preference: "User Preference"
-      user_token: "User Token"
-      way: "Droga"
-      way_node: "Węzeł drogi"
-      way_tag: "Etykieta drogi"
-    # Translates all the model attributes, which is used in error handling on the web site
-    # Only the ones that are used on the web site are translated at the moment
-    attributes:
-      diary_comment:
-        body: "Body"
-      diary_entry:
-        user: "Użytkownik"
-        title: "Tytuł"
-        latitude: "Szerokość geograficzna"
-        longitude: "Wysokość geograficzna"
-        language: "Język"
-      friend:
-        user: "Użytkownik"
-        friend: "Przyjaciel"
-      trace:
-        user: "Użytkownik"
-        visible: "Widoczny"
-        name: "Nazwa"
-        size: "Rozmiar"
-        latitude: "Szerokość geograficzna"
-        longitude: "Wysokość geograficzna"
-        public: "Publiczny"
-        description: "Opis"
-      message:
-        sender: "Sender"
-        title: "Title"
-        body: "Body"
-        recipient: "Recipient"
-      user:
-        email: "Email"
-        active: "Active"
-        display_name: "Wyświetlana nazwa"
-        description: "Opis"
-        languages: "Języki"
-        pass_crypt: "Hasło"
-  map:
-    view: Widok
-    edit: Edycja
-    coordinates: "Współrzędne:"
-  browse:
-    changeset:
-      title: "Zestaw zmian"
-      changeset: "Zestaw zmian:"
-      download: "Pobierz {{changeset_xml_link}} lub {{osmchange_xml_link}}"
-      changesetxml: "Plik XML z zestawem zmian"
-      osmchangexml: "plik XML osmChange"
-    changeset_details:
-      created_at: "Utworzony:"
-      closed_at: "Zamknięty:"
-      belongs_to: "Nalezy do:"
-      bounding_box: "Bounding box:"
-      no_bounding_box: "No bounding box has been stored for this changeset."
-      show_area_box: "Show Area Box"
-      box: "box"
-      has_nodes: "Zawiera {{node_count}} węzłów:"
-      has_ways: "Zawiera {{way_count}} dróg:"
-      has_relations: "Zawiera {{relation_count}} relacji:"
+# Messages for Polish (Polski)
+# Exported from translatewiki.net
+# Export driver: syck
+# Author: Sp5uhe
+pl: 
+  activerecord: 
+    attributes: 
+      diary_comment: 
+        body: Treść
+      diary_entry: 
+        language: Język
+        latitude: Szerokość geograficzna
+        longitude: Długość geograficzna
+        title: Tytuł
+        user: Użytkownik
+      friend: 
+        friend: Znajomy
+        user: Użytkownik
+      message: 
+        body: Treść
+        recipient: Odbiorca
+        sender: Nadawca
+        title: Tytuł
+      trace: 
+        description: Opis
+        latitude: Szerokość geograficzna
+        longitude: Długość geograficzna
+        name: Nazwa
+        public: Publiczny
+        size: Rozmiar
+        user: Użytkownik
+        visible: Widoczny
+      user: 
+        active: Aktywny
+        description: Opis
+        display_name: Przyjazna nazwa
+        email: Email
+        languages: Języki
+        pass_crypt: Hasło
+    models: 
+      acl: Lista ACL
+      changeset: Changeset
+      changeset_tag: Tag changesetu
+      country: Państwo
+      diary_comment: Komentarz dziennika
+      diary_entry: Wpis w dzienniku
+      friend: Znajomy
+      language: Język
+      message: Wiadomość
+      node: Węzeł
+      node_tag: Tag węzła
+      notifier: Notifier
+      old_node: Wcześniejszy węzeł
+      old_node_tag: Tag wcześniejszego węzła
+      old_relation: Stara relacja
+      old_relation_member: Członek wcześniejszej relacji
+      old_relation_tag: Tag wcześniejszej relacji
+      old_way: Wcześniejsza droga
+      old_way_node: Węzeł wcześniejszej drogi
+      old_way_tag: Tag wcześniejszej drogi
+      relation: Relacja
+      relation_member: Członek relacji
+      relation_tag: Tag relacji
+      session: Sesja
+      trace: Ślad
+      tracepoint: Punkt śladu
+      tracetag: Tag Śladu
+      user: Użytkownik
+      user_preference: Preferencje użytkownika
+      user_token: Token użytkownika
+      way: Droga
+      way_node: Węzeł drogi
+      way_tag: Tag drogi
+  browse: 
+    changeset: 
+      changeset: "Changeset: {{id}}"
+      changesetxml: XML w formacie Changesetu
+      download: Ściągnij {{changeset_xml_link}} lub {{osmchange_xml_link}}
+      osmchangexml: XML w formacie osmChange
+      title: Changeset
+    changeset_details: 
+      belongs_to: "Należy do:"
+      bounding_box: "Prostokąt min/max:"
+      box: prostokąt
+      closed_at: "Zamknięto:"
+      created_at: "Utworzono:"
+      has_nodes: "Zawiera następujących {{count}} węzłów:"
+      has_relations: "Zawiera następujących {{count}} relacji:"
+      has_ways: "Zawiera następujących {{count}} dróg:"
+      no_bounding_box: Ten changeset został zapisany bez prostokątu ograniczającego.
+      show_area_box: Pokaż obszar prostokątu
     common_details: 
-      edited_at: "Edytowany:"
-      edited_by: "Edytowany przez:"
+      edited_at: "Edytowano:"
+      edited_by: "Edytował(a):"
+      in_changeset: "W changesecie:"
       version: "Wersja:"
-      in_changeset: "W zestawie zmian:"
-    containing_relation:
-      relation: "Relacja {{relation_name}}"
-      relation_as: "(jako {{relation_role}})"
-    map:
-      loading: "Wczytywanie..."
-      deleted: "Usunięte"
-      view_larger_map: "View Larger Map"
-    node_details:
-      coordinates: "Współrzędne: "
-      part_of: "Część:"
-    node_history:
-      node_history: "Historia węzła"
-      download: "{{download_xml_link}} lub {{view_details_link}}"
-      download_xml: "Pobierz dane XML"
-      view_details: "wyświetl informacje szczegółowe"
-    node:
-      node: "Węzeł"
+    containing_relation: 
+      entry: Relacja {{relation_name}}
+      entry_role: Relacja {{relation_name}} (jako {{relation_role}})
+    map: 
+      deleted: Skasowano
+      loading: Wczytywanie...
+    node: 
+      download: "{{download_xml_link}} lub {{view_history_link}}"
+      download_xml: Ściągnij XML
+      node: Węzeł
       node_title: "Węzeł: {{node_name}}"
+      view_history: zobacz historię zmian
+    node_details: 
+      coordinates: "Współrzędne:"
+      part_of: "Jest częścią:"
+    node_history: 
+      download: "{{download_xml_link}} lub {{view_details_link}}"
+      download_xml: Ściągnij XML
+      node_history: Historia zmian węzła
+      view_details: zobacz szczegóły
+    not_found: 
+      sorry: Niestety {{type}} o id {{id}} nie został znaleziony.
+    paging_nav: 
+      of: z
+      showing_page: Widoczna jest strona
+    relation: 
       download: "{{download_xml_link}} lub {{view_history_link}}"
-      download_xml: "Pobierz dane XML"
-      view_history: "wyświetl historię"
-    not_found:
-      sorry: "Przepraszamy, nie można znaleźć {{type}} o identyfikatorze {{id}}."
-    paging_nav:
-      showing_page: "Strona"
-      of: "z"
-    relation_details:
-      members: "Członkowie:"
-      part_of: "Część:"
-    relation_history:
-      relation_history: "Historia relacji"
-      relation_history_title: "Historia relacji: {{relation_name}}"
-    relation_member:
-      as: "jako"
-    relation:
-      relation: "Relacja"
+      download_xml: Ściągnij XML
+      relation: Relacja
       relation_title: "Relacja: {{relation_name}}"
+      view_history: zobacz historię zmian
+    relation_details: 
+      members: "Zawiera:"
+      part_of: "Jest częścią:"
+    relation_history: 
+      relation_history: Historia zmian relacji
+      relation_history_title: "Historia relacji: {{relation_name}}"
+    start: 
+      manually_select: Manualnie wybierz inny obszar
+      view_data: Zobacz dane w aktualnym widoku mapy
+    start_rjs: 
+      data_frame_title: Dane
+      details: Szczegóły
+      drag_a_box: Zaznacz prostokąt na mapie przeciągnięciem myszki aby wybrać obszar
+      edited_by_user_at_timestamp: Edytowany przez [[user]] ostatni raz [[timestamp]]
+      history_for_feature: Historia zmian dla [[feature]]
+      load_data: Załaduj dane
+      loaded_an_area_with_num_features: Załadowano obszar zawierający [[num_features]] obiektów.  Przeglądarki mogą nie radzić sobie z wyświetleniem tej ilości danych -- generalnie działają optymalnie przy wyświetlaniu mniej niż 100 obiektów jednocześnie, w przeciwnym wypadku przeglądarka może działac powoli lub przestać odpowiadać.  Jeśli jesteś pewien że chcesz wyświetlić dane, kliknij przycisk poniżej.
+      loading: Wczytywanie...
+      manually_select: Manualnie wybierz inny obszar
+      private_user: prywatny użytkownika
+      show_history: Pokaż zmiany
+      unable_to_load_size: "Nie można załadować: prostokąt ograniczający [[bbox_size]] jest zbyt duży (nie może przekraczać {{max_bbox_size}} stopnia)"
+      wait: Moment...
+      zoom_or_select: Przybliż albo wybierz inny obszar mapy
+    tag_details: 
+      tags: "Tagi:"
+    way: 
       download: "{{download_xml_link}} lub {{view_history_link}}"
-      download_xml: "Pobierz dane XML"
-      view_history: "wyświetl historię"
-    start:
-      view_data: "View data for current map view"
-      manually_select: "Manually select a different area"
-    start_rjs:
-      data_frame_title: "Data"
-      zoom_or_select: "Zoom in or select an area of the map to view"
-      drag_a_box: "Drag a box on the map to select an area"
-      manually_select: "Manually select a different area"
-      loaded_an_area: "You have loaded an area which contains"
-      browsers: "features. In general, some browsers may not cope well with displaying this quanity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
-      load_data: "Load Data"
-      unable_to_load: "Unable to load: Bounding box size of"
-      must_be_smaller: "is too large (must be smaller than 0.25)"
-      loading: "Loading..."
-      show_history: "Show History"
-      wait: "Proszę czekać..."
-      history_for: "Historia dla"
-      details: "Szczegóły"
-      private_user: "private user"
-      edited_by: "Edited by"
-      at_timestamp: "at"
-    tag_details:
-      tags: "Etykiety:"
-    way_details:
+      download_xml: Ściągnij XML
+      way: Droga
+      way_title: "Droga: {{way_name}}"
+    way_details: 
+      also_part_of: 
+        one: należy również do drogi {{related_ways}}
+        other: należy również do dróg {{related_ways}}
       nodes: "Węzły:"
-      part_of: "Cześć:"
-      also_part_of:
-        one: "należy do drogi {{related_ways}}"
-        other: "należy do dróg {{related_ways}}"
-    way_history:
-      way_history: "Historia drogi"
-      way_history_title: "Historia drogi: {{way_name}}"
+      part_of: "Jest częścią:"
+    way_history: 
       download: "{{download_xml_link}} lub {{view_details_link}}"
-      download_xml: "Pobierz dane XML"
-      view_details: "wyświetl szczegóły"
-    way:
-      way: "Droga"
-      way_title: "Droga: {{way_name}}"
-      download: "{{download_xml_link}} lub {{view_history_link}}"
-      download_xml: "Pobierz dane XML"
-      view_history: "wyświetl historię"
-  changeset:
+      download_xml: Ściągnij XML
+      view_details: zobacz szczegóły
+      way_history: Historia zmian drogi
+      way_history_title: "Historia drogi: {{way_name}}"
+  changeset: 
+    changeset: 
+      anonymous: Anonim
+      big_area: (pełny)
+      no_comment: (brak)
+      no_edits: (brak edycji)
+      show_area_box: pokaż prostokąt zawierający
+      still_editing: (nadal edytowany)
+      view_changeset_details: Zobacz szczegóły changesetu
     changeset_paging_nav: 
-      showing_page: "Showing page"
-      of: "of"
-    changeset:
-      still_editing: "(still editing)"
-      anonymous: "Anonim"
-      no_comment: "(none)"
-      no_edits: "(no edits)"
-      show_area_box: "show area box"
-      big_area: "(big)"
-      view_changeset_details: "View changeset details"
-      more: "more"
-    changesets:
-      id: "ID"
-      saved_at: "Zapisano"
-      user: "Użytkownik"
-      comment: "Komentarz"
-      area: "Obszar"
-    list_bbox:
-      history: "Historia"
-      changesets_within_the_area: "Zestawy zmian wewnątrz obszaru:"
-      show_area_box: "show area box"
-      no_changesets: "No changesets"
-      all_changes_everywhere: "For all changes everywhere see {{recent_changes_link}}"
-      recent_changes: "Recent Changes"
-      no_area_specified: "No area specified"
-      first_use_view: "First use the {{view_tab_link}} to pan and zoom to an area of interest, then click the history tab."
-      view_the_map: "view the map"
-      view_tab: "view tab"
-      alternatively_view: "Alternatively, view all {{recent_changes_link}}"
-    list:
-      recent_changes: "Recent Changes"
-      recently_edited_changesets: "Recently edited changesets:"
-      for_more_changesets: "For more changesets, select a user and view their edits, or see the editing 'history' of a specific area."
-    list_user:
-      edits_by_username: "Edits by {{username_link}}"
-      no_visible_edits_by: "No visible edits by {{name}}."
-      for_all_changes: "For changes by all users see {{recent_changes_link}}"
-      recent_changes: "Recent Changes"
-  diary_entry:
-    new:
-      title: New Diary Entry
-    list:
-      title: "Pamiętniki użytkowników"
-      user_title: "Pamiętnik uzytkownika {{user}}"
-      new: New Diary Entry
-      new_title: Compose a new entry in your user diary
-      no_entries: No diary entries
-      recent_entries: "Recent diary entries: "
-      older_entries: Older Entries
-      newer_entries: Newer Entries
-    edit:
-      title: "Edit diary entry"
-      subject: "Subject: "
-      body: "Body: "
-      language: "Język: "
-      location: "Położenie: "
-      latitude: "Szerokość geograficzna: "
-      longitude: "Wysokość geograficzna: "
-      use_map_link: "use map"
-      save_button: "Zapisz"
-      marker_text: Diary entry location
-    view:
-      title: "Users' diaries | {{user}}"
-      leave_a_comment: "Zostaw komentarz"
-      save_button: "Zapisz"
-    no_such_entry:
-      heading: "No entry with the id: {{id}}"
-      body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong."
-    no_such_user:
-      body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
-    diary_entry:
-      posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
-      comment_link: Comment on this entry
-      reply_link: Reply to this entry
-      comment_count:
-        one: 1 comment
-        other: "{{count}} comments"
-      edit_link: Edit this entry
-    diary_comment:
-      comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
-  export:
-    start:
-      area_to_export: "Area to Export"
-      manually_select: "Manually select a different area"
-      format_to_export: "Format to Export"
-      osm_xml_data: "OpenStreetMap XML Data"
-      mapnik_image: "Mapnik Image"
-      osmarender_image: "Osmarender Image"
-      embeddable_html: "Embeddable HTML"
-      licence: "Licence"
-      export_details: 'OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'
-      options: "Options"
-      format: "Format"
-      scale: "Scale"
-      max: "max"
-      image_size: "Image Size"
-      zoom: "Zoom"
-      add_marker: "Add a marker to the map"
-      latitude: "Lat:"
-      longitude: "Lon:"
-      output: "Output"
-      paste_html: "Paste HTML to embed in website"
-      export_button: "Export"
-    start_rjs:
-      export: "Export"
-      drag_a_box: "Drag a box on the map to select an area"
-      manually_select: "Manually select a different area"
-      click_add_marker: "Click on the map to add a marker"
-      change_marker: "Change marker position"
-      add_marker: "Add a marker to the map"
-      view_larger_map: "View Larger Map"
-  geocoder:
-    results:
-      results: "Results"
-      type_from_source: "{{type}} from {{source_link}}"
-      no_results: "No results found"
-  layouts:
-    welcome_user: "Witaj, {{user_link}}"
-    inbox: "inbox ({{size}})"
-    logout: wyloguj
-    log_in: zaloguj
-    sign_up: rejestracja
-    view: Widok
+      of: z
+      showing_page: Widoczna jest strona
+    changesets: 
+      area: Obszar
+      comment: Komentarz
+      id: ID
+      saved_at: Zapisano
+      user: Użytkownik
+  diary_entry: 
+    diary_comment: 
+      comment_from: Komentarz od {{link_user}} z {{comment_created_at}}
+    diary_entry: 
+      comment_count: 
+        one: 1 komentarz
+        other: "{{count}} komentarzy"
+      comment_link: Skomentuj ten wpis
+      edit_link: Edytuj ten wpis
+      posted_by: Wpis od {{link_user}} z {{created}} w języku {{language_link}}
+      reply_link: Odpowiedz na ten wpis
+    edit: 
+      body: "Treść:"
+      language: "Język:"
+      latitude: "Szerokość geograficzna:"
+      location: "Położenie:"
+      longitude: "Długość geograficzna:"
+      marker_text: Umiejscowienie wpisu dziennika
+      save_button: Zapisz
+      subject: "Temat:"
+      title: Edycja wpisu dziennika
+      use_map_link: na mapie
+    list: 
+      new: Nowy wpis do dziennika
+      new_title: Stwórz nowy wpis w Twoim dzienniku użytkownika
+      newer_entries: Nowsze wpisy
+      no_entries: Brak wpisów dziennika
+      older_entries: Starsze wpisy
+      recent_entries: "Ostatnie wpisy do dziennika:"
+      title: Dzienniki użytkowników
+      user_title: Dziennik dla {{user}}
+    new: 
+      title: Nowy wpis do dziennika
+    no_such_entry: 
+      body: Niestety nie znaleziono wpisu dziennika / komentarza o id {{id}}, sprawdź pisownię.  Byc może użyłeś(aś) linku który był niepoprawny.
+      heading: "Brak wpisu o id: {{id}}"
+    no_such_user: 
+      body: Niestety nie znaleziono użytkownika o nazwie {{user}}, sprawdź pisownię.  Być może użyłeś(aś) linku który był niepoprawny.
+      title: Nie znaleziono użytkownika
+    view: 
+      leave_a_comment: Zostaw komentarz
+      save_button: Zapisz
+      title: Wpisy użytkowników | {{user}}
+      user_title: Dziennik dla {{user}}
+  export: 
+    start: 
+      add_marker: Dodaj pinezkę na mapie
+      area_to_export: Obszar do eksportu
+      embeddable_html: HTML do wklejenia
+      export_button: Eksportuj
+      export_details: Dane OpenStreetMap są na licencji <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0</a>.
+      format: Format
+      format_to_export: Format eksportu
+      image_size: Rozmiar obrazka
+      latitude: "Szer:"
+      licence: Licencja
+      longitude: "Dł:"
+      manually_select: Ręcznie zaznacz inny obszar
+      mapnik_image: Obrazek z Mapnika
+      max: max
+      options: Opcje
+      osm_xml_data: Dane XML OpenStreetMap
+      osmarender_image: Obrazek z Osmarender
+      output: Wynik
+      paste_html: Użyj podanego kodu HTML, aby umieścić na stronie
+      scale: Skala
+      zoom: Zoom
+    start_rjs: 
+      add_marker: Dodaj pinezkę na mapie
+      change_marker: Zmień pozycję pinezki
+      click_add_marker: Kliknij na mapie aby dodać pinezkę
+      drag_a_box: Przeciągnięciem zaznacz prostokąt na mapie
+      export: Eksport
+      manually_select: Ręcznie zaznacz inny obszar
+      view_larger_map: Większy widok mapy
+  geocoder: 
+    description: 
+      title: 
+        geonames: Położenie według <a href="http://www.geonames.org/">Geonames</a>
+        osm_namefinder: "{{types}} według <a href=\"http://gazetteer.openstreetmap.org/namefinder/\">OpenStreetMap Namefinder</a>"
+      types: 
+        cities: Miasta
+        places: Miejsca
+        towns: Miasta
+    description_osm_namefinder: 
+      prefix: "{{distance}} {{direction}} względem obiektu {{type}}"
+    direction: 
+      east: na wschód
+      north: na północ
+      north_east: na północny wschód
+      north_west: na północny zachód
+      south: na południe
+      south_east: na południowy wschód
+      south_west: na południowy zachód
+      west: na zachód
+    distance: 
+      one: ok. 1km
+      other: około {{count}}km
+      zero: mniej niż 1km
+    results: 
+      no_results: Nie znaleziono
+    search: 
+      title: 
+        ca_postcode: Wyniki z <a href="http://geocoder.ca/">Geocoder.CA</a>
+        geonames: Wyniki z <a href="http://www.geonames.org/">GeoNames</a>
+        latlon: Wyniki z <a href="http://openstreetmap.org/">Internal</a>
+        osm_namefinder: Wyniki z <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>
+        uk_postcode: Wyniki z <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>
+        us_postcode: Wyniki z <a href="http://geocoder.us/">Geocoder.us</a>
+    search_osm_namefinder: 
+      suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} względem {{parentname}})"
+      suffix_place: ", {{distance}} {{direction}} względem {{placename}}"
+    search_osm_nominatim: 
+      prefix_highway: droga {{type}}
+  layouts: 
+    donate: Wspomóż Projekt OpenStreetMap {{link}} na Konto Aktualizacji Naszego Sprzętu.
+    donate_link_text: dokonując darowizny
     edit: Edycja
-    history: Historia
     export: Eksport
     gps_traces: Ślady GPS
-    user_diaries: Pamiętniki użytkowników
-    tag_line: The Free Wiki World Map
-    intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
-    intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
-    intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
-    osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
-    osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
-    donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
-    donate_link_text: donating
-    help_wiki: "Help &amp; Wiki"
-    news_blog: "News blog"
-    shop: Sklep
-    sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
-    alt_donation: Make a Donation
-  notifier:
-    diary_comment_notification:
-      banner1: "*                   Please do not reply to this email.                    *"
-      banner2: "*                Use the OpenStreetMap web site to reply.                 *"
-      hi: "Hi {{to_user}},"
-      header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
-      footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
-    friend_notification:
-      had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
-      see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
-    signup_confirm_plain:
-      greeting: "Hi there!"
-      hopefully_you: "Someone (hopefully you) would like to create an account over at"
-      # next two translations run-on : please word wrap appropriately
-      click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
-      click_the_link_2: "account and read on for more information about OpenStreetMap."
-      introductory_video: "You can watch an introductory video to OpenStreetMap here:"
-      more_videos: "There are more videos here:"
-      the_wiki: "Get reading about OpenStreetMap on the wiki:"
-      opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
-      wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
-      # next four translations are in pairs : please word wrap appropriately
-      user_wiki_1: "It is recommended that you create a user wiki page, which includes"
-      user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
-      current_user_1: "A list of current users in categories, based on where in the world"
-      current_user_2: "they are, is available from:"
-    signup_confirm_html:
-      greeting: "Hi there!"
-      hopefully_you: "Someone (hopefully you) would like to create an account over at"
-      click_the_link: "If this is you, welcome! Please click the link below to confirm that account and read on for more information about OpenStreetMap"
-      introductory_video: "You can watch an {{introductory_video_link}}."
-      video_to_openstreetmap: "introductory video to OpenStreetMap"
-      more_videos: "There are {{more_videos_link}}."
-      more_videos_here: "more videos here"
-      get_reading: 'Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</p> or  <a href="http://www.opengeodata.org/">the opengeodata blog</a> which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!'
-      wiki_signup: 'You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.'
-      user_wiki_page: 'It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_London">[[Category:Users_in_London]]</a>.'
-      current_user: 'A list of current users in categories, based on where in the world they are, is available from <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.'
-  message:
-    inbox:
-      title: "Inbox"
-      my_inbox: "My inbox"
-      outbox: "outbox"
-      you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
-      from: "Od"
-      subject: "Temat"
-      date: "Data"
-      no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
-      people_mapping_nearby: "people mapping nearby" 
-    message_summary:
-      unread_button: "Mark as unread"
-      read_button: "Mark as read"
-      reply_button: "Reply"
-    new:
-      title: "Send message"
-      send_message_to: "Send a new message to {{name}}"
-      subject: "Temat"
-      body: "Body"
-      send_button: "Wyślij"
-      back_to_inbox: "Back to inbox"
-      message_sent: "Message sent"
-    no_such_user:
-      no_such_user: "No such user or message"
-      sorry: "Sorry there is no user or message with that name or id"
+    gps_traces_tooltip: Zarządzaj śladami
+    help_wiki: Pomoc &amp; Wiki
+    help_wiki_tooltip: Pomoc i strony Wiki projektu
+    history: Zmiany
+    home: główna
+    home_tooltip: Przejdź do strony głównej
+    inbox: skrzynka ({{count}})
+    inbox_tooltip: 
+      one: Twoja skrzynka zawiera jedną nową wiadomość
+      other: Twoja skrzynka zawiera  {{count}} nowych wiadomości
+      zero: Brak nowych wiadomości
+    intro_1: OpenStreetMap to mapa całego świata którą możesz swobodnie edytować.  Tworzona przez ludzi takich jak Ty.
+    intro_2: OpenStreetMap pozwala oglądać, korzystać, i kolaboratywnie tworzyć dane geograficzne z dowolnego miejsca na Ziemi.
+    intro_3: Hosting OpenStreetMap jest wspomagany przez {{ucl}} i {{bytemark}}.
+    log_in: zaloguj się
+    log_in_tooltip: Zaloguj się
+    logout: wyloguj
+    logout_tooltip: Wyloguj
+    make_a_donation: 
+      text: Zrób Donację
+    news_blog: Blog wiadomości
+    osm_offline: Baza danych OpenStreetMap jest niedostępna na czas ważnych zadań administracyjnych które są w tym momencie wykonywane.
+    osm_read_only: Baza danych OpenStreetMap jest w trybie tylko-do-odczytu na czas ważnych zadań administracyjnych które są w tym momencie wykonywane.
+    shop: Zakupy
+    sign_up: zarejestruj
+    sotm: Wpadnij na tegoroczną Konferencję OpenStreetMap, The State of the Map, 10-12 Lipca w Amsterdamie!
+    tag_line: Swobodna Wiki-Mapa Świata
+    user_diaries: Dzienniczki
+    user_diaries_tooltip: Przeglądaj dzienniczki użytkownika
+    view: Mapa
+    welcome_user: Witaj, {{user_link}}
+    welcome_user_link_tooltip: Strona użytkownika
+  map: 
+    coordinates: "Współrzędne:"
+    edit: Edycja
+    view: Mapa
+  message: 
+    inbox: 
+      date: Nadano
+      from: Od
+      my_inbox: Moja skrzynka odbiorcza
+      no_messages_yet: Nie masz jeszcze wiadomości.  Czemu nie podyskutować z {{people_mapping_nearby_link}}.
+      outbox: nadawcza
+      people_mapping_nearby: mapowiczami w Twojej okolicy
+      subject: Temat
+      title: Wiadomości odebrane
+      you_have: Masz {{new_count}} nowych i {{old_count}} przeczytanych wiadomości.
+    mark: 
+      as_read: Wiadomość została oznaczona jako przeczytana
+      as_unread: Wiadomość została oznaczona jako nieprzeczytana
+    message_summary: 
+      read_button: Oznacz jako przeczytaną
+      reply_button: Odpowiedz
+      unread_button: Oznacz jako nieprzeczytaną
+    new: 
+      back_to_inbox: Powrót do skrzynki
+      body: Treść
+      message_sent: Wiadomość wysłana
+      send_button: Wyślij
+      send_message_to: Wyślij nową wiadomość do {{name}}
+      subject: Temat
+      title: Wysyłanie wiadomości
+    no_such_user: 
+      body: Niestety nie znaleziono użytkownika / wiadomości o tej nazwie lub id
+      heading: Nie ma takiego użytkownika / wiadomości
     outbox: 
-      title: "Outbox"
-      my_inbox: "My {{inbox_link}}"
-      inbox: "inbox"
-      outbox: "outbox"
-      you_have_sent_messages: "You have {{sent_count}} sent messages"
-      to: "To"
-      subject: "Subject"
-      date: "Date"
-      no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
-      people_mapping_nearby: "people mapping nearby"
-    read:
-      title: "Read message"
-      reading_your_messages: "Reading your messages"
-      from: "Od"
-      subject: "Temat"
-      date: "Data"
-      reply_button: "Reply"
-      unread_button: "Mark as unread"
-      back_to_inbox: "Back to inbox"
-      reading_your_sent_messages: "Reading your sent messages"
-      to: "Do"
-      back_to_outbox: "Back to outbox"
-    mark:
-      as_read: "Message marked as read"
-      as_unread: "Message marked as unread"
-  site:
-    index:
-      home: "home"
-      js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
-      js_2: "OpenStreetMap uses javascript for its slippy map."
-      js_3: 'You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable javascript.'
+      date: Nadano
+      inbox: odbiorcza
+      my_inbox: Moja skrzynka {{inbox_link}}
+      outbox: nadawcza
+      people_mapping_nearby: mapowiczami w Twojej okolicy
+      subject: Temat
+      title: Wiadomości wysłane
+      to: Do
+      you_have_sent_messages: Wysłaleś/aś {{count}} wiadomości
+    read: 
+      back_to_inbox: Powrót do wysłanych
+      date: Nadano
+      from: Od
+      reading_your_messages: Czytanie odebranej wiadomości
+      reading_your_sent_messages: Czytanie wysłanej wiadomości
+      reply_button: Odpowiedz
+      subject: Temat
+      title: Czytanie wiadomości
+      to: Do
+      unread_button: Oznacz jako nieprzeczytaną
+  notifier: 
+    diary_comment_notification: 
+      footer: Możesz również przeczytać komentarz pod {{readurl}}, skomentować go pod {{commenturl}} lub odpowiedzieć pod {{replyurl}}
+      header: "{{from_user}} zostawił(a) komentarz do twojego wpisu w dziennikach OpenStreetMap o temacie {{subject}}:"
+      hi: Witaj {{to_user}},
+    friend_notification: 
+      had_added_you: "{{user}} dodał(a) Cię jako swojego znajomego na OpenStreetMap."
+      see_their_profile: Możesz przeczytać jego/jej profil pod {{userurl}} oraz dodać jako Twojego znajomego/ą jeśli chcesz.
+    signup_confirm_html: 
+      click_the_link: Jeśli to Ty, witamy!  Kliknij poniższy link żeby potwierdzić Twoje nowe konto i dowiedzieć się więcej o OpenStreetMap.
+      current_user: Aktualne listy użytkowników według ich położenia na Ziemi znajdziesz na stronie <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.
+      get_reading: Zacznij czytać o OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Pl:Beginners_Guide">na naszej wiki</a> i <a href="http://www.opengeodata.org/">blogu opengeodata</a> który ma nawet <a href="http://www.opengeodata.org/?cat=13">podcasty do posłuchania</a>!
+      greeting: Cześć!
+      hopefully_you: Ktoś (prawdopodobnie Ty sam(a)) chciałby utworzyć konto na
+      introductory_video: To dobry moment żeby obejrzeć {{introductory_video_link}}.
+      more_videos: Mamy  {{more_videos_link}}.
+      more_videos_here: więcej materiału wideo tutuaj
+      user_wiki_page: Najlepiej stwórz swoją stronę użytkownika na wiki zawierającą odpowiednie kategorie wskazujące twoją lokalizację, np. <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_Warszawa">[[Category:Users_in_Warszawa]]</a>.
+      video_to_openstreetmap: wideo-wprowadzenie do OpenStreetMap
+      wiki_signup: Załóż sobie <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">konto na wiki projektu OpenStreetMap</a> jeśli chcesz.
+    signup_confirm_plain: 
+      click_the_link_1: Jeśli to Ty, witamy!  Kliknij poniższy link żeby potwierdzić
+      click_the_link_2: Twoje nowe konto i dowiedzieć się więcej o OpenStreetMap.
+      current_user_1: Aktualne listy użytkowników według ich położenia na Ziemi znajdziesz
+      current_user_2: "tu:"
+      greeting: Cześć!
+      hopefully_you: Ktoś (prawdopodobnie Ty sam(a)) chciałby utworzyć konto na
+      introductory_video: "To dobry moment żeby obejrzeć wideo-wprowadzenie do OpenStreetMap tutaj:"
+      more_videos: "Więcej materiału wideo znajdziesz na:"
+      opengeodata: "OpenGeoData.org to blog OpenStreetMap, ma nawet podcasty:"
+      the_wiki: "Zacznij czytać o OpenStreetMap na naszej wiki:"
+      user_wiki_1: Najlepiej stwórz swoją stronę użytkownika na wiki zawierającą odpowiednie
+      user_wiki_2: kategorie wskazujące twoją lokalizację, np. [[Category:Users_in_Warszawa]].
+      wiki_signup: "Załóż sobie konto na wiki projektu OpenStreetMap jeśli chcesz:"
+  site: 
+    edit: 
+      anon_edits_link_text: Tu dowiesz się dlaczego.
+      flash_player_required: Będziesz potrzebował wtyczki Flash żeby korzystać z Potlatcha, edytora OpenStreetMap we Flashu.  Ściągnij <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">odtwarzacz Flasha z Adobe.com</a>.  Możesz również skorzystać z <a href="http://wiki.openstreetmap.org/wiki/Editing">paru innych dostępnych edytorów</a> żeby kontrybuować w OpenStreetMap.
+      not_public: Nie wybrałeś(aś) by twoje edycje były publiczne.
+      not_public_description: W tym trybie nie można już zmieniać mapy.  Możesz ustawić je na publiczne na Twojej {{user_page}}.
+      potlatch_unsaved_changes: Nie zapisałeś zmian. (Żeby zapisać zmiany w Potlatchu, należy odznaczyć aktualnie zaznaczony obiekt jeśli edytujesz w trybie "na żywo" lub kliknąć Save (Zapisz) jeśli widoczny jest przycisk Save.)
+      user_page_link: stronie użytkownika
+    index: 
+      js_1: Prawdopodobnie masz wyłączone javaskrypty lub przeglądarka której używasz ich nie obsługuje.
+      js_2: OpenStreetMap używa javaskryptów do wyświetlania mapki slippy map.
+      js_3: Spróbuj <a href="http://tah.openstreetmap.org/Browse/">statycznej przeglądarki Tiles@Home</a> jeśli nie masz możliwości włączyć javaskryptu.
+      license: 
+        license_name: Creative Commons Attribution-Share Alike 2.0
+        notice: Dostęp na zasadach licencji {{license_name}}, prawa autorskie {{project_name}} i jego uczestników.
+        project_name: projektu OpenStreetMap
       permalink: Permalink
-      license: "Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors."
-    edit:
-      not_public: "You haven't set your edits to be public."
-      not_public_description: "You can no longer edit the map unless you do so. You can set your edits as public from your {{user_page}}."
-      user_page_link: user page
-      anon_edits: "({{link}})"
-      anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
-      anon_edits_link_text: "Find out why this is the case."
-      flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">download Flash Player from Adobe.com</a>. <a href="http://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
-      potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in list mode, or click save if you have a save button.)"
-    sidebar:
-      search_results: Search Results
+    key: 
+      map_key: Legenda
+    search: 
+      search: Wyszukiwanie
+      search_help: "przykłady: 'Wąchock', 'Franciszkańska, Poznań', 'CB2 5AQ', lub 'post offices near Mokotów' <a href='http://wiki.openstreetmap.org/wiki/Search'>więcej przykładów...</a>"
+      submit_text: Szukaj
+      where_am_i: Gdzie jestem?
+    sidebar: 
       close: Zamknij
-    search:
-      search: Wyszukaj
-      where_am_i: "Where am I?"
-      submit_text: "Go"
-      searching: "Searching..."
-      search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' <a href='http://wiki.openstreetmap.org/wiki/Search'>more examples...</a>"
-    key:
-      map_key: "Map key"
-  trace:
-    create:
-      upload_trace: "Upload GPS Trace"
-      trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
-    edit:
-      filename: "Nazwa pliku:"
-      uploaded_at: "Uploaded at:"
-      points: "Punktów:"
-      start_coord: "Start coordinate:"
-      edit: "edit"
-      owner: "Właściciel:"
+      search_results: Wyniki Wyszukiwania
+  trace: 
+    create: 
+      trace_uploaded: Twój plik GPX został załadowany i czeka na dodanie do bazy danych.  Powinno to nastąpić w ciągu najbliższej pół godziny i dostaniesz wtedy maila z informacją o tym.
+      upload_trace: Wgraj ślad GPS
+    delete: 
+      scheduled_for_deletion: Ślad oczekuje na skasowanie
+    edit: 
       description: "Opis:"
-      tags: "Etykiety:"
-      save_button: "Zapisz zmiany"
-    no_such_user:
-      no_such_user: "Sorry, there is no user with the name {{name}}. Please check your spelling, or maybe the link you clicked is wrong."
-    trace_form:
-      upload_gpx: "Upload GPX File"
-      description: "Opis"
-      tags: "Etykieta"
-      public: "Publiczny?"
-      upload_button: "Wyślij"
-      help: "Pomoc"
-    trace_header:
-      see_just_your_traces: "See just your traces, or upload a trace"
-      see_all_traces: "See all traces"
-      see_your_traces: "See all your traces"
-      traces_waiting: "You have {{count}} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
-    trace_optionals:
-      tags: "Tags"
-    view:
-      pending: "PENDING"
+      edit: edytuj
       filename: "Nazwa pliku:"
-      download: "download"
-      uploaded: "Wysłany:"
-      points: "Punktów:"
-      start_coordinates: "Start coordinate:"
-      map: "mapa"
-      edit: "edytuj"
-      owner: "Owner:"
+      owner: "Autor:"
+      points: "Punkty:"
+      save_button: Zapisz zmiany
+      start_coord: "Współrzędne początkowe:"
+      tags: "Tagi:"
+      uploaded_at: "Załadowano:"
+    list: 
+      public_traces: Publiczne ślady GPS
+      public_traces_from: Publiczne ślady GPS użytkownika {{user}}
+      tagged_with: " otagowane {{tags}}"
+      your_traces: Twoje ślady GPS
+    make_public: 
+      made_public: Ślad stał się publicznie dostępny
+    no_such_user: 
+      body: Niestety nie znaleziono użytkownika o nazwie {{user}}, sprawdź pisownię.  Być może użyłeś(aś) linku który był niepoprawny.
+    trace: 
+      ago: "{{time_in_words_ago}} temu"
+      by: utworzony przez użytkownika
+      count_points: "{{count}} punktów"
+      edit: edycja
+      edit_map: Edytuj Mapę
+      in: w
+      map: mapa
+      more: więcej
+      pending: OCZEKUJE
+      private: PRYWATNY
+      public: PUBLICZNY
+      trace_details: Pokaż szczegóły śladu
+      view_map: Pokaż mapę
+    trace_form: 
+      description: Opis
+      help: Pomoc
+      tags: Tagi
+      upload_button: Wgrywaj
+      upload_gpx: Wgraj plik GPX
+    trace_header: 
+      see_all_traces: Zobacz wszystkie ślady
+      see_just_your_traces: Zobacz tylko Twoje ślady lub wgraj nowy ślad
+      see_your_traces: Zobacz wszystkie Twoje ślady
+      traces_waiting: Masz w tym momencie {{count}} śladów nadal oczekujących na dodanie.  Prosimy poczekaj aż wgrywanie ich zostanie zakończone przed dodaniem kolejnych aby nie blokować kolejki innym użytkownikom.
+    trace_optionals: 
+      tags: Tagi
+    trace_paging_nav: 
+      of: z
+      showing: Widoczna jest strona
+    view: 
+      delete_track: Wykasuj ten ślad
       description: "Opis:"
-      tags: "Etykiety"
-      none: "Brak"
-      make_public: "Make this track public permanently"
-      edit_track: "Edit this track"
-      delete_track: "Delete this track"
-      viewing_trace: "Viewing trace {{name}}"
-      trace_not_found: "Trace not found!"
-    trace_paging_nav:
-      showing: "Showing page"
-      of: "of"
-    trace:
-      pending: "PENDING"
-      count_points: "{{count}} points"
-      ago: "{{time_in_words_ago}} ago"
-      more: "more"
-      trace_details: "View Trace Details"
-      view_map: "View Map"
-      edit: "edit"
-      edit_map: "Edit Map"
-      public: "PUBLIC"
-      private: "PRIVATE"
-      by: "by"
-      in: "in"
-      map: "map"
-    list:
-      public_traces: "Public GPS traces"
-      your_traces: "Your GPS traces"
-      public_traces_from: "Public GPS traces from {{user}}"
-      tagged_with: " tagged with {{tags}}"
-    delete:
-      scheduled_for_deletion: "Track scheduled for deletion"
-    make_public:
-      made_public: "Track made public"
-  user:
-    login:
-      title: "Login"
-      heading: "Login"
-      please login: "Please login or {{create_user_link}}."
-      create_account: "create an account"
-      email or username: "Adres e-mail lub nazwa użytkownika: "
-      password: "Hasło: "
-      lost password link: "Odzyskiwanie hasła"
-      login_button: "Login"
-      account not active: "Sorry, your account is not active yet.<br>Please click on the link in the account confirmation email to activate your account."
-      auth failure: "Sorry, couldn't log in with those details."
-    lost_password:
-      title: "lost password"
-      heading: "Odzyskiwanie hasła"
-      email address: "Email Address:"
-      new password button: "Wyślij nowe hasło"
-      notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
-      notice email cannot find: "Couldn't find that email address, sorry."
-    reset_password:
-      title: "reset password"
-      flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
-      flash token bad: "Didn't find that token, check the URL maybe?"
-    new:
-      title: "Create account"
-      heading: "Create a User Account"
-      no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
-      contact_webmaster: 'Please contact the <a href="mailto:webmaster@openstreetmap.org">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible. '
-      fill_form: "Fill in the form and we'll send you a quick email to activate your account."
-      license_agreement: 'By creating an account, you agree that all work uploaded to openstreetmap.org and all data created by use of any tools which connect to openstreetmap.org is to be (non-exclusively) licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.'
-      email address: "Email Address: "
-      confirm email address: "Confirm Email Address: "
-      not displayed publicly: 'Not displayed publicly (see <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">privacy policy</a>)'
-      display name: "Display Name: "
-      password: "Password: "
-      confirm password: "Confirm Password: "
-      signup: Signup
-      flash create success message: "User was successfully created. Check your email for a confirmation note, and you'll be mapping in no time :-)<br /><br />Please note that you won't be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
-    no_such_user:
-      body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
-    view:
-      my diary: my diary
-      new diary entry: new diary entry
-      my edits: my edits
-      my traces: my traces
-      my settings: my settings
-      send message: send message
-      diary: diary
-      edits: edits
-      traces: traces
-      remove as friend: remove as friend
-      add as friend: add as friend
-      mapper since: "Mapper since: "
-      ago: "({{time_in_words_ago}} ago)"
-      user image heading: User image
-      delete image: Delete Image
-      upload an image: Upload an image
-      add image: Add Image
-      description: Description
-      user location: User location
-      no home location: "No home location has been set."
-      if set location: "If you set your location, a pretty map and stuff will appear below. You can set your home location on your {{settings_link}} page."
-      settings_link_text: settings
-      your friends: Your friends
-      no friends: You have not added any friends yet.
-      km away: "{{distance}}km away"
-      nearby users: "Nearby users: "
-      no nearby users: "There are no users who admit to mapping nearby yet."
-      change your settings: change your settings
-    friend_map:
-      your location: Your location
-      nearby mapper: "Nearby mapper: "
-    account:
-      title: "Edit account"
-      my settings: My settings
-      email never displayed publicly: "(never displayed publicly)"
-      public editing:
-        heading: "Public editing: "
-        enabled: "Enabled. Not anonymous and can edit data."
-        enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
-        enabled link text: "what's this?"
-        disabled: "Disabled and cannot edit data, all previous edits are anonymous."
-        disabled link text: "why can't I edit?"
-      profile description: "Profile Description: "
-      preferred languages: "Preferred Languages: "
-      home location: "Home Location: "
-      no home location: "You have not entered your home location."
-      latitude: "Latitude: "
-      longitude: "Longitude: "
-      update home location on click: "Update home location when I click on the map?"
-      save changes button: Save Changes
-      make edits public button: Make all my edits public
-      return to profile: Return to profile
-      flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
-      flash update success: "User information updated successfully."
-    confirm:
-      heading: Confirm a user account
-      press confirm button: "Press the confirm button below to activate your account."
-      button: Confirm
-      success: "Confirmed your account, thanks for signing up!"
-      failure: "A user account with this token has already been confirmed."
-    confirm_email:
-      heading: Confirm a change of email address
-      press confirm button: "Press the confirm button below to confirm your new email address."
-      button: Confirm
-      success: "Confirmed your email address, thanks for signing up!"
-      failure: "An email address has already been confirmed with this token."
-    set_home:
-      flash success: "Home location saved successfully"
-    go_public:
-      flash success: "All your edits are now public, and you are now allowed to edit."
-    make_friend:
-      success: "{{name}} is now your friend."
-      failed: "Sorry, failed to add {{name}} as a friend."
-      already_a_friend: "You are already friends with {{name}}."
-    remove_friend:
-      success: "{{name} was removed from your friends."
-      not_a_friend: "{{name}} is not one of your friends."
+      download: pobierz
+      edit: edycja
+      edit_track: Edytuj ten ślad
+      filename: "Plik:"
+      heading: Przeglądanie śladu {{name}}
+      map: mapa
+      none: Brak
+      owner: "Autor:"
+      pending: OCZEKUJE
+      points: "Punktów:"
+      start_coordinates: "Współrzędne początkowe:"
+      tags: Tagi
+      trace_not_found: Ślad nie znaleziony!
+      uploaded: "Dodano:"
+  user: 
+    account: 
+      email never displayed publicly: (nie jest wyświetlany publicznie)
+      flash update success: Zaktualizowano profil użytkownika.
+      flash update success confirm needed: Zaktualizowano profil użytkownika.  Sprawdź czy przyszedł już mail potwierdzający nowy adres mailowy.
+      home location: "Lokalizacja domowa:"
+      latitude: "Szerokość:"
+      longitude: "Długość geograficzna:"
+      make edits public button: Niech wszystkie edycje będą publiczne.
+      my settings: Moje ustawienia
+      no home location: Nie wpisałeś swojej lokalizacji domowej.
+      preferred languages: "Preferowane Języki:"
+      profile description: "Opis profilu:"
+      public editing: 
+        disabled: Wyłączone i nieuprawniony do edycji danych, wszystkie wcześniejsze edycje są anonimowe.
+        disabled link text: dlaczego nie mogę mapować?
+        enabled: Włączone.  Nie anonimowy i uprawniony do edycji danych.
+        enabled link: http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits
+        enabled link text: co to jest?
+        heading: "Edycje publiczne:"
+      return to profile: Powrót do profilu.
+      save changes button: Zapisz zmiany
+      title: Zmiana ustawień konta
+      update home location on click: Aktualizować lokalizację kiedy klikam na mapie?
+    confirm: 
+      button: Potwierdzam
+      failure: Konto o tym kodzie było już potwierdzone.
+      heading: Potwierdzenie nowego użytkownika
+      press confirm button: Użyj poniższego przycisku aby aktywować Twoje konto.
+      success: Twoje konto zostało zatwierdzone, cieszymy się że do nas dołączyłeś!
+    confirm_email: 
+      button: Potwierdzam
+      failure: Adres email o tym kodzie był już potwierdzony.
+      heading: Porwierdzenie zmiany adresu mailowego
+      press confirm button: Użyj poniższego przycisku aby potwierdzić Twój nowy adres e-mail.
+      success: Twój nowy adres został zatwierdzony, cieszymy się że do nas dołączyłeś!
+    friend_map: 
+      nearby mapper: "Mapowicz z okolicy: [[nearby_user]]"
+      your location: Twoje położenie
+    go_public: 
+      flash success: Wszystkie Twoje modyfikacje są od teraz publiczne i jesteś uprawniony/a do edycji.
+    login: 
+      account not active: Niestety Twoje konto nie jest jeszcze aktywne.<br />Otwórz link zawarty w mailu potwierdzenia założenia konta aby je aktywować.
+      auth failure: Niestety podane dane nie pozwoliły na zalogowanie Cię.
+      create_account: dodaj konto
+      email or username: "Adres email lub nazwa użytkownika:"
+      heading: Login
+      login_button: Zaloguj mnie
+      lost password link: Zapomniane hasło?
+      password: "Hasło:"
+      please login: Zaloguj się lub {{create_user_link}}.
+      title: Logowanie
+    lost_password: 
+      email address: "Adres E-mail:"
+      heading: Zapomniane Hasło?
+      new password button: Wyślij mi nowe hasło
+      notice email cannot find: Niestety nie znaleziono tego adresu e-mail.
+      notice email on way: Przykro nam że je zgubiłeś/aś ale zaraz dostaniesz maila z pomocą którego niedługo zresetujesz hasło.
+      title: zgubione hasło
+    make_friend: 
+      already_a_friend: "{{name}} już jest Twoim gronie znajomych."
+      failed: Niestety dodanie {{name}} jako znajomego nie powiodło się.
+      success: "{{name}} jest teraz Twoim znajomym."
+    new: 
+      confirm email address: "Potwierdź Adres E-mail:"
+      confirm password: "Potwierdzenie hasła:"
+      contact_webmaster: Prosimy skontaktuj się z <a href="mailto:webmaster@openstreetmap.org">webmasterem</a> żeby poprosić o stworzenie konta - zajmiemy się Twoim zapytaniem najszybciej jak to możliwe.
+      display name: "Przyjazna nazwa:"
+      email address: "Adres E-mail:"
+      fill_form: Wypełnij formularz a my zaraz wyślemy Ci e-mail z instrukcjami aktywacji Twojego konta.
+      flash create success message: Nowy użytkownik został dodany.  Sprawdź czy już przyszedł mail potwierdzający, a już za moment będziesz mapował(a) :-)<br /><br />Zauważ, że nie można zalogować się przed otrzymaniem tego maila i potwierdzeniem adresu.<br /><br />Jeśli korzystasz z rozwiązania antyspamowego które prosi nowych nadawców o potwierdzenia, będziesz musiał(a) dodać adres webmaster@openstreetmap.org do znanych adresów bo nie jesteśmy w stanie odpowiadać na zapytania takich systemów.
+      heading: Zakładanie Konta Użytkownika
+      license_agreement: Zakładając konto użytkownika wyrażasz zgodę na publikację wszystkich wyników pracy wgrywanych na openstreetmap.org oraz wszystkich danych powstałych w wyniku wykorzystania narzędzi łączących się z openstreetmap.org na prawach (bez wyłączności) <a href="http://creativecommons.org/licenses/by-sa/2.0/">tej licencji Creative Commons (by-sa)</a>.
+      no_auto_account_create: Niestety nie możemy aktualnie stworzyć Ci konta automatycznie.
+      not displayed publicly: Informacje nie wyświetlane publicznie (zobacz <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="zasady prywatnością łącznie z sekcją o adresach e-mail na wiki">privacy policy - zasady prywatności</a>)
+      password: "Hasło:"
+      signup: Gotowe
+      title: Nowe konto
+    no_such_user: 
+      body: Niestety nie znaleziono użytkownika o nazwie {{user}}, sprawdź pisownię.  Być może użyłeś(aś) linku który był niepoprawny.
+      heading: Użytkownik{{user}} nie istnieje
+      title: Nie znaleziono użytkownika
+    remove_friend: 
+      not_a_friend: "{{name}} nie był Twoim znajomym."
+      success: "{{name}} został wyłączony z grona Twoich znajomych."
+    reset_password: 
+      confirm password: Potwierdź hasło
+      flash changed: Hasło zostało zmienione.
+      flash token bad: Nie znaleziono tokenu, sprawdź URL
+      heading: Resetowanie hasła {{user}}
+      password: Hasło
+      reset: Resetuj hasło
+      title: zresetuj hasło
+    set_home: 
+      flash success: Nowa lokalizacja domowa zapisana
+    view: 
+      add as friend: dodaj do znajomych
+      add image: Dodaj Zdjęcie
+      ago: ({{time_in_words_ago}} temu)
+      change your settings: zmień swoje ustawienia
+      delete image: Usuń zdjęcie
+      description: Opis
+      diary: dziennik
+      edits: edycje
+      email address: Adres e‐mail
+      if set location: Jeśli ustawisz swoją lokalizacje, pojawi się na tej stronie kolorowa mapka i w ogóle.  Lokalizację możesz podać na Twojej {{settings_link}}.
+      km away: "{{count}}km stąd"
+      mapper since: "Mapuje od:"
+      my diary: mój dziennik
+      my edits: moje zmiany
+      my settings: moje ustawienia
+      my traces: moje ślady
+      nearby users: "Najbliżsi użytkownicy:"
+      new diary entry: nowy wpis w dzienniku
+      no friends: Nie dodałeś/aś jeszcze żadnych znajomych.
+      no home location: Lokalizacja domowa nie została podana.
+      no nearby users: Nikt nie przyznał się jeszcze do mapowania w tej okolicy.
+      remove as friend: usuń ze znajomych
+      send message: wyślij wiadomość
+      settings_link_text: stronie ustawień
+      traces: ślady
+      upload an image: Wgraj zdjęcie
+      user image heading: Zdjęcie użytkownika
+      user location: Lokalizacja użytkownika
+      your friends: Twoi znajomi