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

1.2.10 by Chris Lamb
Import upstream version 1.3
1
# This file is distributed under the same license as the Django package.
2
#
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
3
# Translators:
4
# Jannis Leidel <jannis@leidel.info>, 2011.
5
# Vlada Macek <macek@sandbox.cz>, 2012.
1.2.10 by Chris Lamb
Import upstream version 1.3
6
msgid ""
7
msgstr ""
8
"Project-Id-Version: Django\n"
9
"Report-Msgid-Bugs-To: \n"
1.3.7 by Luke Faraone
Import upstream version 1.5
10
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
11
"PO-Revision-Date: 2012-03-08 11:45+0000\n"
12
"Last-Translator: Vlada Macek <macek@sandbox.cz>\n"
1.3.7 by Luke Faraone
Import upstream version 1.5
13
"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/"
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
14
"cs/)\n"
1.2.10 by Chris Lamb
Import upstream version 1.3
15
"MIME-Version: 1.0\n"
16
"Content-Type: text/plain; charset=UTF-8\n"
17
"Content-Transfer-Encoding: 8bit\n"
1.3.7 by Luke Faraone
Import upstream version 1.5
18
"Language: cs\n"
19
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
1.2.10 by Chris Lamb
Import upstream version 1.3
20
1.3.7 by Luke Faraone
Import upstream version 1.5
21
#: models.py:130
1.2.10 by Chris Lamb
Import upstream version 1.3
22
msgid "python model class name"
23
msgstr "název třídy modelu v Pythonu"
24
1.3.7 by Luke Faraone
Import upstream version 1.5
25
#: models.py:134
1.2.10 by Chris Lamb
Import upstream version 1.3
26
msgid "content type"
27
msgstr "typ obsahu"
28
1.3.7 by Luke Faraone
Import upstream version 1.5
29
#: models.py:135
1.2.10 by Chris Lamb
Import upstream version 1.3
30
msgid "content types"
31
msgstr "typy obsahu"
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
32
1.3.7 by Luke Faraone
Import upstream version 1.5
33
#: views.py:17
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
34
#, python-format
35
msgid "Content type %(ct_id)s object has no associated model"
36
msgstr "Typ obsahu %(ct_id)s nemá přidružený model."
37
1.3.7 by Luke Faraone
Import upstream version 1.5
38
#: views.py:21
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
39
#, python-format
40
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
41
msgstr "Objekt %(obj_id)s typu obsahu %(ct_id)s neexistuje."
42
1.3.7 by Luke Faraone
Import upstream version 1.5
43
#: views.py:27
1.2.12 by Raphaël Hertzog
Import upstream version 1.4
44
#, python-format
45
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
46
msgstr "Objektům %(ct_name)s chybí metoda get_absolute_url()."