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

« back to all changes in this revision

Viewing changes to django/contrib/contenttypes/locale/cs/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:
7
7
msgstr ""
8
8
"Project-Id-Version: Django\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2012-03-23 02:37+0100\n"
 
10
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
11
11
"PO-Revision-Date: 2012-03-08 11:45+0000\n"
12
12
"Last-Translator: Vlada Macek <macek@sandbox.cz>\n"
13
 
"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/"
 
13
"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/"
14
14
"cs/)\n"
15
 
"Language: cs\n"
16
15
"MIME-Version: 1.0\n"
17
16
"Content-Type: text/plain; charset=UTF-8\n"
18
17
"Content-Transfer-Encoding: 8bit\n"
19
 
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
 
18
"Language: cs\n"
 
19
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20
20
 
21
 
#: models.py:123
 
21
#: models.py:130
22
22
msgid "python model class name"
23
23
msgstr "název třídy modelu v Pythonu"
24
24
 
25
 
#: models.py:127
 
25
#: models.py:134
26
26
msgid "content type"
27
27
msgstr "typ obsahu"
28
28
 
29
 
#: models.py:128
 
29
#: models.py:135
30
30
msgid "content types"
31
31
msgstr "typy obsahu"
32
32
 
33
 
#: views.py:15
 
33
#: views.py:17
34
34
#, python-format
35
35
msgid "Content type %(ct_id)s object has no associated model"
36
36
msgstr "Typ obsahu %(ct_id)s nemá přidružený model."
37
37
 
38
 
#: views.py:19
 
38
#: views.py:21
39
39
#, python-format
40
40
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
41
41
msgstr "Objekt %(obj_id)s typu obsahu %(ct_id)s neexistuje."
42
42
 
43
 
#: views.py:25
 
43
#: views.py:27
44
44
#, python-format
45
45
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
46
46
msgstr "Objektům %(ct_name)s chybí metoda get_absolute_url()."