Ignore:
Timestamp:
2010-06-23T23:23:03+02:00 (16 years ago)
Author:
bastik
Message:

i18n update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/po/pl.po

    r21721 r21971  
    88"Project-Id-Version: josm\n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2010-06-15 17:35+0200\n"
    11 "PO-Revision-Date: 2010-06-09 18:53+0000\n"
     10"POT-Creation-Date: 2010-06-23 22:47+0200\n"
     11"PO-Revision-Date: 2010-06-15 17:04+0000\n"
    1212"Last-Translator: Paweł Marynowski <yarl@o2.pl>\n"
    1313"Language-Team: Polish <josm-lang-pl@googlegroups.com>\n"
     
    1717"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
    1818"|| n%100>=20) ? 1 : 2;\n"
    19 "X-Launchpad-Export-Date: 2010-06-15 16:20+0000\n"
     19"X-Launchpad-Export-Date: 2010-06-23 20:26+0000\n"
    2020"X-Generator: Launchpad (build Unknown)\n"
    2121"X-Poedit-Country: POLAND\n"
     
    2727#: ../core/src/org/openstreetmap/josm/Main.java:212
    2828#: ../core/src/org/openstreetmap/josm/actions/HelpAction.java:25
    29 #: ../core/src/org/openstreetmap/josm/gui/ExtendedDialog.java:482
     29#: ../core/src/org/openstreetmap/josm/gui/ExtendedDialog.java:478
    3030#: ../core/src/org/openstreetmap/josm/gui/HelpAwareOptionPane.java:107
    3131#: ../core/src/org/openstreetmap/josm/gui/MainMenu.java:176
     
    9797#: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbUploadHook.java:53
    9898#: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java:143
    99 #: ../plugins/reverter/src/reverter/ReverterUploadHook.java:78
     99#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:82
    100100#: ../plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java:68
    101101#: ../plugins/wmsplugin/src/wmsplugin/WMSGrabber.java:143
     
    257257#: ../core/src/org/openstreetmap/josm/gui/dialogs/LatLonDialog.java:244
    258258#: ../core/src/org/openstreetmap/josm/gui/dialogs/changeset/query/ChangesetQueryDialog.java:207
    259 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:990
     259#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:997
    260260#: ../core/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java:1200
    261261#: ../core/src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java:120
     
    278278#: ../core/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java:198
    279279#: ../core/src/org/openstreetmap/josm/gui/preferences/PreferenceDialog.java:91
    280 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:62
     280#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:61
    281281#: ../core/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java:913
    282282#: ../core/src/org/openstreetmap/josm/io/GpxExporter.java:116
     
    284284#: ../plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java:330
    285285#: ../plugins/buildings_tools/src/buildings_tools/AddressDialog.java:37
    286 #: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:33
     286#: ../plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java:24
     287#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:38
    287288#: ../plugins/cadastre-fr/src/cadastre_fr/MenuActionGrabPlanImage.java:307
     289#: ../plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java:46
    288290#: ../plugins/grid/src/grid/GridLayer.java:162
    289291#: ../plugins/grid/src/grid/GridLayer.java:199
     
    292294#: ../plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java:259
    293295#: ../plugins/reverter/src/reverter/ChangesetIdQuery.java:45
     296#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:78
     297#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:88
    294298#: ../plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java:287
    295299#: ../plugins/terracer/src/terracer/HouseNumberInputDialog.java:94
     
    327331#, java-format
    328332msgid ""
    329 "<html>There are no layers the source layer<br>''{0}''<br>could be merged "
    330 "to.</html>"
     333"<html>There are no layers the source layer<br>''{0}''<br>could be merged to."
     334"</html>"
    331335msgstr ""
    332336"<html>Nie ma warstw, z którymi można by połączyć warstwę "
     
    352356#. Add extra shortcut C-S-a
    353357#. Add extra shortcut ESCAPE
    354 #. 
     358#.
    355359#. * FIXME: this isn't optimal. In a better world the mapmode actions
    356360#. * would be able to capture keyboard events and react accordingly. But
    357361#. * for now this is a reasonable approximation.
    358 #. 
     362#.
    359363#: ../core/src/org/openstreetmap/josm/actions/AddNodeAction.java:26
    360364#: ../core/src/org/openstreetmap/josm/actions/CopyAction.java:31
     
    414418#: ../plugins/multipoly/src/multipoly/MultipolyAction.java:50
    415419#: ../plugins/reverter/src/reverter/RevertChangesetAction.java:28
     420#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:42
    416421#: ../plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveAction.java:39
    417422#: ../plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorShowAction.java:47
     
    451456#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:711
    452457#: ../plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java:88
    453 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:119
     458#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:120
    454459msgid "Information"
    455460msgstr "Informacje"
     
    663668#: ../core/src/org/openstreetmap/josm/gui/dialogs/FilterDialog.java:104
    664669#: ../core/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java:276
    665 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1012
     670#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1019
    666671#: ../core/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java:986
    667672#: ../core/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java:636
     
    676681#: ../plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/WrongTurnRestrictionLegTypeError.java:62
    677682#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:707
    678 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:95
     683#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:96
    679684msgid "Delete"
    680685msgstr "Usuń"
     
    922927#, java-format
    923928msgid "\"{0}\" is not closed and therefore cannot be joined."
    924 msgstr ""
    925 "\"{0}\" nie jest połączona i z tego powodu nie można połączyć obszarów"
     929msgstr "\"{0}\" nie jest połączona i z tego powodu nie można połączyć obszarów"
    926930
    927931#: ../core/src/org/openstreetmap/josm/actions/JoinAreasAction.java:152
    928932#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:80
     933#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:73
    929934msgid "The selected way has nodes outside of the downloaded data region."
    930935msgid_plural ""
     
    936941#: ../core/src/org/openstreetmap/josm/actions/JoinAreasAction.java:155
    937942#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:85
     943#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:74
    938944msgid "This can lead to nodes being deleted accidentally."
    939945msgstr "Może to spowodować przypadkowe usunięcie węzłów."
     
    14931499#: ../core/src/org/openstreetmap/josm/gui/preferences/ProjectionPreference.java:179
    14941500#: ../core/src/org/openstreetmap/josm/gui/preferences/StyleSourceEditor.java:753
    1495 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:61
    1496 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:109
     1501#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:60
     1502#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:108
    14971503#: ../core/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java:787
    14981504#: ../core/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java:797
     
    15191525#: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/EditAction.java:70
    15201526#: ../plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java:194
     1527#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:83
     1528#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:91
    15211529#: ../plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveEditLayerTimerTask.java:66
    15221530#: ../plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveGpsLayerTimerTask.java:82
     
    15251533#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java:284
    15261534#: ../plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java:78
    1527 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:313
    1528 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:445
     1535#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:318
     1536#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:450
    15291537msgid "Error"
    15301538msgstr "Błąd"
     
    16381646
    16391647#: ../core/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java:41
    1640 msgid ""
    1641 "Show status report with useful information that can be attached to bugs"
     1648msgid "Show status report with useful information that can be attached to bugs"
    16421649msgstr ""
    16431650"Pokazuje raport zawierający użyteczne informacje, które mogą być dołączone "
     
    16751682
    16761683#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:65
     1684#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:69
    16771685msgid "Yes, delete nodes"
    16781686msgstr "Tak, usuń węzły"
    16791687
    16801688#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:67
     1689#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:69
    16811690msgid "Delete nodes outside of downloaded data regions"
    16821691msgstr ""
     
    16851694#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMerger.java:635
    16861695#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMerger.java:676
    1687 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:215
     1696#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:70
     1697#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:221
    16881698msgid "No, abort"
    16891699msgstr "Nie, przerwij"
     
    16911701#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:73
    16921702#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:119
     1703#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:70
     1704#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:88
    16931705msgid "Cancel operation"
    16941706msgstr "Anuluj operację"
    16951707
    16961708#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:86
     1709#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:74
    16971710msgid "Do you want to delete them anyway?"
    16981711msgstr "Czy chcesz je usunąć mimo to?"
    16991712
    17001713#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:88
     1714#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:75
    17011715msgid "Delete nodes outside of data regions?"
    17021716msgstr "Skasować węzły spoza obszaru danych?"
    17031717
    17041718#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:101
     1719#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:82
    17051720msgid "Please select at least one way to simplify."
    17061721msgstr ""
     
    17091724#: ../core/src/org/openstreetmap/josm/gui/io/SaveLayerInfoCellRenderer.java:44
    17101725#: ../core/src/org/openstreetmap/josm/gui/io/SaveLayerInfoCellRenderer.java:57
    1711 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:62
     1726#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:61
     1727#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:87
    17121728msgid "Yes"
    17131729msgstr "Tak"
    17141730
    17151731#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:113
     1732#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:87
    17161733msgid "Simplify all selected ways"
    17171734msgstr "Uprość wszystkie zaznaczone drogi"
    17181735
    17191736#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:126
     1737#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:89
    17201738#, java-format
    17211739msgid ""
     
    17241742
    17251743#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:129
     1744#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:89
    17261745msgid "Simplify ways?"
    17271746msgstr "Uprościć drogi?"
    17281747
    17291748#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:180
     1749#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:137
    17301750#, java-format
    17311751msgid "Simplify {0} way"
     
    17361756
    17371757#: ../core/src/org/openstreetmap/josm/actions/SimplifyWayAction.java:251
     1758#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:265
    17381759#, java-format
    17391760msgid "Simplify Way (remove {0} node)"
     
    18671888
    18681889#: ../core/src/org/openstreetmap/josm/actions/UnGlueAction.java:120
    1869 msgid ""
    1870 "* One node that is used by more than one way and one of those ways, or"
     1890msgid "* One node that is used by more than one way and one of those ways, or"
    18711891msgstr ""
    18721892"* Jeden węzeł, który jest użyty przez więcej niż jedną drogę oraz jedną z "
     
    19381958
    19391959#. Add extra shortcut ESCAPE
    1940 #. 
     1960#.
    19411961#. * FIXME: this isn't optimal. In a better world the mapmode actions
    19421962#. * would be able to capture keyboard events and react accordingly. But
    19431963#. * for now this is a reasonable approximation.
    1944 #. 
     1964#.
    19451965#: ../core/src/org/openstreetmap/josm/actions/UnselectAllAction.java:33
    19461966msgid "Unselect All (Escape)"
     
    19571977
    19581978#. bounds defined? => use the bbox downloader
    1959 #. 
     1979#.
    19601980#: ../core/src/org/openstreetmap/josm/actions/UpdateDataAction.java:90
    19611981#: ../core/src/org/openstreetmap/josm/gui/layer/GpxLayer.java:1045
     
    20212041#: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:99
    20222042#: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:116
    2023 #: ../plugins/reverter/src/reverter/ReverterUploadHook.java:77
    20242043msgid "No changes to upload."
    20252044msgstr "Brak zmian do wysłania."
     
    20372056msgstr "Wysyła wszystkie zmiany zaznaczone na warstwie danych do serwera OSM"
    20382057
    2039 #: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:257
     2058#: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:256
    20402059msgid "Checking parents for deleted objects"
    20412060msgstr ""
    20422061
    2043 #: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:316
     2062#: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:315
    20442063#, java-format
    20452064msgid "Reading parents of ''{0}''"
    20462065msgstr ""
    20472066
    2048 #: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:322
     2067#: ../core/src/org/openstreetmap/josm/actions/UploadSelectionAction.java:321
    20492068msgid "Checking for deleted parents in the local dataset"
    20502069msgstr ""
     
    23002319#: ../core/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java:111
    23012320#: ../core/src/org/openstreetmap/josm/actions/mapmode/ZoomAction.java:47
    2302 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:77
     2321#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:67
    23032322#: ../plugins/cadastre-fr/src/cadastre_fr/Buildings.java:102
    23042323#: ../plugins/routes/src/org/openstreetmap/josm/plugins/routes/RelationEditMode.java:29
     
    24182437#: ../core/src/org/openstreetmap/josm/actions/mapmode/PlayHeadDragMode.java:82
    24192438msgid ""
    2420 "Drag play head and release near track to play audio from there; "
    2421 "SHIFT+release to synchronize audio at that point."
     2439"Drag play head and release near track to play audio from there; SHIFT"
     2440"+release to synchronize audio at that point."
    24222441msgstr ""
    24232442
     
    25052524"move zoom with right button"
    25062525msgstr ""
    2507 "Powiększaj przeciągając lub przez Ctrl+. lub Ctrl+,; przesuwanie - "
    2508 "Ctrl+góra, lewo, dół, prawo; przesuń powiększenie prawym przyciskiem"
     2526"Powiększaj przeciągając lub przez Ctrl+. lub Ctrl+,; przesuwanie - Ctrl"
     2527"+góra, lewo, dół, prawo; przesuń powiększenie prawym przyciskiem"
    25092528
    25102529#: ../core/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java:48
     
    25542573
    25552574#. -- prepare the combo box with the search expressions
    2556 #. 
     2575#.
    25572576#: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:136
    25582577msgid "Please enter a filter string."
     
    26712690#: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:193
    26722691msgid ""
    2673 "<b>nodes:</b>... - object with given number of nodes (nodes:count or "
    2674 "nodes:min-max)"
     2692"<b>nodes:</b>... - object with given number of nodes (nodes:count or nodes:"
     2693"min-max)"
    26752694msgstr ""
    26762695
     
    29352954#: ../plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java:322
    29362955#: ../plugins/buildings_tools/src/buildings_tools/AddressDialog.java:37
    2937 #: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:33
     2956#: ../plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java:24
     2957#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:38
    29382958#: ../plugins/cadastre-fr/src/cadastre_fr/MenuActionGrabPlanImage.java:306
     2959#: ../plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java:46
     2960#: ../plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java:64
    29392961#: ../plugins/grid/src/grid/GridLayer.java:162
    29402962#: ../plugins/grid/src/grid/GridLayer.java:199
    29412963#: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java:145
    29422964#: ../plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java:110
     2965#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:78
    29432966#: ../plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java:301
    29442967#: ../plugins/terracer/src/terracer/HouseNumberInputDialog.java:94
     
    30613084
    30623085#: ../core/src/org/openstreetmap/josm/command/ConflictResolveCommand.java:67
    3063 #: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:208
     3086#: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:211
    30643087#: ../core/src/org/openstreetmap/josm/command/RelationMemberConflictResolverCommand.java:84
    30653088#, java-format
     
    31413164#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java:231
    31423165msgid ""
    3143 "You are about to delete nodes outside of the area you have "
    3144 "downloaded.<br>This can cause problems because other objects (that you do "
    3145 "not see) might use them.<br>Do you really want to delete?"
     3166"You are about to delete nodes outside of the area you have downloaded."
     3167"<br>This can cause problems because other objects (that you do not see) "
     3168"might use them.<br>Do you really want to delete?"
    31463169msgstr ""
    31473170"Zamierzasz usunąć węzły spoza obszaru, który pobrano.<br>Może to spowodowac "
     
    31913214msgstr[2] "Przesunięto {0} węzłów"
    31923215
    3193 #: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:101
    3194 #: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:119
     3216#: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:105
     3217#: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:123
    31953218#, java-format
    31963219msgid "Purged object ''{0}''"
    31973220msgstr ""
    31983221
    3199 #: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:107
     3222#: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:111
    32003223#, java-format
    32013224msgid "Purged {0} object"
     
    32043227msgstr[1] ""
    32053228
    3206 #: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:159
     3229#: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:163
    32073230#, java-format
    32083231msgid ""
     
    32113234msgstr ""
    32123235
    3213 #: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:168
     3236#: ../core/src/org/openstreetmap/josm/command/PurgePrimitivesCommand.java:172
    32143237#, java-format
    32153238msgid "Removing reference from relation {0}"
     
    34313454#, java-format
    34323455msgid ""
    3433 "<html>Preferences file had errors.<br> Making backup of old one to "
    3434 "<br>{0}<br> and creating a new default preference file.</html>"
     3456"<html>Preferences file had errors.<br> Making backup of old one to <br>{0}"
     3457"<br> and creating a new default preference file.</html>"
    34353458msgstr ""
    34363459"<html>Plik ustawień  zawiera błędy. <br> Tworzenie kopii zapasowej starego "
     
    35173540#. *
    35183541#. * the decimal format 999.999
    3519 #. 
     3542#.
    35203543#: ../core/src/org/openstreetmap/josm/data/coor/CoordinateFormat.java:15
    35213544msgid "Decimal Degrees"
     
    35243547#. *
    35253548#. * the minutes/seconds format 99" 99'
    3526 #. 
     3549#.
    35273550#: ../core/src/org/openstreetmap/josm/data/coor/CoordinateFormat.java:20
    35283551msgid "Degrees Minutes Seconds"
     
    35313554#. *
    35323555#. * coordinates East/North
    3533 #. 
     3556#.
    35343557#: ../core/src/org/openstreetmap/josm/data/coor/CoordinateFormat.java:25
    35353558msgid "Projected Coordinates"
     
    35793602#: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:147
    35803603#: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:185
     3604#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:107
     3605#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:110
     3606#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:121
    35813607#, java-format
    35823608msgid "Missing merge target for way with id {0}"
     
    35883614msgstr ""
    35893615
    3590 #: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:201
     3616#: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:197
     3617#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:117
    35913618#, java-format
    35923619msgid "Missing merge target for node with id {0}"
    35933620msgstr ""
    35943621
    3595 #: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:216
     3622#: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:212
     3623#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:144
     3624#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:148
    35963625#, java-format
    35973626msgid "Missing merge target for relation with id {0}"
    35983627msgstr ""
    35993628
    3600 #: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:221
    3601 #: ../plugins/reverter/src/reverter/DataSetToCmd.java:69
     3629#: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:217
     3630#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:155
     3631#: ../plugins/ext_tools/src/ext_tools/DataSetToCmd.java:159
     3632#: ../plugins/reverter/src/reverter/DataSetToCmd.java:70
    36023633#, java-format
    36033634msgid "Missing merge target of type {0} with id {1}"
    3604 msgstr ""
    3605 
    3606 #. should not happen
    3607 #. FIXME: this message does not make sense, source version can not be lower than
    3608 #. target version at this point
    3609 #: ../core/src/org/openstreetmap/josm/data/osm/DataSetMerger.java:258
    3610 #, java-format
    3611 msgid ""
    3612 "Target object with id {0} and version {1} is visible although source object "
    3613 "with lower version {2} is not visible. Cannot deal with this inconsistency. "
    3614 "Keeping target object. "
    36153635msgstr ""
    36163636
     
    36873707#: ../core/src/org/openstreetmap/josm/data/osm/Filters.java:462
    36883708msgid "</p><p>Close the filter dialog to see all objects.<p></html>"
    3689 msgstr ""
    3690 "</p><p>Zamknij okno filtrów aby zobaczyć wszystkie obiekty.<p></html>"
    3691 
    3692 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:498
     3709msgstr "</p><p>Zamknij okno filtrów aby zobaczyć wszystkie obiekty.<p></html>"
     3710
     3711#: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:506
    36933712msgid "A primitive with ID = 0 cannot be invisible."
    36943713msgstr ""
    36953714
    3696 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:555
     3715#: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:573
    36973716#, java-format
    36983717msgid "ID > 0 expected. Got {0}."
    36993718msgstr "Oczekiwano ID > 0. Jest {0}."
    37003719
    3701 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:557
     3720#: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:575
    37023721#, java-format
    37033722msgid "Version > 0 expected. Got {0}."
    37043723msgstr ""
    37053724
    3706 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:777
     3725#: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:795
    37073726#, java-format
    37083727msgid ""
     
    37113730msgstr ""
    37123731
    3713 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:1149
     3732#: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:1167
    37143733msgid ""
    37153734"Cannot merge because either of the participating primitives is new and the "
     
    37173736msgstr ""
    37183737
    3719 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:1151
     3738#: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:1169
    37203739#, java-format
    37213740msgid ""
     
    37743793#: ../core/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java:112
    37753794#, java-format
    3776 msgid ""
    3777 "Cannot compare primitive with ID ''{0}'' to primitive with ID ''{1}''."
     3795msgid "Cannot compare primitive with ID ''{0}'' to primitive with ID ''{1}''."
    37783796msgstr ""
    37793797
     
    37883806
    37893807#: ../core/src/org/openstreetmap/josm/data/osm/visitor/paint/PaintColors.java:14
    3790 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:85
     3808#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:75
    37913809msgid "selected"
    37923810msgstr "zaznaczony"
     
    39503968#: ../core/src/org/openstreetmap/josm/gui/BookmarkList.java:55
    39513969#, java-format
    3952 msgid ""
    3953 "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
     3970msgid "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
    39543971msgstr ""
    39553972
     
    40214038#. color tiger_data
    40224039#. </rule>
    4023 #. 
     4040#.
    40244041#. <!-- lot's of "openGeoDB:..." tags can be found in germany -->
    40254042#. <rule>
     
    40294046#. <scale_max>50000</scale_max>
    40304047#. </rule>
    4031 #. 
     4048#.
    40324049#. <rule>
    40334050#. <condition k="openGeoDB:type" v="Kreis"/>
     
    40364053#. <scale_max>50000</scale_max>
    40374054#. </rule>
    4038 #. 
     4055#.
    40394056#. <rule>
    40404057#. <condition k="openGeoDB:type" v="Gemeinde"/>
     
    40434060#. <scale_max>50000</scale_max>
    40444061#. </rule>
    4045 #. 
     4062#.
    40464063#. <rule>
    40474064#. <condition k="openGeoDB:type" v="Ort"/>
     
    40504067#. <scale_max>50000</scale_max>
    40514068#. </rule>
    4052 #. 
     4069#.
    40534070#. <rule>
    40544071#. <condition k="openGeoDB:type" v="District"/>
     
    40574074#. <scale_max>50000</scale_max>
    40584075#. </rule>
    4059 #. 
     4076#.
    40604077#. <rule>
    40614078#. <condition k="openGeoDB:location" v="locality"/>
     
    40644081#. <scale_max>50000</scale_max>
    40654082#. </rule>
    4066 #. 
     4083#.
    40674084#. <!--annotation tags -->
    4068 #. 
     4085#.
    40694086#. <!--"work in progress" tags -->
    4070 #. 
     4087#.
    40714088#. <rule>
    40724089#. <condition k="building"/>
     
    40754092#: ../plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java:68
    40764093#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnclosedWays.java:101
    4077 #: build/trans_style.java:4292
     4094#: build/trans_style.java:4325
    40784095msgid "building"
    40794096msgstr "budynek"
     
    41614178msgstr "Obiekt usunięty"
    41624179
    4163 #: ../core/src/org/openstreetmap/josm/gui/ExtendedDialog.java:481
     4180#: ../core/src/org/openstreetmap/josm/gui/ExtendedDialog.java:477
    41644181#: ../core/src/org/openstreetmap/josm/gui/HelpAwareOptionPane.java:109
    41654182#: ../core/src/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialog.java:208
     
    43794396#: ../core/src/org/openstreetmap/josm/gui/MainMenu.java:171
    43804397#: ../core/src/org/openstreetmap/josm/gui/dialogs/FilterDialog.java:89
    4381 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1057
     4398#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1064
    43824399#: ../core/src/org/openstreetmap/josm/gui/dialogs/relation/ChildRelationBrowser.java:179
    43834400#: ../core/src/org/openstreetmap/josm/gui/dialogs/relation/ReferringRelationsBrowser.java:143
     
    43864403#: ../core/src/org/openstreetmap/josm/gui/preferences/StyleSourceEditor.java:485
    43874404#: ../core/src/org/openstreetmap/josm/gui/preferences/StyleSourceEditor.java:675
     4405#: ../plugins/ext_tools/src/ext_tools/preferences/MyToolsPanel.java:55
    43884406#: ../plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java:149
    43894407#: ../plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java:219
     
    45284546msgid ""
    45294547"partial: different selected objects have different values, do not change"
    4530 msgstr ""
    4531 "częściowe: różne zaznaczone obiekty mają różne wartości - nie zmienia"
     4548msgstr "częściowe: różne zaznaczone obiekty mają różne wartości - nie zmienia"
    45324549
    45334550#: ../core/src/org/openstreetmap/josm/gui/QuadStateCheckBox.java:101
     
    45404557"relation</strong>.</html>"
    45414558msgstr ""
    4542 "<html>Potwierdź usunięcie <strong>1 obiektu</strong> z <strong>1 "
    4543 "relacji</strong>.</html>"
     4559"<html>Potwierdź usunięcie <strong>1 obiektu</strong> z <strong>1 relacji</"
     4560"strong>.</html>"
    45444561
    45454562#: ../core/src/org/openstreetmap/josm/gui/actionsupport/DeleteFromRelationConfirmationDialog.java:152
     
    45504567"relations</strong>.</html>"
    45514568msgstr ""
    4552 "<html>Potwierdź usunięcie <strong>1  obiektu</strong> z <strong>{0} "
    4553 "relacji</strong>.</html>"
     4569"<html>Potwierdź usunięcie <strong>1  obiektu</strong> z <strong>{0} relacji</"
     4570"strong>.</html>"
    45544571
    45554572#: ../core/src/org/openstreetmap/josm/gui/actionsupport/DeleteFromRelationConfirmationDialog.java:156
     
    45914608#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/relation/RelationMemberListColumnModel.java:26
    45924609#: ../core/src/org/openstreetmap/josm/gui/conflict/tags/RelationMemberConflictResolverColumnModel.java:42
    4593 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:563
     4610#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:567
    45944611#: ../core/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableColumnModel.java:18
    45954612#: ../core/src/org/openstreetmap/josm/gui/history/RelationMemberTableColumnModel.java:20
     
    46114628"level.</html>"
    46124629msgstr ""
    4613 "<html>Wybierz <strong>zakres kafelków OSM</strong> przy danym "
    4614 "powiększeniu.</html>"
     4630"<html>Wybierz <strong>zakres kafelków OSM</strong> przy danym powiększeniu.</"
     4631"html>"
    46154632
    46164633#: ../core/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java:237
     
    46304647"<html>Alternatively you may enter a <strong>tile address</strong> for a "
    46314648"single tile in the format <i>zoomlevel/x/y</i>, i.e. <i>15/256/223</i>. Tile "
    4632 "adresses in the format <i>zoom,x,y</i> or <i>zoom;x;y</i> are valid "
    4633 "too.</html>"
     4649"adresses in the format <i>zoom,x,y</i> or <i>zoom;x;y</i> are valid too.</"
     4650"html>"
    46344651msgstr ""
    46354652"<html>Możesz też podać <strong>adres kafelka</strong> dla pojedyńczego "
     
    46654682#. *
    46664683#. * compare my version of an {@see OsmPrimitive} with their version
    4667 #. 
     4684#.
    46684685#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/ComparePairType.java:17
    46694686msgid "My with Their"
     
    46724689#. *
    46734690#. * compare my version of an {@see OsmPrimitive} with the merged version
    4674 #. 
     4691#.
    46754692#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/ComparePairType.java:22
    46764693msgid "My with Merged"
     
    46794696#. *
    46804697#. * compare their version of an {@see OsmPrimitive} with the merged veresion
    4681 #. 
     4698#.
    46824699#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/ComparePairType.java:27
    46834700msgid "Their with Merged"
     
    48934910
    48944911#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/ListMerger.java:566
    4895 msgid ""
    4896 "Copy their selected elements to the end of the list of merged elements."
     4912msgid "Copy their selected elements to the end of the list of merged elements."
    48974913msgstr ""
    48984914
     
    49724988#, java-format
    49734989msgid ""
    4974 "<html>Click <strong>{0}</strong> to start merging my and their "
    4975 "entries.</html>"
     4990"<html>Click <strong>{0}</strong> to start merging my and their entries.</"
     4991"html>"
    49764992msgstr ""
    49774993
     
    49794995#, java-format
    49804996msgid ""
    4981 "<html>Click <strong>{0}</strong> to finish merging my and their "
    4982 "entries.</html>"
     4997"<html>Click <strong>{0}</strong> to finish merging my and their entries.</"
     4998"html>"
    49834999msgstr ""
    49845000
     
    50325048#, java-format
    50335049msgid ""
    5034 "<html>An error occurred while communicating with the server<br>Details: "
    5035 "{0}</html>"
     5050"<html>An error occurred while communicating with the server<br>Details: {0}</"
     5051"html>"
    50365052msgstr ""
    50375053
     
    52485264#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/tags/TagMergeColumnModel.java:18
    52495265#: ../core/src/org/openstreetmap/josm/gui/conflict/tags/TagConflictResolverColumnModel.java:28
    5250 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:211
    5251 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:534
     5266#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:215
     5267#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:538
    52525268#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:75
    52535269#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:113
    52545270#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:261
    52555271#: ../core/src/org/openstreetmap/josm/gui/tagging/TagTable.java:77
     5272#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:444
     5273#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:466
    52565274#: ../plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableColumnModel.java:18
    52575275msgid "Key"
     
    52605278#: ../core/src/org/openstreetmap/josm/gui/conflict/pair/tags/TagMergeColumnModel.java:25
    52615279#: ../core/src/org/openstreetmap/josm/gui/conflict/tags/TagConflictResolverColumnModel.java:35
    5262 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:246
    5263 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:534
     5280#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:250
     5281#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:538
    52645282#: ../core/src/org/openstreetmap/josm/gui/history/TagTableColumnModel.java:27
    52655283#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:75
    52665284#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:265
    52675285#: ../core/src/org/openstreetmap/josm/gui/tagging/TagTable.java:84
     5286#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:444
     5287#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:466
    52685288#: ../plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java:120
    52695289#: ../plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableColumnModel.java:25
     
    53455365#: ../core/src/org/openstreetmap/josm/gui/history/VersionInfoPanel.java:166
    53465366#: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:23
     5367#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:227
    53475368msgid "none"
    53485369msgstr ""
     
    55115532"<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
    55125533msgstr ""
    5513 "<html>Wprowadź wartość dla tagu np. <strong><tt>sprawdź członków "
    5514 "relacji</tt></strong></html>"
     5534"<html>Wprowadź wartość dla tagu np. <strong><tt>sprawdź członków relacji</"
     5535"tt></strong></html>"
    55155536
    55165537#: ../core/src/org/openstreetmap/josm/gui/conflict/tags/RelationMemberConflictResolver.java:123
     
    55265547"zdecydować czy chcesz <strong>zachować</strong> to członkostwo dla łączonych "
    55275548"dróg lub <strong>usunąć</strong> je z relacji.<br>Domyślnie "
    5528 "<strong>zachowywana</strong> jest pierwsza droga a <strong>usuwane "
    5529 "są</strong> inne drogi które są członkami tej samej relacji. W rezultacie "
     5549"<strong>zachowywana</strong> jest pierwsza droga a <strong>usuwane są</"
     5550"strong> inne drogi które są członkami tej samej relacji. W rezultacie "
    55305551"połączona droga zastępuje pierwotne drogi w relacji</html>"
    55315552
     
    55705591#: ../core/src/org/openstreetmap/josm/gui/dialogs/ChangesetDialog.java:162
    55715592msgid ""
    5572 "<html>Select to show changesets for the currently selected objects "
    5573 "only.<br>Unselect to show all changesets for objects in the current data "
    5574 "layer.</html>"
     5593"<html>Select to show changesets for the currently selected objects only."
     5594"<br>Unselect to show all changesets for objects in the current data layer.</"
     5595"html>"
    55755596msgstr ""
    55765597
     
    55955616
    55965617#: ../core/src/org/openstreetmap/josm/gui/dialogs/ChangesetDialog.java:350
    5597 msgid ""
    5598 "Download information about the selected changesets from the OSM server"
     5618msgid "Download information about the selected changesets from the OSM server"
    55995619msgstr ""
    56005620
     
    56405660#: ../core/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:167
    56415661#: ../core/src/org/openstreetmap/josm/gui/dialogs/UserListDialog.java:66
    5642 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:530
     5662#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:534
    56435663#: ../plugins/imagewaypoint/src/org/insignificant/josm/plugins/imagewaypoint/ImageWayPointDialog.java:190
    56445664#: ../plugins/livegps/src/livegps/LiveGpsDialog.java:46
     
    57115731#, java-format
    57125732msgid ""
    5713 "<html>You did not finish to merge the differences in this "
    5714 "conflict.<br>Conflict resolutions will not be applied unless all "
    5715 "differences<br>are resolved.<br>Click <strong>{0}</strong> to close "
    5716 "anyway.<strong> Already<br>resolved differences will not be "
    5717 "applied.</strong><br>Click <strong>{1}</strong> to return to resolving "
    5718 "conflicts.</html>"
     5733"<html>You did not finish to merge the differences in this conflict."
     5734"<br>Conflict resolutions will not be applied unless all differences<br>are "
     5735"resolved.<br>Click <strong>{0}</strong> to close anyway.<strong> "
     5736"Already<br>resolved differences will not be applied.</strong><br>Click "
     5737"<strong>{1}</strong> to return to resolving conflicts.</html>"
    57195738msgstr ""
    57205739
     
    57375756
    57385757#: ../core/src/org/openstreetmap/josm/gui/dialogs/FilterDialog.java:77
    5739 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1045
     5758#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1052
    57405759#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:125
    57415760#: ../core/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java:471
     
    57435762#: ../plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java:108
    57445763#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:652
    5745 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:73
     5764#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:74
    57465765msgid "Add"
    57475766msgstr "Dodaj"
     
    57905809#: ../core/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:69
    57915810#: ../core/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:70
    5792 #: ../plugins/reverter/src/reverter/ReverterPlugin.java:21
     5811#: ../plugins/reverter/src/reverter/ReverterPlugin.java:18
    57935812msgid "History"
    57945813msgstr "Historia"
     
    60086027
    60096028#: ../core/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:447
    6010 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1097
     6029#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1104
    60116030msgid "Select in relation list"
    60126031msgstr ""
    60136032
    60146033#: ../core/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:448
    6015 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1098
     6034#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1105
    60166035msgid "Select relation in relation list."
    60176036msgstr ""
     
    74697488#, java-format
    74707489msgid ""
    7471 "Please enter a date in the usual format for your locale.<br>Example: "
    7472 "{0}<br>Example: {1}<br>Example: {2}<br>Example: {3}<br>"
     7490"Please enter a date in the usual format for your locale.<br>Example: {0}"
     7491"<br>Example: {1}<br>Example: {2}<br>Example: {3}<br>"
    74737492msgstr ""
    74747493
     
    74927511#: ../core/src/org/openstreetmap/josm/gui/dialogs/changeset/query/BasicChangesetQueryPanel.java:126
    74937512msgid ""
    7494 "<html>Please select one the following <strong>standard "
    7495 "queries</strong>.Select <strong>Download my changesets only</strong> if you "
    7496 "only want to download changesets created by yourself.<br>Note that JOSM will "
    7497 "download max. 100 changesets.</html>"
     7513"<html>Please select one the following <strong>standard queries</strong>."
     7514"Select <strong>Download my changesets only</strong> if you only want to "
     7515"download changesets created by yourself.<br>Note that JOSM will download "
     7516"max. 100 changesets.</html>"
    74987517msgstr ""
    74997518
     
    76137632msgstr ""
    76147633
    7615 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:160
     7634#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:164
    76167635msgid "Add Properties"
    76177636msgstr "Dodaj właściwości"
    76187637
    7619 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:192
     7638#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:196
    76207639#, java-format
    76217640msgid "This will change {0} object."
     
    76257644msgstr[2] "Zmiana zostanie zastosowana do {0} obiektów."
    76267645
    7627 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:194
     7646#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:198
    76287647msgid "An empty value deletes the tag."
    76297648msgstr "Pusta wartość usunie znacznik."
    76307649
    7631 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:243
    7632 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:288
    7633 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:295
    7634 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:548
    7635 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:612
     7650#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:247
     7651#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:292
     7652#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:299
     7653#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:552
     7654#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:616
    76367655#: ../core/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java:115
    76377656msgid "<different>"
    76387657msgstr "<różne>"
    76397658
    7640 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:257
    7641 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:398
     7659#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:261
     7660#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:402
    76427661msgid "Change values?"
    76437662msgstr "Zmienić wartości?"
    76447663
    7645 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:317
     7664#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:321
    76467665#, java-format
    76477666msgid "Change properties of up to {0} object"
     
    76517670msgstr[2] "Zmiana właściwości {0} obiektów."
    76527671
    7653 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:356
     7672#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:360
    76547673#, java-format
    76557674msgid "This will change up to {0} object."
     
    76597678msgstr[2] "Zmiana zostanie zastosowana do {0} obiektów."
    76607679
    7661 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:358
     7680#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:362
    76627681msgid "Please select a key"
    76637682msgstr "Proszę wybierz klucz"
    76647683
    7665 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:383
     7684#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:387
    76667685msgid "Please select a value"
    76677686msgstr "Proszę wybierz wartość"
    76687687
    7669 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:478
     7688#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:482
    76707689msgid "Please select the objects you want to change properties for."
    76717690msgstr "Zaznacz obiekty, których właściwości chcesz zmienić."
    76727691
    7673 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:529
    7674 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:530
     7692#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:533
     7693#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:534
    76757694msgid "Properties/Memberships"
    76767695msgstr "Właściwości/członkostwo"
    76777696
    7678 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:529
     7697#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:533
    76797698msgid "Properties for selected objects."
    76807699msgstr ""
    76817700
    76827701#. setting up the membership table
    7683 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:563
     7702#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:567
    76847703msgid "Member Of"
    76857704msgstr "Członek"
    76867705
    7687 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:563
     7706#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:567
    76887707msgid "Position"
    76897708msgstr ""
    76907709
    7691 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:933
     7710#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:940
    76927711#, java-format
    76937712msgid "Properties: {0} / Memberships: {1}"
    76947713msgstr "Właściwości: {0} / członkostwo: {1}"
    76957714
    7696 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:936
     7715#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:943
    76977716msgid "Properties / Memberships"
    76987717msgstr "Właściwości / członkostwo"
    76997718
    7700 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:989
     7719#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:996
    77017720msgid "Change relation"
    77027721msgstr "Zmień relację"
    77037722
    7704 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:990
     7723#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:997
    77057724msgid "Delete from relation"
    77067725msgstr "Usuń z relacji"
    77077726
    7708 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:992
     7727#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:999
    77097728#, java-format
    77107729msgid "Really delete selection from relation {0}?"
    77117730msgstr "Na pewno usunąć zaznaczenie z relacji {0}?"
    77127731
    7713 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1013
     7732#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1020
    77147733msgid "Delete the selected key in all objects"
    77157734msgstr "Usuń wybrany klucz ze wszystkich obiektów."
    77167735
    7717 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1015
     7736#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1022
    77187737msgid "Delete Properties"
    77197738msgstr "Usuń właściwość"
    77207739
    7721 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1046
     7740#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1053
    77227741msgid "Add a new key/value pair to all objects"
    77237742msgstr "Dodaj nową parę nazwa/wartość do wszystkich obiektów"
    77247743
    7725 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1058
     7744#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1065
    77267745msgid "Edit the value of the selected key for all objects"
    77277746msgstr "Edytuj wartość wybranego klucza dla wszystkich obiektów"
    77287747
    7729 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1094
     7748#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1101
    77307749msgid "Select relation"
    77317750msgstr ""
    77327751
    7733 #: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1095
     7752#: ../core/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java:1102
    77347753msgid "Select relation in main selection."
    77357754msgstr ""
     
    78447863msgid ""
    78457864"<html>There is at least one member in this relation referring<br>to the "
    7846 "relation itself.<br>This creates circular dependencies and is "
    7847 "discouraged.<br>How do you want to proceed with circular dependencies?</html>"
     7865"relation itself.<br>This creates circular dependencies and is discouraged."
     7866"<br>How do you want to proceed with circular dependencies?</html>"
    78487867msgstr ""
    78497868
     
    78617880msgid ""
    78627881"<html>This relation already has one or more members referring to<br>the "
    7863 "primitive ''{0}''<br><br>Do you really want to add another relation "
    7864 "member?</html>"
     7882"primitive ''{0}''<br><br>Do you really want to add another relation member?</"
     7883"html>"
    78657884msgstr ""
    78667885
     
    80158034#, java-format
    80168035msgid ""
    8017 "<html>Layer ''{0}'' already has a conflict for "
    8018 "primitive<br>''{1}''.<br>Please resolve this conflict first, then try "
    8019 "again.</html>"
     8036"<html>Layer ''{0}'' already has a conflict for primitive<br>''{1}''."
     8037"<br>Please resolve this conflict first, then try again.</html>"
    80208038msgstr ""
    80218039
     
    82088226"maxlat): </html>"
    82098227msgstr ""
    8210 "<html><strong>Pobierany obszar</strong> (minlon, minlat, maxlon, maxlat): "
    8211 "</html>"
     8228"<html><strong>Pobierany obszar</strong> (minlon, minlat, maxlon, maxlat): </"
     8229"html>"
    82128230
    82138231#: ../core/src/org/openstreetmap/josm/gui/download/BookmarkSelection.java:183
     
    83528370#, java-format
    83538371msgid ""
    8354 "<html>Neither <strong>{0}</strong> nor <strong>{1}</strong> is "
    8355 "enabled.<br>Please chose to either download OSM data, or GPX data, or "
    8356 "both.</html>"
     8372"<html>Neither <strong>{0}</strong> nor <strong>{1}</strong> is enabled."
     8373"<br>Please chose to either download OSM data, or GPX data, or both.</html>"
    83578374msgstr ""
    83588375
     
    84938510"english.<br><br>Please help to improve the JOSM help system and fill in the "
    84948511"missing information. You can both edit the <a href=\"{2}\">help topic in "
    8495 "your local language ({1})</a> and the <a href=\"{3}\">help topic in "
    8496 "english</a>.</p></html>"
     8512"your local language ({1})</a> and the <a href=\"{3}\">help topic in english</"
     8513"a>.</p></html>"
    84978514msgstr ""
    84988515
     
    85028519"<html><p class=\"error-header\">Error when retrieving help information</p><p "
    85038520"class=\"error-body\">The content for the help topic <strong>{0}</strong> "
    8504 "could not be loaded. The error message is "
    8505 "(untranslated):<br><tt>{1}</tt></p></html>"
     8521"could not be loaded. The error message is (untranslated):<br><tt>{1}</tt></"
     8522"p></html>"
    85068523msgstr ""
    85078524
     
    87788795"version of one<br>of your nodes, ways, or relations.<br>The conflict is "
    87798796"caused by the <strong>{0}</strong> with id <strong>{1}</strong>,<br>the "
    8780 "server has version {2}, your version is {3}.<br><br>Click "
    8781 "<strong>{4}</strong> to synchronize the conflicting primitive only.<br>Click "
    8782 "<strong>{5}</strong> to synchronize the entire local dataset with the "
    8783 "server.<br>Click <strong>{6}</strong> to abort and continue "
    8784 "editing.<br></html>"
     8797"server has version {2}, your version is {3}.<br><br>Click <strong>{4}</"
     8798"strong> to synchronize the conflicting primitive only.<br>Click <strong>{5}</"
     8799"strong> to synchronize the entire local dataset with the server.<br>Click "
     8800"<strong>{6}</strong> to abort and continue editing.<br></html>"
    87858801msgstr ""
    87868802
     
    87958811msgid ""
    87968812"<html>Uploading <strong>failed</strong> because the server has a newer "
    8797 "version of one<br>of your nodes, ways, or relations.<br><br>Click "
    8798 "<strong>{0}</strong> to synchronize the entire local dataset with the "
    8799 "server.<br>Click <strong>{1}</strong> to abort and continue "
    8800 "editing.<br></html>"
     8813"version of one<br>of your nodes, ways, or relations.<br><br>Click <strong>{0}"
     8814"</strong> to synchronize the entire local dataset with the server.<br>Click "
     8815"<strong>{1}</strong> to abort and continue editing.<br></html>"
    88018816msgstr ""
    88028817
     
    90429057#: ../core/src/org/openstreetmap/josm/gui/io/SaveLayerInfoCellRenderer.java:44
    90439058#: ../core/src/org/openstreetmap/josm/gui/io/SaveLayerInfoCellRenderer.java:57
    9044 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:62
     9059#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:61
    90459060msgid "No"
    90469061msgstr "Nie"
     
    90489063#: ../core/src/org/openstreetmap/josm/gui/io/SaveLayerInfoCellRenderer.java:47
    90499064#, java-format
    9050 msgid ""
    9051 "Layer ''{0}'' has modifications which should be uploaded to the server."
     9065msgid "Layer ''{0}'' has modifications which should be uploaded to the server."
    90529066msgstr ""
    90539067
     
    91339147msgid_plural ""
    91349148"<html>{0} layers need saving but have no associated file.<br>Either select a "
    9135 "file for each of them or discard the changes.<br>Layers without a "
    9136 "file:</html>"
     9149"file for each of them or discard the changes.<br>Layers without a file:</"
     9150"html>"
    91379151msgstr[0] ""
    91389152msgstr[1] ""
     
    91469160msgid ""
    91479161"<html>{0} layer needs saving but has an associated file<br>which cannot be "
    9148 "written.<br>Either select another file for this layer or discard the "
    9149 "changes.<br>Layer with a non-writable file:</html>"
     9162"written.<br>Either select another file for this layer or discard the changes."
     9163"<br>Layer with a non-writable file:</html>"
    91509164msgid_plural ""
    91519165"<html>{0} layers need saving but have associated files<br>which cannot be "
     
    93719385
    93729386#. we tried to delete an already deleted primitive.
    9373 #. 
     9387#.
    93749388#: ../core/src/org/openstreetmap/josm/gui/io/UploadLayerTask.java:94
    93759389#, java-format
     
    93959409
    93969410#: ../core/src/org/openstreetmap/josm/gui/io/UploadParameterSummaryPanel.java:55
    9397 msgid ""
    9398 "The changeset is going to be <strong>closed</strong> after this upload"
     9411msgid "The changeset is going to be <strong>closed</strong> after this upload"
    93999412msgstr ""
    94009413
     
    94499462#, java-format
    94509463msgid ""
    9451 "Uploading <strong>{0} objects</strong> to <strong>multiple "
    9452 "changesets</strong> using <strong>{1} requests</strong>"
     9464"Uploading <strong>{0} objects</strong> to <strong>multiple changesets</"
     9465"strong> using <strong>{1} requests</strong>"
    94539466msgstr ""
    94549467
     
    95029515msgid ""
    95039516"Click ''<strong>{0}</strong>'' to continue uploading to additional new "
    9504 "changesets.<br>Click ''<strong>{1}</strong>'' to return to the upload "
    9505 "dialog.<br>Click ''<strong>{2}</strong>'' to abort uploading and return to "
    9506 "map editing.<br>"
     9517"changesets.<br>Click ''<strong>{1}</strong>'' to return to the upload dialog."
     9518"<br>Click ''<strong>{2}</strong>'' to abort uploading and return to map "
     9519"editing.<br>"
    95079520msgstr ""
    95089521
     
    95129525
    95139526#. we tried to delete an already deleted primitive.
    9514 #. 
     9527#.
    95159528#: ../core/src/org/openstreetmap/josm/gui/io/UploadPrimitivesTask.java:194
    95169529#, java-format
     
    95269539
    95279540#: ../core/src/org/openstreetmap/josm/gui/io/UploadPrimitivesTask.java:232
    9528 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:425
     9541#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:426
    95299542#, java-format
    95309543msgid "Uploading {0} object..."
     
    95359548#: ../core/src/org/openstreetmap/josm/gui/io/UploadPrimitivesTask.java:287
    95369549#, java-format
    9537 msgid ""
    9538 "Ignoring caught exception because upload is canceled. Exception is: {0}"
     9550msgid "Ignoring caught exception because upload is canceled. Exception is: {0}"
    95399551msgstr ""
    95409552
     
    97559767#, java-format
    97569768msgid ""
    9757 "<html>The data in the GPX layer ''{0}'' has been downloaded from the "
    9758 "server.<br>Because its way points do not include a timestamp we cannot "
    9759 "correlate them with audio data.</html>"
     9769"<html>The data in the GPX layer ''{0}'' has been downloaded from the server."
     9770"<br>Because its way points do not include a timestamp we cannot correlate "
     9771"them with audio data.</html>"
    97609772msgstr ""
    97619773
     
    97819793#, java-format
    97829794msgid ""
    9783 "<html>The data in the GPX layer ''{0}'' has been downloaded from the "
    9784 "server.<br>Because its way points do not include a timestamp we cannot "
    9785 "correlate them with images.</html>"
     9795"<html>The data in the GPX layer ''{0}'' has been downloaded from the server."
     9796"<br>Because its way points do not include a timestamp we cannot correlate "
     9797"them with images.</html>"
    97869798msgstr ""
    97879799
     
    98489860#: ../core/src/org/openstreetmap/josm/gui/layer/GpxLayer.java:825
    98499861msgid ""
    9850 "<html>Upload of unprocessed GPS data as map data is considered "
    9851 "harmful.<br>If you want to upload traces, look here:"
     9862"<html>Upload of unprocessed GPS data as map data is considered harmful."
     9863"<br>If you want to upload traces, look here:"
    98529864msgstr ""
    98539865"<html>Wysyłanie nieprzetworzonych danych GPS jako danych mapy jest uznawane "
     
    99149926"wish<br>to continue?</html>"
    99159927msgstr ""
    9916 "<html>Ta akcja będzie wymagała {0} osobnych pobrań.<br>Czy "
    9917 "kontynuować?</html>"
     9928"<html>Ta akcja będzie wymagała {0} osobnych pobrań.<br>Czy kontynuować?</"
     9929"html>"
    99189930
    99199931#: ../core/src/org/openstreetmap/josm/gui/layer/GpxLayer.java:1134
     
    1003710049#: ../core/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:66
    1003810050msgid ""
    10039 "<html>Upload of unprocessed GPS data as map data is considered "
    10040 "harmful.<br>If you want to upload traces, look here:</html>"
     10051"<html>Upload of unprocessed GPS data as map data is considered harmful."
     10052"<br>If you want to upload traces, look here:</html>"
    1004110053msgstr ""
    1004210054
     
    1010010112#: ../core/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java:240
    1010110113msgid ""
    10102 "<html>Take a photo of your GPS receiver while it displays the "
    10103 "time.<br>Display that photo here.<br>And then, simply capture the time you "
    10104 "read on the photo and select a timezone<hr></html>"
     10114"<html>Take a photo of your GPS receiver while it displays the time."
     10115"<br>Display that photo here.<br>And then, simply capture the time you read "
     10116"on the photo and select a timezone<hr></html>"
    1010510117msgstr ""
    1010610118
     
    1067910691"<html>Run a fully automatic procedure to get an access token from the OSM "
    1068010692"website.<br>JOSM accesses the OSM website on behalf of the JOSM user and "
    10681 "fully<br>automatically authorizes the user and retrieves an Access "
    10682 "Token.</html>"
     10693"fully<br>automatically authorizes the user and retrieves an Access Token.</"
     10694"html>"
    1068310695msgstr ""
    1068410696
     
    1070010712#: ../core/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java:97
    1070110713msgid ""
    10702 "Please enter your OSM user name and password. The password will "
    10703 "<strong>not</strong> be saved in clear text in the JOSM preferences and it "
    10704 "will be submitted to the OSM server <strong>only once</strong>. Subsequent "
    10705 "data upload requests don't use your password any more."
     10714"Please enter your OSM user name and password. The password will <strong>not</"
     10715"strong> be saved in clear text in the JOSM preferences and it will be "
     10716"submitted to the OSM server <strong>only once</strong>. Subsequent data "
     10717"upload requests don't use your password any more."
    1070610718msgstr ""
    1070710719
     
    1082110833msgid ""
    1082210834"<html>The automatic process for retrieving an OAuth Access Token<br>from the "
    10823 "OSM server failed. JOSM failed to log into {0}<br>for user "
    10824 "{1}.<br><br>Please check username and password and try again.</html>"
     10835"OSM server failed. JOSM failed to log into {0}<br>for user {1}."
     10836"<br><br>Please check username and password and try again.</html>"
    1082510837msgstr ""
    1082610838
     
    1093010942#: ../core/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java:349
    1093110943#, java-format
    10932 msgid ""
    10933 "Failed to authenticate user ''{0}'' with password ''***'' as OAuth user"
     10944msgid "Failed to authenticate user ''{0}'' with password ''***'' as OAuth user"
    1093410945msgstr ""
    1093510946
     
    1106311074"authorization page in an external browser. Please login with your OSM "
    1106411075"username and password and follow the instructions to authorize the Request "
    11065 "Token. Then switch back to this dialog and click on "
    11066 "<strong>{0}</strong><br><br>If launching the external browser fails you can "
    11067 "copy the following authorize URL and paste it into the address field of your "
    11068 "browser.</html>"
     11076"Token. Then switch back to this dialog and click on <strong>{0}</"
     11077"strong><br><br>If launching the external browser fails you can copy the "
     11078"following authorize URL and paste it into the address field of your browser."
     11079"</html>"
    1106911080msgstr ""
    1107011081
     
    1114711158msgid ""
    1114811159"<html>The Access Token ''{1}'' is known to the OSM server ''{0}''.<br>The "
    11149 "test to retrieve the user details for this token failed, "
    11150 "though.<br>Depending on what rights are granted to this token you may "
    11151 "nevertheless use it<br>to upload data, upload GPS traces, and/or access "
    11152 "other protected resources.</html>"
     11160"test to retrieve the user details for this token failed, though."
     11161"<br>Depending on what rights are granted to this token you may nevertheless "
     11162"use it<br>to upload data, upload GPS traces, and/or access other protected "
     11163"resources.</html>"
    1115311164msgstr ""
    1115411165
     
    1117511186#: ../core/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java:235
    1117611187msgid ""
    11177 "<html>The test failed because the server responded with an internal "
    11178 "error.<br>JOSM could not decide whether the token is valid. Please try again "
    11179 "later.</html>"
     11188"<html>The test failed because the server responded with an internal error."
     11189"<br>JOSM could not decide whether the token is valid. Please try again later."
     11190"</html>"
    1118011191msgstr ""
    1118111192
     
    1119011201#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:50
    1119111202msgid "Setting Preference entries directly. Use with caution!"
    11192 msgstr ""
    11193 "Bezpośrednie, ręczne ustawianie preferencji. Należy używać ostrożnie!"
     11203msgstr "Bezpośrednie, ręczne ustawianie preferencji. Należy używać ostrożnie!"
    1119411204
    1119511205#: ../core/src/org/openstreetmap/josm/gui/preferences/AdvancedPreference.java:53
     
    1122911239#: ../plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java:140
    1123011240#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:711
    11231 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:100
     11241#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:101
    1123211242msgid "Please select the row to delete."
    1123311243msgstr "Proszę wybrać wiersz do usunięcia"
     
    1141411424#: ../core/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java:46
    1141511425msgid "Dilution of Position (red = high, green = low, if available)"
    11416 msgstr ""
    11417 "Dokładność pozycji (czerwony = duża, zielony = niska, jeśli dostępne)"
     11426msgstr "Dokładność pozycji (czerwony = duża, zielony = niska, jeśli dostępne)"
    1141811427
    1141911428#: ../core/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java:47
     
    1158711596#. drawGpsArrowsFast
    1158811597#: ../core/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java:142
    11589 msgid ""
    11590 "Draw the direction arrows using table lookups instead of complex math."
     11598msgid "Draw the direction arrows using table lookups instead of complex math."
    1159111599msgstr ""
    1159211600"Rysuje strzałki kierunkowe korzystając z przygotowanych wartości zamiast "
     
    1164811656#. antialiasing
    1164911657#: ../core/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java:249
    11650 msgid ""
    11651 "Apply antialiasing to the map view resulting in a smoother appearance."
     11658msgid "Apply antialiasing to the map view resulting in a smoother appearance."
    1165211659msgstr ""
    1165311660
     
    1171911726
    1172011727#: ../core/src/org/openstreetmap/josm/gui/preferences/MapPaintPreference.java:35
    11721 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:135
     11728#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:134
    1172211729msgid "Enable built-in defaults"
    1172311730msgstr ""
     
    1173711744#: ../core/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java:73
    1173811745#, java-format
    11739 msgid ""
    11740 "The following plugin has been downloaded <strong>successfully</strong>:"
     11746msgid "The following plugin has been downloaded <strong>successfully</strong>:"
    1174111747msgid_plural ""
    1174211748"The following {0} plugins have been downloaded <strong>successfully</strong>:"
    11743 msgstr[0] ""
    11744 "Następująca wtyczka została ściągnięta <strong>pomyślnie</strong>:"
     11749msgstr[0] "Następująca wtyczka została ściągnięta <strong>pomyślnie</strong>:"
    1174511750msgstr[1] ""
    1174611751"Następujące {0} wtyczki zostały ściągnięte <strong>pomyślnie</strong>:"
     
    1175311758msgid_plural ""
    1175411759"Downloading the following {0} plugins has <strong>failed</strong>:"
    11755 msgstr[0] ""
    11756 "Pobieranie następującej wtyczki <strong>nie powiodło się</strong>:"
     11760msgstr[0] "Pobieranie następującej wtyczki <strong>nie powiodło się</strong>:"
    1175711761msgstr[1] ""
    1175811762"Pobieranie następujących {0} wtyczek <strong>nie powiodło się</strong>:"
     
    1187111875"a menu entry of a button for the first time. So some of your changes may "
    1187211876"become active even without restart --- but also without collision handling. "
    11873 "This is another reason to <b>restart</b> JOSM after making any changes "
    11874 "here.</p>"
     11877"This is another reason to <b>restart</b> JOSM after making any changes here."
     11878"</p>"
    1187511879msgstr ""
    1187611880
     
    1188311887"keyboard do not have them, Sun keyboards do), then do not use it. Also there "
    1188411888"are ''keys'' listed that correspond to a shortcut on your keyboard (e.g. "
    11885 "'':''/Colon). Please do not use them either, use the base key "
    11886 "('';''/Semicolon on US keyboards, ''.''/Period on German keyboards, etc.) "
    11887 "instead. Not doing so may result in conflicts, as there is no way for JOSM "
    11888 "to know that Ctrl+Shift+; and Ctrl+: actually is the same thing on an US "
    11889 "keyboard.</p>"
     11889"'':''/Colon). Please do not use them either, use the base key ('';''/"
     11890"Semicolon on US keyboards, ''.''/Period on German keyboards, etc.) instead. "
     11891"Not doing so may result in conflicts, as there is no way for JOSM to know "
     11892"that Ctrl+Shift+; and Ctrl+: actually is the same thing on an US keyboard.</"
     11893"p>"
    1189011894msgstr ""
    1189111895
     
    1218412188#, java-format
    1218512189msgid ""
    12186 "<html>Failed to load the list of style sources "
    12187 "from<br>''{0}''.<br><br>Details (untranslated):<br>{1}</html>"
     12190"<html>Failed to load the list of style sources from<br>''{0}''."
     12191"<br><br>Details (untranslated):<br>{1}</html>"
    1218812192msgstr ""
    1218912193
     
    1219412198msgstr ""
    1219512199
    12196 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:63
     12200#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:62
    1219712201#, java-format
    1219812202msgid ""
     
    1220212206
    1220312207#. Should not happen, but at least show message
    12204 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:83
     12208#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:82
    1220512209#, java-format
    1220612210msgid "Could not read tagging preset source {0}"
    1220712211msgstr ""
    1220812212
    12209 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:87
     12213#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:86
    1221012214#, java-format
    1221112215msgid ""
    1221212216"<html>Tagging preset source {0} can be loaded but it contains errors. Do you "
    12213 "really want to use it?<br><br><table width=600>Error is: [{1}:{2}] "
    12214 "{3}</table></html>"
    12215 msgstr ""
    12216 
    12217 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:91
     12217"really want to use it?<br><br><table width=600>Error is: [{1}:{2}] {3}</"
     12218"table></html>"
     12219msgstr ""
     12220
     12221#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:90
    1221812222#, java-format
    1221912223msgid ""
     
    1222212226msgstr ""
    1222312227
    12224 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:97
     12228#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:96
    1222512229#, java-format
    1222612230msgid ""
     
    1222912233msgstr ""
    1223012234
    12231 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:101
     12235#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:100
    1223212236#, java-format
    1223312237msgid ""
     
    1223612240msgstr ""
    1223712241
    12238 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:133
     12242#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:132
    1223912243msgid "Sort presets menu"
    1224012244msgstr "Sortuj menu szablonów"
    1224112245
    12242 #: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:145
     12246#: ../core/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java:144
    1224312247msgid "Tagging Presets"
    1224412248msgstr "Szablony"
     
    1234712351#, java-format
    1234812352msgid ""
    12349 "<html>Failed to build URL ''{0}'' for validating the OSM API "
    12350 "server.<br>Please check the spelling of ''{1}'' and validate again.</html>"
     12353"<html>Failed to build URL ''{0}'' for validating the OSM API server."
     12354"<br>Please check the spelling of ''{1}'' and validate again.</html>"
    1235112355msgstr ""
    1235212356
     
    1236812372msgid ""
    1236912373"<html>Failed to retrieve a list of changesets from the OSM API server "
    12370 "at<br>''{1}''. The server responded with the return code {0} instead of "
    12371 "200.<br>Please check the spelling of ''{1}'' and validate again.</html>"
     12374"at<br>''{1}''. The server responded with the return code {0} instead of 200."
     12375"<br>Please check the spelling of ''{1}'' and validate again.</html>"
    1237212376msgstr ""
    1237312377
     
    1244612450
    1244712451#: ../core/src/org/openstreetmap/josm/gui/preferences/server/OAuthAccessTokenHolder.java:151
    12448 msgid ""
    12449 "Warning: Failed to retrieve OAuth Access Token from credential manager"
     12452msgid "Warning: Failed to retrieve OAuth Access Token from credential manager"
    1245012453msgstr ""
    1245112454
     
    1246112464
    1246212465#: ../core/src/org/openstreetmap/josm/gui/preferences/server/OAuthAuthenticationPreferencesPanel.java:226
    12463 msgid ""
    12464 "You already have an Access Token to access the OSM server using OAuth."
     12466msgid "You already have an Access Token to access the OSM server using OAuth."
    1246512467msgstr ""
    1246612468
     
    1255412556#: ../core/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferencesPanel.java:244
    1255512557msgid ""
    12556 "Use standard system settings (disabled. Start JOSM with <tt>-"
    12557 "Djava.net.useSystemProxies=true</tt> to enable)"
     12558"Use standard system settings (disabled. Start JOSM with <tt>-Djava.net."
     12559"useSystemProxies=true</tt> to enable)"
    1255812560msgstr ""
    1255912561
     
    1268712689
    1268812690#: ../core/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java:988
     12691#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:111
    1268912692msgid "Change Properties"
    1269012693msgstr "Zmień właściwości"
     
    1285012853#. Just log something. The network stack will also throw an exception which will be caught
    1285112854#. somewhere else
    12852 #. 
     12855#.
    1285312856#: ../core/src/org/openstreetmap/josm/io/DefaultProxySelector.java:144
    1285412857#, java-format
     
    1286812871msgstr ""
    1286912872
    12870 #: ../core/src/org/openstreetmap/josm/io/DiffResultProcessor.java:169
     12873#: ../core/src/org/openstreetmap/josm/io/DiffResultProcessor.java:170
    1287112874#, java-format
    1287212875msgid "Unexpected XML element with name ''{0}''"
     
    1303313036#: ../core/src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java:114
    1303413037#, java-format
    13035 msgid ""
    13036 "No primitive with id {0} in local dataset. Cannot infer primitive type."
     13038msgid "No primitive with id {0} in local dataset. Cannot infer primitive type."
    1303713039msgstr ""
    1303813040
     
    1314913151
    1315013152#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:257
    13151 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:320
     13153#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:321
    1315213154#, java-format
    1315313155msgid "Unexpected format of ID replied by the server. Got ''{0}''."
    1315413156msgstr ""
    1315513157
    13156 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:278
     13158#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:279
    1315713159#, java-format
    1315813160msgid ""
     
    1316013162msgstr ""
    1316113163
    13162 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:312
     13164#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:313
    1316313165msgid "Creating changeset..."
    1316413166msgstr "Tworzenie zestawu zmian..."
    1316513167
    13166 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:322
     13168#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:323
    1316713169#, java-format
    1316813170msgid "Successfully opened changeset {0}"
    1316913171msgstr "Pomyślnie otwarto zestaw zmian {0}"
    1317013172
    13171 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:346
    13172 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:386
    13173 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:662
     13173#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:347
     13174#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:387
     13175#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:663
    1317413176#, java-format
    1317513177msgid "Changeset ID > 0 expected. Got {0}."
    1317613178msgstr "Oczekiwano ID zestawu zmian > 0. Otrzymano {0}."
    1317713179
    13178 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:348
     13180#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:349
    1317913181msgid "Updating changeset..."
    1318013182msgstr "Uaktualnianie zestawu zmian..."
    1318113183
    13182 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:350
     13184#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:351
    1318313185#, java-format
    1318413186msgid "Updating changeset {0}..."
    1318513187msgstr "Uaktualnianie zestawu zmian {0}..."
    1318613188
    13187 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:388
     13189#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:389
    1318813190msgid "Closing changeset..."
    1318913191msgstr "Zamykanie zestawu zmian..."
    1319013192
    13191 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:409
     13193#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:410
    1319213194msgid "No changeset present for diff upload."
    1319313195msgstr ""
    1319413196
    13195 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:416
     13197#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:417
    1319613198msgid "Preparing upload request..."
    1319713199msgstr "Przygotowywanie zapytania przesyłania..."
    1319813200
    13199 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:446
     13201#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:447
    1320013202msgid "Waiting 10 seconds ... "
    1320113203msgstr "Oczekiwanie 10 sekund... "
    1320213204
    13203 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:449
     13205#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:450
    1320413206#, java-format
    1320513207msgid "Starting retry {0} of {1} in {2} seconds ..."
    1320613208msgstr "Ponowna próba {0} z {1} za {2} sekund..."
    1320713209
    13208 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:457
     13210#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:458
    1320913211msgid "OK - trying again."
    1321013212msgstr "OK - próbuję ponownie."
    1321113213
    13212 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:538
     13214#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:539
    1321313215#, java-format
    1321413216msgid "Starting retry {0} of {1}."
    1321513217msgstr "Ponowna próba {0} z {1}."
    1321613218
    13217 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:634
     13219#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:635
    1321813220msgid "Current changeset is null. Cannot upload data."
    1321913221msgstr "Obecny zestaw zmian jest pusty. Nie można przesłać danych."
    1322013222
    13221 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:636
     13223#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:637
    1322213224#, java-format
    1322313225msgid "ID of current changeset > 0 required. Current ID is {0}."
    1322413226msgstr ""
    1322513227
    13226 #: ../core/src/org/openstreetmap/josm/io/OsmApi.java:664
     13228#: ../core/src/org/openstreetmap/josm/io/OsmApi.java:665
    1322713229#, java-format
    1322813230msgid "Open changeset expected. Got closed changeset with id {0}."
     
    1340013402#: ../core/src/org/openstreetmap/josm/io/OsmDataParsingException.java:44
    1340113403#: ../core/src/org/openstreetmap/josm/tools/XmlObjectParser.java:76
     13404#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsReader.java:280
    1340213405#, java-format
    1340313406msgid "(at line {0}, column {1})"
     
    1341713420#, java-format
    1341813421msgid ""
    13419 "<html>An error occurred while restoring backup file.<br>Error "
    13420 "is:<br>{0}</html>"
    13421 msgstr ""
    13422 "<html>Podczas przywracania kopii bezpieczeństwa wystąpił "
    13423 "błąd.<br>Błąd:<br>{0}</html>"
     13422"<html>An error occurred while restoring backup file.<br>Error is:<br>{0}</"
     13423"html>"
     13424msgstr ""
     13425"<html>Podczas przywracania kopii bezpieczeństwa wystąpił błąd.<br>Błąd:<br>"
     13426"{0}</html>"
    1342413427
    1342513428#: ../core/src/org/openstreetmap/josm/io/OsmExporter.java:114
     
    1344613449#, java-format
    1344713450msgid ""
    13448 "Missing manadatory attributes on element ''bounds''. Got "
    13449 "minlon=''{0}'',minlat=''{1}'',maxlon=''{3}'',maxlat=''{4}'', origin=''{5}''."
     13451"Missing manadatory attributes on element ''bounds''. Got minlon=''{0}'',"
     13452"minlat=''{1}'',maxlon=''{3}'',maxlat=''{4}'', origin=''{5}''."
    1345013453msgstr ""
    1345113454
     
    1348713490#: ../plugins/reverter/src/reverter/MultiOsmReader.java:245
    1348813491#, java-format
    13489 msgid ""
    13490 "Illegal value for attribute ''ref'' on member in relation {0}. Got {1}"
     13492msgid "Illegal value for attribute ''ref'' on member in relation {0}. Got {1}"
    1349113493msgstr ""
    1349213494
     
    1392513927#, java-format
    1392613928msgid ""
    13927 "<html>Plugin {0} requires JOSM version {1}. The current JOSM version is "
    13928 "{2}.<br>You have to update JOSM in order to use this plugin.</html>"
     13929"<html>Plugin {0} requires JOSM version {1}. The current JOSM version is {2}."
     13930"<br>You have to update JOSM in order to use this plugin.</html>"
    1392913931msgstr ""
    1393013932
     
    1406014062"An unexpected exception occurred that may have come from the ''{0}'' plugin."
    1406114063msgstr ""
    14062 "Wystąpił niespodziewany błąd, który mógł być spowodowany przez wtyczkę "
    14063 "\"{0}\"."
     14064"Wystąpił niespodziewany błąd, który mógł być spowodowany przez wtyczkę \"{0}"
     14065"\"."
    1406414066
    1406514067#: ../core/src/org/openstreetmap/josm/plugins/PluginHandler.java:823
     
    1413814140#: ../core/src/org/openstreetmap/josm/plugins/ReadLocalPluginInformationTask.java:147
    1413914141#, java-format
    14140 msgid ""
    14141 "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
     14142msgid "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
    1414214143msgstr ""
    1414314144
     
    1420414205
    1420514206#. Then ask for submitting a bug report, for exceptions thrown from a plugin too
    14206 #. 
     14207#.
    1420714208#: ../core/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java:66
    1420814209msgid "Do nothing"
     
    1428514286msgid ""
    1428614287"<html>Uploading to the server <strong>failed</strong> because your "
    14287 "current<br>dataset violates a precondition.<br>The error message "
    14288 "is:<br>{0}</html>"
     14288"current<br>dataset violates a precondition.<br>The error message is:<br>{0}</"
     14289"html>"
    1428914290msgstr ""
    1429014291
     
    1429214293#, java-format
    1429314294msgid ""
    14294 "<html>Authentication at the OSM server with the username ''{0}'' "
    14295 "failed.<br>Please check the username and the password in the JOSM "
    14296 "preferences.</html>"
     14295"<html>Authentication at the OSM server with the username ''{0}'' failed."
     14296"<br>Please check the username and the password in the JOSM preferences.</"
     14297"html>"
    1429714298msgstr ""
    1429814299
     
    1430014301#, java-format
    1430114302msgid ""
    14302 "<html>Authentication at the OSM server with the OAuth token ''{0}'' "
    14303 "failed.<br>Please launch the preferences dialog and retrieve another OAuth "
    14304 "token.</html>"
     14303"<html>Authentication at the OSM server with the OAuth token ''{0}'' failed."
     14304"<br>Please launch the preferences dialog and retrieve another OAuth token.</"
     14305"html>"
    1430514306msgstr ""
    1430614307
     
    1430814309#, java-format
    1430914310msgid ""
    14310 "<html>Authorisation at the OSM server with the OAuth token ''{0}'' "
    14311 "failed.<br>The token is not authorised to access the protected "
    14312 "resource<br>''{1}''.<br>Please launch the preferences dialog and retrieve "
    14313 "another OAuth token.</html>"
     14311"<html>Authorisation at the OSM server with the OAuth token ''{0}'' failed."
     14312"<br>The token is not authorised to access the protected resource<br>''{1}''."
     14313"<br>Please launch the preferences dialog and retrieve another OAuth token.</"
     14314"html>"
    1431414315msgstr ""
    1431514316
     
    1432914330msgid ""
    1433014331"<html>Communication with the OSM server ''{0}''failed. The server "
    14331 "replied<br>the following error code and the following error "
    14332 "message:<br><strong>Error code:<strong> {1}<br><strong>Error message "
    14333 "(untranslated)</strong>: {2}</html>"
     14332"replied<br>the following error code and the following error message:"
     14333"<br><strong>Error code:<strong> {1}<br><strong>Error message (untranslated)</"
     14334"strong>: {2}</html>"
    1433414335msgstr ""
    1433514336
     
    1439814399#, java-format
    1439914400msgid ""
    14400 "<html>The OSM server<br>''{0}''<br>reported an internal server "
    14401 "error.<br>This is most likely a temporary problem. Please try again "
    14402 "later.</html>"
     14401"<html>The OSM server<br>''{0}''<br>reported an internal server error."
     14402"<br>This is most likely a temporary problem. Please try again later.</html>"
    1440314403msgstr ""
    1440414404
     
    1441014410#: ../core/src/org/openstreetmap/josm/tools/ExceptionUtil.java:371
    1441114411msgid ""
    14412 "The area you tried to download is too big or your request was too "
    14413 "large.<br>Either request a smaller area or use an export file provided by "
    14414 "the OSM community."
     14412"The area you tried to download is too big or your request was too large."
     14413"<br>Either request a smaller area or use an export file provided by the OSM "
     14414"community."
    1441514415msgstr ""
    1441614416
     
    1444214442"<html>The server reports that an object is deleted.<br><strong>Uploading "
    1444314443"failed</strong> if you tried to update or delete this object.<br> "
    14444 "<strong>Downloading failed</strong> if you tried to download this "
    14445 "object.<br><br>The error message is:<br>{0}</html>"
     14444"<strong>Downloading failed</strong> if you tried to download this object."
     14445"<br><br>The error message is:<br>{0}</html>"
    1444614446msgstr ""
    1444714447
     
    1494914949"</span><span style=\"font-size: medium;\"><br>\n"
    1495014950"...or it rather should be called <br>\n"
    14951 "<span style=\"font-size: large;\">AlignWayS(egments)</span> "
    14952 "Plugin...</span>\n"
     14951"<span style=\"font-size: large;\">AlignWayS(egments)</span> Plugin...</"
     14952"span>\n"
    1495314953"</div>\n"
    1495414954"</html>"
     
    1497514975"<div style=\"font-family: sans-serif;\">\n"
    1497614976"<ul>\n"
    14977 "<li><b>Select a reference segment.</b> You can do this by <b><i><span "
    14978 "style=\"color:green\">Ctrl-click</span></i></b>ing\n"
     14977"<li><b>Select a reference segment.</b> You can do this by <b><i><span style="
     14978"\"color:green\">Ctrl-click</span></i></b>ing\n"
    1497914979"on a segment. The other, to be aligned segment will become parallel to\n"
    1498014980"this one. </li>\n"
     
    1501215012"parallel with the reference segment, the to be aligned segment will rotate "
    1501315013"around this point. You can choose the two extremities or the centre of the "
    15014 "segment by <b><i><span style=\"color:green\">click</span></i></b>ing nearby. "
    15015 "\n"
     15014"segment by <b><i><span style=\"color:green\">click</span></i></b>ing "
     15015"nearby. \n"
    1501615016"  </li>\n"
    1501715017"</ul>\n"
     
    1502715027"<div style=\"font-family:sans-serif\">\n"
    1502815028"<ul>\n"
    15029 "  <li><b>Align the segments.</b> Press <b><i><span "
    15030 "style=\"color:green\">Shift-A</span></i></b>. Alternatively you''ll find the "
    15031 "command in the <b>Tools</b>\n"
     15029"  <li><b>Align the segments.</b> Press <b><i><span style=\"color:green"
     15030"\">Shift-A</span></i></b>. Alternatively you''ll find the command in the "
     15031"<b>Tools</b>\n"
    1503215032" menu or may want to place the action on the <b>toolbar</b>.\n"
    1503315033"  </li>\n"
     
    1507815078msgstr ""
    1507915079
    15080 #: ../plugins/buildings_tools/src/buildings_tools/Building.java:134
     15080#: ../plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java:19
     15081#, fuzzy
     15082msgid "Big buildings mode"
     15083msgstr "Ustaw wielkość budynków"
     15084
     15085#: ../plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java:20
     15086#, fuzzy
     15087msgid "Rotate crosshair"
     15088msgstr "Obróć w prawo"
     15089
     15090#: ../plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java:23
     15091#, fuzzy
     15092msgid "Advanced settings"
     15093msgstr "Ustawienia zaawansowane"
     15094
     15095#: ../plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java:30
     15096#, fuzzy
     15097msgid "Building tag:"
     15098msgstr "budynek"
     15099
     15100#: ../plugins/buildings_tools/src/buildings_tools/Building.java:234
    1508115101msgid "Cannot place building outside of the world."
    1508215102msgstr ""
    1508315103
    15084 #: ../plugins/buildings_tools/src/buildings_tools/Building.java:156
     15104#: ../plugins/buildings_tools/src/buildings_tools/Building.java:257
    1508515105#: ../plugins/cadastre-fr/src/cadastre_fr/Buildings.java:221
    1508615106msgid "Create building"
     
    1508915109#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeAction.java:15
    1509015110#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeAction.java:17
    15091 #: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:32
     15111#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:37
    1509215112msgid "Set buildings size"
    1509315113msgstr "Ustaw wielkość budynków"
    1509415114
    15095 #: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:24
     15115#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:26
    1509615116msgid "Use Address dialog"
    1509715117msgstr ""
    1509815118
    15099 #: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:38
     15119#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:27
     15120#, fuzzy
     15121msgid "Auto-select building"
     15122msgstr "budynek użyteczności publicznej"
     15123
     15124#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:44
    1510015125msgid "Buildings width:"
    1510115126msgstr "Szekokość:"
    1510215127
    15103 #: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:39
     15128#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:45
    1510415129msgid "Length step:"
    1510515130msgstr ""
    1510615131
    15107 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:75
    15108 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:77
     15132#: ../plugins/buildings_tools/src/buildings_tools/BuildingSizeDialog.java:54
     15133#, fuzzy
     15134msgid "Advanced..."
     15135msgstr "Zaawansowane"
     15136
     15137#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:65
     15138#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:67
    1510915139msgid "Draw buildings"
    1511015140msgstr ""
    1511115141
    15112 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:303
    15113 msgid "Point on the corner of building to start drawing"
    15114 msgstr ""
    15115 
    15116 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:304
    15117 msgid "Point on opposite end of building"
    15118 msgstr ""
    15119 
    15120 #: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:305
    15121 msgid "Set width of building"
     15142#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:379
     15143msgid "Point on the corner of the building to start drawing"
     15144msgstr ""
     15145
     15146#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:381
     15147msgid "Point on opposite end of the building"
     15148msgstr ""
     15149
     15150#: ../plugins/buildings_tools/src/buildings_tools/DrawBuildingAction.java:383
     15151msgid "Set width of the building"
    1512215152msgstr ""
    1512315153
     
    1529215322#. <scale_max>50000</scale_max>
    1529315323#. </rule>
    15294 #. 
     15324#.
    1529515325#. <!--waterway tags -->
    15296 #. 
     15326#.
    1529715327#. <rule>
    1529815328#. <condition k="waterway" v="river"/>
     
    1530215332#. <scale_max>50000</scale_max>
    1530315333#. </rule>
    15304 #. 
     15334#.
    1530515335#. <rule>
    1530615336#. <condition k="waterway" v="canal"/>
     
    1531015340#. <scale_max>50000</scale_max>
    1531115341#. </rule>
    15312 #. 
     15342#.
    1531315343#. <rule>
    1531415344#. <condition k="waterway" v="ditch"/>
     
    1532415354#. <scale_max>50000</scale_max>
    1532515355#. </rule>
    15326 #. 
     15356#.
    1532715357#. <rule>
    1532815358#. <condition k="natural" v="water"/>
     
    1533215362#. <scale_max>50000</scale_max>
    1533315363#. </rule>
    15334 #. 
     15364#.
    1533515365#. <rule>
    1533615366#. <condition k="natural" v="coastline"/>
     
    1533815368#: ../plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java:67
    1533915369#: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:23
    15340 #: build/trans_presets.java:2358 build/trans_style.java:993
    15341 #: build/trans_style.java:1010 build/trans_style.java:1026
    15342 #: build/trans_style.java:1033 build/trans_style.java:3492
    15343 #: build/trans_style.java:3500
     15370#: build/trans_presets.java:2358 build/trans_style.java:1018
     15371#: build/trans_style.java:1035 build/trans_style.java:1051
     15372#: build/trans_style.java:1058 build/trans_style.java:3525
     15373#: build/trans_style.java:3533
    1534415374msgid "water"
    1534515375msgstr "woda"
     
    1536115391#. <scale_max>50000</scale_max>
    1536215392#. </rule>
    15363 #. 
     15393#.
    1536415394#. <rule>
    1536515395#. <condition k="addr:housenumber"/>
     
    1536815398#. <scale_max>50000</scale_max>
    1536915399#. </rule>
    15370 #. 
     15400#.
    1537115401#. <rule>
    1537215402#. <condition k="addr:postcode"/>
     
    1537515405#. <scale_max>50000</scale_max>
    1537615406#. </rule>
    15377 #. 
     15407#.
    1537815408#. <rule>
    1537915409#. <condition k="addr:interpolation" v="odd"/>
     
    1538215412#. <scale_max>40000</scale_max>
    1538315413#. </rule>
    15384 #. 
     15414#.
    1538515415#. <rule>
    1538615416#. <condition k="addr:interpolation" v="even"/>
     
    1538915419#. <scale_max>40000</scale_max>
    1539015420#. </rule>
    15391 #. 
     15421#.
    1539215422#. <rule>
    1539315423#. <condition k="addr:interpolation" v="all"/>
     
    1539615426#. <scale_max>40000</scale_max>
    1539715427#. </rule>
    15398 #. 
     15428#.
    1539915429#. <rule>
    1540015430#. <condition k="addr:interpolation" v="alphabetic"/>
    1540115431#: ../plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java:72
    15402 #: build/trans_style.java:4320 build/trans_style.java:4327
    15403 #: build/trans_style.java:4334 build/trans_style.java:4341
     15432#: build/trans_style.java:4353 build/trans_style.java:4360
     15433#: build/trans_style.java:4367 build/trans_style.java:4374
    1540415434msgid "address"
    1540515435msgstr "adres"
     
    1542815458#: ../plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java:93
    1542915459msgid ""
    15430 "A special handler of the French cadastre wms at "
    15431 "www.cadastre.gouv.fr<BR><BR>Please read the Terms and Conditions of Use here "
    15432 "(in French): <br><a "
    15433 "href=\"http://www.cadastre.gouv.fr/scpc/html/CU_01_ConditionsGenerales_fr.htm"
    15434 "l\"> "
    15435 "http://www.cadastre.gouv.fr/scpc/html/CU_01_ConditionsGenerales_fr.html</a> "
    15436 "<BR>before any upload of data created by this plugin."
     15460"A special handler of the French cadastre wms at www.cadastre.gouv."
     15461"fr<BR><BR>Please read the Terms and Conditions of Use here (in French): "
     15462"<br><a href=\"http://www.cadastre.gouv.fr/scpc/html/"
     15463"CU_01_ConditionsGenerales_fr.html\"> http://www.cadastre.gouv.fr/scpc/html/"
     15464"CU_01_ConditionsGenerales_fr.html</a> <BR>before any upload of data created "
     15465"by this plugin."
    1543715466msgstr ""
    1543815467
     
    1545415483"Replace the original white background by the backgound color defined in JOSM "
    1545515484"preferences."
    15456 msgstr ""
    15457 "Zastąp oryginalne białe tło kolorem zdefiniowanym w ustawieniach JOSM."
     15485msgstr "Zastąp oryginalne białe tło kolorem zdefiniowanym w ustawieniach JOSM."
    1545815486
    1545915487#: ../plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java:117
     
    1585915887
    1586015888#: ../plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java:96
    15861 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:75
    15862 #: ../plugins/wmsplugin/src/wmsplugin/WMSPlugin.java:187
     15889#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:77
     15890#: ../plugins/wmsplugin/src/wmsplugin/WMSPlugin.java:193
    1586315891msgid "Blank Layer"
    1586415892msgstr "Pusta warstwa"
     
    1604016068msgid "No GPX data layer found."
    1604116069msgstr ""
     16070
     16071#: ../plugins/ext_tools/src/ext_tools/ExtTool.java:188
     16072msgid "Child script have returned invalid data."
     16073msgstr ""
     16074
     16075#: ../plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java:45
     16076#, fuzzy
     16077msgid "Edit tool"
     16078msgstr "Edycja zoo"
     16079
     16080#: ../plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java:53
     16081#, fuzzy
     16082msgid "Name:"
     16083msgstr "Nazwa"
     16084
     16085#: ../plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java:54
     16086#, fuzzy
     16087msgid "CmdLine:"
     16088msgstr "Współrzędne:"
     16089
     16090#: ../plugins/ext_tools/src/ext_tools/preferences/ExtToolsPreference.java:26
     16091msgid "External tools"
     16092msgstr ""
     16093
     16094#. Plugin ext_tools
     16095#: ../plugins/ext_tools/src/ext_tools/preferences/ExtToolsPreference.java:27
     16096#: build/trans_plugins.java:24
     16097msgid "Use external scripts in JOSM"
     16098msgstr ""
     16099
     16100#: ../plugins/ext_tools/src/ext_tools/preferences/MyToolsPanel.java:73
     16101#, fuzzy, java-format
     16102msgid "Delete tool \"{0}\"?"
     16103msgstr "Usunięto węzeł {0}"
     16104
     16105#: ../plugins/ext_tools/src/ext_tools/preferences/MyToolsPanel.java:74
     16106msgid "Are you sure?"
     16107msgstr "Czy na pewno?"
     16108
     16109#: ../plugins/ext_tools/src/ext_tools/preferences/MyToolsPanel.java:91
     16110#, fuzzy
     16111msgid "New tool..."
     16112msgstr "Nowa rola"
     16113
     16114#: ../plugins/ext_tools/src/ext_tools/preferences/ToolsRepositoryPanel.java:54
     16115#, fuzzy
     16116msgid "Install"
     16117msgstr "teren przemysłowy"
    1604216118
    1604316119#: ../plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/GlobalsatConfigDialog.java:81
     
    1630516381#. *
    1630616382#. * Run the nodelist through a vertex reduction algorithm
    16307 #. 
     16383#.
    1630816384#: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerAction.java:188
    1630916385msgid "Running vertex reduction..."
     
    1642416500
    1642516501#: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:71
    16426 msgid ""
    16427 "Maximum number of segments allowed in each generated way. Default 250."
     16502msgid "Maximum number of segments allowed in each generated way. Default 250."
    1642816503msgstr ""
    1642916504
     
    1644216517#: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:74
    1644316518msgid ""
    16444 "Accuracy of Douglas-Peucker line simplification, measured in "
    16445 "degrees.<br>Lower values give more nodes, and more accurate lines. Default "
    16446 "0.0003."
     16519"Accuracy of Douglas-Peucker line simplification, measured in degrees."
     16520"<br>Lower values give more nodes, and more accurate lines. Default 0.0003."
    1644716521msgstr ""
    1644816522
     
    1675116825
    1675216826#: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/util/HttpUtils.java:169
    16753 msgid ""
    16754 "Header contains several values and cannot be mapped to a single string"
     16827msgid "Header contains several values and cannot be mapped to a single string"
    1675516828msgstr ""
    1675616829
     
    1686216935
    1686316936#: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/ToggleConnectionModeAction.java:65
    16864 msgid ""
    16865 "You have unsaved changes in your queue. Do you want to submit them now?"
     16937msgid "You have unsaved changes in your queue. Do you want to submit them now?"
    1686616938msgstr ""
    1686716939
     
    1691416986
    1691516987#: ../plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java:63
    16916 msgid ""
    16917 "Write position information into the exif header of the following files:"
     16988msgid "Write position information into the exif header of the following files:"
    1691816989msgstr ""
    1691916990
     
    1727717348msgstr "Wycofaj"
    1727817349
    17279 #: ../plugins/reverter/src/reverter/ChangesetReverter.java:316
     17350#: ../plugins/reverter/src/reverter/ChangesetReverter.java:302
    1728017351#, java-format
    1728117352msgid "Missing merge target for {0} with id {1}"
     
    1732617397msgid "Revert changeset #{0}"
    1732717398msgstr ""
     17399
     17400#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java:78
     17401#, fuzzy
     17402msgid "Road Sign Plugin"
     17403msgstr "Ładowanie wtyczek"
     17404
     17405#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:53
     17406msgid "Roadsign tagging"
     17407msgstr ""
     17408
     17409#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:53
     17410msgid "Add tags by clicking on road signs"
     17411msgstr ""
     17412
     17413#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:54
     17414msgid "Roadsigns plugin: open dialog"
     17415msgstr ""
     17416
     17417#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:82
     17418#, fuzzy, java-format
     17419msgid "Could not read tagging preset source: ''{0}''"
     17420msgstr "Nie można odczytać źródła szablonów: {0}"
     17421
     17422#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignsPlugin.java:90
     17423#, java-format
     17424msgid "Error parsing tagging preset from ''{0}'':\n"
     17425msgstr ""
     17426
     17427#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/Sign.java:104
     17428#, fuzzy, java-format
     17429msgid "Sign {0}"
     17430msgstr "Zaznaczenie: {0}"
     17431
     17432#: ../plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/Sign.java:111
     17433#, fuzzy, java-format
     17434msgid "Additional sign {0}"
     17435msgstr "Dodano relację {0}"
    1732817436
    1732917437#: ../plugins/routes/src/org/openstreetmap/josm/plugins/routes/RelationEditMode.java:28
     
    1743017538msgstr ""
    1743117539
     17540#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:41
     17541#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:42
     17542#, fuzzy
     17543msgid "Simplify Area"
     17544msgstr "Uprość drogę"
     17545
     17546#: ../plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java:41
     17547#, fuzzy
     17548msgid "Delete unnecessary nodes from an area."
     17549msgstr "Usuwa zbędne węzły z drogi."
     17550
    1743217551#: ../plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java:139
    1743317552msgid "Slippy Map"
     
    1821918338#: ../plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/preferences/PreferenceEditor.java:57
    1822018339msgid ""
    18221 "Development of the turn restriction plugin was sponsored by <a "
    18222 "href=\"http://www.skobbler.de\">skobbler GmbH</a>."
     18340"Development of the turn restriction plugin was sponsored by <a href=\"http://"
     18341"www.skobbler.de\">skobbler GmbH</a>."
    1822318342msgstr ""
    1822418343
     
    1830418423#, java-format
    1830518424msgid ""
    18306 "This turn restriction uses the OSM way <span class=\"object-"
    18307 "name\">{0}</span> with role <tt>from</tt> <strong>and</strong> with role "
    18308 "<tt>to</tt>. In a turn restriction, the way with role <tt>from</tt> should "
    18309 "be different from the way with role <tt>to</tt>, though."
     18425"This turn restriction uses the OSM way <span class=\"object-name\">{0}</"
     18426"span> with role <tt>from</tt> <strong>and</strong> with role <tt>to</tt>. In "
     18427"a turn restriction, the way with role <tt>from</tt> should be different from "
     18428"the way with role <tt>to</tt>, though."
    1831018429msgstr ""
    1831118430
     
    1835918478"The <strong>from</strong>-way <span class=\"object-name\">{0}</span> and the "
    1836018479"<strong>to</strong>-way <span class=\"object-name\">{1}</span> interesect at "
    18361 "node <span class=\"object-name\">{2}</span> but <span class=\"object-"
    18362 "name\">{2}</span> isn''t a <strong>via</strong>-object.<br> It is "
    18363 "recommended to set <span class=\"object-name\">{2}</span> as unique "
    18364 "<strong>via</strong>-object."
     18480"node <span class=\"object-name\">{2}</span> but <span class=\"object-name\">"
     18481"{2}</span> isn''t a <strong>via</strong>-object.<br> It is recommended to "
     18482"set <span class=\"object-name\">{2}</span> as unique <strong>via</strong>-"
     18483"object."
    1836518484msgstr ""
    1836618485
     
    1847218591#, java-format
    1847318592msgid ""
    18474 "This turn restriction uses the OSM node <span class=\"object-"
    18475 "name\">{0}</span> as member with role <tt>{1}</tt>."
     18593"This turn restriction uses the OSM node <span class=\"object-name\">{0}</"
     18594"span> as member with role <tt>{1}</tt>."
    1847618595msgstr ""
    1847718596
     
    1847918598#, java-format
    1848018599msgid ""
    18481 "This turn restriction uses the OSM relation <span class=\"object-"
    18482 "name\">{0}</span> as member with role <tt>{1}</tt>."
     18600"This turn restriction uses the OSM relation <span class=\"object-name\">{0}</"
     18601"span> as member with role <tt>{1}</tt>."
    1848318602msgstr ""
    1848418603
     
    1913119250#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:720
    1913219251msgid ""
    19133 "The sources (URL or filename) of spell check (see "
    19134 "http://wiki.openstreetmap.org/index.php/User:JLS/speller) or tag checking "
    19135 "data files."
     19252"The sources (URL or filename) of spell check (see http://wiki.openstreetmap."
     19253"org/index.php/User:JLS/speller) or tag checking data files."
    1913619254msgstr ""
    1913719255
     
    1932719445#. <scale_max>50000</scale_max>
    1932819446#. </rule>
    19329 #. 
     19447#.
    1933019448#. <rule>
    1933119449#. <condition k="area" b="yes"/>
    1933219450#: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnclosedWays.java:104
    19333 #: build/trans_style.java:4299
     19451#: build/trans_style.java:4332
    1933419452msgid "area"
    1933519453msgstr "obszar"
     
    1942619544msgstr "{0}, ..."
    1942719545
    19428 #: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/PositionLayer.java:86
    19429 #, java-format
    19430 msgid "{0} covers {1}% of GPS track"
    19431 msgstr ""
    19432 
    19433 #: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/PositionLayer.java:104
     19546#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/PositionLayer.java:90
     19547#, fuzzy, java-format
     19548msgid "{0} {1}% of GPS track"
     19549msgstr "{0} składa się z {1} ścieżki"
     19550
     19551#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/PositionLayer.java:110
    1943419552msgid "Shows current position in the video"
     19553msgstr ""
     19554
     19555#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:113
     19556#, fuzzy
     19557msgid "Import Video"
     19558msgstr "Importuj dźwięk"
     19559
     19560#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:113
     19561msgid "Sync a video against this GPS track"
     19562msgstr ""
     19563
     19564#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:137
     19565#, fuzzy
     19566msgid "Remove Video"
     19567msgstr "Usuń"
     19568
     19569#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:137
     19570#, fuzzy
     19571msgid "removes current video from layer"
     19572msgstr "Usuń zdjęcie z warstwy"
     19573
     19574#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:144
     19575#, fuzzy
     19576msgid "play/pause"
     19577msgstr "Odtwórz / wstrzymaj"
     19578
     19579#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:144
     19580msgid "starts/pauses video playback"
     19581msgstr ""
     19582
     19583#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:151
     19584#, fuzzy
     19585msgid "backward"
     19586msgstr "tło"
     19587
     19588#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:151
     19589#, fuzzy
     19590msgid "jumps n sec back"
     19591msgstr "Wraca do wcześniej odtwarzanego fragmentu."
     19592
     19593#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:159
     19594#, fuzzy
     19595msgid "forward"
     19596msgstr "Do przodu"
     19597
     19598#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:159
     19599#, fuzzy
     19600msgid "jumps n sec forward"
     19601msgstr "Przeskakuje do następnego fragmentu."
     19602
     19603#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:167
     19604#, fuzzy
     19605msgid "faster"
     19606msgstr "Szybciej"
     19607
     19608#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:167
     19609msgid "faster playback"
     19610msgstr ""
     19611
     19612#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:175
     19613#, fuzzy
     19614msgid "slower"
     19615msgstr "Wolniej"
     19616
     19617#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:175
     19618msgid "slower playback"
     19619msgstr ""
     19620
     19621#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:183
     19622#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/SimpleVideoPlayer.java:102
     19623msgid "loop"
     19624msgstr ""
     19625
     19626#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:183
     19627msgid "loops n sec around current position"
     19628msgstr ""
     19629
     19630#. now the options menu
     19631#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:193
     19632msgid "Keep centered"
     19633msgstr ""
     19634
     19635#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:193
     19636msgid "follows the video icon automaticly"
     19637msgstr ""
     19638
     19639#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:203
     19640#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:207
     19641#, fuzzy
     19642msgid "Jump length"
     19643msgstr "Przejdź"
     19644
     19645#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:203
     19646msgid "Set the length of a jump"
     19647msgstr ""
     19648
     19649#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:207
     19650#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:218
     19651msgid "Jump in video for x ms"
     19652msgstr ""
     19653
     19654#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:214
     19655#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:218
     19656#, fuzzy
     19657msgid "Loop length"
     19658msgstr "Długość: "
     19659
     19660#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:214
     19661msgid "Set the length around a looppoint"
     19662msgstr ""
     19663
     19664#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:227
     19665msgid "no deinterlacing"
     19666msgstr ""
     19667
     19668#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:235
     19669msgid "deinterlacing using line doubling"
     19670msgstr ""
     19671
     19672#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java:243
     19673msgid "deinterlacing using linear interpolation"
     19674msgstr ""
     19675
     19676#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/SimpleVideoPlayer.java:99
     19677#, fuzzy
     19678msgid "play"
     19679msgstr "warstwa"
     19680
     19681#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/SimpleVideoPlayer.java:131
     19682msgid "Unable to find JNA Java library!"
     19683msgstr ""
     19684
     19685#: ../plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/SimpleVideoPlayer.java:135
     19686msgid "Unable to find native libvlc library!"
    1943519687msgstr ""
    1943619688
     
    1964519897"Może to spowodować powstanie błędnych współrzędnych."
    1964619898
    19647 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:61
     19899#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:63
    1964819900msgid "Automatic downloading"
    1964919901msgstr "Automatyczne pobieranie"
    1965019902
    19651 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:103
     19903#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:107
    1965219904#, java-format
    1965319905msgid "Warning: WMS layer deactivated because of malformed base url ''{0}''"
    1965419906msgstr ""
    1965519907
    19656 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:105
     19908#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:109
    1965719909msgid "(deactivated)"
    1965819910msgstr ""
    1965919911
    19660 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:156
     19912#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:162
    1966119913#, java-format
    1966219914msgid "WMS layer ({0}), automatically downloading in zoom {1}"
    1966319915msgstr "Warstwa WMS ({0}), automatycznie pobrana w powiększeniu {1}"
    1966419916
    19665 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:158
     19917#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:164
    1966619918#, java-format
    1966719919msgid "WMS layer ({0}), downloading in zoom {1}"
    1966819920msgstr "Warstwa WMS ({0}), pobrana w powiększeniu {1}"
    1966919921
    19670 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:206
     19922#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:212
    1967119923#, java-format
    1967219924msgid ""
     
    1967719929msgstr ""
    1967819930
    19679 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:214
     19931#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:220
    1968019932msgid "Yes, fetch images"
    1968119933msgstr ""
    1968219934
    19683 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:220
     19935#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:226
    1968419936msgid "Invalid URL?"
    1968519937msgstr ""
    1968619938
    19687 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:306
     19939#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:311
    1968819940msgid "Download visible tiles"
    1968919941msgstr "Pobierz widoczne kafle"
    1969019942
    19691 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:312
     19943#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:317
    1969219944msgid ""
    1969319945"The requested area is too big. Please zoom in a little, or change resolution"
    1969419946msgstr ""
    1969519947
    19696 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:324
     19948#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:329
    1969719949msgid "Change resolution"
    1969819950msgstr "Zmień rozdzielczość"
    1969919951
    19700 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:336
     19952#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:341
    1970119953msgid "Reload erroneous tiles"
    1970219954msgstr "Wczytaj ponownie błędne kafle"
    1970319955
    19704 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:360
     19956#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:365
    1970519957msgid "Alpha channel"
    1970619958msgstr "Kanał alfa"
    1970719959
    19708 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:380
     19960#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:385
    1970919961msgid "Save WMS layer to file"
    1971019962msgstr "Zapisz warstwę WMS do pliku"
    1971119963
    19712 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:384
     19964#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:389
    1971319965msgid "Save WMS layer"
    1971419966msgstr "Zapisz plik"
    1971519967
    19716 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:408
     19968#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:413
    1971719969msgid "Load WMS layer from file"
    1971819970msgstr "Otwórz warstwę WMS z pliku"
    1971919971
    19720 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:412
     19972#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:417
    1972119973msgid "Load WMS layer"
    1972219974msgstr "Otwórz warstwę WMS"
    1972319975
    19724 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:423
     19976#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:428
    1972519977#, java-format
    1972619978msgid "Unsupported WMS file version; found {0}, expected {1}"
    1972719979msgstr "Nieosługiwana wersja pliku WMS; znaleziono {0}, oczekiwano {1}"
    1972819980
    19729 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:424
     19981#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:429
    1973019982msgid "File Format Error"
    1973119983msgstr "Błędny format pliku"
    1973219984
    19733 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:444
     19985#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:449
    1973419986msgid "Error loading file"
    1973519987msgstr "Błąd podczas ładowania pliku"
    1973619988
    19737 #: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:457
     19989#: ../plugins/wmsplugin/src/wmsplugin/WMSLayer.java:463
    1973819990msgid "Set WMS Bookmark"
    1973919991msgstr "Ustaw zakładkę WMS"
    1974019992
    19741 #: ../plugins/wmsplugin/src/wmsplugin/WMSPlugin.java:174
     19993#: ../plugins/wmsplugin/src/wmsplugin/WMSPlugin.java:180
    1974219994msgid "WMS"
    1974319995msgstr "WMS"
    1974419996
    19745 #: ../plugins/wmsplugin/src/wmsplugin/WMSPlugin.java:187
     19997#: ../plugins/wmsplugin/src/wmsplugin/WMSPlugin.java:193
    1974619998msgid "Open a blank WMS layer to load data from a file"
    1974719999msgstr "Tworzy pustą warstwę WMS do załadowania danych z pliku"
    1974820000
    19749 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:43
     20001#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:44
    1975020002msgid "WMS Plugin Preferences"
    1975120003msgstr "Ustawienia wtyczki WMS"
    1975220004
    19753 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:43
     20005#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:44
    1975420006msgid "Modify list of WMS servers displayed in the WMS plugin menu"
    1975520007msgstr "Zmodyfikuj listę serwerów WMS wyświetlanych w menu wtyczki WMS"
    1975620008
    19757 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:45
    19758 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:78
     20009#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:46
     20010#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:79
    1975920011msgid "Menu Name"
    1976020012msgstr "Nazwa w menu"
    1976120013
    19762 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:45
    19763 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:82
     20014#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:46
     20015#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:83
    1976420016msgid "WMS URL"
    1976520017msgstr "Adres serwera WMS"
    1976620018
    19767 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:57
     20019#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:58
    1976820020msgid "Menu Name (Default)"
    1976920021msgstr "Nazwa w menu (domyślna)"
    1977020022
    19771 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:57
     20023#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:58
    1977220024msgid "WMS URL (Default)"
    1977320025msgstr "URL WMS (domyślny)"
    1977420026
    19775 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:86
     20027#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:87
    1977620028msgid "Enter a menu name and WMS URL"
    1977720029msgstr "Wpisz nazwę pozycji w menu oraz adres serwera WMS"
    1977820030
    19779 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:110
     20031#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:111
    1978020032msgid "Copy Selected Default(s)"
    1978120033msgstr "Kopiuj zaznaczony serwer do menu"
    1978220034
    19783 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:118
     20035#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:119
    1978420036msgid "Please select at least one row to copy."
    1978520037msgstr "Wybierz co najmniej jeden wiersz do skopiowania."
    1978620038
    19787 #: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:162
     20039#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:163
    1978820040msgid "Downloader:"
    1978920041msgstr ""
     
    1979920051#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:171
    1980020052msgid "% of north:"
     20053msgstr ""
     20054
     20055#: ../plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java:186
     20056msgid "Simultaneous connections"
    1980120057msgstr ""
    1980220058
     
    1980920065#. This file can be used to add some special messages to the translation,
    1981020066#. which are not part of the programm texts, but should be translated nevertheless.
    19811 #. 
     20067#.
    1981220068#. The tex before is for translators
    19813 #. 
     20069#.
    1981420070#. OSM server message
    1981520071#: build/specialmessages.java:8
     
    1985720113#. <scale_max>50000</scale_max>
    1985820114#. </rule>
    19859 #. 
     20115#.
    1986020116#. <rule>
    1986120117#. <condition k="landuse" v="forest"/>
    19862 #: build/specialmessages.java:15 build/trans_style.java:3228
     20118#: build/specialmessages.java:15 build/trans_style.java:3261
    1986320119msgid "forest"
    1986420120msgstr "las"
     
    1987520131#. <scale_max>50000</scale_max>
    1987620132#. </rule>
    19877 #. 
     20133#.
    1987820134#. <!--boundary tags -->
    19879 #. 
     20135#.
    1988020136#. <rule>
    1988120137#. <condition k="boundary" v="national"/>
     
    1988520141#. <scale_max>50000</scale_max>
    1988620142#. </rule>
    19887 #. 
     20143#.
    1988820144#. <rule>
    1988920145#. <condition k="admin_level" v="1"/>
     
    1992620182#. color boundary
    1992720183#. </rule>
    19928 #. 
     20184#.
    1992920185#. <rule>
    1993020186#. <condition k="boundary" v="administrative"/>
     
    1993420190#. <scale_max>50000</scale_max>
    1993520191#. </rule>
    19936 #. 
     20192#.
    1993720193#. <rule>
    1993820194#. <condition k="boundary" v="civil"/>
     
    1994220198#. <scale_max>50000</scale_max>
    1994320199#. </rule>
    19944 #. 
     20200#.
    1994520201#. <rule>
    1994620202#. <condition k="boundary" v="political"/>
     
    1995020206#. <scale_max>50000</scale_max>
    1995120207#. </rule>
    19952 #. 
     20208#.
    1995320209#. <rule>
    1995420210#. <condition k="boundary" v="national_park"/>
    19955 #: build/specialmessages.java:17 build/trans_style.java:3622
    19956 #: build/trans_style.java:3630 build/trans_style.java:3634
    19957 #: build/trans_style.java:3638 build/trans_style.java:3642
    19958 #: build/trans_style.java:3646 build/trans_style.java:3650
    19959 #: build/trans_style.java:3654 build/trans_style.java:3658
    19960 #: build/trans_style.java:3662 build/trans_style.java:3666
    19961 #: build/trans_style.java:3671 build/trans_style.java:3679
    19962 #: build/trans_style.java:3687 build/trans_style.java:3695
     20211#: build/specialmessages.java:17 build/trans_style.java:3655
     20212#: build/trans_style.java:3663 build/trans_style.java:3667
     20213#: build/trans_style.java:3671 build/trans_style.java:3675
     20214#: build/trans_style.java:3679 build/trans_style.java:3683
     20215#: build/trans_style.java:3687 build/trans_style.java:3691
     20216#: build/trans_style.java:3695 build/trans_style.java:3699
     20217#: build/trans_style.java:3704 build/trans_style.java:3712
     20218#: build/trans_style.java:3720 build/trans_style.java:3728
    1996320219msgid "boundary"
    1996420220msgstr "granica"
     
    1997420230#. <scale_max>50000</scale_max>
    1997520231#. </rule>
    19976 #. 
     20232#.
    1997720233#. <rule>
    1997820234#. <condition k="natural" v="tree"/>
     
    1998120237#. <scale_max>50000</scale_max>
    1998220238#. </rule>
    19983 #. 
     20239#.
    1998420240#. <!--route tags -->
    19985 #. 
     20241#.
    1998620242#. <rule>
    1998720243#. <condition k="route" v="bus"/>
     
    1999120247#. <scale_max>50000</scale_max>
    1999220248#. </rule>
    19993 #. 
     20249#.
    1999420250#. <rule>
    1999520251#. <condition k="route" v="ferry"/>
     
    1999920255#. <scale_max>50000</scale_max>
    2000020256#. </rule>
    20001 #. 
     20257#.
    2000220258#. <rule>
    2000320259#. <condition k="route" v="flight"/>
     
    2000720263#. <scale_max>50000</scale_max>
    2000820264#. </rule>
    20009 #. 
     20265#.
    2001020266#. <rule>
    2001120267#. <condition k="route" v="ncn"/>
     
    2001520271#. <scale_max>50000</scale_max>
    2001620272#. </rule>
    20017 #. 
     20273#.
    2001820274#. <rule>
    2001920275#. <condition k="route" v="subsea"/>
     
    2002320279#. <scale_max>50000</scale_max>
    2002420280#. </rule>
    20025 #. 
     20281#.
    2002620282#. <rule>
    2002720283#. <condition k="route" v="ski"/>
     
    2003120287#. <scale_max>50000</scale_max>
    2003220288#. </rule>
    20033 #. 
     20289#.
    2003420290#. <rule>
    2003520291#. <condition k="route" v="tour"/>
     
    2003920295#. <scale_max>50000</scale_max>
    2004020296#. </rule>
    20041 #. 
     20297#.
    2004220298#. <rule>
    2004320299#. <condition k="route" v="pub_crawl"/>
    20044 #: build/specialmessages.java:19 build/trans_style.java:3556
    20045 #: build/trans_style.java:3564 build/trans_style.java:3572
    20046 #: build/trans_style.java:3580 build/trans_style.java:3588
    20047 #: build/trans_style.java:3596 build/trans_style.java:3604
    20048 #: build/trans_style.java:3612
     20300#: build/specialmessages.java:19 build/trans_style.java:3589
     20301#: build/trans_style.java:3597 build/trans_style.java:3605
     20302#: build/trans_style.java:3613 build/trans_style.java:3621
     20303#: build/trans_style.java:3629 build/trans_style.java:3637
     20304#: build/trans_style.java:3645
    2004920305msgid "route"
    2005020306msgstr "droga"
     
    2032120577
    2032220578#. Plugin globalsat
    20323 #: build/trans_plugins.java:24
    20324 msgid ""
    20325 "Download GPS points from Globalsat dg100 data logger directly in JOSM."
     20579#: build/trans_plugins.java:26
     20580msgid "Download GPS points from Globalsat dg100 data logger directly in JOSM."
    2032620581msgstr ""
    2032720582
    2032820583#. Plugin graphview
    20329 #: build/trans_plugins.java:26
     20584#: build/trans_plugins.java:28
    2033020585msgid "Visualizes routing information as a routing graph."
    2033120586msgstr ""
    2033220587
    2033320588#. Plugin grid
    20334 #: build/trans_plugins.java:28
     20589#: build/trans_plugins.java:30
    2033520590msgid "Provide a background layer that displays a map grid"
    2033620591msgstr ""
    2033720592
    2033820593#. Plugin ImageWayPoint
    20339 #: build/trans_plugins.java:30
     20594#: build/trans_plugins.java:32
    2034020595msgid ""
    2034120596"Another plugin to match images to the waypoints in a GPX file. A match is "
     
    2034520600
    2034620601#. Plugin lakewalker
    20347 #: build/trans_plugins.java:32
     20602#: build/trans_plugins.java:34
    2034820603msgid "Helps vectorizing WMS images."
    2034920604msgstr ""
    2035020605
    2035120606#. Plugin livegps
    20352 #: build/trans_plugins.java:34
     20607#: build/trans_plugins.java:36
    2035320608msgid ""
    2035420609"Support live GPS input (moving dot) through a connection to gpsd server."
     
    2035620611
    2035720612#. Plugin measurement
    20358 #: build/trans_plugins.java:36
     20613#: build/trans_plugins.java:38
    2035920614msgid ""
    2036020615"Provide a measurement dialog and a layer to measure length and angle of "
     
    2036420619
    2036520620#. Plugin michigan_left
    20366 #: build/trans_plugins.java:38
     20621#: build/trans_plugins.java:40
    2036720622msgid "Adds no left turn for sets of 4 or 5 ways"
    2036820623msgstr ""
    2036920624
    2037020625#. Plugin multipoly-convert
    20371 #: build/trans_plugins.java:40
     20626#: build/trans_plugins.java:42
    2037220627msgid "Simply convert an area to a multipolygon."
    2037320628msgstr ""
    2037420629
    2037520630#. Plugin multipoly
    20376 #: build/trans_plugins.java:42
     20631#: build/trans_plugins.java:44
    2037720632msgid ""
    2037820633"Create multipolygons by one click, much easier than standard way with "
     
    2038120636
    2038220637#. Plugin nearclick
    20383 #: build/trans_plugins.java:44
     20638#: build/trans_plugins.java:46
    2038420639msgid ""
    2038520640"Simulates a click when you do a small and short drag. This is useful for "
     
    2038920644
    2039020645#. Plugin openlayers
    20391 #: build/trans_plugins.java:46
     20646#: build/trans_plugins.java:48
    2039220647msgid "Displays an OpenLayers background image"
    2039320648msgstr ""
    2039420649
    2039520650#. Plugin openstreetbugs
    20396 #: build/trans_plugins.java:48
     20651#: build/trans_plugins.java:50
    2039720652msgid "Imports issues from OpenStreetBugs"
    2039820653msgstr ""
    2039920654
    2040020655#. Plugin openvisible
    20401 #: build/trans_plugins.java:50
     20656#: build/trans_plugins.java:52
    2040220657msgid ""
    2040320658"Allows opening gpx/osm files that intersect the currently visible screen area"
     
    2040520660
    2040620661#. Plugin osmarender
    20407 #: build/trans_plugins.java:52
     20662#: build/trans_plugins.java:54
    2040820663msgid ""
    2040920664"Launches FireFox to display the current visible screen as a nice SVG image."
     
    2041120666
    2041220667#. Plugin photo_geotagging
    20413 #: build/trans_plugins.java:54
     20668#: build/trans_plugins.java:56
    2041420669msgid ""
    2041520670"Write gps position info to the image file header. Run this feature from the "
     
    2041820673
    2041920674#. Plugin PicLayer
    20420 #: build/trans_plugins.java:56
     20675#: build/trans_plugins.java:58
    2042120676msgid ""
    2042220677"This plugin allows to display any picture as a background in the editor and "
     
    2042520680
    2042620681#. Plugin plastic_laf
    20427 #: build/trans_plugins.java:58
     20682#: build/trans_plugins.java:60
    2042820683msgid "The great JGoodies Plastic Look and Feel."
    2042920684msgstr ""
    2043020685
    2043120686#. Plugin public_transport
    20432 #: build/trans_plugins.java:60
     20687#: build/trans_plugins.java:62
    2043320688msgid ""
    2043420689"This plugin simplifies the mapping and editing of public transport routes."
     
    2043620691
    2043720692#. Plugin remotecontrol
    20438 #: build/trans_plugins.java:62
     20693#: build/trans_plugins.java:64
    2043920694msgid "Let other applications send commands to JOSM."
    2044020695msgstr ""
    2044120696
    2044220697#. Plugin reverter
    20443 #: build/trans_plugins.java:64
     20698#: build/trans_plugins.java:66
    2044420699msgid "Plugin for reverting changesets"
    2044520700msgstr ""
    2044620701
     20702#. File ../plugins/roadsigns/build.xml had no data
    2044720703#. Plugin routes
    20448 #: build/trans_plugins.java:66
     20704#: build/trans_plugins.java:69
    2044920705msgid ""
    2045020706"Renders routes (bus, hiking trails, bicycle routes, ..). Route types must be "
     
    2045320709
    2045420710#. Plugin routing
    20455 #: build/trans_plugins.java:68
     20711#: build/trans_plugins.java:71
    2045620712msgid "Provides routing capabilities."
    2045720713msgstr ""
    2045820714
     20715#. Plugin SimplifyArea
     20716#: build/trans_plugins.java:73
     20717msgid ""
     20718"Simplify area by removing nodes on very obtuse angles. This can be "
     20719"constrained by maximum removed area size. Also average nearby nodes."
     20720msgstr ""
     20721
    2045920722#. Plugin slippymap
    20460 #: build/trans_plugins.java:70
     20723#: build/trans_plugins.java:75
    2046120724msgid ""
    2046220725"Displays a slippy map grid in JOSM. Can load tiles from slippy map as "
     
    2046520728
    2046620729#. Plugin surveyor
    20467 #: build/trans_plugins.java:72
     20730#: build/trans_plugins.java:77
    2046820731msgid "Allow adding markers/nodes on current gps positions."
    2046920732msgstr ""
    2047020733
    2047120734#. Plugin tageditor
    20472 #: build/trans_plugins.java:74
     20735#: build/trans_plugins.java:79
    2047320736msgid "Provides a dialog for editing tags in a tabular grid."
    2047420737msgstr ""
    2047520738
    2047620739#. Plugin tagging-preset-tester
    20477 #: build/trans_plugins.java:76
     20740#: build/trans_plugins.java:81
    2047820741msgid ""
    2047920742"Adds a tagging preset tester to the help menu, which helps you developing of "
     
    2048320746
    2048420747#. Plugin terracer
    20485 #: build/trans_plugins.java:78
     20748#: build/trans_plugins.java:83
    2048620749msgid "Make terraced houses out of single blocks."
    2048720750msgstr ""
    2048820751
    2048920752#. Plugin touchscreenhelper
    20490 #: build/trans_plugins.java:80
     20753#: build/trans_plugins.java:85
    2049120754msgid ""
    2049220755"Provides helper buttons to allow working with single button mouse (stylus). "
     
    2049520758
    2049620759#. Plugin Tracer
    20497 #: build/trans_plugins.java:82
     20760#: build/trans_plugins.java:87
    2049820761msgid ""
    2049920762"Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) "
     
    2050220765
    2050320766#. Plugin turnrestrictions
    20504 #: build/trans_plugins.java:84
     20767#: build/trans_plugins.java:89
    2050520768msgid ""
    2050620769"The turnrestrictions plugin allows to enter maintain information about turn "
     
    2050920772
    2051020773#. Plugin undelete
    20511 #: build/trans_plugins.java:86
     20774#: build/trans_plugins.java:91
    2051220775msgid "Allows undeleting object from OSM database"
    2051320776msgstr ""
    2051420777
    2051520778#. Plugin validator
    20516 #: build/trans_plugins.java:88
     20779#: build/trans_plugins.java:93
    2051720780msgid ""
    2051820781"An OSM data validator. It checks for problems in data, and provides fixes "
     
    2052120784
    2052220785#. Plugin videomapping
    20523 #: build/trans_plugins.java:90
     20786#: build/trans_plugins.java:95
    2052420787msgid ""
    2052520788"(This Plugin is currently work in progress!!!) Links and syncs a "
     
    2052920792
    2053020793#. Plugin walkingpapers
    20531 #: build/trans_plugins.java:92
     20794#: build/trans_plugins.java:97
    2053220795msgid ""
    2053320796"Supports downloading tiled, scanned maps from walking-papers.org. This "
     
    2053820801
    2053920802#. Plugin waydownloader
    20540 #: build/trans_plugins.java:94
     20803#: build/trans_plugins.java:99
    2054120804msgid "Easy downloading along a long set of interconnected ways"
    2054220805msgstr ""
    2054320806
    2054420807#. Plugin wayselector
    20545 #: build/trans_plugins.java:96
     20808#: build/trans_plugins.java:101
    2054620809msgid "Select a sequence of non-branching connected ways"
    2054720810msgstr ""
    2054820811
    2054920812#. Plugin wms-turbo-challenge2
    20550 #: build/trans_plugins.java:98
     20813#: build/trans_plugins.java:103
    2055120814msgid ""
    2055220815"Drive a race car from point A to point B over aerial imagery, leave cacti "
     
    2055520818
    2055620819#. Plugin wmsplugin
    20557 #: build/trans_plugins.java:100
     20820#: build/trans_plugins.java:105
    2055820821msgid ""
    2055920822"Display georeferenced images as background in JOSM (WMS servers, Yahoo, ...)."
     
    2144321706#. <scale_max>50000</scale_max>
    2144421707#. </rule>
    21445 #. 
     21708#.
    2144621709#. <!-- junction tag -->
    21447 #. 
     21710#.
    2144821711#. <rule>
    2144921712#. <condition k="junction" v="roundabout"/>
    21450 #: build/trans_presets.java:372 build/trans_style.java:898
     21713#: build/trans_presets.java:372 build/trans_style.java:923
    2145121714msgid "roundabout"
    2145221715msgstr "rondo"
     
    2158321846#. <scale_max>40000</scale_max>
    2158421847#. </rule>
    21585 #. 
     21848#.
    2158621849#. <!--restrictions tags -->
    2158721850#. <!--the restrictions rules should be placed before the path rule! -->
    21588 #. 
     21851#.
    2158921852#. <rule>
    2159021853#. <condition k="access" b="no"/>
     
    2179422057#. color motorroad
    2179522058#. </rule>
    21796 #. 
     22059#.
    2179722060#. <rule>
    2179822061#. <condition k="highway" v="motorway"/>
     
    2180222065#. <scale_max>200000000</scale_max>
    2180322066#. </rule>
    21804 #. 
     22067#.
    2180522068#. <rule>
    2180622069#. <condition k="highway" v="motorway_link"/>
     
    2181922082#. <scale_max>200000000</scale_max>
    2182022083#. </rule>
    21821 #. 
     22084#.
    2182222085#. <rule>
    2182322086#. <condition k="highway" v="trunk"/>
     
    2182722090#. <scale_max>200000000</scale_max>
    2182822091#. </rule>
    21829 #. 
     22092#.
    2183022093#. <rule>
    2183122094#. <condition k="highway" v="trunk_link"/>
     
    2184422107#. <scale_max>200000000</scale_max>
    2184522108#. </rule>
    21846 #. 
     22109#.
    2184722110#. <rule>
    2184822111#. <condition k="highway" v="primary"/>
     
    2185222115#. <scale_max>200000000</scale_max>
    2185322116#. </rule>
    21854 #. 
     22117#.
    2185522118#. <rule>
    2185622119#. <condition k="highway" v="primary_link"/>
     
    2186922132#. <scale_max>200000000</scale_max>
    2187022133#. </rule>
    21871 #. 
     22134#.
    2187222135#. <rule>
    2187322136#. <condition k="highway" v="secondary"/>
     
    2187722140#. <scale_max>300000</scale_max>
    2187822141#. </rule>
    21879 #. 
     22142#.
    2188022143#. <rule>
    2188122144#. <condition k="highway" v="secondary_link"/>
     
    2189022153#. <scale_max>300000</scale_max>
    2189122154#. </rule>
    21892 #. 
     22155#.
    2189322156#. <rule>
    2189422157#. <condition k="highway" v="tertiary"/>
     
    2190622169#. <scale_max>50000</scale_max>
    2190722170#. </rule>
    21908 #. 
     22171#.
    2190922172#. <rule>
    2191022173#. <condition k="landuse" v="residential"/>
    21911 #: build/trans_presets.java:411 build/trans_style.java:3252
     22174#: build/trans_presets.java:411 build/trans_style.java:3285
    2191222175msgid "residential"
    2191322176msgstr "droga lokalna"
     
    2192222185#. <scale_max>40000</scale_max>
    2192322186#. </rule>
    21924 #. 
     22187#.
    2192522188#. <rule>
    2192622189#. <condition k="highway" v="service"/>
     
    2192922192#. <scale_max>40000</scale_max>
    2193022193#. </rule>
    21931 #. 
     22194#.
    2193222195#. <!--public_transport tags -->
    2193322196#. <rule>
     
    2193722200#. <scale_max>50000</scale_max>
    2193822201#. </rule>
    21939 #. 
     22202#.
    2194022203#. <rule>
    2194122204#. <condition k="public_transport" v="platform"/>
    2194222205#. <icon annotate="true" src="misc/no_icon.png"/>
    2194322206#: build/trans_presets.java:411 build/trans_style.java:673
    21944 #: build/trans_style.java:4357
     22207#: build/trans_style.java:4390
    2194522208msgid "service"
    2194622209msgstr "droga serwisowa"
     
    2195522218#. <scale_max>50000</scale_max>
    2195622219#. </rule>
    21957 #. 
     22220#.
    2195822221#. <rule>
    2195922222#. <condition k="highway" v="passing_place"/>
     
    2196222225#. <scale_max>50000</scale_max>
    2196322226#. </rule>
    21964 #. 
     22227#.
    2196522228#. <rule>
    2196622229#. <condition k="highway" v="construction"/>
     
    2197022233#. <scale_max>50000</scale_max>
    2197122234#. </rule>
    21972 #. 
     22235#.
    2197322236#. <rule>
    2197422237#. <condition k="landuse" v="construction"/>
    2197522238#. color construction
    21976 #: build/trans_presets.java:411 build/trans_style.java:880
    21977 #: build/trans_style.java:3317 build/trans_style.java:3318
     22239#: build/trans_presets.java:411 build/trans_style.java:905
     22240#: build/trans_style.java:3350 build/trans_style.java:3351
    2197822241msgid "construction"
    2197922242msgstr "w budowie"
     
    2297923242#. <scale_max>50000</scale_max>
    2298023243#. </rule>
    22981 #. 
     23244#.
    2298223245#. <rule>
    2298323246#. <condition k="natural" v="wetland"/>
    2298423247#. <icon src="misc/no_icon.png"/>
    22985 #: build/trans_presets.java:1041 build/trans_style.java:3484
     23248#: build/trans_presets.java:1041 build/trans_style.java:3517
    2298623249msgid "marsh"
    2298723250msgstr "marsze"
     
    2331123574#. <scale_max>10000</scale_max>
    2331223575#. </rule>
    23313 #. 
     23576#.
    2331423577#. <rule>
    2331523578#. <condition k="highway" v="bus_guideway"/>
     
    2331923582#. <scale_max>50000</scale_max>
    2332023583#. </rule>
    23321 #. 
     23584#.
    2332223585#. <rule>
    2332323586#. <condition k="railway" v="rail"/>
     
    2332723590#. <scale_max>50000</scale_max>
    2332823591#. </rule>
    23329 #. 
     23592#.
    2333023593#. <rule>
    2333123594#. <condition k="railway" v="narrow_gauge"/>
     
    2333523598#. <scale_max>50000</scale_max>
    2333623599#. </rule>
    23337 #. 
     23600#.
    2333823601#. <rule>
    2333923602#. <condition k="railway" v="monorail"/>
     
    2334323606#. <scale_max>50000</scale_max>
    2334423607#. </rule>
    23345 #. 
     23608#.
    2334623609#. <rule>
    2334723610#. <condition k="railway" v="turntable"/>
     
    2335123614#. <scale_max>50000</scale_max>
    2335223615#. </rule>
    23353 #. 
     23616#.
    2335423617#. <rule>
    2335523618#. <condition k="railway" v="buffer_stop"/>
     
    2335923622#. <scale_max>50000</scale_max>
    2336023623#. </rule>
    23361 #. 
     23624#.
    2336223625#. <rule>
    2336323626#. <condition k="railway" v="platform"/>
     
    2336823631#. <scale_max>50000</scale_max>
    2336923632#. </rule>
    23370 #. 
     23633#.
    2337123634#. <rule>
    2337223635#. <condition k="railway" v="funicular"/>
     
    2337423637#: build/trans_presets.java:1188 build/trans_presets.java:1200
    2337523638#: build/trans_presets.java:1212 build/trans_presets.java:1224
    23376 #: build/trans_presets.java:1236 build/trans_style.java:756
    23377 #: build/trans_style.java:1182 build/trans_style.java:1246
    23378 #: build/trans_style.java:1254 build/trans_style.java:1263
    23379 #: build/trans_style.java:1271 build/trans_style.java:1279
    23380 #: build/trans_style.java:1280 build/trans_style.java:1287
     23639#: build/trans_presets.java:1236 build/trans_style.java:781
     23640#: build/trans_style.java:1207 build/trans_style.java:1271
     23641#: build/trans_style.java:1279 build/trans_style.java:1288
     23642#: build/trans_style.java:1296 build/trans_style.java:1304
     23643#: build/trans_style.java:1305 build/trans_style.java:1312
    2338123644msgid "rail"
    2338223645msgstr "kolej"
     
    2478625049#. <scale_max>30000</scale_max>
    2478725050#. </rule>
    24788 #. 
     25051#.
    2478925052#. <rule>
    2479025053#. <condition k="highway" v="unclassified"/>
     
    2479425057#. <scale_max>40000</scale_max>
    2479525058#. </rule>
    24796 #. 
     25059#.
    2479725060#. <rule>
    2479825061#. <condition k="highway" v="unsurfaced"/>
     
    2480225065#. <scale_max>20000</scale_max>
    2480325066#. </rule>
    24804 #. 
     25067#.
    2480525068#. <rule>
    2480625069#. <condition k="highway" v="residential"/>
     
    2481025073#. <scale_max>40000</scale_max>
    2481125074#. </rule>
    24812 #. 
     25075#.
    2481325076#. <rule>
    2481425077#. <condition k="highway" v="living_street"/>
     
    2517225435#. <scale_max>50000</scale_max>
    2517325436#. </rule>
    25174 #. 
     25437#.
    2517525438#. <!--sport tags -->
    25176 #. 
     25439#.
    2517725440#. <rule>
    2517825441#. <condition k="sport" v="9pin"/>
     
    2518225445#. <scale_max>50000</scale_max>
    2518325446#. </rule>
    25184 #. 
     25447#.
    2518525448#. <rule>
    2518625449#. <condition k="sport" v="10pin"/>
     
    2519025453#. <scale_max>50000</scale_max>
    2519125454#. </rule>
    25192 #. 
     25455#.
    2519325456#. <rule>
    2519425457#. <condition k="sport" v="athletics"/>
     
    2519825461#. <scale_max>50000</scale_max>
    2519925462#. </rule>
    25200 #. 
     25463#.
    2520125464#. <rule>
    2520225465#. <condition k="sport" v="australian_football"/>
     
    2520625469#. <scale_max>50000</scale_max>
    2520725470#. </rule>
    25208 #. 
     25471#.
    2520925472#. <rule>
    2521025473#. <condition k="sport" v="baseball"/>
     
    2521425477#. <scale_max>50000</scale_max>
    2521525478#. </rule>
    25216 #. 
     25479#.
    2521725480#. <rule>
    2521825481#. <condition k="sport" v="basketball"/>
     
    2522225485#. <scale_max>50000</scale_max>
    2522325486#. </rule>
    25224 #. 
     25487#.
    2522525488#. <rule>
    2522625489#. <condition k="sport" v="boules"/>
     
    2523025493#. <scale_max>50000</scale_max>
    2523125494#. </rule>
    25232 #. 
     25495#.
    2523325496#. <rule>
    2523425497#. <condition k="sport" v="bowls"/>
     
    2523825501#. <scale_max>50000</scale_max>
    2523925502#. </rule>
    25240 #. 
     25503#.
    2524125504#. <rule>
    2524225505#. <condition k="sport" v="canoe"/>
     
    2524625509#. <scale_max>50000</scale_max>
    2524725510#. </rule>
    25248 #. 
     25511#.
    2524925512#. <rule>
    2525025513#. <condition k="sport" v="chess"/>
     
    2525425517#. <scale_max>50000</scale_max>
    2525525518#. </rule>
    25256 #. 
     25519#.
    2525725520#. <rule>
    2525825521#. <condition k="sport" v="climbing"/>
     
    2526225525#. <scale_max>50000</scale_max>
    2526325526#. </rule>
    25264 #. 
     25527#.
    2526525528#. <rule>
    2526625529#. <condition k="sport" v="cricket"/>
     
    2527025533#. <scale_max>50000</scale_max>
    2527125534#. </rule>
    25272 #. 
     25535#.
    2527325536#. <rule>
    2527425537#. <condition k="sport" v="cricket_nets"/>
     
    2527825541#. <scale_max>50000</scale_max>
    2527925542#. </rule>
    25280 #. 
     25543#.
    2528125544#. <rule>
    2528225545#. <condition k="sport" v="croquet"/>
     
    2528625549#. <scale_max>50000</scale_max>
    2528725550#. </rule>
    25288 #. 
     25551#.
    2528925552#. <rule>
    2529025553#. <condition k="sport" v="cycling"/>
     
    2529425557#. <scale_max>50000</scale_max>
    2529525558#. </rule>
    25296 #. 
     25559#.
    2529725560#. <rule>
    2529825561#. <condition k="sport" v="dog_racing"/>
     
    2530225565#. <scale_max>50000</scale_max>
    2530325566#. </rule>
    25304 #. 
     25567#.
    2530525568#. <rule>
    2530625569#. <condition k="sport" v="equestrian"/>
     
    2531025573#. <scale_max>50000</scale_max>
    2531125574#. </rule>
    25312 #. 
     25575#.
    2531325576#. <rule>
    2531425577#. <condition k="sport" v="football"/>
     
    2531825581#. <scale_max>50000</scale_max>
    2531925582#. </rule>
    25320 #. 
     25583#.
    2532125584#. <rule>
    2532225585#. <condition k="sport" v="golf"/>
     
    2532625589#. <scale_max>50000</scale_max>
    2532725590#. </rule>
    25328 #. 
     25591#.
    2532925592#. <rule>
    2533025593#. <condition k="sport" v="gymnastics"/>
     
    2533425597#. <scale_max>50000</scale_max>
    2533525598#. </rule>
    25336 #. 
     25599#.
    2533725600#. <rule>
    2533825601#. <condition k="sport" v="hockey"/>
     
    2534225605#. <scale_max>50000</scale_max>
    2534325606#. </rule>
    25344 #. 
     25607#.
    2534525608#. <rule>
    2534625609#. <condition k="sport" v="horse_racing"/>
     
    2535025613#. <scale_max>50000</scale_max>
    2535125614#. </rule>
    25352 #. 
     25615#.
    2535325616#. <rule>
    2535425617#. <condition k="sport" v="motor"/>
     
    2535825621#. <scale_max>50000</scale_max>
    2535925622#. </rule>
    25360 #. 
     25623#.
    2536125624#. <rule>
    2536225625#. <condition k="sport" v="multi"/>
     
    2536625629#. <scale_max>50000</scale_max>
    2536725630#. </rule>
    25368 #. 
     25631#.
    2536925632#. <rule>
    2537025633#. <condition k="sport" v="pelota"/>
     
    2537425637#. <scale_max>50000</scale_max>
    2537525638#. </rule>
    25376 #. 
     25639#.
    2537725640#. <rule>
    2537825641#. <condition k="sport" v="racquet"/>
     
    2538225645#. <scale_max>50000</scale_max>
    2538325646#. </rule>
    25384 #. 
     25647#.
    2538525648#. <rule>
    2538625649#. <condition k="sport" v="rugby"/>
     
    2539025653#. <scale_max>50000</scale_max>
    2539125654#. </rule>
    25392 #. 
     25655#.
    2539325656#. <rule>
    2539425657#. <condition k="sport" v="skating"/>
     
    2539825661#. <scale_max>50000</scale_max>
    2539925662#. </rule>
    25400 #. 
     25663#.
    2540125664#. <rule>
    2540225665#. <condition k="sport" v="skateboard"/>
     
    2540625669#. <scale_max>50000</scale_max>
    2540725670#. </rule>
    25408 #. 
     25671#.
    2540925672#. <rule>
    2541025673#. <condition k="sport" v="soccer"/>
     
    2541425677#. <scale_max>50000</scale_max>
    2541525678#. </rule>
    25416 #. 
     25679#.
    2541725680#. <rule>
    2541825681#. <condition k="sport" v="swimming"/>
     
    2542225685#. <scale_max>50000</scale_max>
    2542325686#. </rule>
    25424 #. 
     25687#.
    2542525688#. <rule>
    2542625689#. <condition k="sport" v="skiing"/>
     
    2543025693#. <scale_max>50000</scale_max>
    2543125694#. </rule>
    25432 #. 
     25695#.
    2543325696#. <rule>
    2543425697#. <condition k="sport" v="table_tennis"/>
     
    2543825701#. <scale_max>50000</scale_max>
    2543925702#. </rule>
    25440 #. 
     25703#.
    2544125704#. <rule>
    2544225705#. <condition k="sport" v="tennis"/>
     
    2544625709#. <scale_max>50000</scale_max>
    2544725710#. </rule>
    25448 #. 
     25711#.
    2544925712#. <rule>
    2545025713#. <condition k="sport" v="paintball"/>
     
    2545425717#. <scale_max>50000</scale_max>
    2545525718#. </rule>
    25456 #. 
     25719#.
    2545725720#. <rule>
    2545825721#. <condition k="sport" v="squash"/>
     
    2546225725#. <scale_max>50000</scale_max>
    2546325726#. </rule>
    25464 #. 
     25727#.
    2546525728#. <rule>
    2546625729#. <condition k="sport" v="shooting"/>
     
    2547025733#. <scale_max>50000</scale_max>
    2547125734#. </rule>
    25472 #. 
     25735#.
    2547325736#. <rule>
    2547425737#. <condition k="sport" v="volleyball"/>
     
    2547825741#. <scale_max>50000</scale_max>
    2547925742#. </rule>
    25480 #. 
     25743#.
    2548125744#. <rule>
    2548225745#. <condition k="sport" v="beachvolleyball"/>
     
    2548625749#. <scale_max>50000</scale_max>
    2548725750#. </rule>
    25488 #. 
     25751#.
    2548925752#. <rule>
    2549025753#. <condition k="sport" v="bowling"/>
     
    2549425757#. <scale_max>50000</scale_max>
    2549525758#. </rule>
    25496 #. 
     25759#.
    2549725760#. <rule>
    2549825761#. <condition k="sport" v="handball"/>
     
    2550225765#. <scale_max>50000</scale_max>
    2550325766#. </rule>
    25504 #. 
     25767#.
    2550525768#. <rule>
    2550625769#. <condition k="sport" v="rowing"/>
     
    2551025773#. <scale_max>50000</scale_max>
    2551125774#. </rule>
    25512 #. 
     25775#.
    2551325776#. <rule>
    2551425777#. <condition k="sport" v="sailing"/>
     
    2551825781#. <scale_max>50000</scale_max>
    2551925782#. </rule>
    25520 #. 
     25783#.
    2552125784#. <rule>
    2552225785#. <condition k="sport" v="diving"/>
     
    2552625789#. <scale_max>50000</scale_max>
    2552725790#. </rule>
    25528 #. 
     25791#.
    2552925792#. <rule>
    2553025793#. <condition k="sport" v="badminton"/>
     
    2553425797#. <scale_max>50000</scale_max>
    2553525798#. </rule>
    25536 #. 
     25799#.
    2553725800#. <rule>
    2553825801#. <condition k="sport" v="archery"/>
     
    2554225805#. <scale_max>50000</scale_max>
    2554325806#. </rule>
    25544 #. 
     25807#.
    2554525808#. <rule>
    2554625809#. <condition k="sport" v="fishing"/>
    2554725810#: build/trans_presets.java:1913 build/trans_presets.java:1922
    2554825811#: build/trans_presets.java:1931 build/trans_presets.java:1940
    25549 #: build/trans_style.java:3705 build/trans_style.java:3713
    25550 #: build/trans_style.java:3721 build/trans_style.java:3729
    25551 #: build/trans_style.java:3737 build/trans_style.java:3745
    25552 #: build/trans_style.java:3753 build/trans_style.java:3761
    25553 #: build/trans_style.java:3769 build/trans_style.java:3777
    25554 #: build/trans_style.java:3785 build/trans_style.java:3793
    25555 #: build/trans_style.java:3801 build/trans_style.java:3809
    25556 #: build/trans_style.java:3817 build/trans_style.java:3825
    25557 #: build/trans_style.java:3833 build/trans_style.java:3841
    25558 #: build/trans_style.java:3849 build/trans_style.java:3857
    25559 #: build/trans_style.java:3865 build/trans_style.java:3873
    25560 #: build/trans_style.java:3881 build/trans_style.java:3889
    25561 #: build/trans_style.java:3897 build/trans_style.java:3905
    25562 #: build/trans_style.java:3913 build/trans_style.java:3921
    25563 #: build/trans_style.java:3929 build/trans_style.java:3937
    25564 #: build/trans_style.java:3945 build/trans_style.java:3953
    25565 #: build/trans_style.java:3961 build/trans_style.java:3969
    25566 #: build/trans_style.java:3977 build/trans_style.java:3985
    25567 #: build/trans_style.java:3993 build/trans_style.java:4001
    25568 #: build/trans_style.java:4009 build/trans_style.java:4017
    25569 #: build/trans_style.java:4025 build/trans_style.java:4033
    25570 #: build/trans_style.java:4041 build/trans_style.java:4049
    25571 #: build/trans_style.java:4057 build/trans_style.java:4065
    25572 #: build/trans_style.java:4073
     25812#: build/trans_style.java:3738 build/trans_style.java:3746
     25813#: build/trans_style.java:3754 build/trans_style.java:3762
     25814#: build/trans_style.java:3770 build/trans_style.java:3778
     25815#: build/trans_style.java:3786 build/trans_style.java:3794
     25816#: build/trans_style.java:3802 build/trans_style.java:3810
     25817#: build/trans_style.java:3818 build/trans_style.java:3826
     25818#: build/trans_style.java:3834 build/trans_style.java:3842
     25819#: build/trans_style.java:3850 build/trans_style.java:3858
     25820#: build/trans_style.java:3866 build/trans_style.java:3874
     25821#: build/trans_style.java:3882 build/trans_style.java:3890
     25822#: build/trans_style.java:3898 build/trans_style.java:3906
     25823#: build/trans_style.java:3914 build/trans_style.java:3922
     25824#: build/trans_style.java:3930 build/trans_style.java:3938
     25825#: build/trans_style.java:3946 build/trans_style.java:3954
     25826#: build/trans_style.java:3962 build/trans_style.java:3970
     25827#: build/trans_style.java:3978 build/trans_style.java:3986
     25828#: build/trans_style.java:3994 build/trans_style.java:4002
     25829#: build/trans_style.java:4010 build/trans_style.java:4018
     25830#: build/trans_style.java:4026 build/trans_style.java:4034
     25831#: build/trans_style.java:4042 build/trans_style.java:4050
     25832#: build/trans_style.java:4058 build/trans_style.java:4066
     25833#: build/trans_style.java:4074 build/trans_style.java:4082
     25834#: build/trans_style.java:4090 build/trans_style.java:4098
     25835#: build/trans_style.java:4106
    2557325836msgid "sport"
    2557425837msgstr "Sport"
     
    2724627509#. <scale_max>50000</scale_max>
    2724727510#. </rule>
    27248 #. 
     27511#.
    2724927512#. <!--landuse tags -->
    27250 #. 
     27513#.
    2725127514#. <rule>
    2725227515#. <condition k="landuse" v="farm"/>
     
    2725627519#. <scale_max>50000</scale_max>
    2725727520#. </rule>
    27258 #. 
     27521#.
    2725927522#. <rule>
    2726027523#. <condition k="landuse" v="farmland"/>
     
    2726427527#. <scale_max>50000</scale_max>
    2726527528#. </rule>
    27266 #. 
     27529#.
    2726727530#. <rule>
    2726827531#. <condition k="landuse" v="meadow"/>
     
    2727227535#. <scale_max>50000</scale_max>
    2727327536#. </rule>
    27274 #. 
     27537#.
    2727527538#. <rule>
    2727627539#. <condition k="landuse" v="vineyard"/>
     
    2728027543#. <scale_max>50000</scale_max>
    2728127544#. </rule>
    27282 #. 
     27545#.
    2728327546#. <rule>
    2728427547#. <condition k="landuse" v="orchard"/>
     
    2728827551#. <scale_max>50000</scale_max>
    2728927552#. </rule>
    27290 #. 
     27553#.
    2729127554#. <rule>
    2729227555#. <condition k="landuse" v="allotments"/>
     
    2729627559#. <scale_max>50000</scale_max>
    2729727560#. </rule>
    27298 #. 
     27561#.
    2729927562#. <rule>
    2730027563#. <condition k="landuse" v="grass"/>
     
    2730427567#. <scale_max>50000</scale_max>
    2730527568#. </rule>
    27306 #. 
     27569#.
    2730727570#. <rule>
    2730827571#. <condition k="landuse" v="village_green"/>
     
    2731227575#. <scale_max>50000</scale_max>
    2731327576#. </rule>
    27314 #. 
     27577#.
    2731527578#. <rule>
    2731627579#. <condition k="landuse" v="recreation_ground"/>
    27317 #: build/trans_presets.java:2494 build/trans_style.java:3157
    27318 #: build/trans_style.java:3165 build/trans_style.java:3173
    27319 #: build/trans_style.java:3181 build/trans_style.java:3189
    27320 #: build/trans_style.java:3236 build/trans_style.java:3244
    27321 #: build/trans_style.java:3342 build/trans_style.java:3350
     27580#: build/trans_presets.java:2494 build/trans_style.java:3190
     27581#: build/trans_style.java:3198 build/trans_style.java:3206
     27582#: build/trans_style.java:3214 build/trans_style.java:3222
     27583#: build/trans_style.java:3269 build/trans_style.java:3277
     27584#: build/trans_style.java:3375 build/trans_style.java:3383
    2732227585msgid "green"
    2732327586msgstr "zielony"
     
    2873328996#. <scale_max>40000</scale_max>
    2873428997#. </rule>
    28735 #. 
     28998#.
    2873628999#. <rule>
    2873729000#. <condition k="bicycle" b="no"/>
     
    2874729010#. <scale_max>30000</scale_max>
    2874829011#. </rule>
    28749 #. 
     29012#.
    2875029013#. <rule>
    2875129014#. <condition k="highway" v="cycleway"/>
     
    2875529018#. <scale_max>10000</scale_max>
    2875629019#. </rule>
    28757 #. 
    28758 #. <!-- display path with bicycle/foot=designated as if it was cycleway/footway -->
     29020#.
     29021#. <!-- display path with bicycle/foot=designated/official as if it was cycleway/footway -->
    2875929022#. <rule>
    2876029023#. <condition k="highway" v="path"/>
    2876129024#. <condition k="bicycle" v="designated"/>
     29025#. color bicycle
     29026#. <scale_min>1</scale_min>
     29027#. <scale_max>50000</scale_max>
     29028#. </rule>
     29029#.
     29030#. <rule>
     29031#. <condition k="highway" v="path"/>
     29032#. <condition k="bicycle" v="official"/>
    2876229033#. color foot
    2876329034#. <scale_min>1</scale_min>
    2876429035#. <scale_max>50000</scale_max>
    2876529036#. </rule>
    28766 #. 
     29037#.
    2876729038#. <rule>
    2876829039#. <condition k="highway" v="path"/>
    2876929040#. <condition k="bicycle" v="designated"/>
    2877029041#. <condition k="foot" v="designated"/>
     29042#. color bicycle
     29043#. <scale_min>1</scale_min>
     29044#. <scale_max>50000</scale_max>
     29045#. </rule>
     29046#.
     29047#. <rule>
     29048#. <condition k="highway" v="path"/>
     29049#. <condition k="bicycle" v="official"/>
     29050#. <condition k="foot" v="official"/>
    2877129051#. color roundabout
    2877229052#. <!-- tagging a node makes no real sense, a roundabout should be tagged with several nodes, or a highway=mini_roundabout should probably be used -->
     
    2877529055#. <scale_max>50000</scale_max>
    2877629056#. </rule>
    28777 #. 
     29057#.
    2877829058#. <!-- cycleway tags -->
    28779 #. 
     29059#.
    2878029060#. <rule>
    2878129061#. <condition k="cycleway" v="lane"/>
     
    2878529065#. <scale_max>50000</scale_max>
    2878629066#. </rule>
    28787 #. 
     29067#.
    2878829068#. <rule>
    2878929069#. <condition k="cycleway" v="opposite_lane"/>
     
    2879329073#. <scale_max>50000</scale_max>
    2879429074#. </rule>
    28795 #. 
     29075#.
    2879629076#. <rule>
    2879729077#. <condition k="cycleway" v="track"/>
     
    2880129081#. <scale_max>50000</scale_max>
    2880229082#. </rule>
    28803 #. 
     29083#.
    2880429084#. <rule>
    2880529085#. <condition k="cycleway" v="opposite_track"/>
     
    2880929089#. <scale_max>50000</scale_max>
    2881029090#. </rule>
    28811 #. 
     29091#.
    2881229092#. <rule>
    2881329093#. <condition k="cycleway" v="opposite"/>
    2881429094#: build/trans_presets.java:3242 build/trans_style.java:233
    2881529095#: build/trans_style.java:689 build/trans_style.java:715
    28816 #: build/trans_style.java:732 build/trans_style.java:909
    28817 #: build/trans_style.java:917 build/trans_style.java:925
    28818 #: build/trans_style.java:933 build/trans_style.java:941
     29096#: build/trans_style.java:723 build/trans_style.java:748
     29097#: build/trans_style.java:757 build/trans_style.java:934
     29098#: build/trans_style.java:942 build/trans_style.java:950
     29099#: build/trans_style.java:958 build/trans_style.java:966
    2881929100msgid "bicycle"
    2882029101msgstr ""
     
    2884129122#. <scale_max>50000</scale_max>
    2884229123#. </rule>
    28843 #. 
     29124#.
    2884429125#. <rule>
    2884529126#. <condition k="foot" b="no"/>
     
    2885529136#. <scale_max>50000</scale_max>
    2885629137#. </rule>
    28857 #. 
     29138#.
    2885829139#. <rule>
    2885929140#. <condition k="highway" v="footway"/>
     
    2886329144#. <scale_max>10000</scale_max>
    2886429145#. </rule>
    28865 #. 
     29146#.
    2886629147#. <rule>
    2886729148#. <condition k="highway" v="path"/>
     
    2887029151#. <scale_max>50000</scale_max>
    2887129152#. </rule>
    28872 #. 
     29153#.
    2887329154#. <rule>
    2887429155#. <condition k="highway" v="path"/>
    2887529156#. <condition k="foot" v="designated"/>
     29157#. color foot
     29158#. <scale_min>1</scale_min>
     29159#. <scale_max>50000</scale_max>
     29160#. </rule>
     29161#.
     29162#. <rule>
     29163#. <condition k="highway" v="path"/>
     29164#. <condition k="foot" v="official"/>
    2887629165#. color bicycle
    2887729166#. <scale_min>1</scale_min>
    2887829167#. <scale_max>50000</scale_max>
    2887929168#. </rule>
    28880 #. 
     29169#.
    2888129170#. <rule>
    2888229171#. <condition k="highway" v="pedestrian"/>
     
    2888729176#. <scale_max>10000</scale_max>
    2888829177#. </rule>
    28889 #. 
     29178#.
    2889029179#. <rule>
    2889129180#. <condition k="highway" v="steps"/>
    2889229181#: build/trans_presets.java:3242 build/trans_style.java:247
    2889329182#: build/trans_style.java:697 build/trans_style.java:705
    28894 #: build/trans_style.java:723 build/trans_style.java:739
    28895 #: build/trans_style.java:740 build/trans_style.java:748
     29183#: build/trans_style.java:731 build/trans_style.java:739
     29184#: build/trans_style.java:764 build/trans_style.java:765
     29185#: build/trans_style.java:773
    2889629186msgid "foot"
    2889729187msgstr ""
     
    2891029200#. <scale_max>50000</scale_max>
    2891129201#. </rule>
    28912 #. 
     29202#.
    2891329203#. <rule>
    2891429204#. <condition k="railway" v="subway"/>
    28915 #: build/trans_presets.java:3242 build/trans_style.java:1208
     29205#: build/trans_presets.java:3242 build/trans_style.java:1233
    2891629206msgid "subway"
    2891729207msgstr "metro"
     
    2902329313#. 7. scale_min / scale_max
    2902429314#. - zoom scale for display
    29025 #. 
     29315#.
    2902629316#. Using both area and line attributes for the same key/value pair does work. For areas
    2902729317#. first the best matching area rule is searched and the best matching line rule is
    2902829318#. connected with it. They need not have the same key/value pair.
    29029 #. 
     29319#.
    2903029320#. The colours can consist of the two components - name and hex code (e.g. water#0000ff).
    2903129321#. If both are given, the color name is introduced in preferences with that value. If only
     
    2903329323#. modified preferences or previous value is used. The 6 hex digit color code can also
    2903429324#. be appended by a hex value of the alpha channel (thus having 8 hex digits instead of 6).
    29035 #. 
     29325#.
    2903629326#. Linemod's are drawn over or under the line they are associated with and modify the
    2903729327#. appearance. There can be multiple linemod's for one way (contrary to line styles,
     
    2904129331#. on the sides of the way or the waystyles itself must use alpha channel (which may
    2904229332#. look strange).
    29043 #. 
     29333#.
    2904429334#. If a key/value pair matches more than one rule, the "rule that wins" is unpredicted
    2904529335#. in case they have same priority! Using priority settings helps to solve conflicts.
    29046 #. 
     29336#.
    2904729337#. For external files the <rules> should have following elements:
    2904829338#. - author           the author of the style
     
    2905629346#. - when the style is additional choose "standard" or don't use name tag
    2905729347#. -->
    29058 #. 
     29348#.
    2905929349#: build/trans_style.java:72
    2906029350msgid "standard"
     
    2906229352
    2906329353#. mappaint style named "standard"
    29064 #. 
     29354#.
    2906529355#. <rule>
    2906629356#. <condition k="restriction" v="no_left_turn"/>
     
    2910929399#. <scale_max>40000</scale_max>
    2911029400#. </rule>
    29111 #. 
    29112 #. 
     29401#.
     29402#.
    2911329403#. <!-- mark some specials that should be fixed - they are already the default and therefore shouldn't be tagged -->
    2911429404#. <rule>
     
    2918829478#. <scale_max>40000</scale_max>
    2918929479#. </rule>
    29190 #. 
     29480#.
    2919129481#. <rule>
    2919229482#. <condition k="highway" v="road"/>
     
    2919629486#. <scale_max>50000</scale_max>
    2919729487#. </rule>
    29198 #. 
     29488#.
    2919929489#. <!--abutters tags -->
    29200 #. 
     29490#.
    2920129491#. <!--accessories tags -->
    29202 #. 
     29492#.
    2920329493#. <!--properties tags -->
    29204 #. 
     29494#.
    2920529495#. <rule>
    2920629496#. <condition k="mountain_pass" b="yes"/>
    2920729497#: build/trans_style.java:139 build/trans_style.java:174
    2920829498#: build/trans_style.java:181 build/trans_style.java:188
    29209 #: build/trans_style.java:633 build/trans_style.java:4087
     29499#: build/trans_style.java:633 build/trans_style.java:4120
    2921029500msgid "deprecated"
    2921129501msgstr "przestarzały"
     
    2921629506#. <scale_max>10000</scale_max>
    2921729507#. </rule>
    29218 #. 
     29508#.
    2921929509#. <rule>
    2922029510#. <condition k="goods" b="no"/>
     
    2922329513#. <scale_max>50000</scale_max>
    2922429514#. </rule>
    29225 #. 
     29515#.
    2922629516#. <rule>
    2922729517#. <condition k="hgv" b="no"/>
     
    2923029520#. <scale_max>50000</scale_max>
    2923129521#. </rule>
    29232 #. 
     29522#.
    2923329523#. <rule>
    2923429524#. <condition k="horse" b="no"/>
     
    2924429534#. <scale_max>20000</scale_max>
    2924529535#. </rule>
    29246 #. 
     29536#.
    2924729537#. <rule>
    2924829538#. <condition k="highway" v="bridleway"/>
     
    2925629546#. <scale_max>30000</scale_max>
    2925729547#. </rule>
    29258 #. 
     29548#.
    2925929549#. <rule>
    2926029550#. <condition k="motorcycle" b="no"/>
     
    2926329553#. <scale_max>50000</scale_max>
    2926429554#. </rule>
    29265 #. 
     29555#.
    2926629556#. <rule>
    2926729557#. <condition k="motorcar" b="no"/>
     
    2927029560#. <scale_max>50000</scale_max>
    2927129561#. </rule>
    29272 #. 
     29562#.
    2927329563#. <rule>
    2927429564#. <condition k="psv" b="no"/>
     
    2927729567#. <scale_max>50000</scale_max>
    2927829568#. </rule>
    29279 #. 
     29569#.
    2928029570#. <rule>
    2928129571#. <condition k="motorboat" b="no"/>
     
    2928429574#. <scale_max>50000</scale_max>
    2928529575#. </rule>
    29286 #. 
     29576#.
    2928729577#. <rule>
    2928829578#. <condition k="boat" b="no"/>
     
    2929129581#. <scale_max>50000</scale_max>
    2929229582#. </rule>
    29293 #. 
     29583#.
    2929429584#. <rule>
    2929529585#. <condition k="noexit" b="yes"/>
     
    2929829588#. <scale_max>50000</scale_max>
    2929929589#. </rule>
    29300 #. 
     29590#.
    2930129591#. <rule>
    2930229592#. <condition k="maxweight"/>
     
    2930529595#. <scale_max>50000</scale_max>
    2930629596#. </rule>
    29307 #. 
     29597#.
    2930829598#. <rule>
    2930929599#. <condition k="maxheight"/>
     
    2931229602#. <scale_max>50000</scale_max>
    2931329603#. </rule>
    29314 #. 
     29604#.
    2931529605#. <rule>
    2931629606#. <condition k="maxwidth"/>
     
    2931929609#. <scale_max>50000</scale_max>
    2932029610#. </rule>
    29321 #. 
     29611#.
    2932229612#. <rule>
    2932329613#. <condition k="maxlength"/>
     
    2932629616#. <scale_max>50000</scale_max>
    2932729617#. </rule>
    29328 #. 
     29618#.
    2932929619#. <rule>
    2933029620#. <condition k="maxspeed"/>
     
    2933329623#. <scale_max>50000</scale_max>
    2933429624#. </rule>
    29335 #. 
     29625#.
    2933629626#. <rule>
    2933729627#. <condition k="minspeed"/>
     
    2934029630#. <scale_max>50000</scale_max>
    2934129631#. </rule>
    29342 #. 
     29632#.
    2934329633#. <rule>
    2934429634#. <condition k="maxstay"/>
     
    2934729637#. <scale_max>50000</scale_max>
    2934829638#. </rule>
    29349 #. 
     29639#.
    2935029640#. <rule>
    2935129641#. <condition k="toll"/>
     
    2935429644#. <scale_max>50000</scale_max>
    2935529645#. </rule>
    29356 #. 
     29646#.
    2935729647#. <rule>
    2935829648#. <condition k="barrier"/>
     
    2952929819#. <scale_max>50000</scale_max>
    2953029820#. </rule>
    29531 #. 
     29821#.
    2953229822#. <!-- highway tags -->
    29533 #. 
     29823#.
    2953429824#. <rule>
    2953529825#. <condition k="motorroad" v="yes"/>
     
    2954329833#. <scale_max>40000</scale_max>
    2954429834#. </rule>
    29545 #. 
     29835#.
    2954629836#. <rule>
    2954729837#. <condition k="highway" v="track"/>
     
    2955129841#. <scale_max>50000</scale_max>
    2955229842#. </rule>
    29553 #. 
     29843#.
    2955429844#. <!-- tracktype tags -->
    29555 #. 
     29845#.
    2955629846#. <rule>
    2955729847#. <condition k="tracktype" v="grade1"/>
     
    2956129851#. <scale_max>50000</scale_max>
    2956229852#. </rule>
    29563 #. 
     29853#.
    2956429854#. <rule>
    2956529855#. <condition k="tracktype" v="grade2"/>
     
    2956929859#. <scale_max>50000</scale_max>
    2957029860#. </rule>
    29571 #. 
     29861#.
    2957229862#. <rule>
    2957329863#. <condition k="tracktype" v="grade3"/>
     
    2957729867#. <scale_max>50000</scale_max>
    2957829868#. </rule>
    29579 #. 
     29869#.
    2958029870#. <rule>
    2958129871#. <condition k="tracktype" v="grade4"/>
     
    2958529875#. <scale_max>50000</scale_max>
    2958629876#. </rule>
    29587 #. 
     29877#.
    2958829878#. <rule>
    2958929879#. <condition k="tracktype" v="grade5"/>
    29590 #: build/trans_style.java:649 build/trans_style.java:951
    29591 #: build/trans_style.java:959 build/trans_style.java:967
    29592 #: build/trans_style.java:975 build/trans_style.java:983
     29880#: build/trans_style.java:649 build/trans_style.java:976
     29881#: build/trans_style.java:984 build/trans_style.java:992
     29882#: build/trans_style.java:1000 build/trans_style.java:1008
    2959329883msgid "highway_track"
    2959429884msgstr ""
     
    2959929889#. <scale_max>10000</scale_max>
    2960029890#. </rule>
    29601 #. 
     29891#.
    2960229892#. <rule>
    2960329893#. <condition k="direction" v="clockwise"/>
     
    2960629896#. <scale_max>50000</scale_max>
    2960729897#. </rule>
    29608 #. 
     29898#.
    2960929899#. <rule>
    2961029900#. <condition k="highway" v="mini_roundabout"/>
     
    2961429904#. <scale_max>50000</scale_max>
    2961529905#. </rule>
    29616 #. 
     29906#.
    2961729907#. <rule>
    2961829908#. <condition k="highway" v="stop"/>
     
    2962129911#. <scale_max>50000</scale_max>
    2962229912#. </rule>
    29623 #. 
     29913#.
    2962429914#. <rule>
    2962529915#. <condition k="highway" v="traffic_signals"/>
     
    2962829918#. <scale_max>50000</scale_max>
    2962929919#. </rule>
    29630 #. 
     29920#.
    2963129921#. <rule>
    2963229922#. <condition k="highway" v="street_lamp"/>
     
    2963529925#. <scale_max>50000</scale_max>
    2963629926#. </rule>
    29637 #. 
     29927#.
    2963829928#. <rule>
    2963929929#. <condition k="highway" v="speed_camera"/>
     
    2964229932#. <scale_max>50000</scale_max>
    2964329933#. </rule>
    29644 #. 
     29934#.
    2964529935#. <rule>
    2964629936#. <condition k="traffic_sign" v="city_limit"/>
     
    2964929939#. <scale_max>40000</scale_max>
    2965029940#. </rule>
    29651 #. 
     29941#.
    2965229942#. <rule>
    2965329943#. <condition k="highway" v="crossing"/>
     
    2965629946#. <scale_max>50000</scale_max>
    2965729947#. </rule>
    29658 #. 
     29948#.
    2965929949#. <rule>
    2966029950#. <condition k="highway" v="incline"/>
     
    2966329953#. <scale_max>50000</scale_max>
    2966429954#. </rule>
    29665 #. 
     29955#.
    2966629956#. <rule>
    2966729957#. <condition k="highway" v="incline_steep"/>
     
    2967029960#. <scale_max>50000</scale_max>
    2967129961#. </rule>
    29672 #. 
     29962#.
    2967329963#. <rule>
    2967429964#. <condition k="highway" v="motorway_junction"/>
     
    2967729967#. <scale_max>50000</scale_max>
    2967829968#. </rule>
    29679 #. 
     29969#.
    2968029970#. <rule>
    2968129971#. <condition k="highway" v="services"/>
    29682 #: build/trans_style.java:842
     29972#: build/trans_style.java:867
    2968329973msgid "services"
    2968429974msgstr "serwis"
     
    2968929979#. <scale_max>50000</scale_max>
    2969029980#. </rule>
    29691 #. 
     29981#.
    2969229982#. <rule>
    2969329983#. <condition k="highway" v="ford"/>
    29694 #: build/trans_style.java:850
     29984#: build/trans_style.java:875
    2969529985msgid "ford"
    2969629986msgstr ""
     
    2970129991#. <scale_max>50000</scale_max>
    2970229992#. </rule>
    29703 #. 
     29993#.
    2970429994#. <rule>
    2970529995#. <condition k="highway" v="bus_stop"/>
     
    2970829998#. <scale_max>50000</scale_max>
    2970929999#. </rule>
    29710 #. 
     30000#.
    2971130001#. <rule>
    2971230002#. <condition k="highway" v="turning_circle"/>
    29713 #: build/trans_style.java:865
     30003#: build/trans_style.java:890
    2971430004msgid "turningcircle"
    2971530005msgstr ""
     
    2972030010#. <scale_max>50000</scale_max>
    2972130011#. </rule>
    29722 #. 
     30012#.
    2972330013#. <rule>
    2972430014#. <condition k="highway" v="emergency_access_point"/>
    2972530015#. <icon src="service/emergency_access_point.png"/>
    29726 #: build/trans_style.java:889
     30016#: build/trans_style.java:914
    2972730017msgid "emergency_access_point"
    2972830018msgstr ""
     
    2973330023#. <scale_max>200000000</scale_max>
    2973430024#. </rule>
    29735 #. 
     30025#.
    2973630026#. <rule>
    2973730027#. <condition k="waterway" v="riverbank"/>
    2973830028#. color riverbank
    29739 #: build/trans_style.java:1001 build/trans_style.java:1002
     30029#: build/trans_style.java:1026 build/trans_style.java:1027
    2974030030msgid "riverbank"
    2974130031msgstr "koryto rzeczne"
     
    2974630036#. <scale_max>200000000</scale_max>
    2974730037#. </rule>
    29748 #. 
     30038#.
    2974930039#. <rule>
    2975030040#. <condition k="waterway" v="stream"/>
    29751 #: build/trans_style.java:1018
     30041#: build/trans_style.java:1043
    2975230042msgid "stream"
    2975330043msgstr "strumień"
     
    2975830048#. <scale_max>50000</scale_max>
    2975930049#. </rule>
    29760 #. 
     30050#.
    2976130051#. <rule>
    2976230052#. <condition k="waterway" v="dock"/>
    29763 #: build/trans_style.java:1041
     30053#: build/trans_style.java:1066
    2976430054msgid "dock"
    2976530055msgstr "Dok"
     
    2977030060#. <scale_max>50000</scale_max>
    2977130061#. </rule>
    29772 #. 
     30062#.
    2977330063#. <rule>
    2977430064#. <condition k="waterway" v="lock_gate"/>
     
    2977730067#. <scale_max>50000</scale_max>
    2977830068#. </rule>
    29779 #. 
     30069#.
    2978030070#. <rule>
    2978130071#. <condition k="waterway" v="turning_point"/>
     
    2978430074#. <scale_max>50000</scale_max>
    2978530075#. </rule>
    29786 #. 
     30076#.
    2978730077#. <rule>
    2978830078#. <condition k="waterway" v="boatyard"/>
     
    2979230082#. <scale_max>50000</scale_max>
    2979330083#. </rule>
    29794 #. 
     30084#.
    2979530085#. <rule>
    2979630086#. <condition k="waterway" v="water_point"/>
     
    2979930089#. <scale_max>50000</scale_max>
    2980030090#. </rule>
    29801 #. 
     30091#.
    2980230092#. <rule>
    2980330093#. <condition k="waterway" v="waste_disposal"/>
     
    2980630096#. <scale_max>50000</scale_max>
    2980730097#. </rule>
    29808 #. 
     30098#.
    2980930099#. <rule>
    2981030100#. <condition k="waterway" v="mooring"/>
     
    2981330103#. <scale_max>50000</scale_max>
    2981430104#. </rule>
    29815 #. 
     30105#.
    2981630106#. <rule>
    2981730107#. <condition k="waterway" v="weir"/>
     
    2982130111#. <scale_max>50000</scale_max>
    2982230112#. </rule>
    29823 #. 
     30113#.
    2982430114#. <rule>
    2982530115#. <condition k="waterway" v="dam"/>
     
    2983030120#. <scale_max>50000</scale_max>
    2983130121#. </rule>
    29832 #. 
     30122#.
    2983330123#. <rule>
    2983430124#. <condition k="waterway" v="waterfall"/>
     
    2983830128#. <scale_max>50000</scale_max>
    2983930129#. </rule>
    29840 #. 
     30130#.
    2984130131#. <!--man_made tags -->
    29842 #. 
     30132#.
    2984330133#. <rule>
    2984430134#. <condition k="man_made" v="beacon"/>
     
    2984830138#. <scale_max>50000</scale_max>
    2984930139#. </rule>
    29850 #. 
     30140#.
    2985130141#. <rule>
    2985230142#. <condition k="man_made" v="crane"/>
     
    2985630146#. <scale_max>50000</scale_max>
    2985730147#. </rule>
    29858 #. 
     30148#.
    2985930149#. <rule>
    2986030150#. <condition k="man_made" v="gasometer"/>
     
    2986430154#. <scale_max>50000</scale_max>
    2986530155#. </rule>
    29866 #. 
     30156#.
    2986730157#. <rule>
    2986830158#. <condition k="man_made" v="lighthouse"/>
     
    2987330163#. <scale_max>50000</scale_max>
    2987430164#. </rule>
    29875 #. 
     30165#.
    2987630166#. <rule>
    2987730167#. <condition k="man_made" v="petroleum_well"/>
     
    2988030170#. <scale_max>50000</scale_max>
    2988130171#. </rule>
    29882 #. 
     30172#.
    2988330173#. <rule>
    2988430174#. <condition k="man_made" v="reservoir_covered"/>
     
    2988830178#. <scale_max>50000</scale_max>
    2988930179#. </rule>
    29890 #. 
     30180#.
    2989130181#. <rule>
    2989230182#. <condition k="man_made" v="surveillance"/>
     
    2989630186#. <scale_max>50000</scale_max>
    2989730187#. </rule>
    29898 #. 
     30188#.
    2989930189#. <rule>
    2990030190#. <condition k="man_made" v="survey_point"/>
     
    2990430194#. <scale_max>50000</scale_max>
    2990530195#. </rule>
    29906 #. 
     30196#.
    2990730197#. <rule>
    2990830198#. <condition k="man_made" v="tower"/>
     
    2991230202#. <scale_max>50000</scale_max>
    2991330203#. </rule>
    29914 #. 
     30204#.
    2991530205#. <rule>
    2991630206#. <condition k="man_made" v="wastewater_plant"/>
     
    2992030210#. <scale_max>50000</scale_max>
    2992130211#. </rule>
    29922 #. 
     30212#.
    2992330213#. <rule>
    2992430214#. <condition k="man_made" v="watermill"/>
     
    2992830218#. <scale_max>50000</scale_max>
    2992930219#. </rule>
    29930 #. 
     30220#.
    2993130221#. <rule>
    2993230222#. <condition k="man_made" v="water_tower"/>
     
    2993630226#. <scale_max>50000</scale_max>
    2993730227#. </rule>
    29938 #. 
     30228#.
    2993930229#. <rule>
    2994030230#. <condition k="man_made" v="windmill"/>
     
    2994430234#. <scale_max>50000</scale_max>
    2994530235#. </rule>
    29946 #. 
     30236#.
    2994730237#. <rule>
    2994830238#. <condition k="man_made" v="works"/>
     
    2995230242#. <scale_max>50000</scale_max>
    2995330243#. </rule>
    29954 #. 
     30244#.
    2995530245#. <rule>
    2995630246#. <condition k="man_made" v="water_works"/>
    2995730247#. <icon annotate="true" src="misc/no_icon.png"/>
    29958 #: build/trans_style.java:1064 build/trans_style.java:1093
    29959 #: build/trans_style.java:1109 build/trans_style.java:1110
    29960 #: build/trans_style.java:1118 build/trans_style.java:1603
    29961 #: build/trans_style.java:1610 build/trans_style.java:1619
    29962 #: build/trans_style.java:1627 build/trans_style.java:1659
    29963 #: build/trans_style.java:1667 build/trans_style.java:1675
    29964 #: build/trans_style.java:1683 build/trans_style.java:1690
    29965 #: build/trans_style.java:1699 build/trans_style.java:1707
    29966 #: build/trans_style.java:1715 build/trans_style.java:1723
    29967 #: build/trans_style.java:1731
     30248#: build/trans_style.java:1089 build/trans_style.java:1118
     30249#: build/trans_style.java:1134 build/trans_style.java:1135
     30250#: build/trans_style.java:1143 build/trans_style.java:1628
     30251#: build/trans_style.java:1635 build/trans_style.java:1644
     30252#: build/trans_style.java:1652 build/trans_style.java:1684
     30253#: build/trans_style.java:1692 build/trans_style.java:1700
     30254#: build/trans_style.java:1708 build/trans_style.java:1715
     30255#: build/trans_style.java:1724 build/trans_style.java:1732
     30256#: build/trans_style.java:1740 build/trans_style.java:1748
     30257#: build/trans_style.java:1756
    2996830258msgid "manmade"
    2996930259msgstr ""
     
    2997330263#. <scale_max>50000</scale_max>
    2997430264#. </rule>
    29975 #. 
     30265#.
    2997630266#. <rule>
    2997730267#. <condition k="waterway" v="rapids"/>
    2997830268#. <icon annotate="true" src="misc/no_icon.png"/>
    29979 #: build/trans_style.java:1101
     30269#: build/trans_style.java:1126
    2998030270msgid "rapids"
    2998130271msgstr ""
     
    2998630276#. <scale_max>50000</scale_max>
    2998730277#. </rule>
    29988 #. 
     30278#.
    2998930279#. <!-- railway tags -->
    29990 #. 
     30280#.
    2999130281#. <rule>
    2999230282#. <condition k="railway" v="station"/>
     
    2999630286#. <scale_max>50000</scale_max>
    2999730287#. </rule>
    29998 #. 
     30288#.
    2999930289#. <rule>
    3000030290#. <condition k="railway" v="halt"/>
     
    3000330293#. <scale_max>50000</scale_max>
    3000430294#. </rule>
    30005 #. 
     30295#.
    3000630296#. <rule>
    3000730297#. <condition k="railway" v="tram_station"/>
     
    3001130301#. <scale_max>50000</scale_max>
    3001230302#. </rule>
    30013 #. 
     30303#.
    3001430304#. <rule>
    3001530305#. <condition k="railway" v="tram_stop"/>
     
    3001830308#. <scale_max>50000</scale_max>
    3001930309#. </rule>
    30020 #. 
     30310#.
    3002130311#. <rule>
    3002230312#. <condition k="railway" v="subway_entrance"/>
     
    3002630316#. <scale_max>50000</scale_max>
    3002730317#. </rule>
    30028 #. 
     30318#.
    3002930319#. <rule>
    3003030320#. <condition k="railway" v="crossing"/>
     
    3003430324#. <scale_max>50000</scale_max>
    3003530325#. </rule>
    30036 #. 
     30326#.
    3003730327#. <rule>
    3003830328#. <condition k="railway" v="level_crossing"/>
    30039 #: build/trans_style.java:1128 build/trans_style.java:1143
    30040 #: build/trans_style.java:1158 build/trans_style.java:1166
    30041 #: build/trans_style.java:1174
     30329#: build/trans_style.java:1153 build/trans_style.java:1168
     30330#: build/trans_style.java:1183 build/trans_style.java:1191
     30331#: build/trans_style.java:1199
    3004230332msgid "railwaypoint"
    3004330333msgstr ""
     
    3004830338#. <scale_max>200000000</scale_max>
    3004930339#. </rule>
    30050 #. 
     30340#.
    3005130341#. <rule>
    3005230342#. <condition k="railway" v="tram"/>
     
    3005730347#. <scale_max>50000</scale_max>
    3005830348#. </rule>
    30059 #. 
     30349#.
    3006030350#. <rule>
    3006130351#. <condition k="railway" v="light_rail"/>
    30062 #: build/trans_style.java:1191 build/trans_style.java:1200
     30352#: build/trans_style.java:1216 build/trans_style.java:1225
    3006330353msgid "otherrail"
    3006430354msgstr ""
    3006530355
    3006630356#. color otherrail
    30067 #: build/trans_style.java:1192
     30357#: build/trans_style.java:1217
    3006830358msgid "railover"
    3006930359msgstr ""
     
    3007430364#. <scale_max>50000</scale_max>
    3007530365#. </rule>
    30076 #. 
     30366#.
    3007730367#. <rule>
    3007830368#. <condition k="railway" v="preserved"/>
     
    3008230372#. <scale_max>50000</scale_max>
    3008330373#. </rule>
    30084 #. 
     30374#.
    3008530375#. <!-- disused often appears together with highway=xy -->
    3008630376#. <!-- -> normal display with line, linemod for combinations -->
     
    3009330383#. <scale_max>50000</scale_max>
    3009430384#. </rule>
    30095 #. 
     30385#.
    3009630386#. <!-- abandoned often appears together with highway=xy -->
    3009730387#. <!-- -> normal display with line, linemod for combinations -->
     
    3009930389#. <condition k="railway" v="abandoned"/>
    3010030390#. color oldrail
    30101 #: build/trans_style.java:1216 build/trans_style.java:1226
    30102 #: build/trans_style.java:1227 build/trans_style.java:1237
    30103 #: build/trans_style.java:1238
     30391#: build/trans_style.java:1241 build/trans_style.java:1251
     30392#: build/trans_style.java:1252 build/trans_style.java:1262
     30393#: build/trans_style.java:1263
    3010430394msgid "oldrail"
    3010530395msgstr "stare szyny kolejowe"
     
    3011030400#. <scale_max>50000</scale_max>
    3011130401#. </rule>
    30112 #. 
     30402#.
    3011330403#. <rule>
    3011430404#. <condition k="service" v="yard"/>
     
    3011730407#. <scale_max>50000</scale_max>
    3011830408#. </rule>
    30119 #. 
     30409#.
    3012030410#. <rule>
    3012130411#. <condition k="service" v="siding"/>
     
    3012430414#. <scale_max>50000</scale_max>
    3012530415#. </rule>
    30126 #. 
     30416#.
    3012730417#. <rule>
    3012830418#. <condition k="service" v="spur"/>
     
    3013130421#. <scale_max>50000</scale_max>
    3013230422#. </rule>
    30133 #. 
     30423#.
    3013430424#. <!--aeroway tags -->
    30135 #. 
     30425#.
    3013630426#. <rule>
    3013730427#. <condition k="aeroway" v="aerodrome"/>
     
    3014230432#. <scale_max>50000</scale_max>
    3014330433#. </rule>
    30144 #. 
     30434#.
    3014530435#. <rule>
    3014630436#. <condition k="aeroway" v="taxiway"/>
    30147 #: build/trans_style.java:1318 build/trans_style.java:1319
    30148 #: build/trans_style.java:1351
     30437#: build/trans_style.java:1343 build/trans_style.java:1344
     30438#: build/trans_style.java:1376
    3014930439msgid "aeroway"
    3015030440msgstr ""
     
    3015530445#. <scale_max>50000</scale_max>
    3015630446#. </rule>
    30157 #. 
     30447#.
    3015830448#. <rule>
    3015930449#. <condition k="aeroway" v="terminal"/>
    30160 #: build/trans_style.java:1327
     30450#: build/trans_style.java:1352
    3016130451msgid "terminal"
    3016230452msgstr "Terminal"
     
    3016730457#. <scale_max>50000</scale_max>
    3016830458#. </rule>
    30169 #. 
     30459#.
    3017030460#. <rule>
    3017130461#. <condition k="aeroway" v="helipad"/>
     
    3017530465#. <scale_max>50000</scale_max>
    3017630466#. </rule>
    30177 #. 
     30467#.
    3017830468#. <rule>
    3017930469#. <condition k="aeroway" v="runway"/>
    30180 #: build/trans_style.java:1335 build/trans_style.java:1343
     30470#: build/trans_style.java:1360 build/trans_style.java:1368
    3018130471msgid "aeroway_dark"
    3018230472msgstr ""
     
    3018730477#. <scale_max>50000</scale_max>
    3018830478#. </rule>
    30189 #. 
     30479#.
    3019030480#. <rule>
    3019130481#. <condition k="aeroway" v="apron"/>
    30192 #: build/trans_style.java:1359
     30482#: build/trans_style.java:1384
    3019330483msgid "aeroway_light"
    3019430484msgstr ""
     
    3019930489#. <scale_max>50000</scale_max>
    3020030490#. </rule>
    30201 #. 
     30491#.
    3020230492#. <rule>
    3020330493#. <condition k="aeroway" v="gate"/>
     
    3020630496#. <scale_max>50000</scale_max>
    3020730497#. </rule>
    30208 #. 
     30498#.
    3020930499#. <rule>
    3021030500#. <condition k="aeroway" v="windsock"/>
     
    3021330503#. <scale_max>50000</scale_max>
    3021430504#. </rule>
    30215 #. 
     30505#.
    3021630506#. <!--aerialway tags -->
    30217 #. 
     30507#.
    3021830508#. <rule>
    3021930509#. <condition k="aerialway" v="cable_car"/>
     
    3022330513#. <scale_max>50000</scale_max>
    3022430514#. </rule>
    30225 #. 
     30515#.
    3022630516#. <rule>
    3022730517#. <condition k="aerialway" v="gondola"/>
     
    3023130521#. <scale_max>50000</scale_max>
    3023230522#. </rule>
    30233 #. 
     30523#.
    3023430524#. <rule>
    3023530525#. <condition k="aerialway" v="chair_lift"/>
     
    3023930529#. <scale_max>50000</scale_max>
    3024030530#. </rule>
    30241 #. 
     30531#.
    3024230532#. <rule>
    3024330533#. <condition k="aerialway" v="drag_lift"/>
     
    3024730537#. <scale_max>50000</scale_max>
    3024830538#. </rule>
    30249 #. 
     30539#.
    3025030540#. <rule>
    3025130541#. <condition k="aerialway" v="station"/>
     
    3025530545#. <scale_max>50000</scale_max>
    3025630546#. </rule>
    30257 #. 
     30547#.
    3025830548#. <rule>
    3025930549#. <condition k="aerialway" v="pylon"/>
    30260 #: build/trans_style.java:1383 build/trans_style.java:1391
    30261 #: build/trans_style.java:1399 build/trans_style.java:1407
    30262 #: build/trans_style.java:1415 build/trans_style.java:1423
     30550#: build/trans_style.java:1408 build/trans_style.java:1416
     30551#: build/trans_style.java:1424 build/trans_style.java:1432
     30552#: build/trans_style.java:1440 build/trans_style.java:1448
    3026330553msgid "aerialway"
    3026430554msgstr "droga powietrzna"
     
    3026930559#. <scale_max>50000</scale_max>
    3027030560#. </rule>
    30271 #. 
     30561#.
    3027230562#. <!-- piste tags -->
    30273 #. 
     30563#.
    3027430564#. <rule>
    3027530565#. <condition k="piste:difficulty" v="easy"/>
    3027630566#. color piste_easy
    30277 #: build/trans_style.java:1433 build/trans_style.java:1434
     30567#: build/trans_style.java:1458 build/trans_style.java:1459
    3027830568msgid "piste_easy"
    3027930569msgstr ""
     
    3028430574#. <scale_max>30000</scale_max>
    3028530575#. </rule>
    30286 #. 
     30576#.
    3028730577#. <rule>
    3028830578#. <condition k="piste:difficulty" v="intermediate"/>
    3028930579#. color piste_intermediate
    30290 #: build/trans_style.java:1442 build/trans_style.java:1443
     30580#: build/trans_style.java:1467 build/trans_style.java:1468
    3029130581msgid "piste_intermediate"
    3029230582msgstr ""
     
    3029730587#. <scale_max>30000</scale_max>
    3029830588#. </rule>
    30299 #. 
     30589#.
    3030030590#. <rule>
    3030130591#. <condition k="piste:difficulty" v="advanced"/>
    3030230592#. color piste_advanced
    30303 #: build/trans_style.java:1451 build/trans_style.java:1452
     30593#: build/trans_style.java:1476 build/trans_style.java:1477
    3030430594msgid "piste_advanced"
    3030530595msgstr ""
     
    3031030600#. <scale_max>30000</scale_max>
    3031130601#. </rule>
    30312 #. 
     30602#.
    3031330603#. <rule>
    3031430604#. <condition k="piste:difficulty" v="expert"/>
    3031530605#. color piste_expert
    30316 #: build/trans_style.java:1460 build/trans_style.java:1461
     30606#: build/trans_style.java:1485 build/trans_style.java:1486
    3031730607msgid "piste_expert"
    3031830608msgstr ""
     
    3032330613#. <scale_max>30000</scale_max>
    3032430614#. </rule>
    30325 #. 
     30615#.
    3032630616#. <rule>
    3032730617#. <condition k="piste:difficulty" v="freeride"/>
    3032830618#. color piste_freeride
    30329 #: build/trans_style.java:1469 build/trans_style.java:1470
     30619#: build/trans_style.java:1494 build/trans_style.java:1495
    3033030620msgid "piste_freeride"
    3033130621msgstr ""
     
    3033630626#. <scale_max>30000</scale_max>
    3033730627#. </rule>
    30338 #. 
     30628#.
    3033930629#. <rule>
    3034030630#. <condition k="piste:difficulty" v="novice"/>
    3034130631#. color piste_novice
    30342 #: build/trans_style.java:1478 build/trans_style.java:1479
     30632#: build/trans_style.java:1503 build/trans_style.java:1504
    3034330633msgid "piste_novice"
    3034430634msgstr ""
     
    3034930639#. <scale_max>300000</scale_max>
    3035030640#. </rule>
    30351 #. 
     30641#.
    3035230642#. <!--power tags -->
    30353 #. 
     30643#.
    3035430644#. <rule>
    3035530645#. <condition k="power" v="tower"/>
     
    3035930649#. <scale_max>50000</scale_max>
    3036030650#. </rule>
    30361 #. 
     30651#.
    3036230652#. <rule>
    3036330653#. <condition k="power" v="pole"/>
     
    3036630656#. <scale_max>50000</scale_max>
    3036730657#. </rule>
    30368 #. 
     30658#.
    3036930659#. <rule>
    3037030660#. <condition k="power" v="line"/>
     
    3037430664#. <scale_max>50000</scale_max>
    3037530665#. </rule>
    30376 #. 
     30666#.
    3037730667#. <rule>
    3037830668#. <condition k="power" v="minor_line"/>
     
    3038230672#. <scale_max>50000</scale_max>
    3038330673#. </rule>
    30384 #. 
     30674#.
    3038530675#. <rule>
    3038630676#. <condition k="power" v="station"/>
     
    3039030680#. <scale_max>50000</scale_max>
    3039130681#. </rule>
    30392 #. 
     30682#.
    3039330683#. <rule>
    3039430684#. <condition k="power" v="sub_station"/>
     
    3039830688#. <scale_max>50000</scale_max>
    3039930689#. </rule>
    30400 #. 
     30690#.
    3040130691#. <rule>
    3040230692#. <condition k="power_source" v="wind"/>
     
    3040630696#. <scale_max>50000</scale_max>
    3040730697#. </rule>
    30408 #. 
     30698#.
    3040930699#. <rule>
    3041030700#. <condition k="power_source" v="hydro"/>
     
    3041430704#. <scale_max>50000</scale_max>
    3041530705#. </rule>
    30416 #. 
     30706#.
    3041730707#. <rule>
    3041830708#. <condition k="power_source" v="fossil"/>
     
    3042230712#. <scale_max>50000</scale_max>
    3042330713#. </rule>
    30424 #. 
     30714#.
    3042530715#. <rule>
    3042630716#. <condition k="power_source" v="coal"/>
     
    3043030720#. <scale_max>50000</scale_max>
    3043130721#. </rule>
    30432 #. 
     30722#.
    3043330723#. <rule>
    3043430724#. <condition k="power_source" v="gas"/>
     
    3043830728#. <scale_max>50000</scale_max>
    3043930729#. </rule>
    30440 #. 
     30730#.
    3044130731#. <rule>
    3044230732#. <condition k="power_source" v="photovoltaic"/>
     
    3044630736#. <scale_max>50000</scale_max>
    3044730737#. </rule>
    30448 #. 
     30738#.
    3044930739#. <rule>
    3045030740#. <condition k="power_source" v="nuclear"/>
     
    3045430744#. <scale_max>50000</scale_max>
    3045530745#. </rule>
    30456 #. 
     30746#.
    3045730747#. <rule>
    3045830748#. <condition k="power" v="generator"/>
    3045930749#. <icon annotate="true" src="misc/landmark/power.png" priority="-10000"/>
    30460 #: build/trans_style.java:1490 build/trans_style.java:1504
    30461 #: build/trans_style.java:1512 build/trans_style.java:1521
    30462 #: build/trans_style.java:1529 build/trans_style.java:1537
    30463 #: build/trans_style.java:1545 build/trans_style.java:1553
    30464 #: build/trans_style.java:1561 build/trans_style.java:1569
    30465 #: build/trans_style.java:1577 build/trans_style.java:1585
    30466 #: build/trans_style.java:1593
     30750#: build/trans_style.java:1515 build/trans_style.java:1529
     30751#: build/trans_style.java:1537 build/trans_style.java:1546
     30752#: build/trans_style.java:1554 build/trans_style.java:1562
     30753#: build/trans_style.java:1570 build/trans_style.java:1578
     30754#: build/trans_style.java:1586 build/trans_style.java:1594
     30755#: build/trans_style.java:1602 build/trans_style.java:1610
     30756#: build/trans_style.java:1618
    3046730757msgid "power"
    3046830758msgstr "energia"
     
    3047230762#. <scale_max>50000</scale_max>
    3047330763#. </rule>
    30474 #. 
     30764#.
    3047530765#. <rule>
    3047630766#. <condition k="man_made" v="pier"/>
    3047730767#. color pier
    30478 #: build/trans_style.java:1634 build/trans_style.java:1635
     30768#: build/trans_style.java:1659 build/trans_style.java:1660
    3047930769msgid "pier"
    3048030770msgstr "nabrzeże"
     
    3048530775#. <scale_max>50000</scale_max>
    3048630776#. </rule>
    30487 #. 
     30777#.
    3048830778#. <rule>
    3048930779#. <condition k="man_made" v="pipeline"/>
    30490 #: build/trans_style.java:1643
     30780#: build/trans_style.java:1668
    3049130781msgid "pipeline"
    3049230782msgstr ""
     
    3049630786#. <scale_max>50000</scale_max>
    3049730787#. </rule>
    30498 #. 
     30788#.
    3049930789#. <!--leisure tags -->
    30500 #. 
     30790#.
    3050130791#. <rule>
    3050230792#. <condition k="leisure" v="sports_centre"/>
     
    3050630796#. <scale_max>50000</scale_max>
    3050730797#. </rule>
    30508 #. 
     30798#.
    3050930799#. <rule>
    3051030800#. <condition k="leisure" v="golf_course"/>
     
    3051430804#. <scale_max>50000</scale_max>
    3051530805#. </rule>
    30516 #. 
     30806#.
    3051730807#. <rule>
    3051830808#. <condition k="leisure" v="stadium"/>
     
    3052230812#. <scale_max>50000</scale_max>
    3052330813#. </rule>
    30524 #. 
     30814#.
    3052530815#. <rule>
    3052630816#. <condition k="leisure" v="track"/>
     
    3053030820#. <scale_max>50000</scale_max>
    3053130821#. </rule>
    30532 #. 
     30822#.
    3053330823#. <rule>
    3053430824#. <condition k="leisure" v="pitch"/>
     
    3053830828#. <scale_max>50000</scale_max>
    3053930829#. </rule>
    30540 #. 
     30830#.
    3054130831#. <rule>
    3054230832#. <condition k="leisure" v="water_park"/>
     
    3054630836#. <scale_max>50000</scale_max>
    3054730837#. </rule>
    30548 #. 
     30838#.
    3054930839#. <rule>
    3055030840#. <condition k="leisure" v="slipway"/>
     
    3055430844#. <scale_max>50000</scale_max>
    3055530845#. </rule>
    30556 #. 
     30846#.
    3055730847#. <rule>
    3055830848#. <condition k="leisure" v="fishing"/>
     
    3056230852#. <scale_max>50000</scale_max>
    3056330853#. </rule>
    30564 #. 
     30854#.
    3056530855#. <rule>
    3056630856#. <condition k="leisure" v="nature_reserve"/>
     
    3057030860#. <scale_max>50000</scale_max>
    3057130861#. </rule>
    30572 #. 
     30862#.
    3057330863#. <rule>
    3057430864#. <condition k="leisure" v="park"/>
     
    3057830868#. <scale_max>50000</scale_max>
    3057930869#. </rule>
    30580 #. 
     30870#.
    3058130871#. <rule>
    3058230872#. <condition k="leisure" v="playground"/>
     
    3058630876#. <scale_max>50000</scale_max>
    3058730877#. </rule>
    30588 #. 
     30878#.
    3058930879#. <rule>
    3059030880#. <condition k="leisure" v="garden"/>
     
    3059430884#. <scale_max>50000</scale_max>
    3059530885#. </rule>
    30596 #. 
     30886#.
    3059730887#. <rule>
    3059830888#. <condition k="leisure" v="common"/>
     
    3060230892#. <scale_max>50000</scale_max>
    3060330893#. </rule>
    30604 #. 
     30894#.
    3060530895#. <rule>
    3060630896#. <condition k="leisure" v="swimming_pool"/>
     
    3061030900#. <scale_max>50000</scale_max>
    3061130901#. </rule>
    30612 #. 
     30902#.
    3061330903#. <rule>
    3061430904#. <condition k="leisure" v="miniature_golf"/>
     
    3061830908#. <scale_max>50000</scale_max>
    3061930909#. </rule>
    30620 #. 
     30910#.
    3062130911#. <rule>
    3062230912#. <condition k="leisure" v="dog_park"/>
     
    3062630916#. <scale_max>50000</scale_max>
    3062730917#. </rule>
    30628 #. 
     30918#.
    3062930919#. <rule>
    3063030920#. <condition k="leisure" v="ice_rink"/>
    3063130921#. <icon annotate="true" src="sport/hockey.png"/>
    30632 #: build/trans_style.java:1741 build/trans_style.java:1749
    30633 #: build/trans_style.java:1757 build/trans_style.java:1765
    30634 #: build/trans_style.java:1773 build/trans_style.java:1781
    30635 #: build/trans_style.java:1797 build/trans_style.java:1805
    30636 #: build/trans_style.java:1813 build/trans_style.java:1821
    30637 #: build/trans_style.java:1829 build/trans_style.java:1837
    30638 #: build/trans_style.java:1845 build/trans_style.java:1853
    30639 #: build/trans_style.java:1861 build/trans_style.java:1869
    30640 #: build/trans_style.java:1877
     30922#: build/trans_style.java:1766 build/trans_style.java:1774
     30923#: build/trans_style.java:1782 build/trans_style.java:1790
     30924#: build/trans_style.java:1798 build/trans_style.java:1806
     30925#: build/trans_style.java:1822 build/trans_style.java:1830
     30926#: build/trans_style.java:1838 build/trans_style.java:1846
     30927#: build/trans_style.java:1854 build/trans_style.java:1862
     30928#: build/trans_style.java:1870 build/trans_style.java:1878
     30929#: build/trans_style.java:1886 build/trans_style.java:1894
     30930#: build/trans_style.java:1902
    3064130931msgid "leisure"
    3064230932msgstr "wypoczynek"
     
    3064630936#. <scale_max>50000</scale_max>
    3064730937#. </rule>
    30648 #. 
     30938#.
    3064930939#. <rule>
    3065030940#. <condition k="leisure" v="marina"/>
    3065130941#. <icon annotate="true" src="nautical/marina.png"/>
    30652 #: build/trans_style.java:1789
     30942#: build/trans_style.java:1814
    3065330943msgid "marina"
    3065430944msgstr "marina"
     
    3065830948#. <scale_max>50000</scale_max>
    3065930949#. </rule>
    30660 #. 
     30950#.
    3066130951#. <!--amenity tags -->
    30662 #. 
     30952#.
    3066330953#. <rule>
    3066430954#. <condition k="amenity" v="pub"/>
     
    3066830958#. <scale_max>50000</scale_max>
    3066930959#. </rule>
    30670 #. 
     30960#.
    3067130961#. <rule>
    3067230962#. <condition k="amenity" v="biergarten"/>
     
    3067630966#. <scale_max>50000</scale_max>
    3067730967#. </rule>
    30678 #. 
     30968#.
    3067930969#. <rule>
    3068030970#. <condition k="amenity" v="nightclub"/>
     
    3068430974#. <scale_max>50000</scale_max>
    3068530975#. </rule>
    30686 #. 
     30976#.
    3068730977#. <rule>
    3068830978#. <condition k="amenity" v="stripclub"/>
     
    3069230982#. <scale_max>50000</scale_max>
    3069330983#. </rule>
    30694 #. 
     30984#.
    3069530985#. <rule>
    3069630986#. <condition k="amenity" v="brothel"/>
     
    3070030990#. <scale_max>50000</scale_max>
    3070130991#. </rule>
    30702 #. 
     30992#.
    3070330993#. <rule>
    3070430994#. <condition k="amenity" v="cafe"/>
     
    3070830998#. <scale_max>50000</scale_max>
    3070930999#. </rule>
    30710 #. 
     31000#.
    3071131001#. <rule>
    3071231002#. <condition k="amenity" v="restaurant"/>
     
    3071631006#. <scale_max>50000</scale_max>
    3071731007#. </rule>
    30718 #. 
     31008#.
    3071931009#. <rule>
    3072031010#. <condition k="amenity" v="food_court"/>
     
    3072431014#. <scale_max>50000</scale_max>
    3072531015#. </rule>
    30726 #. 
     31016#.
    3072731017#. <rule>
    3072831018#. <condition k="amenity" v="fast_food"/>
     
    3073231022#. <scale_max>50000</scale_max>
    3073331023#. </rule>
    30734 #. 
     31024#.
    3073531025#. <rule>
    3073631026#. <condition k="amenity" v="bar"/>
     
    3074031030#. <scale_max>50000</scale_max>
    3074131031#. </rule>
    30742 #. 
     31032#.
    3074331033#. <rule>
    3074431034#. <condition k="amenity" v="ice_cream"/>
    3074531035#. <icon annotate="true" src="food/icecream.png"/>
    30746 #: build/trans_style.java:1887 build/trans_style.java:1895
    30747 #: build/trans_style.java:1903 build/trans_style.java:1911
    30748 #: build/trans_style.java:1919 build/trans_style.java:1927
    30749 #: build/trans_style.java:1935 build/trans_style.java:1943
    30750 #: build/trans_style.java:1951 build/trans_style.java:1959
    30751 #: build/trans_style.java:1967
     31036#: build/trans_style.java:1912 build/trans_style.java:1920
     31037#: build/trans_style.java:1928 build/trans_style.java:1936
     31038#: build/trans_style.java:1944 build/trans_style.java:1952
     31039#: build/trans_style.java:1960 build/trans_style.java:1968
     31040#: build/trans_style.java:1976 build/trans_style.java:1984
     31041#: build/trans_style.java:1992
    3075231042msgid "amenity"
    3075331043msgstr "udogodnienie"
     
    3075731047#. <scale_max>50000</scale_max>
    3075831048#. </rule>
    30759 #. 
     31049#.
    3076031050#. <rule>
    3076131051#. <condition k="parking" v="multi-storey"/>
     
    3076531055#. <scale_max>50000</scale_max>
    3076631056#. </rule>
    30767 #. 
     31057#.
    3076831058#. <rule>
    3076931059#. <condition k="parking" v="underground"/>
     
    3077331063#. <scale_max>50000</scale_max>
    3077431064#. </rule>
    30775 #. 
     31065#.
    3077631066#. <rule>
    3077731067#. <condition k="parking" v="park_and_ride"/>
     
    3078131071#. <scale_max>50000</scale_max>
    3078231072#. </rule>
    30783 #. 
     31073#.
    3078431074#. <rule>
    3078531075#. <condition k="parking" v="surface"/>
     
    3078931079#. <scale_max>50000</scale_max>
    3079031080#. </rule>
    30791 #. 
     31081#.
    3079231082#. <rule>
    3079331083#. <condition k="amenity" v="parking"/>
     
    3079731087#. <scale_max>50000</scale_max>
    3079831088#. </rule>
    30799 #. 
     31089#.
    3080031090#. <rule>
    3080131091#. <condition k="amenity" v="bicycle_parking"/>
     
    3080531095#. <scale_max>50000</scale_max>
    3080631096#. </rule>
    30807 #. 
     31097#.
    3080831098#. <rule>
    3080931099#. <condition k="amenity" v="bicycle_rental"/>
     
    3081331103#. <scale_max>50000</scale_max>
    3081431104#. </rule>
    30815 #. 
     31105#.
    3081631106#. <rule>
    3081731107#. <condition k="amenity" v="car_rental"/>
     
    3082131111#. <scale_max>50000</scale_max>
    3082231112#. </rule>
    30823 #. 
     31113#.
    3082431114#. <rule>
    3082531115#. <condition k="amenity" v="car_sharing"/>
     
    3082931119#. <scale_max>50000</scale_max>
    3083031120#. </rule>
    30831 #. 
     31121#.
    3083231122#. <rule>
    3083331123#. <condition k="amenity" v="car_wash"/>
     
    3083731127#. <scale_max>50000</scale_max>
    3083831128#. </rule>
    30839 #. 
     31129#.
    3084031130#. <rule>
    3084131131#. <condition k="amenity" v="taxi"/>
     
    3084531135#. <scale_max>50000</scale_max>
    3084631136#. </rule>
    30847 #. 
     31137#.
    3084831138#. <rule>
    3084931139#. <condition k="amenity" v="fuel"/>
    3085031140#. <icon annotate="true" src="vehicle/fuel.png" priority="10000"/>
    30851 #: build/trans_style.java:1975 build/trans_style.java:1983
    30852 #: build/trans_style.java:1991 build/trans_style.java:1999
    30853 #: build/trans_style.java:2007 build/trans_style.java:2015
    30854 #: build/trans_style.java:2023 build/trans_style.java:2031
    30855 #: build/trans_style.java:2039 build/trans_style.java:2046
    30856 #: build/trans_style.java:2055 build/trans_style.java:2063
     31141#: build/trans_style.java:2000 build/trans_style.java:2008
     31142#: build/trans_style.java:2016 build/trans_style.java:2024
     31143#: build/trans_style.java:2032 build/trans_style.java:2040
     31144#: build/trans_style.java:2048 build/trans_style.java:2056
     31145#: build/trans_style.java:2064 build/trans_style.java:2071
     31146#: build/trans_style.java:2080 build/trans_style.java:2088
    3085731147msgid "amenity_traffic"
    3085831148msgstr ""
     
    3086231152#. <scale_max>50000</scale_max>
    3086331153#. </rule>
    30864 #. 
     31154#.
    3086531155#. <rule>
    3086631156#. <condition k="amenity" v="grit_bin"/>
     
    3086931159#. <scale_max>50000</scale_max>
    3087031160#. </rule>
    30871 #. 
     31161#.
    3087231162#. <rule>
    3087331163#. <condition k="amenity" v="telephone"/>
     
    3087731167#. <scale_max>50000</scale_max>
    3087831168#. </rule>
    30879 #. 
     31169#.
    3088031170#. <rule>
    3088131171#. <condition k="amenity" v="clock"/>
     
    3088431174#. <scale_max>50000</scale_max>
    3088531175#. </rule>
    30886 #. 
     31176#.
    3088731177#. <rule>
    3088831178#. <condition k="amenity" v="emergency_phone"/>
     
    3089231182#. <scale_max>50000</scale_max>
    3089331183#. </rule>
    30894 #. 
     31184#.
    3089531185#. <rule>
    3089631186#. <condition k="amenity" v="toilets"/>
     
    3090031190#. <scale_max>50000</scale_max>
    3090131191#. </rule>
    30902 #. 
     31192#.
    3090331193#. <rule>
    3090431194#. <condition k="amenity" v="recycling"/>
     
    3090831198#. <scale_max>50000</scale_max>
    3090931199#. </rule>
    30910 #. 
     31200#.
    3091131201#. <rule>
    3091231202#. <condition k="amenity" v="waste_basket"/>
     
    3091531205#. <scale_max>50000</scale_max>
    3091631206#. </rule>
    30917 #. 
     31207#.
    3091831208#. <rule>
    3091931209#. <condition k="amenity" v="public_building"/>
     
    3092331213#. <scale_max>50000</scale_max>
    3092431214#. </rule>
    30925 #. 
     31215#.
    3092631216#. <rule>
    3092731217#. <condition k="amenity" v="embassy"/>
     
    3093131221#. <scale_max>50000</scale_max>
    3093231222#. </rule>
    30933 #. 
     31223#.
    3093431224#. <rule>
    3093531225#. <condition k="amenity" v="townhall"/>
     
    3093931229#. <scale_max>50000</scale_max>
    3094031230#. </rule>
    30941 #. 
     31231#.
    3094231232#. <rule>
    3094331233#. <condition k="amenity" v="community_centre"/>
     
    3094731237#. <scale_max>50000</scale_max>
    3094831238#. </rule>
    30949 #. 
     31239#.
    3095031240#. <rule>
    3095131241#. <condition k="religion" v="bahai"/>
     
    3095431244#. <scale_max>50000</scale_max>
    3095531245#. </rule>
    30956 #. 
     31246#.
    3095731247#. <rule>
    3095831248#. <condition k="religion" v="buddhist"/>
     
    3096131251#. <scale_max>50000</scale_max>
    3096231252#. </rule>
    30963 #. 
     31253#.
    3096431254#. <rule>
    3096531255#. <condition k="religion" v="christian"/>
     
    3096831258#. <scale_max>50000</scale_max>
    3096931259#. </rule>
    30970 #. 
     31260#.
    3097131261#. <rule>
    3097231262#. <condition k="religion" v="hindu"/>
     
    3097531265#. <scale_max>50000</scale_max>
    3097631266#. </rule>
    30977 #. 
     31267#.
    3097831268#. <rule>
    3097931269#. <condition k="religion" v="jain"/>
     
    3098231272#. <scale_max>50000</scale_max>
    3098331273#. </rule>
    30984 #. 
     31274#.
    3098531275#. <rule>
    3098631276#. <condition k="religion" v="jewish"/>
     
    3098931279#. <scale_max>50000</scale_max>
    3099031280#. </rule>
    30991 #. 
     31281#.
    3099231282#. <rule>
    3099331283#. <condition k="religion" v="muslim"/>
     
    3099631286#. <scale_max>50000</scale_max>
    3099731287#. </rule>
    30998 #. 
     31288#.
    3099931289#. <rule>
    3100031290#. <condition k="religion" v="sikh"/>
     
    3100331293#. <scale_max>50000</scale_max>
    3100431294#. </rule>
    31005 #. 
     31295#.
    3100631296#. <rule>
    3100731297#. <condition k="religion" v="shinto"/>
     
    3101031300#. <scale_max>50000</scale_max>
    3101131301#. </rule>
    31012 #. 
     31302#.
    3101331303#. <rule>
    3101431304#. <condition k="religion" v="spiritualist"/>
     
    3101731307#. <scale_max>50000</scale_max>
    3101831308#. </rule>
    31019 #. 
     31309#.
    3102031310#. <rule>
    3102131311#. <condition k="religion" v="taoist"/>
     
    3102431314#. <scale_max>50000</scale_max>
    3102531315#. </rule>
    31026 #. 
     31316#.
    3102731317#. <rule>
    3102831318#. <condition k="religion" v="unitarian"/>
     
    3103131321#. <scale_max>50000</scale_max>
    3103231322#. </rule>
    31033 #. 
     31323#.
    3103431324#. <rule>
    3103531325#. <condition k="religion" v="zoroastrian"/>
     
    3103831328#. <scale_max>50000</scale_max>
    3103931329#. </rule>
    31040 #. 
     31330#.
    3104131331#. <rule>
    3104231332#. <condition k="amenity" v="place_of_worship"/>
     
    3104631336#. <scale_max>50000</scale_max>
    3104731337#. </rule>
    31048 #. 
     31338#.
    3104931339#. <rule>
    3105031340#. <condition k="amenity" v="grave_yard"/>
     
    3105431344#. <scale_max>50000</scale_max>
    3105531345#. </rule>
    31056 #. 
     31346#.
    3105731347#. <rule>
    3105831348#. <condition k="amenity" v="crematorium"/>
     
    3106231352#. <scale_max>50000</scale_max>
    3106331353#. </rule>
    31064 #. 
     31354#.
    3106531355#. <rule>
    3106631356#. <condition k="amenity" v="post_office"/>
     
    3107031360#. <scale_max>50000</scale_max>
    3107131361#. </rule>
    31072 #. 
     31362#.
    3107331363#. <rule>
    3107431364#. <condition k="amenity" v="post_box"/>
     
    3107831368#. <scale_max>50000</scale_max>
    3107931369#. </rule>
    31080 #. 
     31370#.
    3108131371#. <rule>
    3108231372#. <condition k="amenity" v="school"/>
     
    3108631376#. <scale_max>50000</scale_max>
    3108731377#. </rule>
    31088 #. 
     31378#.
    3108931379#. <rule>
    3109031380#. <condition k="amenity" v="university"/>
     
    3109431384#. <scale_max>50000</scale_max>
    3109531385#. </rule>
    31096 #. 
     31386#.
    3109731387#. <rule>
    3109831388#. <condition k="amenity" v="college"/>
     
    3110231392#. <scale_max>50000</scale_max>
    3110331393#. </rule>
    31104 #. 
     31394#.
    3110531395#. <rule>
    3110631396#. <condition k="amenity" v="kindergarten"/>
     
    3111031400#. <scale_max>50000</scale_max>
    3111131401#. </rule>
    31112 #. 
     31402#.
    3111331403#. <rule>
    3111431404#. <condition k="amenity" v="driving_school"/>
     
    3111931409#. <scale_max>50000</scale_max>
    3112031410#. </rule>
    31121 #. 
     31411#.
    3112231412#. <rule>
    3112331413#. <condition k="amenity" v="library"/>
     
    3112731417#. <scale_max>50000</scale_max>
    3112831418#. </rule>
    31129 #. 
     31419#.
    3113031420#. <rule>
    3113131421#. <condition k="amenity" v="police"/>
     
    3113531425#. <scale_max>50000</scale_max>
    3113631426#. </rule>
    31137 #. 
     31427#.
    3113831428#. <rule>
    3113931429#. <condition k="amenity" v="fire_station"/>
     
    3114331433#. <scale_max>50000</scale_max>
    3114431434#. </rule>
    31145 #. 
     31435#.
    3114631436#. <rule>
    3114731437#. <condition k="amenity" v="bus_station"/>
     
    3115131441#. <scale_max>50000</scale_max>
    3115231442#. </rule>
    31153 #. 
     31443#.
    3115431444#. <rule>
    3115531445#. <condition k="amenity" v="ferry_terminal"/>
     
    3115931449#. <scale_max>50000</scale_max>
    3116031450#. </rule>
    31161 #. 
     31451#.
    3116231452#. <rule>
    3116331453#. <condition k="amenity" v="theatre"/>
     
    3116731457#. <scale_max>50000</scale_max>
    3116831458#. </rule>
    31169 #. 
     31459#.
    3117031460#. <rule>
    3117131461#. <condition k="amenity" v="cinema"/>
     
    3117531465#. <scale_max>50000</scale_max>
    3117631466#. </rule>
    31177 #. 
     31467#.
    3117831468#. <rule>
    3117931469#. <condition k="amenity" v="arts_centre"/>
     
    3118331473#. <scale_max>50000</scale_max>
    3118431474#. </rule>
    31185 #. 
     31475#.
    3118631476#. <rule>
    3118731477#. <condition k="amenity" v="courthouse"/>
     
    3119131481#. <scale_max>50000</scale_max>
    3119231482#. </rule>
    31193 #. 
     31483#.
    3119431484#. <rule>
    3119531485#. <condition k="amenity" v="prison"/>
     
    3119931489#. <scale_max>50000</scale_max>
    3120031490#. </rule>
    31201 #. 
     31491#.
    3120231492#. <rule>
    3120331493#. <condition k="amenity" v="bank"/>
     
    3120731497#. <scale_max>50000</scale_max>
    3120831498#. </rule>
    31209 #. 
     31499#.
    3121031500#. <rule>
    3121131501#. <condition k="amenity" v="bureau_de_change"/>
     
    3121531505#. <scale_max>50000</scale_max>
    3121631506#. </rule>
    31217 #. 
     31507#.
    3121831508#. <rule>
    3121931509#. <condition k="amenity" v="atm"/>
     
    3122331513#. <scale_max>50000</scale_max>
    3122431514#. </rule>
    31225 #. 
     31515#.
    3122631516#. <rule>
    3122731517#. <condition k="amenity" v="bench"/>
     
    3123131521#. <scale_max>50000</scale_max>
    3123231522#. </rule>
    31233 #. 
     31523#.
    3123431524#. <rule>
    3123531525#. <condition k="amenity" v="bbq"/>
     
    3123931529#. <scale_max>50000</scale_max>
    3124031530#. </rule>
    31241 #.
     31531#.
     31532#. <rule>
     31533#. <condition k="amenity" v="fire_hydrant"/>
     31534#. color amenity_light
     31535#. <icon annotate="true" src="service/fire_hydrant.png"/>
     31536#. <scale_min>1</scale_min>
     31537#. <scale_max>50000</scale_max>
     31538#. </rule>
     31539#.
    3124231540#. <rule>
    3124331541#. <condition k="amenity" v="shelter"/>
     
    3124731545#. <scale_max>50000</scale_max>
    3124831546#. </rule>
    31249 #. 
     31547#.
    3125031548#. <rule>
    3125131549#. <condition k="amenity" v="hunting_stand"/>
     
    3125531553#. <scale_max>50000</scale_max>
    3125631554#. </rule>
    31257 #. 
     31555#.
    3125831556#. <rule>
    3125931557#. <condition k="amenity" v="marketplace"/>
     
    3126331561#. <scale_max>50000</scale_max>
    3126431562#. </rule>
    31265 #. 
     31563#.
    3126631564#. <rule>
    3126731565#. <condition k="amenity" v="wlan"/>
     
    3127131569#. <scale_max>50000</scale_max>
    3127231570#. </rule>
    31273 #. 
     31571#.
    3127431572#. <rule>
    3127531573#. <condition k="vending" v="excrement_bags"/>
     
    3127831576#. <scale_max>50000</scale_max>
    3127931577#. </rule>
    31280 #. 
     31578#.
    3128131579#. <rule>
    3128231580#. <condition k="amenity" v="vending_machine"/>
    3128331581#. <icon src="transport/ticket-machine.png" priority="-10"/>
    31284 #: build/trans_style.java:2078 build/trans_style.java:2093
    31285 #: build/trans_style.java:2101 build/trans_style.java:2109
    31286 #: build/trans_style.java:2124 build/trans_style.java:2132
    31287 #: build/trans_style.java:2140 build/trans_style.java:2148
    31288 #: build/trans_style.java:2263 build/trans_style.java:2271
    31289 #: build/trans_style.java:2278 build/trans_style.java:2287
    31290 #: build/trans_style.java:2295 build/trans_style.java:2303
    31291 #: build/trans_style.java:2311 build/trans_style.java:2319
    31292 #: build/trans_style.java:2327 build/trans_style.java:2335
    31293 #: build/trans_style.java:2398 build/trans_style.java:2406
    31294 #: build/trans_style.java:2414 build/trans_style.java:2423
    31295 #: build/trans_style.java:2431 build/trans_style.java:2438
    31296 #: build/trans_style.java:2446 build/trans_style.java:2454
    31297 #: build/trans_style.java:2462 build/trans_style.java:2470
    31298 #: build/trans_style.java:2478 build/trans_style.java:2486
    31299 #: build/trans_style.java:2494 build/trans_style.java:2502
    31300 #: build/trans_style.java:2510 build/trans_style.java:2518
    31301 #: build/trans_style.java:2526 build/trans_style.java:2534
    31302 #: build/trans_style.java:2543 build/trans_style.java:2558
     31582#: build/trans_style.java:2103 build/trans_style.java:2118
     31583#: build/trans_style.java:2126 build/trans_style.java:2134
     31584#: build/trans_style.java:2149 build/trans_style.java:2157
     31585#: build/trans_style.java:2165 build/trans_style.java:2173
     31586#: build/trans_style.java:2288 build/trans_style.java:2296
     31587#: build/trans_style.java:2303 build/trans_style.java:2312
     31588#: build/trans_style.java:2320 build/trans_style.java:2328
     31589#: build/trans_style.java:2336 build/trans_style.java:2344
     31590#: build/trans_style.java:2352 build/trans_style.java:2360
     31591#: build/trans_style.java:2423 build/trans_style.java:2431
     31592#: build/trans_style.java:2439 build/trans_style.java:2448
     31593#: build/trans_style.java:2456 build/trans_style.java:2463
     31594#: build/trans_style.java:2471 build/trans_style.java:2479
     31595#: build/trans_style.java:2487 build/trans_style.java:2495
     31596#: build/trans_style.java:2503 build/trans_style.java:2511
     31597#: build/trans_style.java:2519 build/trans_style.java:2527
     31598#: build/trans_style.java:2535 build/trans_style.java:2543
     31599#: build/trans_style.java:2551 build/trans_style.java:2559
     31600#: build/trans_style.java:2567 build/trans_style.java:2576
     31601#: build/trans_style.java:2591
    3130331602msgid "amenity_light"
    3130431603msgstr ""
     
    3130831607#. <scale_max>50000</scale_max>
    3130931608#. </rule>
    31310 #. 
     31609#.
    3131131610#. <rule>
    3131231611#. <condition k="amenity" v="drinking_water"/>
     
    3131631615#. <scale_max>50000</scale_max>
    3131731616#. </rule>
    31318 #. 
     31617#.
    3131931618#. <rule>
    3132031619#. <condition k="amenity" v="fountain"/>
     
    3132431623#. <scale_max>50000</scale_max>
    3132531624#. </rule>
    31326 #. 
     31625#.
    3132731626#. <!--natural tags -->
    31328 #. 
     31627#.
    3132931628#. <rule>
    3133031629#. <condition k="natural" v="spring"/>
    3133131630#. <icon annotate="true" src="misc/landmark/spring.png"/>
    31332 #: build/trans_style.java:2156 build/trans_style.java:2164
    31333 #: build/trans_style.java:3403
     31631#: build/trans_style.java:2181 build/trans_style.java:2189
     31632#: build/trans_style.java:3436
    3133431633msgid "light_water"
    3133531634msgstr ""
     
    3133931638#. <scale_max>50000</scale_max>
    3134031639#. </rule>
    31341 #. 
     31640#.
    3134231641#. <rule>
    3134331642#. <condition k="amenity" v="pharmacy"/>
     
    3134731646#. <scale_max>50000</scale_max>
    3134831647#. </rule>
    31349 #. 
     31648#.
    3135031649#. <rule>
    3135131650#. <condition k="amenity" v="hospital"/>
     
    3135531654#. <scale_max>50000</scale_max>
    3135631655#. </rule>
    31357 #. 
     31656#.
    3135831657#. <rule>
    3135931658#. <condition k="amenity" v="nursery"/>
     
    3136331662#. <scale_max>50000</scale_max>
    3136431663#. </rule>
    31365 #. 
     31664#.
    3136631665#. <rule>
    3136731666#. <condition k="amenity" v="baby_hatch"/>
     
    3137131670#. <scale_max>50000</scale_max>
    3137231671#. </rule>
    31373 #. 
     31672#.
    3137431673#. <rule>
    3137531674#. <condition k="amenity" v="doctors"/>
     
    3137931678#. <scale_max>50000</scale_max>
    3138031679#. </rule>
    31381 #. 
     31680#.
    3138231681#. <rule>
    3138331682#. <condition k="amenity" v="dentist"/>
     
    3138731686#. <scale_max>50000</scale_max>
    3138831687#. </rule>
    31389 #. 
     31688#.
    3139031689#. <rule>
    3139131690#. <condition k="amenity" v="veterinary"/>
    31392 #: build/trans_style.java:2342 build/trans_style.java:2350
    31393 #: build/trans_style.java:2358 build/trans_style.java:2367
    31394 #: build/trans_style.java:2374 build/trans_style.java:2382
    31395 #: build/trans_style.java:2390
     31691#: build/trans_style.java:2367 build/trans_style.java:2375
     31692#: build/trans_style.java:2383 build/trans_style.java:2392
     31693#: build/trans_style.java:2399 build/trans_style.java:2407
     31694#: build/trans_style.java:2415
    3139631695msgid "health"
    3139731696msgstr "zdrowie"
     
    3140131700#. <scale_max>50000</scale_max>
    3140231701#. </rule>
    31403 #. 
     31702#.
    3140431703#. <!--shop tags -->
    31405 #. 
     31704#.
    3140631705#. <rule>
    3140731706#. <condition k="shop" v="supermarket"/>
     
    3141131710#. <scale_max>50000</scale_max>
    3141231711#. </rule>
    31413 #. 
     31712#.
    3141431713#. <rule>
    3141531714#. <condition k="shop" v="convenience"/>
     
    3141931718#. <scale_max>50000</scale_max>
    3142031719#. </rule>
    31421 #. 
     31720#.
    3142231721#. <rule>
    3142331722#. <condition k="shop" v="bakery"/>
     
    3142731726#. <scale_max>50000</scale_max>
    3142831727#. </rule>
    31429 #. 
     31728#.
    3143031729#. <rule>
    3143131730#. <condition k="shop" v="butcher"/>
     
    3143531734#. <scale_max>50000</scale_max>
    3143631735#. </rule>
    31437 #. 
     31736#.
    3143831737#. <rule>
    3143931738#. <condition k="shop" v="bicycle"/>
     
    3144331742#. <scale_max>50000</scale_max>
    3144431743#. </rule>
    31445 #. 
     31744#.
    3144631745#. <rule>
    3144731746#. <condition k="shop" v="doityourself"/>
     
    3145131750#. <scale_max>50000</scale_max>
    3145231751#. </rule>
    31453 #. 
     31752#.
    3145431753#. <rule>
    3145531754#. <condition k="shop" v="dry_cleaning"/>
     
    3145931758#. <scale_max>50000</scale_max>
    3146031759#. </rule>
    31461 #. 
     31760#.
    3146231761#. <rule>
    3146331762#. <condition k="shop" v="laundry"/>
     
    3146731766#. <scale_max>50000</scale_max>
    3146831767#. </rule>
    31469 #. 
     31768#.
    3147031769#. <rule>
    3147131770#. <condition k="shop" v="outdoor"/>
     
    3147531774#. <scale_max>50000</scale_max>
    3147631775#. </rule>
    31477 #. 
     31776#.
    3147831777#. <rule>
    3147931778#. <condition k="shop" v="kiosk"/>
     
    3148331782#. <scale_max>50000</scale_max>
    3148431783#. </rule>
    31485 #. 
     31784#.
    3148631785#. <rule>
    3148731786#. <condition k="shop" v="alcohol"/>
     
    3149131790#. <scale_max>50000</scale_max>
    3149231791#. </rule>
    31493 #. 
     31792#.
    3149431793#. <rule>
    3149531794#. <condition k="shop" v="beverages"/>
     
    3149931798#. <scale_max>50000</scale_max>
    3150031799#. </rule>
    31501 #. 
     31800#.
    3150231801#. <rule>
    3150331802#. <condition k="shop" v="books"/>
     
    3150731806#. <scale_max>50000</scale_max>
    3150831807#. </rule>
    31509 #. 
     31808#.
    3151031809#. <rule>
    3151131810#. <condition k="shop" v="car"/>
     
    3151531814#. <scale_max>50000</scale_max>
    3151631815#. </rule>
    31517 #. 
     31816#.
    3151831817#. <rule>
    3151931818#. <condition k="shop" v="car_dealer"/>
     
    3152331822#. <scale_max>50000</scale_max>
    3152431823#. </rule>
    31525 #. 
     31824#.
    3152631825#. <rule>
    3152731826#. <condition k="shop" v="car_repair"/>
     
    3153131830#. <scale_max>50000</scale_max>
    3153231831#. </rule>
    31533 #. 
     31832#.
    3153431833#. <rule>
    3153531834#. <condition k="shop" v="chemist"/>
     
    3153931838#. <scale_max>50000</scale_max>
    3154031839#. </rule>
    31541 #. 
     31840#.
    3154231841#. <rule>
    3154331842#. <condition k="shop" v="clothes"/>
     
    3154731846#. <scale_max>50000</scale_max>
    3154831847#. </rule>
    31549 #. 
     31848#.
    3155031849#. <rule>
    3155131850#. <condition k="shop" v="computer"/>
     
    3155531854#. <scale_max>50000</scale_max>
    3155631855#. </rule>
    31557 #. 
     31856#.
    3155831857#. <rule>
    3155931858#. <condition k="shop" v="cycle_repair"/>
     
    3156331862#. <scale_max>50000</scale_max>
    3156431863#. </rule>
    31565 #. 
     31864#.
    3156631865#. <rule>
    3156731866#. <condition k="shop" v="department_store"/>
     
    3157131870#. <scale_max>50000</scale_max>
    3157231871#. </rule>
    31573 #. 
     31872#.
    3157431873#. <rule>
    3157531874#. <condition k="shop" v="electronics"/>
     
    3157931878#. <scale_max>50000</scale_max>
    3158031879#. </rule>
    31581 #. 
     31880#.
    3158231881#. <rule>
    3158331882#. <condition k="shop" v="furniture"/>
     
    3158731886#. <scale_max>50000</scale_max>
    3158831887#. </rule>
    31589 #. 
     31888#.
    3159031889#. <rule>
    3159131890#. <condition k="shop" v="florist"/>
     
    3159531894#. <scale_max>50000</scale_max>
    3159631895#. </rule>
    31597 #. 
     31896#.
    3159831897#. <rule>
    3159931898#. <condition k="shop" v="groceries"/>
     
    3160331902#. <scale_max>50000</scale_max>
    3160431903#. </rule>
    31605 #. 
     31904#.
    3160631905#. <rule>
    3160731906#. <condition k="shop" v="garden_centre"/>
     
    3161131910#. <scale_max>50000</scale_max>
    3161231911#. </rule>
    31613 #. 
     31912#.
    3161431913#. <rule>
    3161531914#. <condition k="shop" v="hairdresser"/>
     
    3161931918#. <scale_max>50000</scale_max>
    3162031919#. </rule>
    31621 #. 
     31920#.
    3162231921#. <rule>
    3162331922#. <condition k="shop" v="hardware"/>
     
    3162731926#. <scale_max>50000</scale_max>
    3162831927#. </rule>
    31629 #. 
     31928#.
    3163031929#. <rule>
    3163131930#. <condition k="shop" v="hifi"/>
     
    3163531934#. <scale_max>50000</scale_max>
    3163631935#. </rule>
    31637 #. 
     31936#.
    3163831937#. <rule>
    3163931938#. <condition k="shop" v="jewelry"/>
     
    3164331942#. <scale_max>50000</scale_max>
    3164431943#. </rule>
    31645 #. 
     31944#.
    3164631945#. <rule>
    3164731946#. <condition k="shop" v="mall"/>
     
    3165131950#. <scale_max>50000</scale_max>
    3165231951#. </rule>
    31653 #. 
     31952#.
    3165431953#. <rule>
    3165531954#. <condition k="shop" v="motorcycle"/>
     
    3165931958#. <scale_max>50000</scale_max>
    3166031959#. </rule>
    31661 #. 
     31960#.
    3166231961#. <rule>
    3166331962#. <condition k="shop" v="newsagent"/>
     
    3166731966#. <scale_max>50000</scale_max>
    3166831967#. </rule>
    31669 #. 
     31968#.
    3167031969#. <rule>
    3167131970#. <condition k="shop" v="organic"/>
     
    3167531974#. <scale_max>50000</scale_max>
    3167631975#. </rule>
    31677 #. 
     31976#.
    3167831977#. <rule>
    3167931978#. <condition k="shop" v="optician"/>
     
    3168331982#. <scale_max>50000</scale_max>
    3168431983#. </rule>
    31685 #. 
     31984#.
    3168631985#. <rule>
    3168731986#. <condition k="shop" v="shoes"/>
     
    3169131990#. <scale_max>50000</scale_max>
    3169231991#. </rule>
    31693 #. 
     31992#.
    3169431993#. <rule>
    3169531994#. <condition k="shop" v="sports"/>
     
    3169931998#. <scale_max>50000</scale_max>
    3170031999#. </rule>
    31701 #. 
     32000#.
    3170232001#. <rule>
    3170332002#. <condition k="shop" v="stationery"/>
     
    3170732006#. <scale_max>50000</scale_max>
    3170832007#. </rule>
    31709 #. 
     32008#.
    3171032009#. <rule>
    3171132010#. <condition k="shop" v="tailor"/>
     
    3171532014#. <scale_max>50000</scale_max>
    3171632015#. </rule>
    31717 #. 
     32016#.
    3171832017#. <rule>
    3171932018#. <condition k="shop" v="travel_agency"/>
     
    3172332022#. <scale_max>50000</scale_max>
    3172432023#. </rule>
    31725 #. 
     32024#.
    3172632025#. <rule>
    3172732026#. <condition k="shop" v="toys"/>
     
    3173132030#. <scale_max>50000</scale_max>
    3173232031#. </rule>
    31733 #. 
     32032#.
    3173432033#. <rule>
    3173532034#. <condition k="shop" v="video"/>
     
    3173932038#. <scale_max>50000</scale_max>
    3174032039#. </rule>
    31741 #. 
     32040#.
    3174232041#. <!-- duplicate of shopping_centre? -->
    3174332042#. <rule>
    3174432043#. <condition k="shop" v="shopping_centre"/>
    3174532044#. <icon annotate="true" src="shop/mall.png"/>
    31746 #: build/trans_style.java:2568 build/trans_style.java:2576
    31747 #: build/trans_style.java:2584 build/trans_style.java:2592
    31748 #: build/trans_style.java:2600 build/trans_style.java:2608
    31749 #: build/trans_style.java:2616 build/trans_style.java:2624
    31750 #: build/trans_style.java:2632 build/trans_style.java:2640
    31751 #: build/trans_style.java:2648 build/trans_style.java:2656
    31752 #: build/trans_style.java:2664 build/trans_style.java:2672
    31753 #: build/trans_style.java:2680 build/trans_style.java:2688
    31754 #: build/trans_style.java:2696 build/trans_style.java:2704
    31755 #: build/trans_style.java:2712 build/trans_style.java:2720
    31756 #: build/trans_style.java:2728 build/trans_style.java:2736
    31757 #: build/trans_style.java:2744 build/trans_style.java:2752
    31758 #: build/trans_style.java:2760 build/trans_style.java:2768
    31759 #: build/trans_style.java:2776 build/trans_style.java:2784
    31760 #: build/trans_style.java:2792 build/trans_style.java:2800
    31761 #: build/trans_style.java:2808 build/trans_style.java:2816
    31762 #: build/trans_style.java:2824 build/trans_style.java:2832
    31763 #: build/trans_style.java:2840 build/trans_style.java:2848
    31764 #: build/trans_style.java:2856 build/trans_style.java:2864
    31765 #: build/trans_style.java:2872 build/trans_style.java:2880
    31766 #: build/trans_style.java:2888 build/trans_style.java:2896
    31767 #: build/trans_style.java:2905
     32045#: build/trans_style.java:2601 build/trans_style.java:2609
     32046#: build/trans_style.java:2617 build/trans_style.java:2625
     32047#: build/trans_style.java:2633 build/trans_style.java:2641
     32048#: build/trans_style.java:2649 build/trans_style.java:2657
     32049#: build/trans_style.java:2665 build/trans_style.java:2673
     32050#: build/trans_style.java:2681 build/trans_style.java:2689
     32051#: build/trans_style.java:2697 build/trans_style.java:2705
     32052#: build/trans_style.java:2713 build/trans_style.java:2721
     32053#: build/trans_style.java:2729 build/trans_style.java:2737
     32054#: build/trans_style.java:2745 build/trans_style.java:2753
     32055#: build/trans_style.java:2761 build/trans_style.java:2769
     32056#: build/trans_style.java:2777 build/trans_style.java:2785
     32057#: build/trans_style.java:2793 build/trans_style.java:2801
     32058#: build/trans_style.java:2809 build/trans_style.java:2817
     32059#: build/trans_style.java:2825 build/trans_style.java:2833
     32060#: build/trans_style.java:2841 build/trans_style.java:2849
     32061#: build/trans_style.java:2857 build/trans_style.java:2865
     32062#: build/trans_style.java:2873 build/trans_style.java:2881
     32063#: build/trans_style.java:2889 build/trans_style.java:2897
     32064#: build/trans_style.java:2905 build/trans_style.java:2913
     32065#: build/trans_style.java:2921 build/trans_style.java:2929
     32066#: build/trans_style.java:2938
    3176832067msgid "shop"
    3176932068msgstr "sklep"
     
    3177332072#. <scale_max>50000</scale_max>
    3177432073#. </rule>
    31775 #. 
     32074#.
    3177632075#. <!--tourism tags -->
    31777 #. 
     32076#.
    3177832077#. <rule>
    3177932078#. <condition k="tourism" v="hotel"/>
     
    3178332082#. <scale_max>50000</scale_max>
    3178432083#. </rule>
    31785 #. 
     32084#.
    3178632085#. <rule>
    3178732086#. <condition k="tourism" v="motel"/>
     
    3179132090#. <scale_max>50000</scale_max>
    3179232091#. </rule>
    31793 #. 
     32092#.
    3179432093#. <rule>
    3179532094#. <condition k="tourism" v="guest_house"/>
     
    3179932098#. <scale_max>50000</scale_max>
    3180032099#. </rule>
    31801 #. 
     32100#.
    3180232101#. <rule>
    3180332102#. <condition k="tourism" v="hostel"/>
     
    3180732106#. <scale_max>50000</scale_max>
    3180832107#. </rule>
    31809 #. 
     32108#.
    3181032109#. <rule>
    3181132110#. <condition k="tourism" v="chalet"/>
     
    3181532114#. <scale_max>50000</scale_max>
    3181632115#. </rule>
    31817 #. 
     32116#.
    3181832117#. <rule>
    3181932118#. <condition k="tourism" v="alpine_hut"/>
     
    3182332122#. <scale_max>50000</scale_max>
    3182432123#. </rule>
    31825 #. 
     32124#.
    3182632125#. <rule>
    3182732126#. <condition k="tourism" v="camp_site"/>
     
    3183132130#. <scale_max>50000</scale_max>
    3183232131#. </rule>
    31833 #. 
     32132#.
    3183432133#. <rule>
    3183532134#. <condition k="tourism" v="caravan_site"/>
    3183632135#. <icon annotate="true" src="accommodation/camping/caravan.png"/>
    31837 #: build/trans_style.java:2915 build/trans_style.java:2923
    31838 #: build/trans_style.java:2931 build/trans_style.java:2939
    31839 #: build/trans_style.java:2947 build/trans_style.java:2955
    31840 #: build/trans_style.java:2963 build/trans_style.java:2971
     32136#: build/trans_style.java:2948 build/trans_style.java:2956
     32137#: build/trans_style.java:2964 build/trans_style.java:2972
     32138#: build/trans_style.java:2980 build/trans_style.java:2988
     32139#: build/trans_style.java:2996 build/trans_style.java:3004
    3184132140msgid "hotel"
    3184232141msgstr "hotel"
     
    3184632145#. <scale_max>50000</scale_max>
    3184732146#. </rule>
    31848 #. 
     32147#.
    3184932148#. <rule>
    3185032149#. <condition k="tourism" v="picnic_site"/>
     
    3185432153#. <scale_max>50000</scale_max>
    3185532154#. </rule>
    31856 #. 
     32155#.
    3185732156#. <rule>
    3185832157#. <condition k="tourism" v="viewpoint"/>
     
    3186232161#. <scale_max>50000</scale_max>
    3186332162#. </rule>
    31864 #. 
     32163#.
    3186532164#. <rule>
    3186632165#. <condition k="tourism" v="theme_park"/>
     
    3187032169#. <scale_max>50000</scale_max>
    3187132170#. </rule>
    31872 #. 
     32171#.
    3187332172#. <rule>
    3187432173#. <condition k="tourism" v="attraction"/>
     
    3187832177#. <scale_max>50000</scale_max>
    3187932178#. </rule>
    31880 #. 
     32179#.
    3188132180#. <rule>
    3188232181#. <condition k="tourism" v="zoo"/>
     
    3188632185#. <scale_max>50000</scale_max>
    3188732186#. </rule>
    31888 #. 
     32187#.
    3188932188#. <rule>
    3189032189#. <condition k="tourism" v="artwork"/>
     
    3189532194#. <scale_max>50000</scale_max>
    3189632195#. </rule>
    31897 #. 
     32196#.
    3189832197#. <rule>
    3189932198#. <condition k="tourism" v="museum"/>
     
    3190332202#. <scale_max>50000</scale_max>
    3190432203#. </rule>
    31905 #. 
     32204#.
    3190632205#. <!-- information tags -->
    3190732206#. <rule>
     
    3191132210#. <scale_max>40000</scale_max>
    3191232211#. </rule>
    31913 #. 
     32212#.
    3191432213#. <rule>
    3191532214#. <condition k="information" v="office"/>
     
    3191932218#. <scale_max>50000</scale_max>
    3192032219#. </rule>
    31921 #. 
     32220#.
    3192232221#. <rule>
    3192332222#. <condition k="information" v="map"/>
     
    3192632225#. <scale_max>40000</scale_max>
    3192732226#. </rule>
    31928 #. 
     32227#.
    3192932228#. <rule>
    3193032229#. <condition k="information" v="board"/>
     
    3193332232#. <scale_max>40000</scale_max>
    3193432233#. </rule>
    31935 #. 
     32234#.
    3193632235#. <rule>
    3193732236#. <condition k="tourism" v="information"/>
    3193832237#. <icon annotate="true" src="misc/information.png"/>
    31939 #: build/trans_style.java:2979 build/trans_style.java:2987
    31940 #: build/trans_style.java:2995 build/trans_style.java:3003
    31941 #: build/trans_style.java:3011 build/trans_style.java:3019
    31942 #: build/trans_style.java:3020 build/trans_style.java:3028
    31943 #: build/trans_style.java:3044 build/trans_style.java:3066
     32238#: build/trans_style.java:3012 build/trans_style.java:3020
     32239#: build/trans_style.java:3028 build/trans_style.java:3036
     32240#: build/trans_style.java:3044 build/trans_style.java:3052
     32241#: build/trans_style.java:3053 build/trans_style.java:3061
     32242#: build/trans_style.java:3077 build/trans_style.java:3099
    3194432243msgid "tourism"
    3194532244msgstr "turystyka"
     
    3194932248#. <scale_max>50000</scale_max>
    3195032249#. </rule>
    31951 #. 
     32250#.
    3195232251#. <!--historic tags -->
    31953 #. 
     32252#.
    3195432253#. <rule>
    3195532254#. <condition k="historic" v="castle"/>
     
    3195932258#. <scale_max>50000</scale_max>
    3196032259#. </rule>
    31961 #. 
     32260#.
    3196232261#. <rule>
    3196332262#. <condition k="historic" v="monument"/>
     
    3196732266#. <scale_max>50000</scale_max>
    3196832267#. </rule>
    31969 #. 
     32268#.
    3197032269#. <rule>
    3197132270#. <condition k="historic" v="memorial"/>
     
    3197532274#. <scale_max>50000</scale_max>
    3197632275#. </rule>
    31977 #. 
     32276#.
    3197832277#. <rule>
    3197932278#. <condition k="historic" v="archaeological_site"/>
     
    3198332282#. <scale_max>50000</scale_max>
    3198432283#. </rule>
    31985 #. 
     32284#.
    3198632285#. <rule>
    3198732286#. <condition k="historic" v="ruins"/>
     
    3199132290#. <scale_max>50000</scale_max>
    3199232291#. </rule>
    31993 #. 
     32292#.
    3199432293#. <rule>
    3199532294#. <condition k="historic" v="battlefield"/>
     
    3199932298#. <scale_max>50000</scale_max>
    3200032299#. </rule>
    32001 #. 
     32300#.
    3200232301#. <rule>
    3200332302#. <condition k="geological" v="palaeontological_site"/>
     
    3200732306#. <scale_max>50000</scale_max>
    3200832307#. </rule>
    32009 #. 
     32308#.
    3201032309#. <rule>
    3201132310#. <condition k="historic" v="wayside_cross"/>
     
    3201532314#. <scale_max>50000</scale_max>
    3201632315#. </rule>
    32017 #. 
     32316#.
    3201832317#. <rule>
    3201932318#. <condition k="historic" v="wayside_shrine"/>
     
    3202332322#. <scale_max>50000</scale_max>
    3202432323#. </rule>
    32025 #. 
     32324#.
    3202632325#. <rule>
    3202732326#. <condition k="historic" v="boundary_stone"/>
    3202832327#. <icon annotate="true" src="historic/boundary_stone.png"/>
    32029 #: build/trans_style.java:3076 build/trans_style.java:3084
    32030 #: build/trans_style.java:3092 build/trans_style.java:3100
    32031 #: build/trans_style.java:3108 build/trans_style.java:3116
    32032 #: build/trans_style.java:3124 build/trans_style.java:3132
    32033 #: build/trans_style.java:3140 build/trans_style.java:3148
     32328#: build/trans_style.java:3109 build/trans_style.java:3117
     32329#: build/trans_style.java:3125 build/trans_style.java:3133
     32330#: build/trans_style.java:3141 build/trans_style.java:3149
     32331#: build/trans_style.java:3157 build/trans_style.java:3165
     32332#: build/trans_style.java:3173 build/trans_style.java:3181
    3203432333msgid "historic"
    3203532334msgstr "historia"
     
    3203932338#. <scale_max>50000</scale_max>
    3204032339#. </rule>
    32041 #. 
     32340#.
    3204232341#. <rule>
    3204332342#. <condition k="landuse" v="quarry"/>
    32044 #: build/trans_style.java:3196
     32343#: build/trans_style.java:3229
    3204532344msgid "quarry"
    3204632345msgstr "kamieniołom"
     
    3205132350#. <scale_max>50000</scale_max>
    3205232351#. </rule>
    32053 #. 
     32352#.
    3205432353#. <rule>
    3205532354#. <condition k="landuse" v="landfill"/>
    32056 #: build/trans_style.java:3204
     32355#: build/trans_style.java:3237
    3205732356msgid "landfill"
    3205832357msgstr "Wysypisko smieci"
     
    3206332362#. <scale_max>50000</scale_max>
    3206432363#. </rule>
    32065 #. 
     32364#.
    3206632365#. <rule>
    3206732366#. <condition k="landuse" v="basin"/>
     
    3207132370#. <scale_max>50000</scale_max>
    3207232371#. </rule>
    32073 #. 
     32372#.
    3207432373#. <rule>
    3207532374#. <condition k="landuse" v="reservoir"/>
    32076 #: build/trans_style.java:3212 build/trans_style.java:3220
     32375#: build/trans_style.java:3245 build/trans_style.java:3253
    3207732376msgid "basin"
    3207832377msgstr "Basen"
     
    3208332382#. <scale_max>50000</scale_max>
    3208432383#. </rule>
    32085 #. 
     32384#.
    3208632385#. <rule>
    3208732386#. <condition k="landuse" v="farmyard"/>
    32088 #: build/trans_style.java:3260
     32387#: build/trans_style.java:3293
    3208932388msgid "farmyard"
    3209032389msgstr "Gospodarstwo"
     
    3209532394#. <scale_max>50000</scale_max>
    3209632395#. </rule>
    32097 #. 
    32098 #. 
     32396#.
     32397#.
    3209932398#. <rule>
    3210032399#. <condition k="landuse" v="retail"/>
     
    3210432403#. <scale_max>50000</scale_max>
    3210532404#. </rule>
    32106 #. 
     32405#.
    3210732406#. <rule>
    3210832407#. <condition k="landuse" v="commercial"/>
    32109 #: build/trans_style.java:3269 build/trans_style.java:3277
     32408#: build/trans_style.java:3302 build/trans_style.java:3310
    3211032409msgid "retail"
    3211132410msgstr ""
     
    3211632415#. <scale_max>50000</scale_max>
    3211732416#. </rule>
    32118 #. 
     32417#.
    3211932418#. <rule>
    3212032419#. <condition k="landuse" v="industrial"/>
    32121 #: build/trans_style.java:3285
     32420#: build/trans_style.java:3318
    3212232421msgid "industrial"
    3212332422msgstr "Teren przemysłowy"
     
    3212832427#. <scale_max>50000</scale_max>
    3212932428#. </rule>
    32130 #. 
     32429#.
    3213132430#. <rule>
    3213232431#. <condition k="landuse" v="brownfield"/>
    32133 #: build/trans_style.java:3293
     32432#: build/trans_style.java:3326
    3213432433msgid "brownfield"
    3213532434msgstr "teren poprzemysłowy"
     
    3214032439#. <scale_max>50000</scale_max>
    3214132440#. </rule>
    32142 #. 
     32441#.
    3214332442#. <rule>
    3214432443#. <condition k="landuse" v="greenfield"/>
    32145 #: build/trans_style.java:3301
     32444#: build/trans_style.java:3334
    3214632445msgid "greenfield"
    3214732446msgstr ""
     
    3215232451#. <scale_max>50000</scale_max>
    3215332452#. </rule>
    32154 #. 
     32453#.
    3215532454#. <rule>
    3215632455#. <condition k="landuse" v="railway"/>
    32157 #: build/trans_style.java:3309
     32456#: build/trans_style.java:3342
    3215832457msgid "railland"
    3215932458msgstr "Teren kolejowy"
     
    3216432463#. <scale_max>50000</scale_max>
    3216532464#. </rule>
    32166 #. 
     32465#.
    3216732466#. <rule>
    3216832467#. <condition k="landuse" v="military"/>
     
    3217232471#. <scale_max>50000</scale_max>
    3217332472#. </rule>
    32174 #. 
     32473#.
    3217532474#. <!--military tags -->
    32176 #. 
     32475#.
    3217732476#. <rule>
    3217832477#. <condition k="military" v="airfield"/>
     
    3218232481#. <scale_max>50000</scale_max>
    3218332482#. </rule>
    32184 #. 
     32483#.
    3218532484#. <rule>
    3218632485#. <condition k="military" v="bunker"/>
     
    3219032489#. <scale_max>50000</scale_max>
    3219132490#. </rule>
    32192 #. 
     32491#.
    3219332492#. <rule>
    3219432493#. <condition k="military" v="barracks"/>
     
    3219832497#. <scale_max>50000</scale_max>
    3219932498#. </rule>
    32200 #. 
     32499#.
    3220132500#. <rule>
    3220232501#. <condition k="military" v="danger_area"/>
     
    3220632505#. <scale_max>50000</scale_max>
    3220732506#. </rule>
    32208 #. 
     32507#.
    3220932508#. <rule>
    3221032509#. <condition k="military" v="range"/>
    3221132510#. <icon src="misc/landmark/range.png"/>
    32212 #: build/trans_style.java:3326 build/trans_style.java:3361
    32213 #: build/trans_style.java:3369 build/trans_style.java:3377
    32214 #: build/trans_style.java:3385 build/trans_style.java:3393
     32511#: build/trans_style.java:3359 build/trans_style.java:3394
     32512#: build/trans_style.java:3402 build/trans_style.java:3410
     32513#: build/trans_style.java:3418 build/trans_style.java:3426
    3221532514msgid "military"
    3221632515msgstr "Teren wojskowy"
     
    3222132520#. <scale_max>50000</scale_max>
    3222232521#. </rule>
    32223 #. 
     32522#.
    3222432523#. <rule>
    3222532524#. <condition k="landuse" v="cemetery"/>
    32226 #: build/trans_style.java:3334
     32525#: build/trans_style.java:3367
    3222732526msgid "cemetery"
    3222832527msgstr "cmentarz"
     
    3223232531#. <scale_max>50000</scale_max>
    3223332532#. </rule>
    32234 #. 
     32533#.
    3223532534#. <rule>
    3223632535#. <condition k="natural" v="peak"/>
    32237 #: build/trans_style.java:3410
     32536#: build/trans_style.java:3443
    3223832537msgid "peak"
    3223932538msgstr "szczyt"
     
    3224432543#. <scale_max>50000</scale_max>
    3224532544#. </rule>
    32246 #. 
     32545#.
    3224732546#. <rule>
    3224832547#. <condition k="natural" v="glacier"/>
    3224932548#. <icon annotate="true" src="misc/landmark/glacier_small.png"/>
    32250 #: build/trans_style.java:3419
     32549#: build/trans_style.java:3452
    3225132550msgid "glacier"
    3225232551msgstr "lodowiec"
     
    3225632555#. <scale_max>50000</scale_max>
    3225732556#. </rule>
    32258 #. 
     32557#.
    3225932558#. <rule>
    3226032559#. <condition k="natural" v="volcano"/>
    3226132560#. <icon annotate="true" src="misc/landmark/volcano_small.png"/>
    32262 #: build/trans_style.java:3427
     32561#: build/trans_style.java:3460
    3226332562msgid "volcano"
    3226432563msgstr "wulkan"
     
    3226832567#. <scale_max>50000</scale_max>
    3226932568#. </rule>
    32270 #. 
     32569#.
    3227132570#. <rule>
    3227232571#. <condition k="natural" v="cliff"/>
     
    3227732576#. <scale_max>50000</scale_max>
    3227832577#. </rule>
    32279 #. 
     32578#.
    3228032579#. <rule>
    3228132580#. <condition k="natural" v="scree"/>
     
    3228532584#. <scale_max>50000</scale_max>
    3228632585#. </rule>
    32287 #. 
     32586#.
    3228832587#. <rule>
    3228932588#. <condition k="natural" v="fell"/>
     
    3229332592#. <scale_max>50000</scale_max>
    3229432593#. </rule>
    32295 #. 
     32594#.
    3229632595#. <rule>
    3229732596#. <condition k="natural" v="bay"/>
     
    3230132600#. <scale_max>50000</scale_max>
    3230232601#. </rule>
    32303 #. 
     32602#.
    3230432603#. <rule>
    3230532604#. <condition k="natural" v="land"/>
     
    3230932608#. <scale_max>50000</scale_max>
    3231032609#. </rule>
    32311 #. 
     32610#.
    3231232611#. <rule>
    3231332612#. <condition k="natural" v="cave_entrance"/>
    3231432613#. <icon src="misc/no_icon.png"/>
    32315 #: build/trans_style.java:3435 build/trans_style.java:3436
    32316 #: build/trans_style.java:3444 build/trans_style.java:3460
    32317 #: build/trans_style.java:3524 build/trans_style.java:3532
    32318 #: build/trans_style.java:3540
     32614#: build/trans_style.java:3468 build/trans_style.java:3469
     32615#: build/trans_style.java:3477 build/trans_style.java:3493
     32616#: build/trans_style.java:3557 build/trans_style.java:3565
     32617#: build/trans_style.java:3573
    3231932618msgid "natural"
    3232032619msgstr ""
     
    3232432623#. <scale_max>50000</scale_max>
    3232532624#. </rule>
    32326 #. 
     32625#.
    3232732626#. <rule>
    3232832627#. <condition k="natural" v="scrub"/>
    3232932628#. <icon src="misc/no_icon.png"/>
    32330 #: build/trans_style.java:3452
     32629#: build/trans_style.java:3485
    3233132630msgid "scrub"
    3233232631msgstr ""
     
    3233632635#. <scale_max>50000</scale_max>
    3233732636#. </rule>
    32338 #. 
     32637#.
    3233932638#. <rule>
    3234032639#. <condition k="natural" v="heath"/>
    3234132640#. <icon src="misc/no_icon.png"/>
    32342 #: build/trans_style.java:3468
     32641#: build/trans_style.java:3501
    3234332642msgid "heath"
    3234432643msgstr "zdrowie"
     
    3234832647#. <scale_max>50000</scale_max>
    3234932648#. </rule>
    32350 #. 
     32649#.
    3235132650#. <rule>
    3235232651#. <condition k="natural" v="wood"/>
    3235332652#. <icon src="misc/landmark/trees.png"/>
    32354 #: build/trans_style.java:3476
     32653#: build/trans_style.java:3509
    3235532654msgid "woodarea"
    3235632655msgstr ""
     
    3236032659#. <scale_max>50000</scale_max>
    3236132660#. </rule>
    32362 #. 
     32661#.
    3236332662#. <rule>
    3236432663#. <condition k="natural" v="mud"/>
    3236532664#. <icon src="misc/no_icon.png"/>
    32366 #: build/trans_style.java:3508
     32665#: build/trans_style.java:3541
    3236732666msgid "mud"
    3236832667msgstr "błoto"
     
    3237232671#. <scale_max>50000</scale_max>
    3237332672#. </rule>
    32374 #. 
     32673#.
    3237532674#. <rule>
    3237632675#. <condition k="natural" v="beach"/>
    3237732676#. <icon src="misc/no_icon.png"/>
    32378 #: build/trans_style.java:3516
     32677#: build/trans_style.java:3549
    3237932678msgid "beach"
    3238032679msgstr "plaża"
     
    3238532684#. <scale_max>50000</scale_max>
    3238632685#. </rule>
    32387 #. 
     32686#.
    3238832687#. <!-- this will badly display otherwise well tagged footways and alike, so comment it out until we have better ways to display this in JOSM!
    3238932688#. XXX - maybe it's possible to use linemod's here?
     
    3240932708#. <scale_max>40000</scale_max>
    3241032709#. </rule>
    32411 #. 
     32710#.
    3241232711#. <rule>
    3241332712#. <condition k="surface" v="cobblestone"/>
     
    3241832717#. </rule>
    3241932718#. -->
    32420 #. 
     32719#.
    3242132720#. <!--name tags -->
    32422 #. 
     32721#.
    3242332722#. <!--preferences tags -->
    32424 #. 
     32723#.
    3242532724#. <!--place tags -->
    32426 #. 
     32725#.
    3242732726#. <rule>
    3242832727#. <condition k="place" v="continent"/>
     
    3243232731#. <scale_max>200000000</scale_max>
    3243332732#. </rule>
    32434 #. 
     32733#.
    3243532734#. <rule>
    3243632735#. <condition k="place" v="country"/>
     
    3244032739#. <scale_max>200000000</scale_max>
    3244132740#. </rule>
    32442 #. 
     32741#.
    3244332742#. <rule>
    3244432743#. <condition k="place" v="state"/>
     
    3244832747#. <scale_max>200000000</scale_max>
    3244932748#. </rule>
    32450 #. 
     32749#.
    3245132750#. <rule>
    3245232751#. <condition k="place" v="region"/>
     
    3245632755#. <scale_max>200000000</scale_max>
    3245732756#. </rule>
    32458 #. 
     32757#.
    3245932758#. <rule>
    3246032759#. <condition k="place" v="county"/>
     
    3246432763#. <scale_max>200000000</scale_max>
    3246532764#. </rule>
    32466 #. 
     32765#.
    3246732766#. <rule>
    3246832767#. <condition k="place" v="city"/>
     
    3247232771#. <scale_max>200000000</scale_max>
    3247332772#. </rule>
    32474 #. 
     32773#.
    3247532774#. <rule>
    3247632775#. <condition k="place" v="town"/>
     
    3248032779#. <scale_max>50000</scale_max>
    3248132780#. </rule>
    32482 #. 
     32781#.
    3248332782#. <rule>
    3248432783#. <condition k="place" v="village"/>
     
    3248832787#. <scale_max>50000</scale_max>
    3248932788#. </rule>
    32490 #. 
     32789#.
    3249132790#. <rule>
    3249232791#. <condition k="place" v="hamlet"/>
     
    3249632795#. <scale_max>50000</scale_max>
    3249732796#. </rule>
    32498 #. 
     32797#.
    3249932798#. <rule>
    3250032799#. <condition k="place" v="suburb"/>
     
    3250432803#. <scale_max>50000</scale_max>
    3250532804#. </rule>
    32506 #. 
     32805#.
    3250732806#. <rule>
    3250832807#. <condition k="place" v="locality"/>
     
    3251232811#. <scale_max>50000</scale_max>
    3251332812#. </rule>
    32514 #. 
     32813#.
    3251532814#. <rule>
    3251632815#. <condition k="place" v="island"/>
     
    3252032819#. <scale_max>50000</scale_max>
    3252132820#. </rule>
    32522 #. 
     32821#.
    3252332822#. <rule>
    3252432823#. <condition k="place" v="islet"/>
    3252532824#. <icon annotate="true" src="place/islet.png"/>
    32526 #: build/trans_style.java:4135 build/trans_style.java:4143
    32527 #: build/trans_style.java:4151 build/trans_style.java:4159
    32528 #: build/trans_style.java:4167 build/trans_style.java:4175
    32529 #: build/trans_style.java:4183 build/trans_style.java:4191
    32530 #: build/trans_style.java:4199 build/trans_style.java:4207
    32531 #: build/trans_style.java:4215 build/trans_style.java:4223
    32532 #: build/trans_style.java:4231
     32825#: build/trans_style.java:4168 build/trans_style.java:4176
     32826#: build/trans_style.java:4184 build/trans_style.java:4192
     32827#: build/trans_style.java:4200 build/trans_style.java:4208
     32828#: build/trans_style.java:4216 build/trans_style.java:4224
     32829#: build/trans_style.java:4232 build/trans_style.java:4240
     32830#: build/trans_style.java:4248 build/trans_style.java:4256
     32831#: build/trans_style.java:4264
    3253332832msgid "place"
    3253432833msgstr "Miejsce"
     
    3253832837#. <scale_max>50000</scale_max>
    3253932838#. </rule>
    32540 #. 
     32839#.
    3254132840#. <!-- special display of unreviewed tiger data (USA) -->
    3254232841#. <rule>
    3254332842#. <condition k="tiger:reviewed" v="no"/>
    32544 #: build/trans_style.java:4239
     32843#: build/trans_style.java:4272
    3254532844msgid "tiger_data"
    3254632845msgstr ""
     
    3263132930#. Each line specifies a certain error to be reported
    3263232931#. <data type> : messagetype : <key><expression><value>
    32633 #. 
     32932#.
    3263432933#. Data type can be:
    3263532934#. node        - a node point
     
    3263732936#. relation    - a relation
    3263832937#. *           - all data types
    32639 #. 
     32938#.
    3264032939#. Message type can be:
    3264132940#. E            - an error
    3264232941#. W            - a warning
    3264332942#. I            - an low priority informational warning
    32644 #. 
     32943#.
    3264532944#. Key and value are expressions describing certain keys and values of these keys.
    3264632945#. Regulator expressions are supported. In this case the expressions starts and
    3264732946#. ends with // signs. If an 'i' is appended, the regular expression is
    3264832947#. case insensitive.
    32649 #. 
     32948#.
    3265032949#. The * sign indicates any string.
    3265132950#. The texts BOOLEAN_TRUE and BOOLEAN_FALSE in the value part indicate a special
    3265232951#. handling for boolean values (yes, true, 0, false, no, ...).
    32653 #. 
     32952#.
    3265432953#. Expression can be:
    3265532954#. !=          - the key/value combination does not match
    3265632955#. ==          - the key/value combination does match
    32657 #. 
     32956#.
    3265832957#. To have more complicated expressions, multiple elements can be grouped together
    3265932958#. with an logical and (&&).
    32660 #. 
     32959#.
    3266132960#. The comment at the end of a rule is displayed in validator description
    32662 #. 
     32961#.
    3266332962#. Empty lines and space signs are ignored
    3266432963#: build/trans_validator.java:38
     
    3277333072#. default(true or false);Name;URL
    3277433073#. NOTE: default items should be common and worldwide
    32775 #. 
     33074#.
    3277633075#: build/trans_wms.java:5
    3277733076msgid "Landsat"
     
    3278433083
    3278533084#. http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&format=image/jpeg&
    32786 #. 
     33085#.
    3278733086#. different forms for web access
    3278833087#. must be html:<url>
     
    3280733106
    3280833107#. html:http://josm.openstreetmap.de/wmsplugin/TilesAtHome.html?
    32809 #. 
    32810 #. 
     33108#.
     33109#.
    3281133110#. only for Germany
    3281233111#: build/trans_wms.java:17
     
    3281533114
    3281633115#. http://tools.geofabrik.de/osmi/view/strassennrw/josmwms?
    32817 #. 
    32818 #. 
     33116#.
     33117#.
    3281933118#. only for North America
    3282033119#. Terraserver USCG - High resolution maps
     
    3282933128
    3283033129#. http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=urbanarea&styles=&format=image/jpeg&
    32831 #. 
    32832 #. 
     33130#.
     33131#.
    3283333132#. only for Czech Republic
    3283433133#: build/trans_wms.java:27
     
    3284233141
    3284333142#. http://geoportal2.uhul.cz/cgi-bin/oprl.asp?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&LAYERS=Ortofoto_cb&STYLES=default&FORMAT=image/jpeg&TRANSPARENT=TRUE&
    32844 #. 
    32845 #. 
     33143#.
     33144#.
    3284633145#. only for GB
    3284733146#. fails with division by zero error
     
    3286133160
    3286233161#. http://ooc.openstreetmap.org/wms/map.php?source=os7&
    32863 #. 
    32864 #. 
     33162#.
     33163#.
    3286533164#. only for Japan
    3286633165#: build/trans_wms.java:39
     
    3288433183
    3288533184#. http://orthophoto.mlit.go.jp:8888/wms/service/wmsRasterTileMap?VERSION=1.3.0&REQUEST=GetMap&LAYERS=ORTHO03&STYLES=Default&CRS=EPSG:4612&BBOX={s},{w},{n},{e}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png&BGCOLOR=OxFFFFFF
    32886 #. 
    32887 #. 
     33185#.
     33186#.
    3288833187#. only for Italy
    3288933188#: build/trans_wms.java:46
     
    3291133210#~ msgstr "Załaduj zaznaczenie"
    3291233211
    32913 #, java-format
    3291433212#~ msgid "Contact {0}..."
    3291533213#~ msgstr "Kontakt {0}..."
     
    3300233300#~ msgstr "Pobierz brakujące wtyczki"
    3300333301
    33004 #, java-format
    3300533302#~ msgid "Use preset ''{0}'' of group ''{1}''"
    3300633303#~ msgstr "Używa szablon \"{0}\" z grupy \"{1}\""
    3300733304
    33008 #, java-format
    3300933305#~ msgid "Use preset ''{0}''"
    3301033306#~ msgstr "Używa szablon \"{0}\""
     
    3301333309#~ msgstr "EPSG:4326"
    3301433310
    33015 #, java-format
    3301633311#~ msgid "Plugin not found: {0}."
    3301733312#~ msgstr "Nie znaleziono wtyczki: {0}."
     
    3308933384#~ msgstr "Nie zaimportowano danych."
    3309033385
    33091 #, java-format
    3309233386#~ msgid "Error while loading page {0}"
    3309333387#~ msgstr "Błąd w czasie ładowania strony {0}"
     
    3310533399#~ msgstr "Sprzeczne relacje"
    3310633400
    33107 #, java-format
    3310833401#~ msgid "rectifier id={0}"
    3310933402#~ msgstr "rectifier id={0}"
     
    3312233415#~ "about the problem."
    3312333416#~ msgstr ""
    33124 #~ "Wtyczka nie może zostać usunięta. Proszę przekaż informacje o tym problemie "
    33125 #~ "autorom JOSM."
     33417#~ "Wtyczka nie może zostać usunięta. Proszę przekaż informacje o tym "
     33418#~ "problemie autorom JOSM."
    3312633419
    3312733420#~ msgid "Error during parse."
     
    3313433427#~ msgstr "Wprowadź hasło"
    3313533428
    33136 #, java-format
    3313733429#~ msgid "Plugin requires JOSM update: {0}."
    3313833430#~ msgstr "Plugin wymaga aktualizacji JOSM: {0}."
     
    3314133433#~ msgstr "<nd> nie posiada referencji"
    3314233434
    33143 #, java-format
    3314433435#~ msgid "Please report a ticket at {0}"
    3314533436#~ msgstr "Proszę zgłosić bład pod adresem {0}"
     
    3315233443
    3315333444#~ msgid ""
    33154 #~ "Try updating to the newest version of JOSM and all plugins before reporting "
    33155 #~ "a bug."
     33445#~ "Try updating to the newest version of JOSM and all plugins before "
     33446#~ "reporting a bug."
    3315633447#~ msgstr ""
    3315733448#~ "Postaraj się zaintalować najnowszą wersję tej wtyczki przed zgłaszaniem "
     
    3316133452#~ msgstr "Znaleziono tag <member> w"
    3316233453
    33163 #, java-format
    3316433454#~ msgid "Could not read from URL: \"{0}\""
    3316533455#~ msgstr "Nie można odczytać \"{0}\""
     
    3317033460#~ msgid "Include your steps to get to the error (as detailed as possible)!"
    3317133461#~ msgstr ""
    33172 #~ "Dołącz instrukcje (dokładne i krok po kroku) w jaki sposób można odtworzyć "
    33173 #~ "błędną sytuację."
     33462#~ "Dołącz instrukcje (dokładne i krok po kroku) w jaki sposób można "
     33463#~ "odtworzyć błędną sytuację."
    3317433464
    3317533465#~ msgid "Be sure to include the following information:"
     
    3318033470#~ "some time."
    3318133471#~ msgstr ""
    33182 #~ "Serwer zgłosił błąd wewnętrzny. Spróbuj zmniejszyć obszar lub spróbować po "
    33183 #~ "chwili."
     33472#~ "Serwer zgłosił błąd wewnętrzny. Spróbuj zmniejszyć obszar lub spróbować "
     33473#~ "po chwili."
    3318433474
    3318533475#~ msgid "Ill-formed node id"
     
    3320233492#~ msgstr "Wystąpiły konfikty podczas importowania."
    3320333493
    33204 #, java-format
    3320533494#~ msgid ""
    3320633495#~ "There were problems with the following plugins:\n"
     
    3321133500#~ " {0}"
    3321233501
    33213 #, java-format
    3321433502#~ msgid ""
    33215 #~ "The plugin {0} seems to be broken or could not be downloaded automatically."
     33503#~ "The plugin {0} seems to be broken or could not be downloaded "
     33504#~ "automatically."
    3321633505#~ msgstr ""
    3321733506#~ "Wtyczka {0} wydaje siębyć zepsuta lub nie można było jej pobrać "
    3321833507#~ "automatycznie."
    3321933508
    33220 #, java-format
    3322133509#~ msgid "Could not download plugin: {0} from {1}"
    3322233510#~ msgstr "Nie można pobrać wtyczki {0} z {1}"
    3322333511
    33224 #, java-format
    3322533512#~ msgid "Error: {0}"
    3322633513#~ msgstr "Błąd: {0}"
    3322733514
    33228 #, java-format
    3322933515#~ msgid "Warning: {0}"
    3323033516#~ msgstr "Uwaga: {0}"
    3323133517
    33232 #, java-format
    3323333518#~ msgid ""
    3323433519#~ "The projection \"{0}\" is designed for\n"
     
    3326033545#~ "Wskazówka: Niektóre zmiany powstały z powodu wysłania danych na serwer."
    3326133546
    33262 #, java-format
    3326333547#~ msgid "Unknown role ''{0}''."
    3326433548#~ msgstr "Nieznana rola \"{0}\"."
    3326533549
    33266 #, java-format
    3326733550#~ msgid "Parsing error in URL: \"{0}\""
    3326833551#~ msgstr "Błąd przetwarzania adresu URL: \"{0}\""
     
    3327733560#~ msgstr "Plik nie został odnaleziony"
    3327833561
    33279 #, java-format
    3328033562#~ msgid "The date in file \"{0}\" could not be parsed."
    3328133563#~ msgstr "Data zawarta w pliku \"{0}\" nie mogła zostać przetworzona."
    3328233564
    33283 #, java-format
    3328433565#~ msgid "Layers: {0}"
    3328533566#~ msgstr "Warstwy: {0}"
    3328633567
    33287 #, java-format
    3328833568#~ msgid "Authors: {0}"
    3328933569#~ msgstr "Autorzy: {0}"
    3329033570
    33291 #, java-format
    3329233571#~ msgid "Skipping a way because it includes a node that doesn''t exist: {0}\n"
    3329333572#~ msgstr ""
     
    3329733576#~ msgstr "Wtyczka już istnieje"
    3329833577
    33299 #, java-format
    3330033578#~ msgid ""
    3330133579#~ "Plugin archive already available. Do you want to download the current "
     
    3330433582#~ "{0}"
    3330533583#~ msgstr ""
    33306 #~ "Archiwum z wtyczką już istnieje. Czy na pewno pobrać aktualną wersję kasując "
    33307 #~ "istniejące archiwum?\n"
     33584#~ "Archiwum z wtyczką już istnieje. Czy na pewno pobrać aktualną wersję "
     33585#~ "kasując istniejące archiwum?\n"
    3330833586#~ "\n"
    3330933587#~ "{0}"
    3331033588
    3331133589#~ msgid ""
    33312 #~ "Activating the updated plugins failed. Check if JOSM has the permission to "
    33313 #~ "overwrite the existing ones."
     33590#~ "Activating the updated plugins failed. Check if JOSM has the permission "
     33591#~ "to overwrite the existing ones."
    3331433592#~ msgstr ""
    3331533593#~ "Aktywacja zaktualizowanych wtyczek nie powiodła się. Sprawdź czy JOSM ma "
     
    3332733605
    3332833606#~ msgid ""
    33329 #~ "The selected nodes have differing relation memberships.  Do you still want "
    33330 #~ "to merge them?"
     33607#~ "The selected nodes have differing relation memberships.  Do you still "
     33608#~ "want to merge them?"
    3333133609#~ msgstr ""
    3333233610#~ "Wybrane węzły są częścią różnych relacji. Czy nadal chcesz je scalić."
     
    3335533633#~ msgstr "Ustaw język"
    3335633634
    33357 #, java-format
    3335833635#~ msgid "GPS start: {0}"
    3335933636#~ msgstr "GPS początek: {0}"
    3336033637
    33361 #, java-format
    3336233638#~ msgid "GPS end: {0}"
    3336333639#~ msgstr "GPS koniec: {0}"
    3336433640
    33365 #, java-format
    3336633641#~ msgid "current delta: {0}s"
    3336733642#~ msgstr "aktualne przesunięcie: {0}s"
     
    3339533670#~ msgstr "Weryfikuje bieżące zaznaczenie lub całość danych."
    3339633671
    33397 #~ msgid "Are you sure?"
    33398 #~ msgstr "Czy na pewno?"
    33399 
    3340033672#~ msgid "Open User Page"
    3340133673#~ msgstr "Otwórz stronę użytkownika"
     
    3340733679#~ msgstr "brona"
    3340833680
    33409 #, java-format
    3341033681#~ msgid "Command Stack: {0}"
    3341133682#~ msgstr "Historia poleceń: {0}"
     
    3343633707#~ msgstr "Usuń zaznaczone"
    3343733708
    33438 #, java-format
    3343933709#~ msgid "No time for point {0} x {1}"
    3344033710#~ msgstr "Brak znacznika czasowego dla punktu {0} x {1}"
    3344133711
    33442 #, java-format
    3344333712#~ msgid "Images for {0}"
    3344433713#~ msgstr "Obrazy dla {0}"
     
    3347433743#~ msgstr "Kliknij \"Odśwież\" by zaktualizować listę"
    3347533744
    33476 #, java-format
    3347733745#~ msgid "Relation Editor: {0}"
    3347833746#~ msgstr "Edytor relacji: {0}"
     
    3348433752#~ msgstr "Przesuń w dół"
    3348533753
    33486 #, java-format
    3348733754#~ msgid "There is no EXIF time within the file \"{0}\"."
    3348833755#~ msgstr "Plik {0} nie zawiera żadnych danych EXIF o czasie."
     
    3349133758#~ msgstr "Źródło szablonów"
    3349233759
    33493 #, java-format
    3349433760#~ msgid "{0} within the track."
    3349533761#~ msgstr "{0} wewnątrz ścieżki GPS."
     
    3349933765
    3350033766#~ msgid ""
    33501 #~ "Revert the state of all currently selected objects to the version selected "
    33502 #~ "in the history list."
     33767#~ "Revert the state of all currently selected objects to the version "
     33768#~ "selected in the history list."
    3350333769#~ msgstr ""
    33504 #~ "Cofnij stan aktualnie zaznaczonych obiektów do wersji zaznaczonej w liście "
    33505 #~ "historia poleceń."
    33506 
    33507 #, java-format
     33770#~ "Cofnij stan aktualnie zaznaczonych obiektów do wersji zaznaczonej w "
     33771#~ "liście historia poleceń."
     33772
    3350833773#~ msgid "Cannot read time \"{0}\" from point {1} x {2}"
    3350933774#~ msgstr "Nie można odczytać czasu \"{0}\" w punkcie {1} x {2}"
     
    3354933814
    3355033815#~ msgid ""
    33551 #~ "The selected ways have differing relation memberships.  Do you still want to "
    33552 #~ "combine them?"
     33816#~ "The selected ways have differing relation memberships.  Do you still want "
     33817#~ "to combine them?"
    3355333818#~ msgstr ""
    3355433819#~ "Wybrane drogi należą do różnych relacji. Czy nadal chcesz je połączyć?"
     
    3357033835#~ msgstr "Błędy podczas pobierania"
    3357133836
    33572 #, java-format
    3357333837#~ msgid "{0} object has conflicts:"
    3357433838#~ msgid_plural "{0} objects have conflicts:"
     
    3358733851
    3358833852#~ msgid ""
    33589 #~ "No data to update found. Have you already opened or downloaded a data layer?"
     33853#~ "No data to update found. Have you already opened or downloaded a data "
     33854#~ "layer?"
    3359033855#~ msgstr ""
    3359133856#~ "Nie znaleziono danych do aktualizacji. Czy została pobrana lub otwarta "
     
    3359333858
    3359433859#~ msgid ""
    33595 #~ "Internal Error: cannot check conditions for no layer. Please report this as "
    33596 #~ "a bug."
     33860#~ "Internal Error: cannot check conditions for no layer. Please report this "
     33861#~ "as a bug."
    3359733862#~ msgstr ""
    3359833863#~ "Błąd wewnętrzny: proszę zgłosić błąd dla komunikatu: \"cannot check "
    3359933864#~ "conditions for no layer\"."
    3360033865
    33601 #, java-format
    3360233866#~ msgid ""
    3360333867#~ "This action will require {0} individual download requests. Do you wish to "
     
    3360833872#~ msgstr "Nieprawidłowe odwzorowanie"
    3360933873
    33610 #, java-format
    3361133874#~ msgid ""
    3361233875#~ "Current number of changes exceeds the max. number of changes, current is "
     
    3363533898
    3363633899#~ msgid ""
    33637 #~ "You are about to delete nodes outside of the area you have "
    33638 #~ "downloaded.<br>This can cause problems because other objects (that you don't "
    33639 #~ "see) might use them.<br>Do you really want to delete?"
     33900#~ "You are about to delete nodes outside of the area you have downloaded."
     33901#~ "<br>This can cause problems because other objects (that you don't see) "
     33902#~ "might use them.<br>Do you really want to delete?"
    3364033903#~ msgstr ""
    33641 #~ "Zamierzasz usunąć węzły spoza obszaru, który pobrano.<br>Może to spowodowac "
    33642 #~ "problem, ponieważ inne (niewidoczne dla ciebie) obiekty mogą używać tych "
    33643 #~ "węzłów.<br>Czy naprawdę zamierzasz je usunąć?"
    33644 
    33645 #, java-format
     33904#~ "Zamierzasz usunąć węzły spoza obszaru, który pobrano.<br>Może to "
     33905#~ "spowodowac problem, ponieważ inne (niewidoczne dla ciebie) obiekty mogą "
     33906#~ "używać tych węzłów.<br>Czy naprawdę zamierzasz je usunąć?"
     33907
    3364633908#~ msgid ""
    3364733909#~ "There are unsaved changes in {0} layer. Discard the changes and continue?"
     
    3365833920#~ msgstr "Zawsze przesuwaj i nie pokazuj tego okna dialogowego"
    3365933921
    33660 #, java-format
    3366133922#~ msgid "Help page missing. Create it in <A HREF=\"{0}\">English</A>."
    3366233923#~ msgstr ""
    3366333924#~ "Brak strony pomocy. Utwórz ją w języku <A HREF=\"{0}\">angielskim</A>."
    3366433925
    33665 #, java-format
    3366633926#~ msgid ""
    33667 #~ "Help page missing. Create it in <A HREF=\"{0}\">English</A> or <A "
    33668 #~ "HREF=\"{1}\">your language</A>."
     33927#~ "Help page missing. Create it in <A HREF=\"{0}\">English</A> or <A HREF="
     33928#~ "\"{1}\">your language</A>."
    3366933929#~ msgstr ""
    33670 #~ "Brak strony pomocy. Utwórz ją w języku <A HREF=\"{0}\">angielskim</A> lub <A "
    33671 #~ "HREF=\"{1}\">swoim języku</A>."
     33930#~ "Brak strony pomocy. Utwórz ją w języku <A HREF=\"{0}\">angielskim</A> lub "
     33931#~ "<A HREF=\"{1}\">swoim języku</A>."
    3367233932
    3367333933#~ msgid "Helppage missing. Create it in <A HREF=\"{0}\">English</A>."
     
    3367633936
    3367733937#~ msgid ""
    33678 #~ "Helppage missing. Create it in <A HREF=\"{0}\">English</A> or <A "
    33679 #~ "HREF=\"{1}\">your language</A>."
     33938#~ "Helppage missing. Create it in <A HREF=\"{0}\">English</A> or <A HREF="
     33939#~ "\"{1}\">your language</A>."
    3368033940#~ msgstr ""
    33681 #~ "Brak strony pomocy. Możesz ją utworzyć po <a href=\"{0}\">angielsku</a> lub "
    33682 #~ "<A HREF=\"{1}\">po polsku</A>."
    33683 
    33684 #, java-format
     33941#~ "Brak strony pomocy. Możesz ją utworzyć po <a href=\"{0}\">angielsku</a> "
     33942#~ "lub <A HREF=\"{1}\">po polsku</A>."
     33943
    3368533944#~ msgid "Parameter ''{0}'' must not be null."
    3368633945#~ msgstr "parameter ''{0}'' nie może być pusty (null)"
    3368733946
    33688 #, java-format
    3368933947#~ msgid "Unexpected return value. Got {0}."
    3369033948#~ msgstr "niespodziewana wartość powrotna. Dostałem {0}"
    3369133949
    33692 #, java-format
    3369333950#~ msgid "Expected instance of OsmDataLayer or GpxLayer. Got ''{0}''."
    3369433951#~ msgstr "Oczekiwałem warstwy danych OSM, bądź GPX. Otrzymałem \"{0}\"."
     
    3370333960#~ msgstr "usunięte, bądź przesunięte elementy"
    3370433961
    33705 #, java-format
    3370633962#~ msgid ""
    3370733963#~ "<html>There are unresolved conflicts in layer ''{0}''.<br>You have to "
Note: See TracChangeset for help on using the changeset viewer.