Files @ 9c45e11493fb
Branch filter:

Location: kallithea/rhodecode/i18n/pl/LC_MESSAGES/rhodecode.po

9c45e11493fb 14.4 KiB application/x-gettext Show Annotation Show as Raw Download as Raw
Marcin Kuzminski
fixed ldap settings creation, we need to fill in some bool defaults properly to make it work fine
  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
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
# Polish translations for rhodecode.
# Copyright (C) 2010 ORGANIZATION
# This file is distributed under the same license as the rhodecode project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: rhodecode 0.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2010-02-06 22:54+0100\n"
"PO-Revision-Date: 2011-02-25 19:13+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: pl <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
"(n%100<10 || n%100>=20) ? 1 : 2)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 0.9.5\n"

#: rhodecode/controllers/changeset.py:104
#: rhodecode/controllers/changeset.py:129
#: rhodecode/controllers/changeset.py:179
#: rhodecode/controllers/changeset.py:191
msgid "binary file"
msgstr ""

#: rhodecode/controllers/changeset.py:112
#: rhodecode/controllers/changeset.py:138
msgid "Changeset is to big and was cut off, see raw changeset instead"
msgstr ""

#: rhodecode/controllers/error.py:71
msgid "Home page"
msgstr ""

#: rhodecode/controllers/error.py:101
msgid "The request could not be understood by the server due to malformed syntax."
msgstr ""

#: rhodecode/controllers/error.py:103
msgid "Unauthorized access to resource"
msgstr ""

#: rhodecode/controllers/error.py:105
msgid "You don't have permission to view this page"
msgstr ""

#: rhodecode/controllers/error.py:107
msgid "The resource could not be found"
msgstr ""

#: rhodecode/controllers/error.py:109
msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr ""

#: rhodecode/controllers/feed.py:48
#, python-format
msgid "Changes on %s repository"
msgstr ""

#: rhodecode/controllers/files.py:67 rhodecode/controllers/files.py:120
msgid "There are no files yet"
msgstr ""

#: rhodecode/controllers/files.py:186
msgid "downloads disabled"
msgstr ""

#: rhodecode/controllers/files.py:191
#, python-format
msgid "Unknown revision %s"
msgstr ""

#: rhodecode/controllers/files.py:193
msgid "Empty repository"
msgstr ""

#: rhodecode/controllers/files.py:195
msgid "Unknown archive type"
msgstr ""

#: rhodecode/controllers/files.py:248 rhodecode/controllers/files.py:257
msgid "Diff is to big to display"
msgstr ""

#: rhodecode/controllers/files.py:250 rhodecode/controllers/files.py:259
msgid "Binary file"
msgstr ""

#: rhodecode/controllers/files.py:272
msgid "Changesets"
msgstr ""

#: rhodecode/controllers/files.py:273 rhodecode/controllers/summary.py:157
msgid "Branches"
msgstr ""

#: rhodecode/controllers/files.py:274 rhodecode/controllers/summary.py:158
msgid "Tags"
msgstr ""

#: rhodecode/controllers/login.py:112
msgid "You have successfully registered into rhodecode"
msgstr ""

#: rhodecode/controllers/login.py:134
msgid "Your new password was sent"
msgstr ""

#: rhodecode/controllers/search.py:110
msgid "Invalid search query. Try quoting it."
msgstr ""

#: rhodecode/controllers/search.py:115
msgid "There is no index to search in. Please run whoosh indexer"
msgstr ""

#: rhodecode/controllers/settings.py:62 rhodecode/controllers/settings.py:171
#, python-format
msgid ""
"%s repository is not mapped to db perhaps it was created or renamed from "
"the file system please run the application again in order to rescan "
"repositories"
msgstr ""

#: rhodecode/controllers/settings.py:109
#: rhodecode/controllers/admin/repos.py:146
#, python-format
msgid "Repository %s updated successfully"
msgstr ""

#: rhodecode/controllers/settings.py:126
#: rhodecode/controllers/admin/repos.py:187
#, python-format
msgid "error occurred during update of repository %s"
msgstr ""

#: rhodecode/controllers/settings.py:145
#: rhodecode/controllers/admin/repos.py:206
#, python-format
msgid ""
"%s repository is not mapped to db perhaps it was moved or renamed  from "
"the filesystem please run the application again in order to rescan "
"repositories"
msgstr ""

#: rhodecode/controllers/settings.py:157
#: rhodecode/controllers/admin/repos.py:218
#, python-format
msgid "deleted repository %s"
msgstr ""

#: rhodecode/controllers/settings.py:159
#: rhodecode/controllers/admin/repos.py:222
#, python-format
msgid "An error occurred during deletion of %s"
msgstr ""

#: rhodecode/controllers/settings.py:193
#, python-format
msgid "forked %s repository as %s"
msgstr ""

#: rhodecode/controllers/summary.py:117
msgid "No data loaded yet"
msgstr ""

#: rhodecode/controllers/summary.py:120
msgid "Statistics are disabled for this repository"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:51
msgid "BASE"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:52
msgid "ONELEVEL"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:53
msgid "SUBTREE"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:57
msgid "NEVER"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:58
msgid "ALLOW"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:59
msgid "TRY"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:60
msgid "DEMAND"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:61
msgid "HARD"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:103
msgid "Ldap settings updated successfully"
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:108
msgid "Unable to activate ldap. The \"python-ldap\" library is missing."
msgstr ""

#: rhodecode/controllers/admin/ldap_settings.py:124
msgid "error occurred during update of ldap settings"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:59
msgid "None"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:60
msgid "Read"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:61
msgid "Write"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:62
msgid "Admin"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:65
msgid "disabled"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:67
msgid "allowed with manual account activation"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:69
msgid "allowed with automatic account activation"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:71
msgid "Disabled"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:72
msgid "Enabled"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:106
msgid "Default permissions updated successfully"
msgstr ""

#: rhodecode/controllers/admin/permissions.py:123
msgid "error occurred during update of permissions"
msgstr ""

#: rhodecode/controllers/admin/repos.py:86
#, python-format
msgid "created repository %s"
msgstr ""

#: rhodecode/controllers/admin/repos.py:113
#, python-format
msgid "error occurred during creation of repository %s"
msgstr ""

#: rhodecode/controllers/admin/repos.py:239
msgid "An error occurred during deletion of repository user"
msgstr ""

#: rhodecode/controllers/admin/repos.py:254
msgid "An error occurred during deletion of repository users groups"
msgstr ""

#: rhodecode/controllers/admin/repos.py:271
msgid "An error occurred during deletion of repository stats"
msgstr ""

#: rhodecode/controllers/admin/repos.py:286
msgid "An error occurred during cache invalidation"
msgstr ""

#: rhodecode/controllers/admin/repos.py:306
msgid "Updated repository visibility in public journal"
msgstr ""

#: rhodecode/controllers/admin/repos.py:309
msgid "An error occurred during setting this repository in public journal"
msgstr ""

#: rhodecode/controllers/admin/repos.py:314 rhodecode/model/forms.py:54
msgid "Token mismatch"
msgstr ""

#: rhodecode/controllers/admin/repos.py:334
#, python-format
msgid ""
"%s repository is not mapped to db perhaps it was created or renamed from "
"the filesystem please run the application again in order to rescan "
"repositories"
msgstr ""

#: rhodecode/controllers/admin/settings.py:113
#, python-format
msgid "Repositories successfully rescanned added: %s,removed: %s"
msgstr ""

#: rhodecode/controllers/admin/settings.py:122
msgid "Whoosh reindex task scheduled"
msgstr ""

#: rhodecode/controllers/admin/settings.py:147
msgid "Updated application settings"
msgstr ""

#: rhodecode/controllers/admin/settings.py:152
#: rhodecode/controllers/admin/settings.py:213
msgid "error occurred during updating application settings"
msgstr ""

#: rhodecode/controllers/admin/settings.py:208
msgid "Updated mercurial settings"
msgstr ""

#: rhodecode/controllers/admin/settings.py:265
msgid "You can't edit this user since it's crucial for entire application"
msgstr ""

#: rhodecode/controllers/admin/settings.py:293
msgid "Your account was updated successfully"
msgstr ""

#: rhodecode/controllers/admin/settings.py:313
#: rhodecode/controllers/admin/users.py:128
#, python-format
msgid "error occurred during update of user %s"
msgstr ""

#: rhodecode/controllers/admin/users.py:79
#, python-format
msgid "created user %s"
msgstr ""

#: rhodecode/controllers/admin/users.py:91
#, python-format
msgid "error occurred during creation of user %s"
msgstr ""

#: rhodecode/controllers/admin/users.py:117
msgid "User updated succesfully"
msgstr ""

#: rhodecode/controllers/admin/users.py:144
msgid "successfully deleted user"
msgstr ""

#: rhodecode/controllers/admin/users.py:148
msgid "An error occurred during deletion of user"
msgstr ""

#: rhodecode/controllers/admin/users.py:164
msgid "You can't edit this user"
msgstr ""

#: rhodecode/controllers/admin/users_groups.py:78
#, python-format
msgid "created users group %s"
msgstr ""

#: rhodecode/controllers/admin/users_groups.py:90
#, python-format
msgid "error occurred during creation of users group %s"
msgstr ""

#: rhodecode/controllers/admin/users_groups.py:125
#, python-format
msgid "updated users group %s"
msgstr ""

#: rhodecode/controllers/admin/users_groups.py:137
#, python-format
msgid "error occurred during update of users group %s"
msgstr ""

#: rhodecode/controllers/admin/users_groups.py:155
msgid "successfully deleted users group"
msgstr ""

#: rhodecode/controllers/admin/users_groups.py:157
msgid "An error occurred during deletion of users group"
msgstr ""

#: rhodecode/lib/auth.py:390
msgid "You need to be a registered user to perform this action"
msgstr ""

#: rhodecode/lib/helpers.py:394
msgid "ago"
msgstr ""

#: rhodecode/lib/helpers.py:397
msgid "just now"
msgstr ""

#: rhodecode/lib/helpers.py:416
msgid "True"
msgstr ""

#: rhodecode/lib/helpers.py:420
msgid "False"
msgstr ""

#: rhodecode/lib/helpers.py:461
#, python-format
msgid "Show all combined changesets %s->%s"
msgstr ""

#: rhodecode/lib/helpers.py:465
msgid "compare view"
msgstr ""

#: rhodecode/lib/helpers.py:473
msgid "and"
msgstr ""

#: rhodecode/lib/helpers.py:473
#, python-format
msgid "%s more"
msgstr ""

#: rhodecode/lib/helpers.py:475
msgid "revisions"
msgstr ""

#: rhodecode/lib/helpers.py:489
msgid "fork name "
msgstr ""

#: rhodecode/lib/helpers.py:492
msgid "[deleted] repository"
msgstr ""

#: rhodecode/lib/helpers.py:493 rhodecode/lib/helpers.py:497
msgid "[created] repository"
msgstr ""

#: rhodecode/lib/helpers.py:494 rhodecode/lib/helpers.py:498
msgid "[forked] repository"
msgstr ""

#: rhodecode/lib/helpers.py:495 rhodecode/lib/helpers.py:499
msgid "[updated] repository"
msgstr ""

#: rhodecode/lib/helpers.py:496
msgid "[delete] repository"
msgstr ""

#: rhodecode/lib/helpers.py:500
msgid "[pushed] into"
msgstr ""

#: rhodecode/lib/helpers.py:501
msgid "[pulled] from"
msgstr ""

#: rhodecode/lib/helpers.py:502
msgid "[started following] repository"
msgstr ""

#: rhodecode/lib/helpers.py:503
msgid "[stopped following] repository"
msgstr ""

#: rhodecode/lib/helpers.py:590
#, python-format
msgid " and %s more"
msgstr ""

#: rhodecode/lib/helpers.py:593
msgid "No Files"
msgstr ""

#: rhodecode/model/forms.py:67
msgid "Invalid username"
msgstr ""

#: rhodecode/model/forms.py:76
msgid "This username already exists"
msgstr ""

#: rhodecode/model/forms.py:81
msgid ""
"Username may only contain alphanumeric characters underscores, periods or"
" dashes and must begin with alphanumeric character"
msgstr ""

#: rhodecode/model/forms.py:99
msgid "Invalid group name"
msgstr ""

#: rhodecode/model/forms.py:109
msgid "This users group already exists"
msgstr ""

#: rhodecode/model/forms.py:114
msgid ""
"Group name may only contain alphanumeric characters underscores, periods "
"or dashes and must begin with alphanumeric character"
msgstr ""

#: rhodecode/model/forms.py:134 rhodecode/model/forms.py:142
#: rhodecode/model/forms.py:150
msgid "Invalid characters in password"
msgstr ""

#: rhodecode/model/forms.py:161
msgid "Password do not match"
msgstr ""

#: rhodecode/model/forms.py:166
msgid "invalid password"
msgstr ""

#: rhodecode/model/forms.py:167
msgid "invalid user name"
msgstr ""

#: rhodecode/model/forms.py:168
msgid "Your account is disabled"
msgstr ""

#: rhodecode/model/forms.py:205
msgid "This username is not valid"
msgstr ""

#: rhodecode/model/forms.py:218
msgid "This repository name is disallowed"
msgstr ""

#: rhodecode/model/forms.py:222
msgid "This repository already exists"
msgstr ""

#: rhodecode/model/forms.py:234
msgid "Fork have to be the same type as original"
msgstr ""

#: rhodecode/model/forms.py:240
msgid "This username or users group name is not valid"
msgstr ""

#: rhodecode/model/forms.py:303
msgid "This is not a valid path"
msgstr ""

#: rhodecode/model/forms.py:317
msgid "This e-mail address is already taken"
msgstr ""

#: rhodecode/model/forms.py:333
msgid "This e-mail address doesn't exist."
msgstr ""

#: rhodecode/model/forms.py:355
msgid ""
"The LDAP Login attribute of the CN must be specified - this is the name "
"of the attribute that is equivalent to 'username'"
msgstr ""

#: rhodecode/model/forms.py:374
msgid "Please enter a login"
msgstr ""

#: rhodecode/model/forms.py:375
#, python-format
msgid "Enter a value %(min)i characters long or more"
msgstr ""

#: rhodecode/model/forms.py:383
msgid "Please enter a password"
msgstr ""

#: rhodecode/model/forms.py:384
#, python-format
msgid "Enter %(min)i characters or more"
msgstr ""

#: rhodecode/model/user.py:128
msgid "[RhodeCode] New User registration"
msgstr ""

#: rhodecode/model/user.py:140 rhodecode/model/user.py:161
msgid "You can't Edit this user since it's crucial for entire application"
msgstr ""

#: rhodecode/model/user.py:182
msgid "You can't remove this user since it's crucial for entire application"
msgstr ""

#: rhodecode/model/user.py:185
#, python-format
msgid ""
"This user still owns %s repositories and cannot be removed. Switch owners"
" or remove those repositories"
msgstr ""

#~ msgid "Unathorized access to resource"
#~ msgstr ""

#~ msgid "Account number is invalid, it must be 26 digits"
#~ msgstr ""