~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone, Jakub Wilk, Luke Faraone
  • Date: 2013-05-09 15:10:47 UTC
  • mfrom: (1.1.21) (4.4.27 sid)
  • Revision ID: package-import@ubuntu.com-20130509151047-aqv8d71oj9wvcv8c
Tags: 1.5.1-2
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Luke Faraone ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: Django\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2012-03-23 02:37+0100\n"
 
11
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
12
12
"PO-Revision-Date: 2012-03-12 14:51+0000\n"
13
 
"Last-Translator: sigurdga <sigurdga-transifex@sigurdga.no>\n"
14
 
"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/"
 
13
"Last-Translator: Sigurd Gartmann <sigurdga-transifex@sigurdga.no>\n"
 
14
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/"
15
15
"language/nb/)\n"
16
 
"Language: nb\n"
17
16
"MIME-Version: 1.0\n"
18
17
"Content-Type: text/plain; charset=UTF-8\n"
19
18
"Content-Transfer-Encoding: 8bit\n"
20
 
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
19
"Language: nb\n"
 
20
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
 
#: models.py:123
 
22
#: models.py:130
23
23
msgid "python model class name"
24
24
msgstr "python-modellklassenavn"
25
25
 
26
 
#: models.py:127
 
26
#: models.py:134
27
27
msgid "content type"
28
28
msgstr "innholdstype"
29
29
 
30
 
#: models.py:128
 
30
#: models.py:135
31
31
msgid "content types"
32
32
msgstr "innholdstyper"
33
33
 
34
 
#: views.py:15
 
34
#: views.py:17
35
35
#, python-format
36
36
msgid "Content type %(ct_id)s object has no associated model"
37
37
msgstr "Innholdstype %(ct_id)s objekt har ingen assosiert model"
38
38
 
39
 
#: views.py:19
 
39
#: views.py:21
40
40
#, python-format
41
41
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
42
42
msgstr "Innholdstype %(ct_id)s objekt %(obj_id)s finnes ikke"
43
43
 
44
 
#: views.py:25
 
44
#: views.py:27
45
45
#, python-format
46
46
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
47
47
msgstr "%(ct_name)s-objekter har ikke get_absolute_url()-metode"