# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: msgid "" msgstr "" "Project-Id-Version: MapOSMatic\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-16 13:14+0100\n" "PO-Revision-Date: 2012-12-16 21:31+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://www.transifex.com/dittaeva/maposmatic/" "language/pt/)\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: www/maposmatic/feeds.py:45 msgid "maps" msgstr "" #: www/maposmatic/feeds.py:46 www/maposmatic/feeds.py:103 msgid "[DEV]" msgstr "" #: www/maposmatic/feeds.py:49 msgid "The latest rendered maps on MapOSMatic." msgstr "" #: www/maposmatic/feeds.py:102 msgid "errors" msgstr "" #: www/maposmatic/feeds.py:106 msgid "The latest render failures on MapOSMatic." msgstr "" #: www/maposmatic/forms.py:49 msgid "Search for a map" msgstr "" #: www/maposmatic/forms.py:73 msgid "Area" msgstr "" #: www/maposmatic/forms.py:124 #, python-format msgid "The %(stylesheet_name)s stylesheet" msgstr "" #: www/maposmatic/forms.py:127 www/maposmatic/forms.py:154 msgid "more info" msgstr "" #: www/maposmatic/forms.py:151 #, python-format msgid "The %(stylesheet_name)s overlay" msgstr "" #: www/maposmatic/forms.py:193 msgid "Layout required" msgstr "" #: www/maposmatic/forms.py:198 msgid "Indexer required" msgstr "" #: www/maposmatic/forms.py:203 msgid "Stylesheet required" msgstr "" #: www/maposmatic/forms.py:209 msgid "Administrative city required" msgstr "" #: www/maposmatic/forms.py:223 #, python-format msgid "Error with osm city: %s" msgstr "" #: www/maposmatic/forms.py:233 msgid "Required" msgstr "" #: www/maposmatic/forms.py:241 msgid "Same latitude" msgstr "" #: www/maposmatic/forms.py:248 msgid "Same longitude" msgstr "" #: www/maposmatic/forms.py:272 msgid "Bounding Box too large" msgstr "" #: www/maposmatic/models.py:227 #, python-format msgid "%(title)s %(format)s Map" msgstr "" #: www/maposmatic/models.py:235 #, python-format msgid "%(title)s %(format)s Index" msgstr "" #: www/maposmatic/models.py:335 #, python-format msgid "Invalid layout '%s'" msgstr "" #: www/maposmatic/models.py:339 #, python-format msgid "Invalid style '%s'" msgstr "" #: www/maposmatic/nominatim.py:245 www/maposmatic/views.py:543 msgid "Administrative area too big for rendering" msgstr "" #: www/maposmatic/nominatim.py:301 msgid "No administrative boundary details from GIS" msgstr "" #: www/maposmatic/nominatim.py:315 msgid "No administrative boundary" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:36 #: www/maposmatic/templates/maposmatic/about.html:39 #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:31 msgid "About" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:43 msgid "" "This is a fork of the original MapOSMatic service. The source for this fork can be found on GitHub:" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:50 msgid "The forked MapOSMatic web frontend" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:51 msgid "The forked Ocitysmap rendering backend" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:54 msgid "" "If you want to try to run your own instance you may want to check out my Vagrant test setup " "as a starting point" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:61 msgid "" "Below you'll find the \"About\" text of the original MapOSMatic project." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:67 msgid "History" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:70 msgid "" "MapOSMatic has been started thanks to an idea of\n" "Gilles Lamiral, an OpenStreetMap and free\n" "software contributor of Rennes area, France. From his idea, a group of\n" "crazy hackers\n" "met together during a one-week Hackfest in August 2009 and\n" "brought the idea of Gilles Lamiral to life by writing the code and\n" "named the project MapOSMatic. The group of crazy\n" "hackers would like to thank Gilles for sharing his bright\n" "idea!" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:84 msgid "" "Of course, MapOSMatic is fully free software,\n" "licensed under the AGPLv3.\n" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:91 msgid "How does it work?" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:94 msgid "" "On our server, we run a PostgreSQL server, with the PostGIS extension. In this\n" "PostgreSQL server, we have loaded the OpenStreetMap\n" "data for the whole world using the osm2pgsql\n" "tool. The same tool is also used to apply daily differences of\n" "the database, which allows to keep it up to date with the new\n" "contributions of OpenStreetMap users." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:108 msgid "" "For the map rendering, we use the\n" "famous Mapnik with the OpenStreetMap\n" "stylesheet\n" "available in\n" "OpenStreetMap Subversion repository. Using Mapnik\n" "and Cairo, we\n" "built OCitySMap, a Python module that:" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:118 msgid "" "Renders the map using OpenStreetMap data and the\n" " OpenStreetMap Mapnik stylesheet;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:120 msgid "" "Renders on top of the map, using Mapnik, the grid\n" " of 500 meters squares, the labels of the squares, and some more\n" " information on the map (copyright, scale,\n" " etc.);" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:124 msgid "" "Greys out all the area outside the city if we find\n" " its administrative boundary;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:126 msgid "" "Renders an index of the streets, based on\n" " OpenStreetMap data and the intersection of the streets with the\n" " squares on the map." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:132 msgid "" "This Python module can be used through a command-line\n" "tool provided with OCitySMap, so everyone can run its own city-map\n" "rendering suite. However, as the installation of the different\n" "components is quite complicated, a small web service has been created\n" "on top of it so that end-users can easily generate and use\n" "OpenStreetMap city maps." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:141 msgid "" "This web service has been called MapOSMatic,\n" "like map-o-matic but with a reference to OpenStreetMap (OSM). The\n" "web service is written in Python\n" "using Django. It is\n" "responsible for storing the rendering requests and displaying the result\n" "of these requests. The rendering itself takes place asynchronously\n" "through the maposmaticd daemon. This daemon does only one\n" "rendering at a time, which is very important because of the CPU and I/O\n" "intensive nature of the map rendering process." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:153 msgid "" "For the city search engine, we use the wonderful Nominatim service. This\n" "service made it really simple to provide a nice search engine that\n" "allows to select between multiple cities of the same name, by\n" "providing information on the city location." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:161 msgid "Contributing" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:164 msgid "" "As stated above, both OCitySMap and\n" "MapOSMatic are fully free software, so you're invited to\n" "contribute. Here are the few starting points to help\n" "us:" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:171 msgid "" "The\n" " MapOSMatic Wiki,\n" " which contains valuable technical information and documents about\n" " MapOSMatic;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:175 msgid "" "The project on\n" " Savannah;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:178 msgid "" "The development\n" " mailing-list;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:181 msgid "" "The IRC channel #maposmatic on\n" " Freenode;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:183 msgid "" "The OCitySMap\n" " Git repository, which can be cloned using git clone\n" " git://git.sv.gnu.org/maposmatic/ocitysmap.git;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:187 msgid "" "The MapOSMatic\n" " Git repository, which can be cloned using\n" " git clone git://git.sv.gnu.org/maposmatic.git;" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:191 msgid "" "TODO-list\n" " and ideas." msgstr "" #: www/maposmatic/templates/maposmatic/about.html:196 msgid "Contributors" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:200 msgid "Current team" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:203 msgid "Developer, running instance on https://print.get-map-org/" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:208 msgid "Original team" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:211 #: www/maposmatic/templates/maposmatic/about.html:212 #: www/maposmatic/templates/maposmatic/about.html:213 #: www/maposmatic/templates/maposmatic/about.html:215 #: www/maposmatic/templates/maposmatic/about.html:218 msgid "Developer" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:214 msgid "Developer and Mapnik stylesheets" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:216 msgid "" "Developer, system administration, GIS database maintenance and site design" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:217 msgid "Developer, treasurer" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:224 msgid "Other contributors" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:227 msgid "German translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:228 msgid "Italian translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:229 msgid "Catalan translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:230 msgid "Russian translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:231 msgid "Arabic translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:232 #: www/maposmatic/templates/maposmatic/about.html:233 msgid "Brasilian portuguese translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:234 msgid "Danish translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:235 msgid "Dutch translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:236 msgid "Croatian translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:237 msgid "Polish translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:238 msgid "Indonesian translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:239 #: www/maposmatic/templates/maposmatic/about.html:240 msgid "Norwegian bokmÃ¥l translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:240 msgid "Norwegian nynorsk translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:241 msgid "Turkish translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:241 msgid "Translation automation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:242 msgid "Kirgyz translation" msgstr "" #: www/maposmatic/templates/maposmatic/about.html:243 msgid "Printable stylesheet" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:12 #: www/maposmatic/templates/maposmatic/index-parts/status.html:6 msgid "Platform status" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:14 msgid "Rendering queue(s): " msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:15 msgid "GIS database: " msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:16 msgid "WayMarked database: " msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:20 msgid "Toggle navigation" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:26 msgid "Home" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:27 #: www/maposmatic/templates/maposmatic/new.html:36 msgid "Create map" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:28 #: www/maposmatic/templates/maposmatic/maps.html:36 #: www/maposmatic/templates/maposmatic/maps.html:46 msgid "Maps" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:33 msgid "About Maposmatic" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:35 #: www/maposmatic/templates/maposmatic/documentation-api.html:36 #: www/maposmatic/templates/maposmatic/documentation-user-guide.html:36 msgid "User Guide" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:36 msgid "API Docs" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:42 #: www/maposmatic/templates/maposmatic/base.html:42 msgid "Maps feed" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:43 msgid "Errors feed" msgstr "" #: www/maposmatic/templates/maposmatic/base-parts/navbar.html:48 #: www/maposmatic/templates/maposmatic/donate.html:36 #: www/maposmatic/templates/maposmatic/donate.html:38 #: www/maposmatic/templates/maposmatic/index.html:87 msgid "Donate" msgstr "" #: www/maposmatic/templates/maposmatic/base.html:110 msgid "" "MapOSMatic is a free software webservice to generate maps of cities using " "OpenStreetMap data." msgstr "" #: www/maposmatic/templates/maposmatic/base.html:126 msgid "Privacy statement" msgstr "" #: www/maposmatic/templates/maposmatic/congo.html:26 msgid "Congo Health Map" msgstr "" #: www/maposmatic/templates/maposmatic/donate-thanks.html:36 msgid "Thanks!" msgstr "" #: www/maposmatic/templates/maposmatic/donate-thanks.html:39 msgid "Thanks for your donation!" msgstr "" #: www/maposmatic/templates/maposmatic/donate-thanks.html:42 msgid "" " We have received your donation.\n" "Thank you for your support to the MapOSMatic project!" msgstr "" #: www/maposmatic/templates/maposmatic/donate-thanks.html:47 msgid "" "You will receive a notification e-mail concerning your\n" "donation. This e-mail will indicate that the donation has been received by\n" "Thomas Petazzoni, who is the MapOSMatic developer in charge of " "donations\n" "and funds. MapOSMatic is still an informal gathering of developers, and we " "have\n" "not (yet) created a non-profit organization to support the project." msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:39 msgid "Why are donations useful?" msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:44 #, python-format msgid "" "MapOSMatic is a project entirely developed and maintained by a\n" "team of volunteers (see our About page for\n" "details). However, running the MapOSMatic service and making improvements to " "it\n" "has various costs beyond the time of the volunteer developers." msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:51 msgid "" "Therefore, we are currently seeking donations to help us\n" "funding:" msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:56 msgid "" "Participation to the transportation expenses of the\n" "MapOSMatic developers when they gather for hackfests (meeting of\n" "developers). You can read our blog to\n" "learn more about what we achieve during those hackfests. We usually " "implement a\n" "huge number of improvements, new features and bug fixes during those " "meetings.\n" "They take place during the holidays of the developers, and we would like to " "at\n" "least compensate their travel expenses." msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:65 msgid "Considering making a donation?" msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:68 msgid "" "Donations can be done through the well-known PayPal service. We accept donations of " "any\n" "amount: all donations are helpful, even the smallest ones." msgstr "" #: www/maposmatic/templates/maposmatic/donate.html:77 #: www/maposmatic/templates/maposmatic/index.html:97 msgid "Donate via PayPal »" msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:19 #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:21 msgid "Plain Layout" msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:28 #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:30 msgid "Index Layout" msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:37 #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:39 msgid "Multi Page Layout" msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:47 msgid "Previous" msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/carousel.html:51 #: www/maposmatic/templates/maposmatic/new.html:150 msgid "Next" msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:20 #, python-format msgid " %(size)s job%(qp)s in the rendering queue." msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:34 #, python-format msgid "" "The GIS database is online and up to date, updated %(date)s ago." msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:40 #, python-format msgid "" "The GIS database is not up to date and was only updated %(date)s ago." msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:44 msgid "" "The GIS database is not available. Renderings cannot be processed at this " "time." msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:51 #, python-format msgid "" "The Waymarked route database is online and up to date, updated " "%(date)s ago." msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:56 #, python-format msgid "" "The Waymarked route database is not up to date and was only updated " "%(date)s ago." msgstr "" #: www/maposmatic/templates/maposmatic/index-parts/status.html:60 msgid "" "The Waymarked route database is not available. Route overlays cannot be " "processed at this time." msgstr "" #: www/maposmatic/templates/maposmatic/index.html:38 msgid "Welcome to" msgstr "" #: www/maposmatic/templates/maposmatic/index.html:43 msgid "" "This is a free software web service that allows you to generate maps of " "cities using OpenStreetMap " "data. The generated maps are available in PNG, PDF and SVG formats and are " "ready to be printed." msgstr "" #: www/maposmatic/templates/maposmatic/index.html:47 msgid "" "As the data used to generate maps is coming from OpenStreetMap, you can " "freely reuse, sell, or modify the generated maps under the terms of the OpenStreetMap license." msgstr "" #: www/maposmatic/templates/maposmatic/index.html:51 msgid "Learn more" msgstr "" #: www/maposmatic/templates/maposmatic/index.html:52 msgid "Create a map »" msgstr "" #: www/maposmatic/templates/maposmatic/index.html:69 msgid "Latest news" msgstr "" #: www/maposmatic/templates/maposmatic/index.html:76 #, python-format msgid "published %(date)s ago" msgstr "" #: www/maposmatic/templates/maposmatic/index.html:90 msgid "" "You can donate to help us improve the service. See our donation page for more information on how donations are processed and " "how they help us keep MapOSMatic free (and ad-free!)." msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:10 #: www/maposmatic/templates/maposmatic/map-full.html:68 #: www/maposmatic/templates/maposmatic/maps.html:62 msgid "City" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:13 #: www/maposmatic/templates/maposmatic/map-full.html:71 msgid "Bounding box" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:22 #: www/maposmatic/templates/maposmatic/map-full.html:80 #: www/maposmatic/templates/maposmatic/maps.html:74 #: www/maposmatic/templates/maposmatic/new.html:125 #: www/maposmatic/templates/maposmatic/new.html:250 msgid "Layout" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:24 #: www/maposmatic/templates/maposmatic/map-full.html:82 #: www/maposmatic/templates/maposmatic/maps.html:75 #: www/maposmatic/templates/maposmatic/new.html:288 msgid "Stylesheet" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:27 #: www/maposmatic/templates/maposmatic/map-full.html:85 #: www/maposmatic/templates/maposmatic/new.html:135 #: www/maposmatic/templates/maposmatic/new.html:317 msgid "Overlays" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:31 #: www/maposmatic/templates/maposmatic/map-full.html:89 #: www/maposmatic/templates/maposmatic/maps.html:80 #: www/maposmatic/templates/maposmatic/new.html:254 msgid "Indexer" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:35 #: www/maposmatic/templates/maposmatic/map-full.html:93 msgid "GPX Track" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:39 #: www/maposmatic/templates/maposmatic/map-full.html:97 msgid "UMAP File" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:42 #: www/maposmatic/templates/maposmatic/map-full.html:107 #: www/maposmatic/templates/maposmatic/maps.html:95 msgid "Paper format" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:44 #: www/maposmatic/templates/maposmatic/map-full.html:109 #: www/maposmatic/templates/maposmatic/maps.html:96 msgid "Map locale" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:52 #, python-format msgid "Request submitted: %(date)s" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:56 #, python-format msgid "Rendering started: %(date)s" msgstr "" #: www/maposmatic/templates/maposmatic/map-feed.html:60 #, python-format msgid "Rendering completed: %(date)s" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:11 #: www/maposmatic/templates/maposmatic/maps.html:99 msgid "Request submitted" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:11 #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:16 #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:22 #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:25 #: www/maposmatic/templates/maposmatic/maps.html:104 #: www/maposmatic/templates/maposmatic/maps.html:110 #, python-format msgid "%(since)s ago" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:16 #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:22 #: www/maposmatic/templates/maposmatic/maps.html:104 #: www/maposmatic/templates/maposmatic/maps.html:110 msgid "Rendering started" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:16 #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:22 #: www/maposmatic/templates/maposmatic/maps.html:104 #: www/maposmatic/templates/maposmatic/maps.html:110 #, python-format msgid "after %(duration)s in the queue" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:25 #: www/maposmatic/templates/maposmatic/maps.html:113 msgid "Rendering completed" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:25 #: www/maposmatic/templates/maposmatic/maps.html:113 #, python-format msgid "after %(duration)s " msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:31 #: www/maposmatic/templates/maposmatic/maps.html:119 msgid "Rendering cancelled" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:46 msgid "jobs ahead of us" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:53 #: www/maposmatic/templates/maposmatic/maps.html:145 msgid "Pending..." msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:57 #: www/maposmatic/templates/maposmatic/maps.html:155 msgid "Rendering..." msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:64 #: www/maposmatic/templates/maposmatic/maps.html:199 msgid "Recreate map" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:66 #: www/maposmatic/templates/maposmatic/maps.html:201 msgid "Recreate" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:75 msgid "Downloads" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:115 #: www/maposmatic/templates/maposmatic/maps.html:183 msgid "Something went wrong while processing this job." msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:116 #: www/maposmatic/templates/maposmatic/maps.html:184 msgid "Error log" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:121 msgid "The generated files are no longer available." msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:122 #: www/maposmatic/templates/maposmatic/maps.html:161 #: www/maposmatic/templates/maposmatic/maps.html:190 msgid "Download" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:129 #, python-format msgid "Updating in %(refresh)ss..." msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:138 #, python-format msgid "Cancel this queued request (position %(pos)s in the queue)" msgstr "" #: www/maposmatic/templates/maposmatic/map-full-parts/rendering-status.html:138 msgid " Cancel" msgstr "" #: www/maposmatic/templates/maposmatic/map-full.html:43 msgid "Updating now..." msgstr "" #: www/maposmatic/templates/maposmatic/map-full.html:56 msgid "Rendering status" msgstr "" #: www/maposmatic/templates/maposmatic/map-full.html:63 msgid "Map details" msgstr "" #: www/maposmatic/templates/maposmatic/map-full.html:101 #: www/maposmatic/templates/maposmatic/maps.html:89 msgid "Uploaded files" msgstr "" #: www/maposmatic/templates/maposmatic/map-full.html:117 msgid "Map preview" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:53 msgid "(*** untitled map ***)" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:65 msgid "Bounding Box" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:77 msgid "Overlay(s)" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:83 msgid "GPX track" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:86 msgid "UMAP file" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:131 msgid "in queue:" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:143 #, python-format msgid "Pending, submitted %(date)s ago" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:153 #, python-format msgid "Rendering is in progress, started %(date)s ago" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:165 msgid "map" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:171 msgid "index" msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:213 msgid "Our database does not contain any rendered maps for the moment." msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:215 msgid "No map matches your query." msgstr "" #: www/maposmatic/templates/maposmatic/maps.html:215 msgid "Create a new map!" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:41 msgid "Choose overlay(s)" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:42 msgid "Search overlay" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:43 msgid "No results" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:44 msgid "Add" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:107 msgid "Generate your own map" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:113 msgid "Back" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:120 msgid "Map area" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:130 msgid "Style" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:140 msgid "Paper" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:145 msgid "Submit" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:152 msgid "Generate" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:166 msgid "Geographic area" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:169 msgid "City search" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:172 msgid "File upload" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:198 msgid "Upload files" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:207 msgid "" "Upload GPX, Umap, or general GeoJSON files here.
You can select " "multiple files at once. If you re-open the file selection dialog to select " "files, your selection will replace the previous one." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:219 msgid "" "Note: The uploaded files will not be made available to anyone, the " "map created using this file will be publicly visible though.
Do " "NOT upload any data you don't want to be publicly visible." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:231 msgid "Geographic area selection" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:233 msgid "" "Start by choosing the city or geographic area you want to render. " "Suggestions will appear as you start typing. If you can't find the city you " "want, or if you prefer to choose the exact area you want to render yourself, " "select the Geographic area tab and use the mini-map to set the " "limits of the rendered area." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:269 msgid "Map layout" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:271 msgid "" "The map layout determines how the map and the index are rendered. The " "Multi-page layout produces a booklet very suitable for printing and " "binding." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:300 msgid "Map stylesheet" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:302 msgid "" "The map stylesheet determines the style and appearance of the map itself. " "Note that the stylesheet also drives what details will be visible on the map." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:329 msgid "Map overlays" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:331 msgid "" "Overlays render extra objects on top of the chosen base style. Multiple " "overlays can be selected to add different kinds of additional information on " "top of the map." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:347 msgid "Paper size" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:347 msgid "(width x height)" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:380 msgid "An error occured while retrieving compatible paper sizes." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:389 msgid "Calculating available paper formats for your map..." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:397 msgid "Paper format and size" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:399 msgid "Select the desired format, size and orientation for your map." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:402 msgid "" "You can choose from the suggested standard sizes, the \"best fit\" size for " "the map area you selected, or specify a width and height of your own choice." msgstr "" #: www/maposmatic/templates/maposmatic/new.html:418 msgid "Map title" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:424 msgid "Locale" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:443 msgid "Your Email address (for notifications, optional)" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:446 msgid "will be deleted after" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:446 msgid "hours" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:455 msgid "Summary" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:458 msgid "Location:" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:459 msgid "Layout:" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:460 msgid "Stylesheet:" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:461 msgid "Overlay:" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:462 msgid "Paper format:" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:471 msgid "Almost there!" msgstr "" #: www/maposmatic/templates/maposmatic/new.html:473 msgid "" "You're almost ready to request to map rendering! Select the map language, " "eventually adjust the title of your map, and you're good to go!" msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:33 #: www/maposmatic/templates/maposmatic/privacy.html:36 msgid "Privacy Statement" msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:38 msgid "Encryption" msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:41 msgid "" "\n" " All web traffic is encrypted using TLS/SSL, using certificates\n" " provided by LetsEncrypt.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:48 msgid "" "\n" " When trying to access the site via unencrypted http:\n" " URLs you'll automatically be redirected to the encrypted https:\n" " URL counterparts.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:58 msgid "" "\n" " The web server only logs date and time, requested URL and HTTP status,\n" " it does normally not log IP addresses, user agent strings or referer " "URLs.\n" " These additional fields may temporary be added to log entries when " "necessary\n" " to analyze problems (although so far that has never been needed), but " "such\n" " additional access logs will be removed again within 24 hours.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:68 msgid "" "\n" " When submitting an actual map rendering job, your IP address will\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:72 msgid "" "\n" " be stored until removed manually\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:76 msgid "" "\n" " not be stored\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:80 #, python-format msgid "" "\n" " stored for %(SUBMITTER_IP_LIFETIME)s hours\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:84 msgid "" "\n" " along with the actual map request.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:90 msgid "" "\n" " If you chose to also provide an email address for notification when\n" " your request has been processed completely, this mail address will\n" " be stored\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:96 #, python-format msgid "" "\n" " for %(SUBMITTER_MAIL_LIFETIME)s hours.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:100 msgid "" "\n" " until removed manually.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:109 msgid "" "\n" " This site uses Matomo\n" " (formerly known as Piwik) for analytics.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:116 msgid "" "\n" " The site does not track users in any way, neither by itself\n" " nor by use of any external tracking services.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:126 msgid "" "\n" " This site may use up to three cookies to store information about you:\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:135 msgid "" "\n" " This cooke gets created as soon as you click\n" " Accept\n" " on the cookie warning. After this you will not\n" " see that warning again on this browser until\n" " the cookie gets deleted by you, or expires after\n" " ten years.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:145 msgid "" "\n" " The cookie only stores a fixed valie of \"1\" to\n" " remember your acceptance.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:151 msgid "" "\n" " If you do not accept this cookie the cookie\n" " warning block will appear every time you load\n" " a new page from the site, but it will not otherwise\n" " affect functionality of the site apart from the\n" " screen space taken.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:162 msgid "" "\n" " This cookie is used to tie your browser session to\n" " some session specific information stored on the server\n" " side.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:169 msgid "" "\n" " So far we use a session only to store and remember\n" " certain choices you made in the \n" " Create Map\n" " form, so that we can pre-select or pre-fill form\n" " elements accordingly the next time you create\n" " a map.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:179 msgid "" "\n" " So the information stored in the session is just\n" " for your own convenience, it is not tracked in\n" " any way, it does not include any personal information\n" " about you, and the information will be removed\n" " completely two weeks after your last access of the\n" " Create Map\n" " form. \n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:190 msgid "" "\n" " If you decide to not accept this cookie the functionality\n" " of the site will not be affected, you will just loose\n" " the form prefill convenice.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:200 msgid "" "\n" " This cookie may get set by the OpenStreetMap tile servers\n" " providing the map tiles used in the interactive map in the\n" " Create Map form.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:207 msgid "" "\n" " This cookie stores\n" " a time-based one-time password token\n" " which can be verified by the OpenStreetMap tile cache servers\n" " and so can improve tile access performance. \n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:216 msgid "" "\n" " To the best of our knowledge this cookie is not used by\n" " OpenStreetMap to perform tracking of any kind.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:222 msgid "" "\n" " If you decide to not accept this cookie the map tiles\n" " in the interactive map may load slower, but otherwise\n" " the functionality of our site will not be reduced in\n" " any way.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:235 msgid "" "\n" " All images, style sheets, fonts and all javascript code\n" " are stored locally on this server. There will be no\n" " cross site requests to other sites when accessing this\n" " service, with one exception:\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:244 msgid "" "\n" " The site uses map tiles provided by OpenStreetMap in the\n" " interactive map shown on the\n" " Create Map\n" " form. These are loaded from the OpenStreetMap tile\n" " servers under the tiles.openstreetmap.org\n" " subdomain by your browser directly.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:255 msgid "" "\n" " Please refer to the\n" " OpenStreetMap Foundations Privacy Policy\n" " regarding the access to those\n" " map tile images.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:267 msgid "" "\n" " The site allows you to upload GPX tracks, GeoJson files and\n" " Umap map exports to\n" " incorporate information stored in them into generated maps.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:275 msgid "" "\n" " Note that all maps generated by this service are publicly\n" " visible, so do not upload any such files\n" " which contain information that should become visible to\n" " a global audience, no matter whether this is a problem\n" " for privacy, security, copyright, or other legal reasons.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:285 #, python-format msgid "" "\n" " If you have uploaded such a file by accident, please inform\n" " %(CONTACT_EMAIL)s via email and request a removal of the\n" " uploaded file and the generated map. Provide either the\n" " URL of the generated map page, or the file name of the\n" " uploaded file and the date it was uploaded to this site.\n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:297 msgid "" "\n" " Generated maps are stored on the server for some time\n" " until they are finally removed again for storage space\n" " reasons. The actual rendering job data remains available\n" " though, and so the deleted map files can be regenerated\n" " at any time. \n" " " msgstr "" #: www/maposmatic/templates/maposmatic/privacy.html:307 #, python-format msgid "" "\n" " If you think a map rendering job should be removed\n" " completely for whatever reason, please inform\n" " %(CONTACT_EMAIL)s via email and provide the URL\n" " of the rendering job you want to have removed.\n" " " msgstr "" #: www/maposmatic/templatetags/extratags.py:48 msgid "Waiting for rendering to begin..." msgstr "" #: www/maposmatic/templatetags/extratags.py:50 msgid "The rendering is in progress..." msgstr "" #: www/maposmatic/templatetags/extratags.py:53 msgid "Rendering was successful." msgstr "" #: www/maposmatic/templatetags/extratags.py:56 #, python-format msgid "" "%(arg)s!
Please check the error log or contact %(email)s for more " "information." msgstr "" #: www/maposmatic/templatetags/extratags.py:58 #, python-format msgid "%(arg)s! Please check the error log for more information." msgstr "" #: www/maposmatic/templatetags/extratags.py:61 msgid "" "Rendering is obsolete: the rendering was successful, but the files are no " "longer available." msgstr "" #: www/maposmatic/templatetags/extratags.py:63 msgid "" "Obsolete failed rendering: the rendering failed, and the incomplete files " "have been removed." msgstr "" #: www/maposmatic/templatetags/extratags.py:65 msgid "The rendering was cancelled by the user." msgstr "" #: www/maposmatic/views.py:227 msgid "Best fit" msgstr "" #: www/maposmatic/widgets.py:47 msgid "Area too big to be rendered!" msgstr "" #: www/maposmatic/widgets.py:72 msgid "Latitude of the top left corner" msgstr "" #: www/maposmatic/widgets.py:73 msgid "Longitude of the top left corner" msgstr "" #: www/maposmatic/widgets.py:74 msgid "Latitude of the bottom right corner" msgstr "" #: www/maposmatic/widgets.py:75 msgid "Longitude of the bottom right corner" msgstr "" #: www/maposmatic/widgets.py:77 msgid "Remove any selected region from the map" msgstr "" #: www/settings.py:315 msgid "No localization" msgstr "" #: www/templates/404.html:36 msgid "Page not found!" msgstr "" #: www/templates/404.html:39 msgid "Woups. Looks like you've followed a broken link ;-(" msgstr "" #: www/templates/500.html:36 msgid "Server error!" msgstr "" #: www/templates/500.html:39 msgid "" "Well, this is embarrassing. Looks like the server crashed\n" " processing this request." msgstr "" #: www/templates/503.html:36 msgid "Service unavailable" msgstr "" #: www/templates/cookielaw/banner.html:9 msgid "Cookie information" msgstr "" #: www/templates/cookielaw/banner.html:12 msgid "" "\n" "\t

\n" "\tThis site does not use tracking cookies of any kind.\n" "\tIt does use up to three cookies for other purposes though:\n" "\t

\n" "\t
    \n" "\t
  • One cookie to track whether you've seen and accepted this cookie " "warning (valid for ten years)
  • \n" "\t
  • One session coockie related to session information stored on the " "server side
  • \n" "\t
  • The map tile servers on openstreetmap.org may also set a cookie of " "their own
  • \n" "\t
\n" "\t

\n" "\tThe server side session tied to the session cookie is only used to " "remember\n" "\tprevious choices when filling out the Create map form. The " "session\n" "\tdoes not store personalized data in any form.\n" "\t

\n" "\tThe site will continue to function even when you choose to not accept\n" "\tany cookies, but you'll unfortunately also see this message again and\n" "\tagain unless you at least accept the cookielaw_accepted cookie\n" "\tthat gets sent when hitting the \"OK\" button below.\n" "\t

\n" "\t

\n" "\t

\n" "\tFor further details see the sites privacy " "statemet\n" "\t

\n" " " msgstr "" #: www/templates/cookielaw/banner.html:39 msgid "Accept" msgstr "" #: www/templates/render_email_exception.txt:1 #: www/templates/render_email_failure.txt:1 #: www/templates/render_email_success.txt:1 #: www/templates/render_email_timeout.txt:1 msgid "MapOSMatic rendering daemon" msgstr "" #: www/templates/render_email_exception.txt:7 #: www/templates/render_email_failure.txt:7 #, python-format msgid "Rendering of job #%(jobid)s failed" msgstr "" #: www/templates/render_email_exception.txt:10 #, python-format msgid "" "\n" "An error occured while rendering job %(jobid)s!\n" "\n" "%(tb)s\n" "\n" "Job information:\n" "\n" "%(jobinfo)s\n" "\n" "You can view the job page at <%(url)s>.\n" "\n" "-- \n" "MapOSMatic\n" msgstr "" #: www/templates/render_email_failure.txt:10 #, python-format msgid "" "\n" "Hello %(to)s,\n" "\n" "unfortunately your map rendering request for\n" "\n" " %(title)s\n" "\n" "has failed.\n" "\n" "You can check for failure details on the request detail page:\n" "\n" " %(url)s\n" "\n" "-- \n" "MapOSMatic\n" msgstr "" #: www/templates/render_email_success.txt:7 #, python-format msgid "Rendering of job #%(jobid)s succeeded" msgstr "" #: www/templates/render_email_success.txt:10 #, python-format msgid "" "\n" "Hello %(to)s,\n" "\n" "your map rendering request for\n" "\n" " %(title)s\n" "\n" "has successfully been processed now, and the results can be downloaded\n" "from the rendering jobs detail pages:\n" "\n" " %(url)s\n" "\n" "-- \n" "MapOSMatic\n" msgstr "" #: www/templates/render_email_timeout.txt:7 #, python-format msgid "Rendering of job #%(jobid)s timed out" msgstr "" #: www/templates/render_email_timeout.txt:10 #, python-format msgid "" "\n" "Hello %(to)s,\n" "\n" "unfortunately your map rendering request for\n" "\n" " %(title)s\n" "\n" "has been runnning for more than %(timeout)s minutes and had to be " "cancelled.\n" "\n" "You may want to retry with a smaller map area or with a less complex map\n" "style or less map overlays.\n" "\n" "-- \n" "MapOSMatic\n" msgstr ""