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

« back to all changes in this revision

Viewing changes to django/contrib/comments/locale/hr/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:
6
6
msgstr ""
7
7
"Project-Id-Version: Django\n"
8
8
"Report-Msgid-Bugs-To: \n"
9
 
"POT-Creation-Date: 2012-03-23 02:37+0100\n"
 
9
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
10
10
"PO-Revision-Date: 2012-02-14 13:24+0000\n"
11
11
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
12
 
"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/"
 
12
"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/"
13
13
"hr/)\n"
14
 
"Language: hr\n"
15
14
"MIME-Version: 1.0\n"
16
15
"Content-Type: text/plain; charset=UTF-8\n"
17
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Language: hr\n"
18
18
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19
 
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
 
19
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20
20
 
21
 
#: admin.py:12
 
21
#: admin.py:25
22
22
msgid "Content"
23
23
msgstr "Sadržaj"
24
24
 
25
 
#: admin.py:15
 
25
#: admin.py:28
26
26
msgid "Metadata"
27
27
msgstr "Metadata"
28
28
 
29
 
#: admin.py:42
 
29
#: admin.py:55
30
30
msgid "flagged"
31
31
msgid_plural "flagged"
32
32
msgstr[0] "oznaka"
33
33
msgstr[1] "oznake"
34
34
msgstr[2] "oznake"
35
35
 
36
 
#: admin.py:43
 
36
#: admin.py:56
37
37
msgid "Flag selected comments"
38
38
msgstr "Označi ovaj komentar"
39
39
 
40
 
#: admin.py:47
 
40
#: admin.py:60
41
41
msgid "approved"
42
42
msgid_plural "approved"
43
43
msgstr[0] "odobreno"
44
44
msgstr[1] "odobrene"
45
45
msgstr[2] "odobrene"
46
46
 
47
 
#: admin.py:48
 
47
#: admin.py:61
48
48
msgid "Approve selected comments"
49
49
msgstr "Odobri odabrane komentare"
50
50
 
51
 
#: admin.py:52
 
51
#: admin.py:65
52
52
msgid "removed"
53
53
msgid_plural "removed"
54
54
msgstr[0] "uklonjeno"
55
55
msgstr[1] "uklonjena"
56
56
msgstr[2] "uklonjena"
57
57
 
58
 
#: admin.py:53
 
58
#: admin.py:66
59
59
msgid "Remove selected comments"
60
60
msgstr "Ukloni odabrane komentare"
61
61
 
62
 
#: admin.py:65
 
62
#: admin.py:78
63
63
#, python-format
64
64
msgid "1 comment was successfully %(action)s."
65
65
msgid_plural "%(count)s comments were successfully %(action)s."
67
67
msgstr[1] "%(count)s komentara su uspješno %(action)s."
68
68
msgstr[2] "%(count)s komentara su uspješno %(action)s."
69
69
 
70
 
#: feeds.py:13
 
70
#: feeds.py:14
71
71
#, python-format
72
72
msgid "%(site_name)s comments"
73
73
msgstr "komentari za %(site_name)s"
74
74
 
75
 
#: feeds.py:23
 
75
#: feeds.py:20
76
76
#, python-format
77
77
msgid "Latest comments on %(site_name)s"
78
78
msgstr "Najnoviji komentari na %(site_name)s"
110
110
"If you enter anything in this field your comment will be treated as spam"
111
111
msgstr "Ako unesete nešto u ovo polje vaš komentar biti će tretiran kao spam"
112
112
 
113
 
#: models.py:22
 
113
#: models.py:23
114
114
msgid "content type"
115
115
msgstr "tip sadržaja"
116
116
 
117
 
#: models.py:24
 
117
#: models.py:25
118
118
msgid "object ID"
119
119
msgstr "ID objekta"
120
120
 
121
 
#: models.py:50 models.py:168
 
121
#: models.py:53 models.py:177
122
122
msgid "user"
123
123
msgstr "korisnik"
124
124
 
125
 
#: models.py:52
 
125
#: models.py:55
126
126
msgid "user's name"
127
127
msgstr "korisničko ime"
128
128
 
129
 
#: models.py:53
 
129
#: models.py:56
130
130
msgid "user's email address"
131
131
msgstr "e-mail adresa korisnika"
132
132
 
133
 
#: models.py:54
 
133
#: models.py:57
134
134
msgid "user's URL"
135
135
msgstr "korisnikov URL"
136
136
 
137
 
#: models.py:56 models.py:76 models.py:169
 
137
#: models.py:59 models.py:79 models.py:178
138
138
msgid "comment"
139
139
msgstr "komentar"
140
140
 
141
 
#: models.py:59
 
141
#: models.py:62
142
142
msgid "date/time submitted"
143
143
msgstr "datum/vrijeme unosa"
144
144
 
145
 
#: models.py:60
 
145
#: models.py:63
146
146
msgid "IP address"
147
147
msgstr "IP adresa"
148
148
 
149
 
#: models.py:61
 
149
#: models.py:64
150
150
msgid "is public"
151
151
msgstr "javno dostupno"
152
152
 
153
 
#: models.py:62
 
153
#: models.py:65
154
154
msgid ""
155
155
"Uncheck this box to make the comment effectively disappear from the site."
156
156
msgstr "Uklonite oznaku da bi komentar nestao sa stranica."
157
157
 
158
 
#: models.py:64
 
158
#: models.py:67
159
159
msgid "is removed"
160
160
msgstr "uklonjeno"
161
161
 
162
 
#: models.py:65
 
162
#: models.py:68
163
163
msgid ""
164
164
"Check this box if the comment is inappropriate. A \"This comment has been "
165
165
"removed\" message will be displayed instead."
167
167
"Uključite ako je komentar neprikladan. Umjesto komentara biti će prikazana "
168
168
"poruka \"Komentar je uklonjen.\"."
169
169
 
170
 
#: models.py:77
 
170
#: models.py:80
171
171
msgid "comments"
172
172
msgstr "komentari"
173
173
 
174
 
#: models.py:119
 
174
#: models.py:124
175
175
msgid ""
176
176
"This comment was posted by an authenticated user and thus the name is read-"
177
177
"only."
180
180
"\n"
181
181
"%(text)s"
182
182
 
183
 
#: models.py:128
 
183
#: models.py:134
184
184
msgid ""
185
185
"This comment was posted by an authenticated user and thus the email is read-"
186
186
"only."
190
190
"\n"
191
191
"%(text)s"
192
192
 
193
 
#: models.py:153
 
193
#: models.py:160
194
194
#, python-format
195
195
msgid ""
196
196
"Posted by %(user)s at %(date)s\n"
205
205
"\n"
206
206
"http://%(domain)s%(url)s"
207
207
 
208
 
#: models.py:170
 
208
#: models.py:179
209
209
msgid "flag"
210
210
msgstr "oznaka"
211
211
 
212
 
#: models.py:171
 
212
#: models.py:180
213
213
msgid "date"
214
214
msgstr "datum"
215
215
 
216
 
#: models.py:181
 
216
#: models.py:190
217
217
msgid "comment flag"
218
218
msgstr "oznaka za komentar"
219
219
 
220
 
#: models.py:182
 
220
#: models.py:191
221
221
msgid "comment flags"
222
222
msgstr "oznake komentara"
223
223