Changeset 12993 in osm for applications/editors/josm/i18n/po/en_GB.po
- Timestamp:
- 2009-01-06T18:04:40+01:00 (18 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/i18n/po/en_GB.po (modified) (56 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/po/en_GB.po
r12968 r12993 9 9 "Project-Id-Version: en_GB\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2009-01-06 09:58+0100\n"12 "PO-Revision-Date: 2009-01-0 4 20:47+0000\n"13 "Last-Translator: Peter Brodersen <Unknown>\n"11 "POT-Creation-Date: 2009-01-06 17:46+0100\n" 12 "PO-Revision-Date: 2009-01-06 16:07+0000\n" 13 "Last-Translator: Dirk Stöcker <launchpad@dstoecker.de>\n" 14 14 "Language-Team: JOSM\n" 15 15 "MIME-Version: 1.0\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 "Plural-Forms: nplurals=2; plural=n != 1;\n" 19 "X-Launchpad-Export-Date: 2009-01-06 08:48+0000\n"19 "X-Launchpad-Export-Date: 2009-01-06 16:12+0000\n" 20 20 "X-Generator: Launchpad (build Unknown)\n" 21 21 … … 48 48 49 49 #: ../core/src/org/openstreetmap/josm/plugins/PluginDownloader.java:143 50 #, java-format 50 #, fuzzy, java-format 51 51 msgid "" 52 "The plugin {0} seem to be broken or could not be downloaded automatically." 52 "The plugin {0} seems to be broken or could not be downloaded automatically." 53 53 msgstr "" 54 54 "The plugin {0} seems to be broken or could not be downloaded automatically." … … 555 555 #, java-format 556 556 msgid "multipolygon way ''{0}'' is not closed." 557 msgstr "" 557 msgstr "multipolygon way ''{0}'' is not closed." 558 558 559 559 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:385 560 #, fuzzy561 560 msgid "Empty member in relation." 562 msgstr " Found <member> element in non-relation."561 msgstr "Empty member in relation." 563 562 564 563 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:387 565 564 #, java-format 566 565 msgid "Deleted member ''{0}'' in relation." 567 msgstr "" 566 msgstr "Deleted member ''{0}'' in relation." 568 567 569 568 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:398 570 569 #, java-format 571 570 msgid "Way ''{0}'' with less than two points." 572 msgstr "" 571 msgstr "Way ''{0}'' with less than two points." 573 572 574 573 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:407 575 #, fuzzy,java-format574 #, java-format 576 575 msgid "No useful role ''{0}'' for Way ''{1}''." 577 msgstr " Use preset''{0}''of group''{1}''"576 msgstr "No useful role ''{0}'' for Way ''{1}''." 578 577 579 578 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:418 580 579 #, java-format 581 580 msgid "Non-Way ''{0}'' in multipolygon." 582 msgstr "" 581 msgstr "Non-Way ''{0}'' in multipolygon." 583 582 584 583 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:468 585 584 #, java-format 586 585 msgid "No outer way for multipolygon ''{0}''." 587 msgstr "" 586 msgstr "No outer way for multipolygon ''{0}''." 588 587 589 588 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:547 590 589 #, java-format 591 590 msgid "Intersection between ways ''{0}'' and ''{1}''." 592 msgstr "" 591 msgstr "Intersection between ways ''{0}'' and ''{1}''." 593 592 594 593 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:558 595 #, fuzzy,java-format594 #, java-format 596 595 msgid "Inner way ''{0}'' is outside." 597 msgstr " Key ''{0}'' invalid."596 msgstr "Inner way ''{0}'' is outside." 598 597 599 598 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:598 600 599 #, java-format 601 600 msgid "Style for inner way ''{0}'' equals multipolygon." 602 msgstr "" 601 msgstr "Style for inner way ''{0}'' equals multipolygon." 603 602 604 603 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:623 605 604 #, java-format 606 605 msgid "Style for outer way ''{0}'' mismatches." 607 msgstr "" 606 msgstr "Style for outer way ''{0}'' mismatches." 608 607 609 608 #: ../core/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java:770 … … 693 692 694 693 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:329 695 #, fuzzy,java-format694 #, java-format 696 695 msgid "Error: {0}" 697 msgstr "Error" 696 msgstr "Error: {0}" 698 697 699 698 #: ../core/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java:329 700 #, fuzzy,java-format699 #, java-format 701 700 msgid "Warning: {0}" 702 msgstr "Warning" 701 msgstr "Warning: {0}" 703 702 704 703 #: ../core/src/org/openstreetmap/josm/data/conflict/DeleteConflict.java:15 … … 765 764 766 765 #: ../core/src/org/openstreetmap/josm/data/projection/Lambert.java:110 767 #, java-format 766 #, fuzzy, java-format 768 767 msgid "" 769 "The projection \"{0}\" is designed for\n"770 "latitudes between 46.1° and 57° only.\n"771 "Use another projection system if you are not using\n"772 "a french WMS server.\n"773 "Do not upload any data after this message."774 msgstr ""775 768 "The projection \"{0}\" is designed for\n" 776 769 "latitudes between 46.1° and 57° only.\n" … … 778 771 "a French WMS server.\n" 779 772 "Do not upload any data after this message." 773 msgstr "" 774 "The projection \"{0}\" is designed for\n" 775 "latitudes between 46.1° and 57° only.\n" 776 "Use another projection system if you are not using\n" 777 "a French WMS server.\n" 778 "Do not upload any data after this message." 780 779 781 780 #: ../core/src/org/openstreetmap/josm/data/projection/Lambert.java:126 781 #, fuzzy 782 782 msgid "" 783 "IMPORTANT : data position ned far away from\n"783 "IMPORTANT : data positioned far away from\n" 784 784 "the current Lambert zone limits.\n" 785 785 "Do not upload any data after this message.\n" … … 984 984 #: ../core/src/org/openstreetmap/josm/actions/OpenFileAction.java:41 985 985 #: ../core/src/org/openstreetmap/josm/actions/OpenFileAction.java:42 986 msgid "Open ..." 986 #, fuzzy 987 msgid "Open..." 987 988 msgstr "Open ..." 988 989 … … 1065 1066 #: ../core/src/org/openstreetmap/josm/actions/SaveAsAction.java:24 1066 1067 #: ../core/src/org/openstreetmap/josm/actions/SaveAsAction.java:25 1067 msgid "Save as ..." 1068 #, fuzzy 1069 msgid "Save as..." 1068 1070 msgstr "Save as ..." 1069 1071 … … 1284 1286 #: ../core/src/org/openstreetmap/josm/actions/AboutAction.java:142 1285 1287 #: ../core/src/org/openstreetmap/josm/gui/dialogs/LayerListPopup.java:26 1286 #: trans_surveyor.java:6 41288 #: trans_surveyor.java:66 1287 1289 msgid "Info" 1288 1290 msgstr "Info" … … 1322 1324 #: ../core/src/org/openstreetmap/josm/actions/DownloadAction.java:33 1323 1325 #: ../core/src/org/openstreetmap/josm/actions/DownloadAction.java:34 1324 msgid "Download from OSM ..." 1326 #, fuzzy 1327 msgid "Download from OSM..." 1325 1328 msgstr "Download from OSM ..." 1326 1329 … … 1472 1475 #: ../core/src/org/openstreetmap/josm/actions/UploadAction.java:62 1473 1476 #: ../core/src/org/openstreetmap/josm/actions/UploadAction.java:63 1474 msgid "Upload to OSM ..." 1477 #, fuzzy 1478 msgid "Upload to OSM..." 1475 1479 msgstr "Upload to OSM ..." 1476 1480 … … 1586 1590 1587 1591 #: ../core/src/org/openstreetmap/josm/actions/AlignInLineAction.java:32 1588 msgid "Move the selected nodes onto a line." 1592 #, fuzzy 1593 msgid "Move the selected nodes in to a line." 1589 1594 msgstr "Move the selected nodes in to a line." 1590 1595 … … 1594 1599 1595 1600 #: ../core/src/org/openstreetmap/josm/actions/PreferencesAction.java:31 1596 msgid "Preferences ..." 1601 #, fuzzy 1602 msgid "Preferences..." 1597 1603 msgstr "Preferences ..." 1598 1604 … … 1616 1622 #: ../core/src/org/openstreetmap/josm/actions/GpxExportAction.java:47 1617 1623 #: ../core/src/org/openstreetmap/josm/actions/GpxExportAction.java:48 1618 msgid "Export to GPX ..." 1624 #, fuzzy 1625 msgid "Export to GPX..." 1619 1626 msgstr "Export to GPX ..." 1620 1627 … … 1664 1671 1665 1672 #: ../core/src/org/openstreetmap/josm/actions/GpxExportAction.java:138 1666 #, fuzzy,java-format1673 #, java-format 1667 1674 msgid "" 1668 1675 "Error while exporting {0}:\n" 1669 1676 "{1}" 1670 msgstr "Error while exporting {0}: {1}" 1677 msgstr "" 1678 "Error while exporting {0}:\n" 1679 "{1}" 1671 1680 1672 1681 #: ../core/src/org/openstreetmap/josm/actions/GpxExportAction.java:138 … … 1885 1894 1886 1895 #: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:39 1887 msgid "Search ..." 1888 msgstr "Search ..." 1896 #: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:40 1897 #: ../plugins/namefinder/namefinder/PlaceSelection.java:45 1898 msgid "Search..." 1899 msgstr "Search..." 1889 1900 1890 1901 #: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:39 … … 1892 1903 msgid "Search for objects." 1893 1904 msgstr "Search for objects." 1894 1895 #: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:401896 #: ../plugins/namefinder/namefinder/PlaceSelection.java:451897 msgid "Search..."1898 msgstr "Search..."1899 1905 1900 1906 #: ../core/src/org/openstreetmap/josm/actions/search/SearchAction.java:45 … … 2092 2098 #: ../core/src/org/openstreetmap/josm/actions/ExitAction.java:22 2093 2099 #: ../core/src/org/openstreetmap/josm/actions/ExitAction.java:23 2094 #: trans_surveyor.java: 682100 #: trans_surveyor.java:70 2095 2101 msgid "Exit" 2096 2102 msgstr "Exit" … … 2579 2585 msgid_plural "Change {0} objects" 2580 2586 msgstr[0] "Change {0} object" 2581 msgstr[1] "Change {0} objects ."2587 msgstr[1] "Change {0} objects" 2582 2588 2583 2589 #: ../core/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java:573 … … 2786 2792 2787 2793 #: ../core/src/org/openstreetmap/josm/gui/MainApplication.java:134 2788 #, fuzzy,java-format2794 #, java-format 2789 2795 msgid "Cannot open preferences directory: {0}" 2790 msgstr "C ould not uploadpreferences. Reason: {0}"2796 msgstr "Cannot open preferences directory: {0}" 2791 2797 2792 2798 #: ../core/src/org/openstreetmap/josm/gui/MainApplication.java:154 2793 2799 #, java-format 2794 2800 msgid "Preferences file had errors. Making backup of old one to {0}." 2795 msgstr "" 2801 msgstr "Preferences file had errors. Making backup of old one to {0}." 2796 2802 2797 2803 #: ../core/src/org/openstreetmap/josm/gui/MainApplication.java:192 … … 3079 3085 3080 3086 #: ../core/src/org/openstreetmap/josm/gui/layer/GpxLayer.java:768 3081 #, fuzzy,java-format3087 #, java-format 3082 3088 msgid "{0} meters" 3083 msgstr "{0} me mber"3089 msgstr "{0} meters" 3084 3090 3085 3091 #: ../core/src/org/openstreetmap/josm/gui/layer/GpxLayer.java:771 … … 3090 3096 #, java-format 3091 3097 msgid "{0} sq km" 3092 msgstr "" 3098 msgstr "{0} sq km" 3093 3099 3094 3100 #: ../core/src/org/openstreetmap/josm/gui/layer/GpxLayer.java:866 … … 3491 3497 3492 3498 #: ../core/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java:57 3499 #, fuzzy 3493 3500 msgid "" 3494 "If your gps device draw too few lines, select this to draw lines along your " 3501 "If your gps device draws too few lines, select this to draw lines along your " 3495 3502 "way." 3496 3503 msgstr "" 3497 " Wenn Ihr GPS Gerät zu wenig Linien zeichnet, sollte diese Option gewählt"3498 "w erden um die Linien entlang des Weges zu vervollständigen."3504 "If your gps device draws too few lines, select this to draw lines along your " 3505 "way." 3499 3506 3500 3507 #: ../core/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java:62 … … 3969 3976 3970 3977 #: ../core/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java:126 3971 msgid "Configure Sites ..." 3978 #, fuzzy 3979 msgid "Configure Sites..." 3972 3980 msgstr "Configure Sites ..." 3973 3981 … … 4012 4020 4013 4021 #: ../core/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java:295 4014 #, java-format 4022 #, fuzzy, java-format 4015 4023 msgid "" 4016 "Plugin archive already available. Do you want to download current version by"4017 "deleting existing archive?\n" 4024 "Plugin archive already available. Do you want to download the current " 4025 "version by deleting existing archive?\n" 4018 4026 "\n" 4019 4027 "{0}" … … 5214 5222 5215 5223 #: ../plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java:20 5216 msgid "Rectified Image ..." 5224 #, fuzzy 5225 msgid "Rectified Image..." 5217 5226 msgstr "Rectified Image ..." 5218 5227 … … 5399 5408 5400 5409 #: ../plugins/waypoints/src/WaypointReader.java:57 5401 #, java-format 5402 msgid "Data error: lat value \"{0}\" is out of bound." 5410 #, fuzzy, java-format 5411 msgid "Data error: lat value \"{0}\" is out of bounds." 5403 5412 msgstr "Data error: lat value \"{0}\" is out of bounds." 5404 5413 5405 5414 #: ../plugins/waypoints/src/WaypointReader.java:61 5406 #, java-format 5407 msgid "Data error: lon value \"{0}\" is out of bound." 5415 #, fuzzy, java-format 5416 msgid "Data error: lon value \"{0}\" is out of bounds." 5408 5417 msgstr "Data error: lon value \"{0}\" is out of bounds." 5409 5418 … … 5423 5432 msgstr "" 5424 5433 "The selected way(s) have nodes outside of the downloaded data region.\n" 5425 "This can lead to nodes being deleted accidentally." 5434 "This can lead to nodes being deleted accidentally.\n" 5435 "Are you really sure to continue?" 5426 5436 5427 5437 #: ../plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java:67 … … 5499 5509 #: ../plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorShowAction.java:46 5500 5510 #: ../plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorShowAction.java:47 5501 msgid "Surveyor ..." 5511 #, fuzzy 5512 msgid "Surveyor..." 5502 5513 msgstr "Surveyor ..." 5503 5514 … … 5534 5545 5535 5546 #: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/util/HttpUtils.java:169 5536 msgid "Header contains several values and cannot be mapped to a single String" 5547 #, fuzzy 5548 msgid "Header contains several values and cannot be mapped to a single string" 5537 5549 msgstr "Header contains several values and cannot be mapped to a single string" 5538 5550 … … 5542 5554 5543 5555 #: ../plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbUploadHook.java:51 5556 #, fuzzy 5544 5557 msgid "" 5545 5558 "<html>The selected data contains data from OpenStreetBugs.<br>You cannot " 5546 "upload th esedata. Maybe you have selected the wrong layer?"5559 "upload this data. Maybe you have selected the wrong layer?" 5547 5560 msgstr "" 5548 5561 "<html>The selected data contains data from OpenStreetBugs.<br>You cannot " … … 5632 5645 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:103 5633 5646 msgid "Starting directory scan" 5634 msgstr "" 5647 msgstr "Starting directory scan" 5635 5648 5636 5649 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:108 5637 5650 msgid "One of the selected files was null !!!" 5638 msgstr "" 5651 msgstr "One of the selected files was null !!!" 5639 5652 5640 5653 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:115 … … 5645 5658 #, java-format 5646 5659 msgid "Unable to get canonical path for directory {0}\n" 5647 msgstr "" 5660 msgstr "Unable to get canonical path for directory {0}\n" 5648 5661 5649 5662 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:181 5650 #, fuzzy,java-format5663 #, java-format 5651 5664 msgid "Scanning directory {0}" 5652 msgstr " Error creating cachedirectory:{0}"5665 msgstr "Scanning directory {0}" 5653 5666 5654 5667 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:186 5655 5668 #, java-format 5656 5669 msgid "Found null file in directory {0}\n" 5657 msgstr "" 5670 msgstr "Found null file in directory {0}\n" 5658 5671 5659 5672 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:189 5660 #, fuzzy,java-format5673 #, java-format 5661 5674 msgid "Error while getting files from directory {0}\n" 5662 msgstr "Error creating cachedirectory: {0}"5675 msgstr "Error while getting files from directory {0}\n" 5663 5676 5664 5677 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java:254 … … 5692 5705 5693 5706 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojDialog.java:166 5694 #, fuzzy,java-format5707 #, java-format 5695 5708 msgid "" 5696 5709 "\n" … … 5698 5711 msgstr "" 5699 5712 "\n" 5700 "Altitude: " 5713 "Altitude: {0} m" 5701 5714 5702 5715 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojDialog.java:169 5703 #, fuzzy,java-format5716 #, java-format 5704 5717 msgid "" 5705 5718 "\n" 5706 5719 "{0} km/h" 5707 msgstr " km/h" 5720 msgstr "" 5721 "\n" 5722 "{0} km/h" 5708 5723 5709 5724 #: ../plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/ImageDisplay.java:428 … … 5872 5887 #: ../plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java:44 5873 5888 #: ../plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java:46 5874 msgid "Open Visible ..." 5889 #, fuzzy 5890 msgid "Open Visible..." 5875 5891 msgstr "Open Visible ..." 5876 5892 … … 5914 5930 5915 5931 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:18 5916 #, fuzzy5917 5932 msgid "east" 5918 msgstr " Test"5933 msgstr "east" 5919 5934 5920 5935 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:18 5921 #, fuzzy5922 5936 msgid "northeast" 5923 msgstr " Forest"5937 msgstr "northeast" 5924 5938 5925 5939 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:18 5926 #, fuzzy5927 5940 msgid "north" 5928 msgstr " orthodox"5941 msgstr "north" 5929 5942 5930 5943 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:18 5931 #, fuzzy5932 5944 msgid "northwest" 5933 msgstr " Forest"5945 msgstr "northwest" 5934 5946 5935 5947 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:19 5936 #, fuzzy5937 5948 msgid "west" 5938 msgstr " Test"5949 msgstr "west" 5939 5950 5940 5951 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:19 5941 #, fuzzy5942 5952 msgid "southwest" 5943 msgstr " Clothes"5953 msgstr "southwest" 5944 5954 5945 5955 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:19 5946 #, fuzzy5947 5956 msgid "south" 5948 msgstr " About"5957 msgstr "south" 5949 5958 5950 5959 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:19 5951 #, fuzzy5952 5960 msgid "southeast" 5953 msgstr " Clothes"5961 msgstr "southeast" 5954 5962 5955 5963 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:21 5956 #, fuzzy5957 5964 msgid "water" 5958 msgstr " Water"5965 msgstr "water" 5959 5966 5960 5967 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:21 5961 #, fuzzy5962 5968 msgid "coastline" 5963 msgstr " Coastline"5969 msgstr "coastline" 5964 5970 5965 5971 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:21 5966 #, fuzzy5967 5972 msgid "land" 5968 msgstr " island"5973 msgstr "land" 5969 5974 5970 5975 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:21 5971 #, fuzzy5972 5976 msgid "none" 5973 msgstr "no de"5977 msgstr "none" 5974 5978 5975 5979 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:40 … … 6027 6031 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:66 6028 6032 msgid "Source text" 6029 msgstr "" 6033 msgstr "Source text" 6030 6034 6031 6035 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:69 … … 6097 6101 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:82 6098 6102 msgid "Data source text. Default is Landsat." 6099 msgstr "" 6103 msgstr "Data source text. Default is Landsat." 6100 6104 6101 6105 #: ../plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java:84 6102 msgid "An plugin to trace water bodies on Landsat imagery." 6106 #, fuzzy 6107 msgid "A plugin to trace water bodies on Landsat imagery." 6103 6108 msgstr "A plugin to trace water bodies on Landsat imagery." 6104 6109 … … 6514 6519 6515 6520 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SimilarNamedWays.java:36 6516 msgid "Similar named ways." 6517 msgstr "Similarly named ways." 6521 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SimilarNamedWays.java:82 6522 #, fuzzy 6523 msgid "Similarly named ways" 6524 msgstr "Similarly named ways" 6518 6525 6519 6526 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SimilarNamedWays.java:37 … … 6523 6530 "This test checks for ways with similar names that may have been misspelt." 6524 6531 6525 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SimilarNamedWays.java:826526 msgid "Similar named ways"6527 msgstr "Similarly named ways"6528 6529 6532 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnclosedWays.java:32 6530 6533 msgid "Unclosed Ways." … … 6600 6603 6601 6604 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedWay.java:56 6602 msgid "Untagged, empty, and one node ways." 6605 #, fuzzy 6606 msgid "Untagged, empty and one node ways." 6603 6607 msgstr "Untagged, empty and one node ways." 6604 6608 … … 6635 6639 6636 6640 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedNode.java:34 6637 msgid "Untagged nodes." 6638 msgstr "Untagged nodes." 6641 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedNode.java:88 6642 msgid "Untagged and unconnected nodes" 6643 msgstr "Untagged and unconnected nodes" 6639 6644 6640 6645 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedNode.java:35 … … 6642 6647 msgstr "This test checks for untagged nodes that are not part of any way." 6643 6648 6644 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UntaggedNode.java:886645 msgid "Untagged and unconnected nodes"6646 msgstr "Untagged and unconnected nodes"6647 6648 6649 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:140 6649 6650 msgid "Properties checker :" … … 6679 6680 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:326 6680 6681 msgid "Painting problem" 6681 msgstr "" 6682 msgstr "Painting problem" 6682 6683 6683 6684 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:335 … … 6778 6779 6779 6780 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:550 6781 msgid "Check for paint notes." 6782 msgstr "Check for paint notes." 6783 6784 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:551 6780 6785 #, fuzzy 6781 msgid "Check for paint notes." 6782 msgstr "Check property keys." 6783 6784 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:551 6785 msgid "Check if map paining found data errors." 6786 msgstr "" 6786 msgid "Check if map painting found data errors." 6787 msgstr "Check if map paining found data errors." 6787 6788 6788 6789 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java:558 … … 6935 6936 6936 6937 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java:32 6937 msgid "Duplicated nodes." 6938 msgstr "Duplicated nodes." 6938 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java:50 6939 msgid "Duplicated nodes" 6940 msgstr "Duplicated nodes" 6939 6941 6940 6942 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java:33 … … 6942 6944 msgstr "This test checks that there are no nodes at the very same location." 6943 6945 6944 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java:506945 msgid "Duplicated nodes"6946 msgstr "Duplicated nodes"6947 6948 6946 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java:13 6949 6947 msgid "Errors" … … 6999 6997 7000 6998 #: ../plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java:92 6999 #, fuzzy 7001 7000 msgid "" 7002 "A OSM data validator that checks for common errors made by users and editor " 7001 "An OSM data validator that checks for common errors made by users and editor " 7003 7002 "programs." 7004 7003 msgstr "" … … 7044 7043 7045 7044 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:68 7046 #, fuzzy7047 7045 msgid "User" 7048 msgstr "Use" 7046 msgstr "User" 7049 7047 7050 7048 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:75 7051 7049 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:76 7052 #, fuzzy7053 7050 msgid "Show Author Panel" 7054 msgstr "Show this help"7051 msgstr "Show Author Panel" 7055 7052 7056 7053 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:95 7057 #, fuzzy7058 7054 msgid "Open User Page" 7059 msgstr "Open Aerial Map"7055 msgstr "Open User Page" 7060 7056 7061 7057 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:96 7062 #, fuzzy7063 7058 msgid "Open User Page in browser" 7064 msgstr "Open in Browser"7059 msgstr "Open User Page in browser" 7065 7060 7066 7061 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:107 7067 7062 msgid "Select User's Data" 7068 msgstr "" 7063 msgstr "Select User's Data" 7069 7064 7070 7065 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:108 7071 7066 msgid "Replaces Selection with Users data" 7072 msgstr "" 7067 msgstr "Replaces Selection with Users data" 7073 7068 7074 7069 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:141 7075 #, fuzzy7076 7070 msgid "Please select some data" 7077 msgstr "Please select a value"7071 msgstr "Please select some data" 7078 7072 7079 7073 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:145 7080 7074 msgid "Please choose a user using the author panel" 7081 msgstr "" 7075 msgstr "Please choose a user using the author panel" 7082 7076 7083 7077 #: ../plugins/usertools/src/usertools/UserToolsPlugin.java:158 7084 7078 msgid "Sorry, doesn't work with anonymous users" 7085 msgstr "" 7079 msgstr "Sorry, doesn't work with anonymous users" 7086 7080 7087 7081 #: ../plugins/pluginmanager/src/at/dallermassl/josm/plugin/pluginmanager/PluginUpdateFrame.java:59 … … 7194 7188 msgstr "Streets NRW Geofabrik.de" 7195 7189 7196 #: trans_surveyor.java: 67190 #: trans_surveyor.java:8 7197 7191 msgid "Tunnel Start" 7198 7192 msgstr "Tunnel Start" 7199 7193 7200 #: trans_surveyor.java:1 2trans_presets.java:53 trans_presets.java:707194 #: trans_surveyor.java:14 trans_presets.java:53 trans_presets.java:70 7201 7195 #: trans_presets.java:89 trans_presets.java:107 trans_presets.java:128 7202 7196 #: trans_presets.java:145 trans_presets.java:164 trans_presets.java:182 … … 7211 7205 msgstr "Bridge" 7212 7206 7213 #: trans_surveyor.java:1 67207 #: trans_surveyor.java:18 7214 7208 msgid "Village/City" 7215 7209 msgstr "Village/City" 7216 7210 7217 #: trans_surveyor.java:2 4trans_presets.java:1275 trans_presets.java:13227211 #: trans_surveyor.java:26 trans_presets.java:1275 trans_presets.java:1322 7218 7212 msgid "Parking" 7219 7213 msgstr "Parking" 7220 7214 7221 #: trans_surveyor.java: 297215 #: trans_surveyor.java:31 7222 7216 msgid "One Way" 7223 7217 msgstr "One Way" 7224 7218 7225 #: trans_surveyor.java:3 37219 #: trans_surveyor.java:35 7226 7220 msgid "Church" 7227 7221 msgstr "Church" 7228 7222 7229 #: trans_surveyor.java: 387223 #: trans_surveyor.java:40 7230 7224 msgid "Fuel Station" 7231 7225 msgstr "Fuel Station" 7232 7226 7233 #: trans_surveyor.java:4 3trans_presets.java:14537227 #: trans_surveyor.java:45 trans_presets.java:1453 7234 7228 msgid "Hotel" 7235 7229 msgstr "Hotel" 7236 7230 7237 #: trans_surveyor.java:4 7trans_presets.java:15077231 #: trans_surveyor.java:49 trans_presets.java:1507 7238 7232 msgid "Restaurant" 7239 7233 msgstr "Restaurant" 7240 7234 7241 #: trans_surveyor.java:5 27235 #: trans_surveyor.java:54 7242 7236 msgid "Shopping" 7243 7237 msgstr "Shopping" 7244 7238 7245 #: trans_surveyor.java:5 67239 #: trans_surveyor.java:58 7246 7240 msgid "WC" 7247 7241 msgstr "WC" 7248 7242 7249 #: trans_surveyor.java:6 07243 #: trans_surveyor.java:62 7250 7244 msgid "Camping" 7251 7245 msgstr "Camping" 7252 7246 7253 #: trans_surveyor.java:7 2trans_presets.java:407247 #: trans_surveyor.java:74 trans_presets.java:40 7254 7248 msgid "Motorway" 7255 7249 msgstr "Motorway" 7256 7250 7257 #: trans_surveyor.java:7 6trans_presets.java:1157251 #: trans_surveyor.java:78 trans_presets.java:115 7258 7252 msgid "Primary" 7259 7253 msgstr "Primary" 7260 7254 7261 #: trans_surveyor.java:8 0trans_presets.java:1517255 #: trans_surveyor.java:82 trans_presets.java:151 7262 7256 msgid "Secondary" 7263 7257 msgstr "Secondary" 7264 7258 7265 #: trans_surveyor.java:8 4trans_presets.java:1887259 #: trans_surveyor.java:86 trans_presets.java:188 7266 7260 msgid "Unclassified" 7267 7261 msgstr "Unclassified" 7268 7262 7269 #: trans_surveyor.java: 88trans_presets.java:2067263 #: trans_surveyor.java:90 trans_presets.java:206 7270 7264 msgid "Residential" 7271 7265 msgstr "Residential" 7272 7266 7273 #: trans_surveyor.java:9 3trans_surveyor.java:977267 #: trans_surveyor.java:95 trans_surveyor.java:99 7274 7268 msgid "Test" 7275 7269 msgstr "Test" … … 7358 7352 #: trans_validator.java:66 7359 7353 msgid "relation without type" 7360 msgstr "" 7354 msgstr "relation without type" 7361 7355 7362 7356 #: trans_validator.java:68 7363 #, fuzzy7364 7357 msgid "restaurant without name" 7365 msgstr " Restaurant"7358 msgstr "restaurant without name" 7366 7359 7367 7360 #: trans_validator.java:69 7368 7361 msgid "unusual named way type" 7369 msgstr "" 7362 msgstr "unusual named way type" 7370 7363 7371 7364 #: trans_validator.java:70 trans_validator.java:71 trans_validator.java:72 7372 #, fuzzy7373 7365 msgid "unusual tag combination" 7374 msgstr " Illegal tag/valuecombinations"7366 msgstr "unusual tag combination" 7375 7367 7376 7368 #: trans_presets.java:39 … … 11319 11311 msgstr "Edit Cliff" 11320 11312 11313 #~ msgid "Search ..." 11314 #~ msgstr "Search ..." 11315 11316 #~ msgid "Similar named ways." 11317 #~ msgstr "Similarly named ways." 11318 11319 #~ msgid "Untagged nodes." 11320 #~ msgstr "Untagged nodes." 11321 11322 #~ msgid "Duplicated nodes." 11323 #~ msgstr "Duplicated nodes." 11324 11325 #~ msgid "Error while exporting {0}" 11326 #~ msgstr "Error while exporting {0}" 11327 11321 11328 #~ msgid " ({0} node)" 11322 11329 #~ msgid_plural " ({0} nodes)" … … 11324 11331 #~ msgstr[1] " ({0} nodes)" 11325 11332 11326 #~ msgid "Error while exporting {0}"11327 #~ msgstr "Error while exporting {0}"11328 11329 11333 #~ msgid "Selection: %d way(s) and %d node(s)" 11330 11334 #~ msgstr "Selection: %d way(s) and %d node(s)"
Note:
See TracChangeset
for help on using the changeset viewer.
