django1/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po

292 lines
6.3 KiB
Plaintext

# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
"PO-Revision-Date: 2015-01-18 08:34+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/"
"bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bs\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"
msgid "Administrative Documentation"
msgstr ""
msgid "Home"
msgstr "Početna"
msgid "Documentation"
msgstr "Dokumentacija"
msgid "Bookmarklets"
msgstr "Bookmarkleti"
msgid "Documentation bookmarklets"
msgstr "Bookmarkleti dokumentacije"
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
"\n"
"<p class=\"help\">Da biste instalirali bookmarklet, prevucite link do "
"svojih\n"
"bookmarka ili kliknite desnim dugmetom i dodajte među bookmarke. Nakon toga\n"
"bookmarkletima možete pristupiti sa svake stranice na sajtu. Imajte na umu\n"
"da neki bookmarkleti zahtijevaju da sajtu pristupite sa računara koji su\n"
"označeni kao „interni“ (pitajte administratora vašeg sistema ukoliko niste\n"
"sigurni da li je vaš računar „interni“).</p>\n"
msgid "Documentation for this page"
msgstr "Dokumentacija za ovu stranicu"
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Vodi od bilo koje stranice do dokumentacije za pogled koji generiše tu "
"stranicu."
msgid "Show object ID"
msgstr "Prikaži ID objekta"
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Prikazuje content-type i jedinstveni ID za stranicu koja predstavlja jedan "
"objekat."
msgid "Edit this object (current window)"
msgstr "Izmjeni ovaj objekat (u ovom prozoru)"
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Vodi u administracioni stranicu za stranice koje prestavljaju jedan objekat"
msgid "Edit this object (new window)"
msgstr "Izmjeni ovaj objekat (novi prozor)"
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Isto kao prethodni, ali otvara administracionu stranicu u novom prozoru."
msgid "Tags"
msgstr ""
msgid "List of all the template tags and their functions."
msgstr ""
msgid "Filters"
msgstr ""
msgid ""
"Filters are actions which can be applied to variables in a template to alter "
"the output."
msgstr ""
msgid "Models"
msgstr ""
msgid ""
"Models are descriptions of all the objects in the system and their "
"associated fields. Each model has a list of fields which can be accessed as "
"template variables"
msgstr ""
msgid "Views"
msgstr ""
msgid ""
"Each page on the public site is generated by a view. The view defines which "
"template is used to generate the page and which objects are available to "
"that template."
msgstr ""
msgid "Tools for your browser to quickly access admin functionality."
msgstr ""
msgid "Please install docutils"
msgstr ""
#, python-format
msgid ""
"The admin documentation system requires Python's <a href=\"%(link)s"
"\">docutils</a> library."
msgstr ""
#, python-format
msgid ""
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
msgstr ""
#, python-format
msgid "Model: %(name)s"
msgstr ""
msgid "Field"
msgstr ""
msgid "Type"
msgstr ""
msgid "Description"
msgstr ""
msgid "Back to Model Documentation"
msgstr ""
msgid "Model documentation"
msgstr ""
msgid "Model groups"
msgstr ""
msgid "Templates"
msgstr ""
#, python-format
msgid "Template: %(name)s"
msgstr ""
#, python-format
msgid "Template: \"%(name)s\""
msgstr ""
#, python-format
msgid "Search path for template \"%(name)s\":"
msgstr ""
msgid "(does not exist)"
msgstr ""
msgid "Back to Documentation"
msgstr ""
msgid "Template filters"
msgstr ""
msgid "Template filter documentation"
msgstr ""
msgid "Built-in filters"
msgstr ""
#, python-format
msgid ""
"To use these filters, put <code>%(code)s</code> in your template before "
"using the filter."
msgstr ""
msgid "Template tags"
msgstr ""
msgid "Template tag documentation"
msgstr ""
msgid "Built-in tags"
msgstr ""
#, python-format
msgid ""
"To use these tags, put <code>%(code)s</code> in your template before using "
"the tag."
msgstr ""
#, python-format
msgid "View: %(name)s"
msgstr ""
msgid "Context:"
msgstr ""
msgid "Templates:"
msgstr ""
msgid "Back to Views Documentation"
msgstr ""
msgid "View documentation"
msgstr ""
msgid "Jump to namespace"
msgstr ""
msgid "Empty namespace"
msgstr ""
#, python-format
msgid "Views by namespace %(name)s"
msgstr ""
msgid "Views by empty namespace"
msgstr ""
#, python-format
msgid ""
"\n"
" View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
"code>.\n"
msgstr ""
msgid "Boolean (Either True or False)"
msgstr "Bulova vrijednost (True ili False)"
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Polje tipa: %(field_type)s"
msgid "tag:"
msgstr "tag:"
msgid "filter:"
msgstr "filter:"
msgid "view:"
msgstr "pogled:"
#, python-format
msgid "App %(app_label)r not found"
msgstr ""
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r"
msgid "model:"
msgstr "model:"
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`"
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "klase `%(app_label)s.%(object_name)s`"
#, python-format
msgid "all %s"
msgstr "svi povezani objekti %s"
#, python-format
msgid "number of %s"
msgstr "broj povezanih objekata %s"
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ne izgleda kao urlpattern objekat"