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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Vlada Macek <macek@sandbox.cz>, 2012.
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-03-08 11:45+0000\n"
"Last-Translator: Vlada Macek <macek@sandbox.cz>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/"
"cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#: models.py:130
msgid "python model class name"
msgstr "název třídy modelu v Pythonu"

#: models.py:134
msgid "content type"
msgstr "typ obsahu"

#: models.py:135
msgid "content types"
msgstr "typy obsahu"

#: views.py:17
#, python-format
msgid "Content type %(ct_id)s object has no associated model"
msgstr "Typ obsahu %(ct_id)s nemá přidružený model."

#: views.py:21
#, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
msgstr "Objekt %(obj_id)s typu obsahu %(ct_id)s neexistuje."

#: views.py:27
#, python-format
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
msgstr "Objektům %(ct_name)s chybí metoda get_absolute_url()."