98 lines
2.4 KiB
Plaintext
98 lines
2.4 KiB
Plaintext
# This file is distributed under the same license as the Django package.
|
|
#
|
|
# Translators:
|
|
# <berislav.lopac@gmail.com>, 2012.
|
|
# Davor Lučić <r.dav.lc@gmail.com>, 2012.
|
|
# Jannis Leidel <jannis@leidel.info>, 2011.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Django\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
|
|
"PO-Revision-Date: 2012-11-25 11:32+0000\n"
|
|
"Last-Translator: Davor Lučić <r.dav.lc@gmail.com>\n"
|
|
"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/"
|
|
"hr/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: hr\n"
|
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
|
|
#: views.py:9
|
|
msgid "No feeds are registered."
|
|
msgstr "Nema registriranih izvora."
|
|
|
|
#: views.py:19
|
|
#, python-format
|
|
msgid "Slug %r isn't registered."
|
|
msgstr "Slug %r nije registriran."
|
|
|
|
#: db/models/fields.py:51
|
|
msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type."
|
|
msgstr "Osnovno GIS polje -- mapira OpenGIS Specification Geometry tip."
|
|
|
|
#: db/models/fields.py:271
|
|
msgid "Point"
|
|
msgstr "Točka"
|
|
|
|
#: db/models/fields.py:275
|
|
msgid "Line string"
|
|
msgstr "Linija (Line string)"
|
|
|
|
#: db/models/fields.py:279
|
|
msgid "Polygon"
|
|
msgstr "Poligon"
|
|
|
|
#: db/models/fields.py:283
|
|
msgid "Multi-point"
|
|
msgstr "Više točaka"
|
|
|
|
#: db/models/fields.py:287
|
|
msgid "Multi-line string"
|
|
msgstr "Više linija (Line string)"
|
|
|
|
#: db/models/fields.py:291
|
|
msgid "Multi polygon"
|
|
msgstr "Više poligona"
|
|
|
|
#: db/models/fields.py:295
|
|
msgid "Geometry collection"
|
|
msgstr "Geometrijska kolekcija"
|
|
|
|
#: forms/fields.py:19
|
|
msgid "No geometry value provided."
|
|
msgstr "Geometrijska vrijednost nije priložena."
|
|
|
|
#: forms/fields.py:20
|
|
msgid "Invalid geometry value."
|
|
msgstr "Neispravna geometrijska vrijednost."
|
|
|
|
#: forms/fields.py:21
|
|
msgid "Invalid geometry type."
|
|
msgstr "Neispravan geometrijski tip."
|
|
|
|
#: forms/fields.py:22
|
|
msgid ""
|
|
"An error occurred when transforming the geometry to the SRID of the geometry "
|
|
"form field."
|
|
msgstr ""
|
|
"Došlo je do greške pri transformaciji geometrije na SRID geometrijskog polja "
|
|
"forme."
|
|
|
|
#: sitemaps/views.py:46
|
|
#, python-format
|
|
msgid "No sitemap available for section: %r"
|
|
msgstr "Ne postoji mapa za odjeljak: %r"
|
|
|
|
#: sitemaps/views.py:60
|
|
#, python-format
|
|
msgid "Page %s empty"
|
|
msgstr "Stranica %s je prazna"
|
|
|
|
#: sitemaps/views.py:62
|
|
#, python-format
|
|
msgid "No page '%s'"
|
|
msgstr "Stranica '%s' ne postoji"
|