# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel , 2011 # jonklo , 2013 # jonklo , 2012 msgid "" msgstr "" "Project-Id-Version: django-core\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-06-02 00:30-0400\n" "PO-Revision-Date: 2013-09-02 17:00+0000\n" "Last-Translator: jonklo \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" "language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: views.py:59 views.py:61 views.py:63 msgid "tag:" msgstr "tag:" #: views.py:94 views.py:96 views.py:98 msgid "filter:" msgstr "filter:" #: views.py:157 views.py:159 views.py:161 msgid "view:" msgstr "view:" #: views.py:189 #, python-format msgid "App %r not found" msgstr "Fant ikke applikasjonen %r" #: views.py:196 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Fant ikke modellen %(model_name)r i applikasjonen %(app_label)r" #: views.py:208 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet" #: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260 #: views.py:265 msgid "model:" msgstr "modell:" #: views.py:223 views.py:255 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "relaterte `%(app_label)s.%(object_name)s`-objekter" #: views.py:227 views.py:260 #, python-format msgid "all %s" msgstr "alle %s" #: views.py:232 views.py:265 #, python-format msgid "number of %s" msgstr "antall %s" #. Translators: %s is an object type name #: views.py:271 #, python-format msgid "Attributes on %s objects" msgstr "Felter på %s-objekter" #: views.py:363 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s ser ikke ut til å være et urlpattern-objekt" #: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 #: templates/admin_doc/missing_docutils.html:6 #: templates/admin_doc/model_detail.html:14 #: templates/admin_doc/model_index.html:8 #: templates/admin_doc/template_detail.html:6 #: templates/admin_doc/template_filter_index.html:7 #: templates/admin_doc/template_tag_index.html:7 #: templates/admin_doc/view_detail.html:6 #: templates/admin_doc/view_index.html:7 msgid "Home" msgstr "Hjem" #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/missing_docutils.html:14 #: templates/admin_doc/model_detail.html:15 #: templates/admin_doc/model_index.html:9 #: templates/admin_doc/template_detail.html:7 #: templates/admin_doc/template_filter_index.html:8 #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 msgid "Documentation" msgstr "Dokumentasjon" #: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29 msgid "Bookmarklets" msgstr "Bokmerker" #: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Dokumentasjonsbokmerker" #: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

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\").

\n" msgstr "" "\n" "

For å installere bokmerker, dra linken til verktøylinja\n" "for bokmerker, eller høyreklikk og legg til i bokmerker. Nå kan du du velge\n" "bokmerket fra hvilken som helst side på nettstedet. Noen av disse\n" "bokmerkene krever at datamaskinen du bruker er markert som \"intern\"\n" "(kontakt din systemadministrator hvis du er usikker på om maskinen din er " "\"intern\").

\n" #: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Dokumentasjon for denne siden" #: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Hopp fra hvilken som helst side til dokumentasjonen for visningsfunksjonen " "som genererte den siden." #: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Vis objekt-ID" #: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Viser \"content-type\" og en unik ID for sider som representerer et enkelt " "objekt." #: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Rediger dette objektet (nåværende vindu)" #: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Hopper til administrasjonssiden for sider som representerer et enkelt objekt." #: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Rediger dette objektet (nytt vindu)" #: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "Samme som over, men åpner administrasjonssiden i et nytt vindu." #: templates/admin_doc/index.html:17 #: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Tags" #: templates/admin_doc/index.html:18 msgid "List of all the template tags and their functions." msgstr "Liste over alle mal-taggene og deres funksjoner." #: templates/admin_doc/index.html:20 #: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Filter" #: templates/admin_doc/index.html:21 msgid "" "Filters are actions which can be applied to variables in a template to alter " "the output." msgstr "" "Filtre er handlinger som kan brukes på variabler i en mal for å endre output." #: templates/admin_doc/index.html:23 templates/admin_doc/model_detail.html:16 #: templates/admin_doc/model_index.html:10 #: templates/admin_doc/model_index.html:14 msgid "Models" msgstr "Modeller" #: templates/admin_doc/index.html:24 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 "" "Modeller er beskrivelser av alle objektene i systemet og tilhørende felter. " "Hver modell har en liste over felt som kan brukes som mal-variabler" #: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8 #: templates/admin_doc/view_index.html:9 #: templates/admin_doc/view_index.html:12 msgid "Views" msgstr "Views" #: templates/admin_doc/index.html:27 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 "" "Hver side på det offentlige nettstedet er generert av et view. View'et " "definerer hvilken malen som blir brukt til å generere siden og hvilke " "objekter som er tilgjengelige for den malen." #: templates/admin_doc/index.html:30 msgid "Tools for your browser to quickly access admin functionality." msgstr "" "Verktøy for nettleseren din for å få rask tilgang til admin-funksjonalitet." #: templates/admin_doc/missing_docutils.html:10 msgid "Please install docutils" msgstr "Vennligst installer docutils" #: templates/admin_doc/missing_docutils.html:17 #, python-format msgid "" "The admin documentation system requires Python's docutils library." msgstr "" "Admin-dokumentasjonssystemet krever Pythons docutils-bibliotek." #: templates/admin_doc/missing_docutils.html:19 #, python-format msgid "" "Please ask your administrators to install docutils." msgstr "" "Spør dine administratorer om å installere docutils ." #: templates/admin_doc/model_detail.html:21 #, python-format msgid "Model: %(name)s" msgstr "Modell: %(name)s" #: templates/admin_doc/model_detail.html:35 msgid "Field" msgstr "Felt" #: templates/admin_doc/model_detail.html:36 msgid "Type" msgstr "Type" #: templates/admin_doc/model_detail.html:37 msgid "Description" msgstr "Beskrivelse" #: templates/admin_doc/model_detail.html:52 msgid "Back to Models Documentation" msgstr "Tilbake til modell-dokumentasjonen" #: templates/admin_doc/model_index.html:18 msgid "Model documentation" msgstr "Modelldokumentasjon" #: templates/admin_doc/model_index.html:43 msgid "Model groups" msgstr "Modellgrupper" #: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Maler" #: templates/admin_doc/template_detail.html:13 #, python-format msgid "Template: %(name)s" msgstr "Mal: %(name)s" #: templates/admin_doc/template_detail.html:16 #, python-format msgid "Template: \"%(name)s\"" msgstr "Mal: \"%(name)s\"" #: templates/admin_doc/template_detail.html:20 #, python-format msgid "Search path for template \"%(name)s\" on %(grouper)s:" msgstr "Søk banen etter mal \"%(name)s\" på %(grouper)s:" #: templates/admin_doc/template_detail.html:23 msgid "(does not exist)" msgstr "(finnes ikke)" #: templates/admin_doc/template_detail.html:28 msgid "Back to Documentation" msgstr "Tilbake til dokumentasjonen" #: templates/admin_doc/template_filter_index.html:12 msgid "Template filters" msgstr "Mal-filtre" #: templates/admin_doc/template_filter_index.html:16 msgid "Template filter documentation" msgstr "Mal-filter dokumentasjon" #: templates/admin_doc/template_filter_index.html:22 #: templates/admin_doc/template_filter_index.html:43 msgid "Built-in filters" msgstr "Innebygde filtre" #: templates/admin_doc/template_filter_index.html:23 #, python-format msgid "" "To use these filters, put %(code)s in your template before " "using the filter." msgstr "" "For å bruke disse filtrene, sett inn %(code)s i malen før du " "bruker filteret." #: templates/admin_doc/template_tag_index.html:12 msgid "Template tags" msgstr "Mal-tagger" #: templates/admin_doc/template_tag_index.html:16 msgid "Template tag documentation" msgstr "Mal-tag-dokumentasjon" #: templates/admin_doc/template_tag_index.html:22 #: templates/admin_doc/template_tag_index.html:43 msgid "Built-in tags" msgstr "Innebygde tagger" #: templates/admin_doc/template_tag_index.html:23 #, python-format msgid "" "To use these tags, put %(code)s in your template before using " "the tag." msgstr "" "For å bruke disse taggene, sett inn %(code)s i malen før du " "bruker taggen." #: templates/admin_doc/view_detail.html:12 #, python-format msgid "View: %(name)s" msgstr "View: %(name)s" #: templates/admin_doc/view_detail.html:23 msgid "Context:" msgstr "Kontekst:" #: templates/admin_doc/view_detail.html:28 msgid "Templates:" msgstr "Maler:" #: templates/admin_doc/view_detail.html:32 msgid "Back to Views Documentation" msgstr "Tilbake til view-dokumentasjonen" #: templates/admin_doc/view_index.html:16 msgid "View documentation" msgstr "View-dokumentasjon" #: templates/admin_doc/view_index.html:22 msgid "Jump to site" msgstr "Gå til nettsted" #: templates/admin_doc/view_index.html:35 #, python-format msgid "Views by URL on %(name)s" msgstr "Views av URL på %(name)s" #: templates/admin_doc/view_index.html:40 #, python-format msgid "View function: %(name)s" msgstr "View-funksjon: %(name)s" #: tests/test_fields.py:29 msgid "Boolean (Either True or False)" msgstr "Boolsk (True eller False)" #: tests/test_fields.py:39 #, python-format msgid "Field of type: %(field_type)s" msgstr "Felt av typen: %(field_type)s"