~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is distributed under the same license as the Django package.
2
2
#
3
3
# Translators:
4
 
# Jannis Leidel <jannis@leidel.info>, 2011.
5
 
# Janos Guljas <janos@resenje.org>, 2011, 2012.
 
4
# Jannis Leidel <jannis@leidel.info>, 2011
 
5
# Janos Guljas <janos@resenje.org>, 2011-2012
6
6
msgid ""
7
7
msgstr ""
8
 
"Project-Id-Version: Django\n"
 
8
"Project-Id-Version: django-core\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2012-12-15 23:27+0100\n"
11
 
"PO-Revision-Date: 2012-12-16 08:51+0000\n"
12
 
"Last-Translator: Janos Guljas <janos@resenje.org>\n"
 
10
"POT-Creation-Date: 2013-10-09 20:17+0200\n"
 
11
"PO-Revision-Date: 2013-10-10 08:45+0000\n"
 
12
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
13
13
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/"
14
14
"language/sr@latin/)\n"
15
15
"MIME-Version: 1.0\n"
31
31
msgid "Important dates"
32
32
msgstr "Važni datumi"
33
33
 
34
 
#: admin.py:126
 
34
#: admin.py:132
35
35
msgid "Password changed successfully."
36
36
msgstr "Lozinka uspešno izmenjena."
37
37
 
38
 
#: admin.py:136
 
38
#: admin.py:142
39
39
#, python-format
40
40
msgid "Change password: %s"
41
41
msgstr "Izmeni lozinku: %s"
42
42
 
43
 
#: forms.py:31 tests/forms.py:251 tests/forms.py:256 tests/forms.py:384
 
43
#: forms.py:33 tests/test_forms.py:261 tests/test_forms.py:266
 
44
#: tests/test_forms.py:407
44
45
msgid "No password set."
45
46
msgstr ""
46
47
 
47
 
#: forms.py:37 tests/forms.py:261 tests/forms.py:267
 
48
#: forms.py:39 tests/test_forms.py:271 tests/test_forms.py:277
48
49
msgid "Invalid password format or unknown hashing algorithm."
49
50
msgstr ""
50
51
 
51
 
#: forms.py:67
 
52
#: forms.py:72
52
53
msgid "A user with that username already exists."
53
54
msgstr "Korisnik sa tim korisničkim imenom već postoji."
54
55
 
55
 
#: forms.py:68 forms.py:269 forms.py:329
 
56
#: forms.py:73 forms.py:254 forms.py:314
56
57
msgid "The two password fields didn't match."
57
58
msgstr "Dva polja za lozinke se nisu poklopila."
58
59
 
59
 
#: forms.py:70 forms.py:115
 
60
#: forms.py:75 forms.py:120
60
61
msgid "Username"
61
62
msgstr "Korisnik"
62
63
 
63
 
#: forms.py:72 forms.py:116
 
64
#: forms.py:77 forms.py:121
64
65
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
65
66
msgstr ""
66
67
"Neophodno. Najviše 30 slovnih mesta. Samo alfanumerički znaci (slova, brojke "
67
68
"i @/./+/-/_)."
68
69
 
69
 
#: forms.py:75 forms.py:119
 
70
#: forms.py:80 forms.py:124
70
71
msgid "This value may contain only letters, numbers and @/./+/-/_ characters."
71
72
msgstr "Ova vrednost može sadržati samo slova, brojke i @/./+/-/_."
72
73
 
73
 
#: forms.py:77 forms.py:121 forms.py:148 forms.py:331
 
74
#: forms.py:82 forms.py:126 forms.py:153 forms.py:316
74
75
msgid "Password"
75
76
msgstr "Lozinka"
76
77
 
77
 
#: forms.py:79
 
78
#: forms.py:84
78
79
msgid "Password confirmation"
79
80
msgstr "Potvrda lozinke"
80
81
 
81
 
#: forms.py:81
 
82
#: forms.py:86
82
83
msgid "Enter the same password as above, for verification."
83
84
msgstr "Radi provere tačnosti ponovo unesite lozinku koju ste uneli gore."
84
85
 
85
 
#: forms.py:122
 
86
#: forms.py:127
86
87
msgid ""
87
88
"Raw passwords are not stored, so there is no way to see this user's "
88
89
"password, but you can change the password using <a href=\"password/\">this "
91
92
"Lozinke u izvornom obliku se ne čuvaju, tako da se ne mogu videti, ali se "
92
93
"mogu promeniti <a href=\"password/\">ovde</a>."
93
94
 
94
 
#: forms.py:151
 
95
#: forms.py:156
95
96
#, python-format
96
97
msgid ""
97
98
"Please enter a correct %(username)s and password. Note that both fields may "
98
99
"be case-sensitive."
99
100
msgstr ""
100
101
 
101
 
#: forms.py:153
102
 
msgid ""
103
 
"Your Web browser doesn't appear to have cookies enabled. Cookies are "
104
 
"required for logging in."
105
 
msgstr ""
106
 
"Izgleda da su kolačići isključeni u vašem brauzeru. Oni moraju biti "
107
 
"uključeni da bi ste se prijavili."
108
 
 
109
 
#: forms.py:155
 
102
#: forms.py:158
110
103
msgid "This account is inactive."
111
104
msgstr "Ovaj nalog je neaktivan."
112
105
 
113
106
#: forms.py:206
114
 
msgid ""
115
 
"That email address doesn't have an associated user account. Are you sure "
116
 
"you've registered?"
117
 
msgstr ""
118
 
 
119
 
#: forms.py:208 tests/forms.py:374
120
 
msgid ""
121
 
"The user account associated with this email address cannot reset the "
122
 
"password."
123
 
msgstr ""
124
 
 
125
 
#: forms.py:211
126
107
msgid "Email"
127
108
msgstr ""
128
109
 
129
 
#: forms.py:271
 
110
#: forms.py:256
130
111
msgid "New password"
131
112
msgstr "Nova lozinka"
132
113
 
133
 
#: forms.py:273
 
114
#: forms.py:258
134
115
msgid "New password confirmation"
135
116
msgstr "Potvrda nove lozinke"
136
117
 
137
 
#: forms.py:302
 
118
#: forms.py:287
138
119
msgid "Your old password was entered incorrectly. Please enter it again."
139
120
msgstr "Vaša stara loznka nije pravilno unesena. Unesite je ponovo."
140
121
 
141
 
#: forms.py:305
 
122
#: forms.py:290
142
123
msgid "Old password"
143
124
msgstr "Stara lozinka"
144
125
 
145
 
#: forms.py:333
 
126
#: forms.py:318
146
127
msgid "Password (again)"
147
128
msgstr "Lozinka (ponovite)"
148
129
 
149
 
#: hashers.py:241 hashers.py:292 hashers.py:321 hashers.py:349 hashers.py:378
150
 
#: hashers.py:412
 
130
#: hashers.py:243 hashers.py:317 hashers.py:365 hashers.py:393 hashers.py:426
 
131
#: hashers.py:459 hashers.py:493
151
132
msgid "algorithm"
152
133
msgstr "algoritam"
153
134
 
154
 
#: hashers.py:242
 
135
#: hashers.py:244
155
136
msgid "iterations"
156
137
msgstr "iteracije"
157
138
 
158
 
#: hashers.py:243 hashers.py:294 hashers.py:322 hashers.py:350 hashers.py:413
 
139
#: hashers.py:245 hashers.py:319 hashers.py:366 hashers.py:394 hashers.py:494
159
140
msgid "salt"
160
141
msgstr "začin"
161
142
 
162
 
#: hashers.py:244 hashers.py:323 hashers.py:351 hashers.py:379 hashers.py:414
 
143
#: hashers.py:246 hashers.py:367 hashers.py:395 hashers.py:427 hashers.py:460
 
144
#: hashers.py:495
163
145
msgid "hash"
164
146
msgstr "heš"
165
147
 
166
 
#: hashers.py:293
 
148
#: hashers.py:318
167
149
msgid "work factor"
168
150
msgstr "faktor rada"
169
151
 
170
 
#: hashers.py:295
 
152
#: hashers.py:320
171
153
msgid "checksum"
172
154
msgstr "suma za proveru"
173
155
 
191
173
msgid "group"
192
174
msgstr "grupa"
193
175
 
194
 
#: models.py:129 models.py:301
 
176
#: models.py:129 models.py:294
195
177
msgid "groups"
196
178
msgstr "grupe"
197
179
 
203
185
msgid "last login"
204
186
msgstr "poslednja prijava"
205
187
 
206
 
#: models.py:298
 
188
#: models.py:291
207
189
msgid "superuser status"
208
190
msgstr "status administratora"
209
191
 
210
 
#: models.py:299
 
192
#: models.py:292
211
193
msgid ""
212
194
"Designates that this user has all permissions without explicitly assigning "
213
195
"them."
215
197
"Označava da li korisnik ima sve dozvole bez dodeljivanja pojedinačnih "
216
198
"dozvola."
217
199
 
218
 
#: models.py:302
 
200
#: models.py:295
219
201
msgid ""
220
202
"The groups this user belongs to. A user will get all permissions granted to "
221
203
"each of his/her group."
223
205
"Grupe kojima korisnik pripada. Korisnik će dobiti sve dozvole grupa u kojim "
224
206
"se nalazi."
225
207
 
226
 
#: models.py:306
 
208
#: models.py:299
227
209
msgid "user permissions"
228
210
msgstr "korisničke dozvole"
229
211
 
230
 
#: models.py:377
 
212
#: models.py:301
 
213
msgid "Specific permissions for this user."
 
214
msgstr ""
 
215
 
 
216
#: models.py:368
231
217
msgid "username"
232
218
msgstr "korisničko ime"
233
219
 
234
 
#: models.py:378
 
220
#: models.py:367
235
221
msgid ""
236
222
"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters"
237
223
msgstr ""
238
224
"Neophodno. Najviše 30 slovnih mesta. Samo alfanumerički znaci (slova, brojke "
239
225
"i @/./+/-/_)."
240
226
 
241
 
#: models.py:381
 
227
#: models.py:370
242
228
msgid "Enter a valid username."
243
229
msgstr ""
244
230
 
245
 
#: models.py:383
 
231
#: models.py:372
246
232
msgid "first name"
247
233
msgstr "ime"
248
234
 
249
 
#: models.py:384
 
235
#: models.py:373
250
236
msgid "last name"
251
237
msgstr "prezime"
252
238
 
253
 
#: models.py:385
 
239
#: models.py:374
254
240
msgid "email address"
255
241
msgstr ""
256
242
 
257
 
#: models.py:386
 
243
#: models.py:375
258
244
msgid "staff status"
259
245
msgstr "status člana posade"
260
246
 
261
 
#: models.py:387
 
247
#: models.py:376
262
248
msgid "Designates whether the user can log into this admin site."
263
249
msgstr ""
264
250
"Označava da li korisnik može da se prijavi na ovaj sajt za administraciju."
265
251
 
266
 
#: models.py:389
 
252
#: models.py:378
267
253
msgid "active"
268
254
msgstr "aktivan"
269
255
 
270
 
#: models.py:390
 
256
#: models.py:379
271
257
msgid ""
272
258
"Designates whether this user should be treated as active. Unselect this "
273
259
"instead of deleting accounts."
275
261
"Označava da li se korisnik smatra aktivnim. Deselektujte ovo umesto da "
276
262
"brišete nalog."
277
263
 
278
 
#: models.py:392
 
264
#: models.py:381
279
265
msgid "date joined"
280
266
msgstr "datum registracije"
281
267
 
282
 
#: models.py:400
 
268
#: models.py:389
283
269
msgid "user"
284
270
msgstr "korisnik"
285
271
 
286
 
#: models.py:401
 
272
#: models.py:390
287
273
msgid "users"
288
274
msgstr "korisnici"
289
275
 
290
 
#: views.py:94
 
276
#: views.py:89
291
277
msgid "Logged out"
292
278
msgstr "Odjavljen"
293
279
 
295
281
#, python-format
296
282
msgid "Password reset on %(site_name)s"
297
283
msgstr "Resetovanje lozinke na sajtu %(site_name)s"
 
284
 
 
285
#: tests/test_forms.py:325
 
286
msgid "Enter a valid email address."
 
287
msgstr ""