summaryrefslogtreecommitdiffstats
path: root/locale/sr/LC_MESSAGES/django.po
blob: c9961a15c581db39010fc652f7f4df1bc8b7d432 (plain)
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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# Serbian translation for Askbot.
# Copyright (C) 2009 Gang Chen, 2010 Askbot
# This file is distributed under the same license as the Askbot package.
# Aleksandar, 2010
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-05-09 19:30-0400\n"
"PO-Revision-Date: 2010-05-07 02:52\n"
"Last-Translator: <who@email.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Translated-Using: django-rosetta 0.5.3\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"

#: django_authopenid/forms.py:71 django_authopenid/views.py:132
msgid "i-names are not supported"
msgstr "i-names нису подржанa"

#: django_authopenid/forms.py:134
msgid "Account with this name already exists on the forum"
msgstr "Налог са овим именом већ постоји на форуму"

#: django_authopenid/forms.py:135
msgid "can't have two logins to the same account yet, sorry."
msgstr "не можете имати два начина пријаве за исти налог."

#: django_authopenid/forms.py:157
msgid "Please enter valid username and password (both are case-sensitive)."
msgstr ""
"Молимо Вас да унесете валидно корисничко име и шифру (оба поља су осетљива "
"на мала и велика слова)."

#: django_authopenid/forms.py:160 django_authopenid/forms.py:210
msgid "This account is inactive."
msgstr "Овај налог је неактиван."

#: django_authopenid/forms.py:162
msgid "Login failed."
msgstr "Пријављивање није успело."

#: django_authopenid/forms.py:164
msgid "Please enter username and password"
msgstr "Молимо Вас да унесете корисничко име и шифру"

#: django_authopenid/forms.py:166
msgid "Please enter your password"
msgstr "Молимо Вас да унесете шифру"

#: django_authopenid/forms.py:168
msgid "Please enter user name"
msgstr "Молимо Вас да унесете корисничко име"

#: django_authopenid/forms.py:206
msgid ""
"Please enter a valid                     username and password. Note that "
"both fields are                     case-sensitive."
msgstr ""
"Молимо Вас да унесете важеће корисничко име и шифру. Имајте на уму да су оба "
"поља осетљива на мала и велика слова."

#: django_authopenid/forms.py:229
msgid "Current password"
msgstr "Тренутна шифра"

#: django_authopenid/forms.py:240
msgid ""
"Old password is incorrect.                     Please enter the correct "
"password."
msgstr "Стара шифра није исправна. Молимо Вас да унесете исправну шифру."

#: django_authopenid/forms.py:305
msgid "Your user name (<i>required</i>)"
msgstr "Ваше корисничко име <i>(обавезно)</i>"

#: django_authopenid/forms.py:320
msgid "Incorrect username."
msgstr "Погрешно корисничко име."

#: django_authopenid/urls.py:23 django_authopenid/urls.py:24
#: django_authopenid/urls.py:25 django_authopenid/urls.py:27
#: fbconnect/urls.py:12 fbconnect/urls.py:13 fbconnect/urls.py:14
msgid "signin/"
msgstr "пријава/"

#: django_authopenid/urls.py:24 fbconnect/urls.py:13 fbconnect/urls.py:17
msgid "newquestion/"
msgstr "новопитање/"

#: django_authopenid/urls.py:25 fbconnect/urls.py:14 fbconnect/urls.py:18
msgid "newanswer/"
msgstr "новиодговор/"

#: django_authopenid/urls.py:26
msgid "signout/"
msgstr "одјава/"

#: django_authopenid/urls.py:27
msgid "complete/"
msgstr "complete/"

#: django_authopenid/urls.py:29 fbconnect/urls.py:16 fbconnect/urls.py:17
#: fbconnect/urls.py:18
msgid "register/"
msgstr "register/"

#: django_authopenid/urls.py:30
msgid "signup/"
msgstr "signup/"

#: django_authopenid/urls.py:32
#, fuzzy
msgid "sendpw/"
msgstr "sendpassword/"

#: django_authopenid/urls.py:33 django_authopenid/urls.py:37
msgid "password/"
msgstr "шифра/"

#: django_authopenid/urls.py:33
msgid "confirm/"
msgstr "потврди/"

#: django_authopenid/urls.py:38 django_authopenid/urls.py:39
#: django_authopenid/urls.py:40 django_authopenid/urls.py:41
msgid "email/"
msgstr "е-пошта/"

#: django_authopenid/urls.py:38
msgid "validate/"
msgstr "validate/"

#: django_authopenid/urls.py:39
msgid "change/"
msgstr "change/"

#: django_authopenid/urls.py:40
msgid "sendkey/"
msgstr "sendkey/"

#: django_authopenid/urls.py:41
#, fuzzy
msgid "verify/"
msgstr "провери/"

#: django_authopenid/urls.py:42
msgid "openid/"
msgstr "openid/"

#: django_authopenid/urls.py:43 forum/urls.py:52 forum/urls.py:56
msgid "delete/"
msgstr "избриши/"

#: django_authopenid/urls.py:51
msgid "external-login/forgot-password/"
msgstr "екстерна-пријава/заборављена-шифра/"

#: django_authopenid/urls.py:54
msgid "external-login/signup/"
msgstr "external-login/signup/"

#: django_authopenid/views.py:139
#, python-format
msgid "OpenID %(openid_url)s is invalid"
msgstr "OpenID %(openid_url)s није исправан"

#: django_authopenid/views.py:614
msgid "Welcome email subject line"
msgstr "Добродошли на П&О форум"

#: django_authopenid/views.py:720
msgid "Password changed."
msgstr "Шифра је промењена."

#: django_authopenid/views.py:732 django_authopenid/views.py:738
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."

#: django_authopenid/views.py:759
msgid "Email verification subject line"
msgstr "П&О форум / Верификација е-поште"

#: django_authopenid/views.py:850
msgid "your email was not changed"
msgstr "Ваша е-пошта није промењена"

#: django_authopenid/views.py:898 django_authopenid/views.py:1056
#, python-format
msgid "No OpenID %s found associated in our database"
msgstr "Унети OpenID %s, није пронађен у нашој бази."

#: django_authopenid/views.py:902 django_authopenid/views.py:1063
#, python-format
msgid "The OpenID %s isn't associated to current user logged in"
msgstr "%s OpenID није повезан са тренутно пријављеним корисником."

#: django_authopenid/views.py:910
msgid "Email Changed."
msgstr "Е-пошта је промењена."

#: django_authopenid/views.py:988
msgid "This OpenID is already associated with another account."
msgstr "Овај OpenID је већ повезан са другим налогом."

#: django_authopenid/views.py:993
#, python-format
msgid "OpenID %s is now associated with your account."
msgstr "OpenID %s је сада повезан са Вашим налогом."

#: django_authopenid/views.py:1066
msgid "Account deleted."
msgstr "Налог је избрисан."

#: django_authopenid/views.py:1118
msgid "Request for new password"
msgstr "Захтев за нову шифру"

#: django_authopenid/views.py:1132
msgid "A new password and the activation link were sent to your email address."
msgstr "Нова шифра и активациони линк послати су на вашу адресу."

#: django_authopenid/views.py:1164
#, python-format
msgid ""
"Could not change password. Confirmation key '%s'                is not "
"registered."
msgstr "Шифра није промењена. Потврдни кључ ' %s' није регистрован."

#: django_authopenid/views.py:1174
msgid ""
"Can not change password. User don't exist anymore                 in our "
"database."
msgstr "Шифра није промењена. Корисник више не постоје у нашој бази."

#: django_authopenid/views.py:1184
#, python-format
msgid "Password changed for %s. You may now sign in."
msgstr "Шифра за %s је промењена. Сада можете да се пријавите."

#: forum/auth.py:505
msgid "Your question and all of it's answers have been deleted"
msgstr "Ваше питање и сви одговори на њега су избрисани"

#: forum/auth.py:507
msgid "Your question has been deleted"
msgstr "Ваше питање је избрисано"

#: forum/auth.py:510
msgid "The question and all of it's answers have been deleted"
msgstr "Питање и сви одговори на њега су избрисани"

#: forum/auth.py:512
msgid "The question has been deleted"
msgstr "Питање је избрисано"

#: forum/const.py:8
msgid "duplicate question"
msgstr "дупликат питање"

#: forum/const.py:9
msgid "question is off-topic or not relevant"
msgstr "питање се одаљило од теме или није релевантно"

#: forum/const.py:10
msgid "too subjective and argumentative"
msgstr "превише субјективно и полемичко"

#: forum/const.py:11
msgid "not a real question"
msgstr "у суштини није питање"

#: forum/const.py:12
msgid "the question is answered, right answer was accepted"
msgstr "питање је одговорено, прави одговор је прихваћен"

#: forum/const.py:13
msgid "question is not relevant or outdated"
msgstr "питање није релевантно или је застарело"

#: forum/const.py:14
msgid "question contains offensive or malicious remarks"
msgstr "питање садржи увредљиве или злонамерне примедбе"

#: forum/const.py:15
msgid "spam or advertising"
msgstr "спам или реклама"

#: forum/const.py:16
msgid "too localized"
msgstr "превише локализовано"

#: forum/const.py:37 forum/skins/default/templates/questions.html:70
#: forum/skins/default/templates/questions.html:75
msgid "newest"
msgstr "најновија"

#: forum/const.py:38 forum/skins/default/templates/questions.html:64
#: forum/skins/default/templates/users.html:28
msgid "oldest"
msgstr "стари"

#: forum/const.py:39 forum/skins/default/templates/questions.html:89
#: forum/skins/default/templates/questions.html:94
msgid "active"
msgstr "активна"

#: forum/const.py:40 forum/skins/default/templates/questions.html:83
msgid "inactive"
msgstr "не активнa"

#: forum/const.py:41
msgid "hottest"
msgstr "hottest"

#: forum/const.py:42
msgid "coldest"
msgstr "coldest"

#: forum/const.py:43
msgid "most voted"
msgstr "са највише гласова"

#: forum/const.py:44
msgid "least voted"
msgstr "са најмање гласова"

#: forum/const.py:45
msgid "relevance"
msgstr "релевантности"

#: forum/const.py:52 forum/skins/default/templates/questions.html:52
msgid "all"
msgstr "свa"

#: forum/const.py:53 forum/skins/default/templates/questions.html:53
msgid "unanswered"
msgstr "неодговорена"

#: forum/const.py:54 forum/skins/default/templates/questions.html:55
msgid "favorite"
msgstr "омиљена"

#: forum/const.py:97
msgid "question"
msgstr "питање"

#: forum/const.py:98 forum/skins/default/templates/book.html:110
msgid "answer"
msgstr "одговор"

#: forum/const.py:99
msgid "commented question"
msgstr "коментарисано питање"

#: forum/const.py:100
msgid "commented answer"
msgstr "коментарисан одговор"

#: forum/const.py:101
msgid "edited question"
msgstr "измењено питање"

#: forum/const.py:102
msgid "edited answer"
msgstr "измењен одговор"

#: forum/const.py:103
msgid "received award"
msgstr "примљен беџ"

#: forum/const.py:104
msgid "marked best answer"
msgstr "означен најбољи одговор"

#: forum/const.py:105
#, fuzzy
msgid "upvoted"
msgstr "upvoted"

#: forum/const.py:106
#, fuzzy
msgid "downvoted"
msgstr "downvoted"

#: forum/const.py:107
msgid "canceled vote"
msgstr "гласање је отказано"

#: forum/const.py:108
msgid "deleted question"
msgstr "обрисано питање"

#: forum/const.py:109
msgid "deleted answer"
msgstr "обрисан одговор"

#: forum/const.py:110
msgid "marked offensive"
msgstr "означено увредљивим"

#: forum/const.py:111
msgid "updated tags"
msgstr "ажуриране ознаке"

#: forum/const.py:112
msgid "selected favorite"
msgstr ""

#: forum/const.py:113
msgid "completed user profile"
msgstr ""

#: forum/const.py:114
msgid "email update sent to user"
msgstr "ажурирање је послато на корисникову е-пошту"

#: forum/const.py:118
msgid "question_answered"
msgstr "одговорено питање"

#: forum/const.py:119
msgid "question_commented"
msgstr "коментарисано питање"

#: forum/const.py:120
#, fuzzy
msgid "answer_commented"
msgstr "одговор коментарисао"

#: forum/const.py:121
msgid "answer_accepted"
msgstr "прихваћен одговор"

#: forum/const.py:125
msgid "[closed]"
msgstr "[затворено]"

#: forum/const.py:126
msgid "[deleted]"
msgstr "[обрисано]"

#: forum/const.py:127 forum/views/readers.py:396 forum/views/readers.py:417
msgid "initial version"
msgstr "почетна верзија"

#: forum/const.py:128
#, fuzzy
msgid "retagged"
msgstr "ретаговано"

#: forum/const.py:132
msgid "exclude ignored tags"
msgstr "занемари игнорисане ознаке"

#: forum/const.py:132
msgid "allow only selected tags"
msgstr "дозволи само изабране тагове"

#: forum/feed.py:18
msgid " - "
msgstr ""

#: forum/feed.py:18
msgid "latest questions"
msgstr "најновија питања"

#: forum/forms.py:23 forum/skins/default/templates/answer_edit_tips.html:35
#: forum/skins/default/templates/answer_edit_tips.html:39
#: forum/skins/default/templates/question_edit_tips.html:32
#: forum/skins/default/templates/question_edit_tips.html:37
msgid "title"
msgstr "наслов"

#: forum/forms.py:24
msgid "please enter a descriptive title for your question"
msgstr "молимо Вас, унестите јасан наслов за Ваше питање"

#: forum/forms.py:29
msgid "title must be > 10 characters"
msgstr "наслов мора имати > 10 карактера"

#: forum/forms.py:38
msgid "content"
msgstr "садржај"

#: forum/forms.py:44
msgid "question content must be > 10 characters"
msgstr "садржај питања мора имати > 10 карактера"

#: forum/forms.py:53 forum/skins/default/templates/header.html:28
msgid "tags"
msgstr "ознаке"

#: forum/forms.py:55
msgid ""
"Tags are short keywords, with no spaces within. Up to five tags can be used."
msgstr "Ознаке су кратке речи, без размака. Можете унети до 5 ознака."

#: forum/forms.py:62 forum/skins/default/templates/question_retag.html:39
msgid "tags are required"
msgstr "ознаке су обавезне"

#: forum/forms.py:70
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "користите %(tag_count)d ознаку или мање"
msgstr[1] "користите %(tag_count)d ознака или мање"
msgstr[2] ""

#: forum/forms.py:79
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "свака ознака мора имати мање од %(max_chars)d карактера"
msgstr[1] "свака ознака мора имати мање од %(max_chars)d карактера"
msgstr[2] ""

#: forum/forms.py:87
msgid "use-these-chars-in-tags"
msgstr "користите-ове-каратере-у-ознакама"

#: forum/forms.py:97
#: forum/skins/default/templates/post_contributor_info.html:7
#: forum/skins/default/templates/question_summary_list_roll.html:26
#: forum/skins/default/templates/question_summary_list_roll.html:38
msgid "community wiki"
msgstr "вики"

#: forum/forms.py:98
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr ""
"уколико одаберете вики опцију, питање и одговор не доносе поене; име аутора "
"се не приказује"

#: forum/forms.py:114
msgid "update summary:"
msgstr "ажурирање резимеа:"

#: forum/forms.py:115
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr ""
"унесите кратко објашњење Ваше измене (нпр. правопис, граматика, побољшање "
"стила, ово поље није обавезно)"

#: forum/forms.py:118
msgid "Automatically accept user's contributions for the email updates"
msgstr ""

#: forum/forms.py:209
msgid "Your name:"
msgstr "Ваше име:"

#: forum/forms.py:210
msgid "Email (not shared with anyone):"
msgstr "Е-пошта:"

#: forum/forms.py:211
msgid "Your message:"
msgstr "Ваша порука:"

#: forum/forms.py:294
msgid "this email does not have to be linked to gravatar"
msgstr "ова е-пошта не мора бити повезана са gravatar-ом"

#: forum/forms.py:296
msgid "Screen name"
msgstr "Корисничко име"

#: forum/forms.py:297
msgid "Real name"
msgstr "Право име"

#: forum/forms.py:298
msgid "Website"
msgstr "Вебсајт"

#: forum/forms.py:299
msgid "Location"
msgstr "Локација"

#: forum/forms.py:300
msgid "Date of birth"
msgstr "Датум рођења"

#: forum/forms.py:300
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"неће бити приказано, користи се за израчунавање ваших година, формат: ГГГГ-"
"ММ-ДД"

#: forum/forms.py:301 forum/skins/default/templates/account_settings.html:21
#: forum/skins/default/templates/authopenid/settings.html:21
msgid "Profile"
msgstr "Профил"

#: forum/forms.py:332 forum/forms.py:333
msgid "this email has already been registered, please use another one"
msgstr "ова е-пошта је већ регистрована, молимо Вас унесите другу"

#: forum/forms.py:339
msgid "Choose email tag filter"
msgstr ""

#: forum/forms.py:355 forum/forms.py:356
msgid "weekly"
msgstr "недељно"

#: forum/forms.py:355 forum/forms.py:356
msgid "no email"
msgstr ""

#: forum/forms.py:356
msgid "daily"
msgstr "дневно"

#: forum/forms.py:371
msgid "Asked by me"
msgstr ""

#: forum/forms.py:374
msgid "Answered by me"
msgstr ""

#: forum/forms.py:377
msgid "Individually selected"
msgstr "Појединачно одабрани"

#: forum/forms.py:380
msgid "Entire forum (tag filtered)"
msgstr "Цео форум (ознака филтрирана)"

#: forum/forms.py:434
msgid "okay, let's try!"
msgstr "У реду, хајде да покушамо!"

#: forum/forms.py:435
msgid "no community email please, thanks"
msgstr "молимо Вас без askbot е-поште, хвала"

#: forum/forms.py:438
msgid "please choose one of the options above"
msgstr "молимо Вас изаберете једну од опција изнад"

#: forum/urls.py:28
msgid "upfiles/"
msgstr "upfiles/"

#: forum/urls.py:33
msgid "about/"
msgstr "онама/"

#: forum/urls.py:34
msgid "faq/"
msgstr "чпп/"

#: forum/urls.py:35
msgid "privacy/"
msgstr "приватност/"

#: forum/urls.py:36
msgid "logout/"
msgstr "одјава/"

#: forum/urls.py:37 forum/urls.py:38 forum/urls.py:39 forum/urls.py:56
msgid "answers/"
msgstr "одговори/"

#: forum/urls.py:37 forum/urls.py:49 forum/urls.py:52 forum/urls.py:56
msgid "comments/"
msgstr "коментари/"

#: forum/urls.py:38 forum/urls.py:43 forum/urls.py:78
#: forum/skins/default/templates/user_info.html:47
msgid "edit/"
msgstr "уреди/"

#: forum/urls.py:39 forum/urls.py:48
msgid "revisions/"
msgstr "ревизије/"

#: forum/urls.py:40 forum/urls.py:41 forum/urls.py:42 forum/urls.py:43
#: forum/urls.py:44 forum/urls.py:45 forum/urls.py:46 forum/urls.py:47
#: forum/urls.py:48 forum/urls.py:49 forum/urls.py:52
msgid "questions/"
msgstr "питања/"

#: forum/urls.py:41 forum_modules/books/urls.py:8
msgid "ask/"
msgstr "питај/"

#: forum/urls.py:42
msgid "unanswered/"
msgstr "неодговорени/"

#: forum/urls.py:44
msgid "close/"
msgstr "затвори/"

#: forum/urls.py:45
msgid "reopen/"
msgstr "отворипоново/"

#: forum/urls.py:46
msgid "answer/"
msgstr "одговор/"

#: forum/urls.py:47
msgid "vote/"
msgstr "гласај/"

#: forum/urls.py:50
msgid "command/"
msgstr "command/"

#: forum/urls.py:60 forum/views/readers.py:265
msgid "question/"
msgstr "питање/"

#: forum/urls.py:61 forum/urls.py:62
msgid "tags/"
msgstr "ознаке/"

#: forum/urls.py:64 forum/urls.py:68
msgid "mark-tag/"
msgstr "означи-ознаку/"

#: forum/urls.py:64
msgid "interesting/"
msgstr "занимљиво/"

#: forum/urls.py:68
msgid "ignored/"
msgstr "игнорисано/"

#: forum/urls.py:72
msgid "unmark-tag/"
msgstr "unmark-tag/"

#: forum/urls.py:76 forum/urls.py:78 forum/urls.py:79
msgid "users/"
msgstr "корисници/"

#: forum/urls.py:77
msgid "moderate-user/"
msgstr "moderate-user/"

#: forum/urls.py:80 forum/urls.py:81
msgid "badges/"
msgstr "беџеви/"

#: forum/urls.py:82
msgid "messages/"
msgstr "поруке/"

#: forum/urls.py:82
msgid "markread/"
msgstr "означипрочитано/"

#: forum/urls.py:84
#, fuzzy
msgid "nimda/"
msgstr "openid/"

#: forum/urls.py:86
msgid "upload/"
msgstr "upload/"

#: forum/urls.py:87
msgid "search/"
msgstr "претрага/"

#: forum/urls.py:88
msgid "feedback/"
msgstr "сугестија/"

#: forum/urls.py:89 forum/urls.py:90
#, fuzzy
msgid "account/"
msgstr "онама/"

#: forum/importers/stackexchange/management/commands/load_stackexchange.py:124
msgid "Congratulations, you are now an Administrator"
msgstr "Честитамо, сада сте администратор"

#: forum/management/commands/send_email_alerts.py:236
msgid "email update message subject"
msgstr "новости од П&О форума"

#: forum/management/commands/send_email_alerts.py:238
#, fuzzy, python-format
msgid "%(name)s, this is an update message header for %(num)d question"
msgid_plural "%(name)s, this is an update message header for %(num)d questions"
msgstr[0] "<p>%(name)s,</p></p>Следеће питање је ажурирано на П&О форуму:</p>"
msgstr[1] ""
"<p>%(name)s,</p><p>Следећих %(num)d питања је ажурирано на П&О форуму:</p>"
msgstr[2] ""

#: forum/management/commands/send_email_alerts.py:255
msgid "new question"
msgstr "ново питање"

#: forum/management/commands/send_email_alerts.py:272
msgid ""
"Please visit the forum and see what's new! Could you spread the word about "
"it - can somebody you know help answering those questions or benefit from "
"posting one?"
msgstr ""

#: forum/management/commands/send_email_alerts.py:284
msgid ""
"Your most frequent subscription setting is 'daily' on selected questions. If "
"you are receiving more than one email per dayplease tell about this issue to "
"the forum administrator."
msgstr ""

#: forum/management/commands/send_email_alerts.py:290
msgid ""
"Your most frequent subscription setting is 'weekly' if you are receiving "
"this email more than once a week please report this issue to the forum "
"administrator."
msgstr ""

#: forum/management/commands/send_email_alerts.py:296
msgid ""
"There is a chance that you may be receiving links seen before - due to a "
"technicality that will eventually go away. "
msgstr ""

#: forum/management/commands/send_email_alerts.py:311
#, python-format
msgid ""
"go to %(link)s to change frequency of email updates or %(email)s "
"administrator"
msgstr ""
"<p>Please remember that you can always <a href='%(link)s'>adjust</a> "
"frequency of the email updates or turn them off entirely.<br/>If you believe "
"that this message was sent in an error, please email about it the forum "
"administrator at %(email)s.</p><p>Sincerely,</p><p>Your friendly Q&A forum "
"server.</p>"

#: forum/middleware/anon_user.py:34
#, python-format
msgid "First time here? Check out the <a href=\"%s\">FAQ</a>!"
msgstr "Први пут сте овде? Погледајте <a href=\"%s\">ЧПП</a>!"

#: forum/migrations/0005_install_badges.py:10
msgid "Disciplined"
msgstr "Дисциплинован"

#: forum/migrations/0005_install_badges.py:10
msgid "disciplined"
msgstr "дисциплинован"

#: forum/migrations/0005_install_badges.py:10
msgid "Deleted own post with score of 3 or higher"
msgstr "Обрисао сопствени пост са резултатом од 3 или више"

#: forum/migrations/0005_install_badges.py:11
msgid "Peer Pressure"
msgstr ""

#: forum/migrations/0005_install_badges.py:11
msgid "peer-pressure"
msgstr ""

#: forum/migrations/0005_install_badges.py:11
msgid "Deleted own post with score of -3 or lower"
msgstr "Обрисао сопствени пост са резултатом од -3 или мање"

#: forum/migrations/0005_install_badges.py:12
msgid "Nice answer"
msgstr "Користан одговор"

#: forum/migrations/0005_install_badges.py:12
msgid "nice-answer"
msgstr "користан-одговор"

#: forum/migrations/0005_install_badges.py:12
msgid "Answer voted up 10 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:13
msgid "Nice Question"
msgstr "Добро питање"

#: forum/migrations/0005_install_badges.py:13
msgid "nice-question"
msgstr "добро-питање"

#: forum/migrations/0005_install_badges.py:13
msgid "Question voted up 10 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:14
msgid "Pundit"
msgstr ""

#: forum/migrations/0005_install_badges.py:14
msgid "pundit"
msgstr ""

#: forum/migrations/0005_install_badges.py:14
#, fuzzy
msgid "Left 10 comments with score of 10 or more"
msgstr "Написао/ла 10 коментара са резултатом од 10 или више"

#: forum/migrations/0005_install_badges.py:15
msgid "Popular Question"
msgstr ""

#: forum/migrations/0005_install_badges.py:15
msgid "popular-question"
msgstr ""

#: forum/migrations/0005_install_badges.py:15
msgid "Asked a question with 1,000 views"
msgstr ""

#: forum/migrations/0005_install_badges.py:16
msgid "Citizen patrol"
msgstr ""

#: forum/migrations/0005_install_badges.py:16
msgid "citizen-patrol"
msgstr ""

#: forum/migrations/0005_install_badges.py:16
msgid "First flagged post"
msgstr "Први означени пост"

#: forum/migrations/0005_install_badges.py:17
msgid "Cleanup"
msgstr "Чишћење"

#: forum/migrations/0005_install_badges.py:17
msgid "cleanup"
msgstr "чишћење"

#: forum/migrations/0005_install_badges.py:17
msgid "First rollback"
msgstr ""

#: forum/migrations/0005_install_badges.py:18
msgid "Critic"
msgstr "Критичар"

#: forum/migrations/0005_install_badges.py:18
msgid "critic"
msgstr "критичар"

#: forum/migrations/0005_install_badges.py:18
msgid "First down vote"
msgstr ""

#: forum/migrations/0005_install_badges.py:19
msgid "Editor"
msgstr "Уредник"

#: forum/migrations/0005_install_badges.py:19
msgid "editor"
msgstr "уредник"

#: forum/migrations/0005_install_badges.py:19
msgid "First edit"
msgstr ""

#: forum/migrations/0005_install_badges.py:20
msgid "Organizer"
msgstr ""

#: forum/migrations/0005_install_badges.py:20
msgid "organizer"
msgstr ""

#: forum/migrations/0005_install_badges.py:20
msgid "First retag"
msgstr ""

#: forum/migrations/0005_install_badges.py:21
msgid "Scholar"
msgstr "Ученик"

#: forum/migrations/0005_install_badges.py:21
msgid "scholar"
msgstr "ученик"

#: forum/migrations/0005_install_badges.py:21
msgid "First accepted answer on your own question"
msgstr ""

#: forum/migrations/0005_install_badges.py:22
msgid "Student"
msgstr "Студент"

#: forum/migrations/0005_install_badges.py:22
msgid "student"
msgstr "студент"

#: forum/migrations/0005_install_badges.py:22
msgid "Asked first question with at least one up vote"
msgstr ""

#: forum/migrations/0005_install_badges.py:23
msgid "Supporter"
msgstr ""

#: forum/migrations/0005_install_badges.py:23
msgid "supporter"
msgstr ""

#: forum/migrations/0005_install_badges.py:23
msgid "First up vote"
msgstr ""

#: forum/migrations/0005_install_badges.py:24
msgid "Teacher"
msgstr "Наставник"

#: forum/migrations/0005_install_badges.py:24
msgid "teacher"
msgstr "наставник"

#: forum/migrations/0005_install_badges.py:24
msgid "Answered first question with at least one up vote"
msgstr ""

#: forum/migrations/0005_install_badges.py:25
msgid "Autobiographer"
msgstr "Аутобиограф"

#: forum/migrations/0005_install_badges.py:25
msgid "autobiographer"
msgstr "аутобиограф"

#: forum/migrations/0005_install_badges.py:25
msgid "Completed all user profile fields"
msgstr ""

#: forum/migrations/0005_install_badges.py:26
msgid "Self-Learner"
msgstr "Самоук"

#: forum/migrations/0005_install_badges.py:26
msgid "self-learner"
msgstr "самоук"

#: forum/migrations/0005_install_badges.py:26
msgid "Answered your own question with at least 3 up votes"
msgstr ""

#: forum/migrations/0005_install_badges.py:27
msgid "Great Answer"
msgstr "Савршен Одговор"

#: forum/migrations/0005_install_badges.py:27
msgid "great-answer"
msgstr "савршен-одговор"

#: forum/migrations/0005_install_badges.py:27
msgid "Answer voted up 100 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:28
msgid "Great Question"
msgstr "Добро Питање"

#: forum/migrations/0005_install_badges.py:28
msgid "great-question"
msgstr "добро-питање"

#: forum/migrations/0005_install_badges.py:28
msgid "Question voted up 100 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:29
msgid "Stellar Question"
msgstr ""

#: forum/migrations/0005_install_badges.py:29
msgid "stellar-question"
msgstr ""

#: forum/migrations/0005_install_badges.py:29
msgid "Question favorited by 100 users"
msgstr ""

#: forum/migrations/0005_install_badges.py:30
msgid "Famous question"
msgstr ""

#: forum/migrations/0005_install_badges.py:30
msgid "famous-question"
msgstr ""

#: forum/migrations/0005_install_badges.py:30
msgid "Asked a question with 10,000 views"
msgstr ""

#: forum/migrations/0005_install_badges.py:31
msgid "Alpha"
msgstr ""

#: forum/migrations/0005_install_badges.py:31
msgid "alpha"
msgstr ""

#: forum/migrations/0005_install_badges.py:31
msgid "Actively participated in the private alpha"
msgstr ""

#: forum/migrations/0005_install_badges.py:32
msgid "Good Answer"
msgstr "Добар Одговор"

#: forum/migrations/0005_install_badges.py:32
msgid "good-answer"
msgstr "добар-одговор"

#: forum/migrations/0005_install_badges.py:32
msgid "Answer voted up 25 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:33
msgid "Good Question"
msgstr ""

#: forum/migrations/0005_install_badges.py:33
msgid "good-question"
msgstr ""

#: forum/migrations/0005_install_badges.py:33
msgid "Question voted up 25 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:34
msgid "Favorite Question"
msgstr ""

#: forum/migrations/0005_install_badges.py:34
msgid "favorite-question"
msgstr ""

#: forum/migrations/0005_install_badges.py:34
msgid "Question favorited by 25 users"
msgstr ""

#: forum/migrations/0005_install_badges.py:35
msgid "Civic duty"
msgstr ""

#: forum/migrations/0005_install_badges.py:35
msgid "civic-duty"
msgstr ""

#: forum/migrations/0005_install_badges.py:35
msgid "Voted 300 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:36
msgid "Strunk & White"
msgstr ""

#: forum/migrations/0005_install_badges.py:36
msgid "strunk-and-white"
msgstr ""

#: forum/migrations/0005_install_badges.py:36
msgid "Edited 100 entries"
msgstr ""

#: forum/migrations/0005_install_badges.py:37
msgid "Generalist"
msgstr ""

#: forum/migrations/0005_install_badges.py:37
msgid "generalist"
msgstr ""

#: forum/migrations/0005_install_badges.py:37
msgid "Active in many different tags"
msgstr ""

#: forum/migrations/0005_install_badges.py:38
msgid "Expert"
msgstr ""

#: forum/migrations/0005_install_badges.py:38
#, fuzzy
msgid "expert"
msgstr "текст"

#: forum/migrations/0005_install_badges.py:38
msgid "Very active in one tag"
msgstr ""

#: forum/migrations/0005_install_badges.py:39
msgid "Yearling"
msgstr ""

#: forum/migrations/0005_install_badges.py:39
msgid "yearling"
msgstr ""

#: forum/migrations/0005_install_badges.py:39
msgid "Active member for a year"
msgstr ""

#: forum/migrations/0005_install_badges.py:40
msgid "Notable Question"
msgstr ""

#: forum/migrations/0005_install_badges.py:40
msgid "notable-question"
msgstr ""

#: forum/migrations/0005_install_badges.py:40
msgid "Asked a question with 2,500 views"
msgstr ""

#: forum/migrations/0005_install_badges.py:41
msgid "Enlightened"
msgstr ""

#: forum/migrations/0005_install_badges.py:41
msgid "enlightened"
msgstr ""

#: forum/migrations/0005_install_badges.py:41
msgid "First answer was accepted with at least 10 up votes"
msgstr ""

#: forum/migrations/0005_install_badges.py:42
msgid "Beta"
msgstr ""

#: forum/migrations/0005_install_badges.py:42
msgid "beta"
msgstr ""

#: forum/migrations/0005_install_badges.py:42
msgid "Actively participated in the private beta"
msgstr ""

#: forum/migrations/0005_install_badges.py:43
msgid "Guru"
msgstr ""

#: forum/migrations/0005_install_badges.py:43
msgid "guru"
msgstr ""

#: forum/migrations/0005_install_badges.py:43
msgid "Accepted answer and voted up 40 times"
msgstr ""

#: forum/migrations/0005_install_badges.py:44
msgid "Necromancer"
msgstr ""

#: forum/migrations/0005_install_badges.py:44
msgid "necromancer"
msgstr ""

#: forum/migrations/0005_install_badges.py:44
msgid "Answered a question more than 60 days later with at least 5 votes"
msgstr ""

#: forum/migrations/0005_install_badges.py:45
msgid "Taxonomist"
msgstr ""

#: forum/migrations/0005_install_badges.py:45
msgid "taxonomist"
msgstr ""

#: forum/migrations/0005_install_badges.py:45
msgid "Created a tag used by 50 questions"
msgstr ""

#: forum/models/question.py:499
#, python-format
msgid "%(author)s modified the question"
msgstr ""

#: forum/models/question.py:503
#, python-format
msgid "%(people)s posted %(new_answer_count)s new answers"
msgstr ""

#: forum/models/question.py:508
#, python-format
msgid "%(people)s commented the question"
msgstr ""

#: forum/models/question.py:513
#, python-format
msgid "%(people)s commented answers"
msgstr ""

#: forum/models/question.py:515
#, python-format
msgid "%(people)s commented an answer"
msgstr ""

#: forum/models/repute.py:13 forum/skins/default/templates/badges.html:54
msgid "gold"
msgstr "злато"

#: forum/models/repute.py:14 forum/skins/default/templates/badges.html:62
msgid "silver"
msgstr "сребро"

#: forum/models/repute.py:15 forum/skins/default/templates/badges.html:69
msgid "bronze"
msgstr "бронза"

#: forum/models/tag.py:81
msgid "interesting"
msgstr ""

#: forum/models/tag.py:81
msgid "ignored"
msgstr ""

#: forum/models/user.py:36
msgid "Entire forum"
msgstr ""

#: forum/models/user.py:37
msgid "Questions that I asked"
msgstr "Питања која сте поставили"

#: forum/models/user.py:38
msgid "Questions that I answered"
msgstr "Питања на која сте одговорили"

#: forum/models/user.py:39
msgid "Individually selected questions"
msgstr ""

#: forum/models/user.py:42
msgid "Weekly"
msgstr ""

#: forum/models/user.py:43
msgid "Daily"
msgstr ""

#: forum/models/user.py:44
msgid "No email"
msgstr ""

#: forum/skins/default/templates/404.html:24
msgid "Sorry, could not find the page you requested."
msgstr "Нажалост, страница коју сте тражили није пронађена."

#: forum/skins/default/templates/404.html:26
msgid "This might have happened for the following reasons:"
msgstr ""

#: forum/skins/default/templates/404.html:28
msgid "this question or answer has been deleted;"
msgstr "ово питање или одговор је избрисано;"

#: forum/skins/default/templates/404.html:29
msgid "url has error - please check it;"
msgstr ""

#: forum/skins/default/templates/404.html:30
msgid ""
"the page you tried to visit is protected or you don't have sufficient "
"points, see"
msgstr ""

#: forum/skins/default/templates/404.html:31
msgid "if you believe this error 404 should not have occured, please"
msgstr ""

#: forum/skins/default/templates/404.html:32
msgid "report this problem"
msgstr ""

#: forum/skins/default/templates/404.html:41
#: forum/skins/default/templates/500.html:27
msgid "back to previous page"
msgstr "назад на предходну страну"

#: forum/skins/default/templates/404.html:42
#: forum/skins/default/templates/questions.html:52
msgid "see all questions"
msgstr ""

#: forum/skins/default/templates/404.html:43
msgid "see all tags"
msgstr ""

#: forum/skins/default/templates/500.html:22
msgid "sorry, system error"
msgstr ""

#: forum/skins/default/templates/500.html:24
msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""

#: forum/skins/default/templates/500.html:25
msgid "please report the error to the site administrators if you wish"
msgstr ""

#: forum/skins/default/templates/500.html:28
msgid "see latest questions"
msgstr ""

#: forum/skins/default/templates/500.html:29
msgid "see tags"
msgstr ""

#: forum/skins/default/templates/about.html:6
#: forum/skins/default/templates/about.html:11
msgid "About"
msgstr "O нама"

#: forum/skins/default/templates/account_settings.html:4
#: forum/skins/default/templates/authopenid/settings.html:4
msgid "Account functions"
msgstr ""

#: forum/skins/default/templates/account_settings.html:29
#: forum/skins/default/templates/authopenid/changepw.html:5
#: forum/skins/default/templates/authopenid/changepw.html:14
#: forum/skins/default/templates/authopenid/settings.html:29
msgid "Change password"
msgstr "Промени шифру"

#: forum/skins/default/templates/account_settings.html:30
#: forum/skins/default/templates/authopenid/settings.html:30
msgid "Give your  account a new password."
msgstr ""

#: forum/skins/default/templates/account_settings.html:32
#: forum/skins/default/templates/authopenid/settings.html:31
msgid "Change email "
msgstr "Промени е-пошту"

#: forum/skins/default/templates/account_settings.html:33
#: forum/skins/default/templates/authopenid/settings.html:32
msgid "Add or update the email address associated with your account."
msgstr ""

#: forum/skins/default/templates/account_settings.html:35
#: forum/skins/default/templates/authopenid/changeopenid.html:4
#: forum/skins/default/templates/authopenid/changeopenid.html:30
#: forum/skins/default/templates/authopenid/settings.html:34
msgid "Change OpenID"
msgstr "Промени OpenID"

#: forum/skins/default/templates/account_settings.html:36
#: forum/skins/default/templates/authopenid/settings.html:35
msgid "Change openid associated to your account"
msgstr ""

#: forum/skins/default/templates/account_settings.html:39
#: forum/skins/default/templates/authopenid/delete.html:4
#: forum/skins/default/templates/authopenid/settings.html:38
msgid "Delete account"
msgstr "Избриши налог"

#: forum/skins/default/templates/account_settings.html:40
#: forum/skins/default/templates/authopenid/settings.html:39
msgid "Erase your username and all your data from website"
msgstr ""

#: forum/skins/default/templates/answer_edit.html:5
#: forum/skins/default/templates/answer_edit.html:48
msgid "Edit answer"
msgstr "Измените одговор"

#: forum/skins/default/templates/answer_edit.html:25
#: forum/skins/default/templates/answer_edit.html:28
#: forum/skins/default/templates/ask.html:26
#: forum/skins/default/templates/ask.html:29
#: forum/skins/default/templates/question.html:46
#: forum/skins/default/templates/question.html:49
#: forum/skins/default/templates/question_edit.html:25
#: forum/skins/default/templates/question_edit.html:28
msgid "hide preview"
msgstr ""

#: forum/skins/default/templates/answer_edit.html:28
#: forum/skins/default/templates/ask.html:29
#: forum/skins/default/templates/question.html:49
#: forum/skins/default/templates/question_edit.html:28
msgid "show preview"
msgstr ""

#: forum/skins/default/templates/answer_edit.html:48
#: forum/skins/default/templates/question_edit.html:66
#: forum/skins/default/templates/question_retag.html:53
#: forum/skins/default/templates/revisions_answer.html:38
#: forum/skins/default/templates/revisions_question.html:38
msgid "back"
msgstr "назад"

#: forum/skins/default/templates/answer_edit.html:53
#: forum/skins/default/templates/question_edit.html:71
#: forum/skins/default/templates/revisions_answer.html:52
#: forum/skins/default/templates/revisions_question.html:52
msgid "revision"
msgstr "ревизија"

#: forum/skins/default/templates/answer_edit.html:56
#: forum/skins/default/templates/question_edit.html:75
msgid "select revision"
msgstr "изаберите ревизију"

#: forum/skins/default/templates/answer_edit.html:63
#: forum/skins/default/templates/ask.html:98
#: forum/skins/default/templates/ask_form.html:39
#: forum/skins/default/templates/question.html:418
#: forum/skins/default/templates/question_edit.html:92
msgid "Toggle the real time Markdown editor preview"
msgstr ""

#: forum/skins/default/templates/answer_edit.html:63
#: forum/skins/default/templates/ask.html:98
#: forum/skins/default/templates/ask_form.html:39
#: forum/skins/default/templates/question.html:419
#: forum/skins/default/templates/question_edit.html:92
msgid "toggle preview"
msgstr ""

#: forum/skins/default/templates/answer_edit.html:72
#: forum/skins/default/templates/question_edit.html:118
#: forum/skins/default/templates/question_retag.html:74
msgid "Save edit"
msgstr "Сачувајте промену"

#: forum/skins/default/templates/answer_edit.html:73
#: forum/skins/default/templates/close.html:29
#: forum/skins/default/templates/feedback.html:50
#: forum/skins/default/templates/question_edit.html:119
#: forum/skins/default/templates/question_retag.html:75
#: forum/skins/default/templates/reopen.html:30
#: forum/skins/default/templates/user_edit.html:90
#: forum/skins/default/templates/authopenid/changeemail.html:40
msgid "Cancel"
msgstr "Откажите"

#: forum/skins/default/templates/answer_edit_tips.html:4
msgid "answer tips"
msgstr "Савети"

#: forum/skins/default/templates/answer_edit_tips.html:7
msgid "please make your answer relevant to this community"
msgstr ""

#: forum/skins/default/templates/answer_edit_tips.html:10
msgid "try to give an answer, rather than engage into a discussion"
msgstr ""

#: forum/skins/default/templates/answer_edit_tips.html:13
msgid "please try to provide details"
msgstr ""

#: forum/skins/default/templates/answer_edit_tips.html:16
#: forum/skins/default/templates/question_edit_tips.html:13
msgid "be clear and concise"
msgstr "будите јасни и кратки"

#: forum/skins/default/templates/answer_edit_tips.html:20
#: forum/skins/default/templates/question_edit_tips.html:17
msgid "see frequently asked questions"
msgstr "погледајте често постављана питања"

#: forum/skins/default/templates/answer_edit_tips.html:26
#: forum/skins/default/templates/question_edit_tips.html:23
msgid "Markdown tips"
msgstr "Markdown основе"

#: forum/skins/default/templates/answer_edit_tips.html:29
#: forum/skins/default/templates/question_edit_tips.html:26
msgid "*italic* or __italic__"
msgstr "*укошено* или _укошено_"

#: forum/skins/default/templates/answer_edit_tips.html:32
#: forum/skins/default/templates/question_edit_tips.html:29
msgid "**bold** or __bold__"
msgstr "**подебљано** или __подебљано__"

#: forum/skins/default/templates/answer_edit_tips.html:35
#: forum/skins/default/templates/question_edit_tips.html:32
msgid "link"
msgstr "линк"

#: forum/skins/default/templates/answer_edit_tips.html:35
#: forum/skins/default/templates/answer_edit_tips.html:39
#: forum/skins/default/templates/question_edit_tips.html:32
#: forum/skins/default/templates/question_edit_tips.html:37
msgid "text"
msgstr "текст"

#: forum/skins/default/templates/answer_edit_tips.html:39
#: forum/skins/default/templates/question_edit_tips.html:37
msgid "image"
msgstr "слика"

#: forum/skins/default/templates/answer_edit_tips.html:43
#: forum/skins/default/templates/question_edit_tips.html:41
msgid "numbered list:"
msgstr ""

#: forum/skins/default/templates/answer_edit_tips.html:48
#: forum/skins/default/templates/question_edit_tips.html:46
msgid "basic HTML tags are also supported"
msgstr ""

#: forum/skins/default/templates/answer_edit_tips.html:52
#: forum/skins/default/templates/question_edit_tips.html:50
msgid "learn more about Markdown"
msgstr ""

#: forum/skins/default/templates/ask.html:5
#: forum/skins/default/templates/ask.html:62
msgid "Ask a question"
msgstr "Поставите питање"

#: forum/skins/default/templates/ask.html:69
#: forum/skins/default/templates/ask_form.html:11
msgid "login to post question info"
msgstr ""
"<span class=\"strong big\">You are welcome to start submitting your question "
"anonymously</span>. When you submit the post, you will be redirected to the "
"login/signup page. Your question will be saved in the current session and "
"will be published after you log in. Login/signup process is very simple. "
"Login takes about 30 seconds, initial signup takes a minute or less."

#: forum/skins/default/templates/ask.html:75
#, python-format
msgid ""
"must have valid %(email)s to post, \n"
"                            see %(email_validation_faq_url)s\n"
"                            "
msgstr ""
"<span class='strong big'>Looks like your email address, %(email)s has not "
"yet been validated.</span> To post messages you must verify your email, "
"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
"<br>You can submit your question now and validate email after that. Your "
"question will saved as pending meanwhile. "

#: forum/skins/default/templates/ask.html:113
#: forum/skins/default/templates/ask_form.html:54
msgid "(required)"
msgstr "(обавезно)"

#: forum/skins/default/templates/ask.html:120
#: forum/skins/default/templates/ask_form.html:61
#, fuzzy
msgid "Login/signup to post your question"
msgstr "Login/Signup to Post"

#: forum/skins/default/templates/ask.html:122
#: forum/skins/default/templates/ask_form.html:63
msgid "Ask your question"
msgstr "Поставите Ваше Питање"

#: forum/skins/default/templates/ask_form.html:15
#, python-format
msgid ""
"must have valid %(email)s to post, \n"
"                                see %(email_validation_faq_url)s\n"
"                                "
msgstr ""
"<span class='strong big'>Looks like your email address, %(email)s has not "
"yet been validated.</span> To post messages you must verify your email, "
"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
"<br>You can submit your question now and validate email after that. Your "
"question will saved as pending meanwhile. "

#: forum/skins/default/templates/badge.html:6
#: forum/skins/default/templates/badge.html:17
msgid "Badge"
msgstr ""

#: forum/skins/default/templates/badge.html:26
msgid "user received this badge:"
msgid_plural "users received this badge:"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/badges.html:6
msgid "Badges summary"
msgstr ""

#: forum/skins/default/templates/badges.html:17
msgid "Badges"
msgstr ""

#: forum/skins/default/templates/badges.html:21
msgid "Community gives you awards for your questions, answers and votes."
msgstr ""
"If your questions and answers are highly voted, your contribution to this "
"Q&amp;A community will be recognized with the variety of badges."

#: forum/skins/default/templates/badges.html:22
#, python-format
msgid ""
"Below is the list of available badges and number \n"
"    of times each type of badge has been awarded. Give us feedback at %"
"(feedback_faq_url)s.\n"
"    "
msgstr ""
"Below is the list of available badges and number \n"
"    of times each type of badge has been awarded. Have ideas about fun "
"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"

#: forum/skins/default/templates/badges.html:51
msgid "Community badges"
msgstr "Беџеви - нивои"

#: forum/skins/default/templates/badges.html:57
msgid "gold badge description"
msgstr ""
"Gold badge is the highest award in this community. To obtain it have to show "
"profound knowledge and ability in addition to your active participation."

#: forum/skins/default/templates/badges.html:65
msgid "silver badge description"
msgstr ""
"Obtaining silver badge requires significant patience. If you have received "
"one, that means you have greatly contributed to this community."

#: forum/skins/default/templates/badges.html:68
msgid "bronze badge: often given as a special honor"
msgstr ""

#: forum/skins/default/templates/badges.html:72
msgid "bronze badge description"
msgstr ""
"If you are an active participant in this community, you will be recognized "
"with this badge."

#: forum/skins/default/templates/book.html:7
msgid "reading channel"
msgstr ""

#: forum/skins/default/templates/book.html:26
msgid "[author]"
msgstr ""

#: forum/skins/default/templates/book.html:30
msgid "[publisher]"
msgstr ""

#: forum/skins/default/templates/book.html:34
msgid "[publication date]"
msgstr ""

#: forum/skins/default/templates/book.html:38
msgid "[price]"
msgstr ""

#: forum/skins/default/templates/book.html:39
msgid "currency unit"
msgstr ""

#: forum/skins/default/templates/book.html:42
msgid "[pages]"
msgstr ""

#: forum/skins/default/templates/book.html:43
msgid "pages abbreviation"
msgstr ""

#: forum/skins/default/templates/book.html:46
msgid "[tags]"
msgstr ""

#: forum/skins/default/templates/book.html:56
msgid "author blog"
msgstr ""

#: forum/skins/default/templates/book.html:62
msgid "book directory"
msgstr ""

#: forum/skins/default/templates/book.html:66
msgid "buy online"
msgstr ""

#: forum/skins/default/templates/book.html:79
msgid "reader questions"
msgstr ""

#: forum/skins/default/templates/book.html:82
msgid "ask the author"
msgstr ""

#: forum/skins/default/templates/book.html:88
#: forum/skins/default/templates/book.html:93
#: forum/skins/default/templates/users_questions.html:18
msgid "this question was selected as favorite"
msgstr ""

#: forum/skins/default/templates/book.html:88
#: forum/skins/default/templates/book.html:93
#: forum/skins/default/templates/users_questions.html:11
#: forum/skins/default/templates/users_questions.html:18
msgid "number of times"
msgstr ""

#: forum/skins/default/templates/book.html:105
#: forum/skins/default/templates/question_summary_list_roll.html:14
msgid "votes"
msgstr ""

#: forum/skins/default/templates/book.html:108
msgid "the answer has been accepted to be correct"
msgstr ""

#: forum/skins/default/templates/book.html:115
#: forum/skins/default/templates/question_summary_list_roll.html:15
msgid "views"
msgstr ""

#: forum/skins/default/templates/book.html:125
#: forum/skins/default/templates/question.html:136
#: forum/skins/default/templates/question_list.html:19
#: forum/skins/default/templates/question_summary_list_roll.html:52
#: forum/skins/default/templates/tags.html:50
#: forum/skins/default/templates/users_questions.html:34
#, python-format
msgid "see questions tagged '%(tag)s'"
msgstr ""

#: forum/skins/default/templates/book.html:147
msgid "subscribe to book RSS feed"
msgstr ""

#: forum/skins/default/templates/book.html:147
msgid "subscribe to the questions feed"
msgstr ""

#: forum/skins/default/templates/close.html:6
#: forum/skins/default/templates/close.html:16
msgid "Close question"
msgstr "Затвори питање"

#: forum/skins/default/templates/close.html:19
msgid "Close the question"
msgstr "Затвори питање"

#: forum/skins/default/templates/close.html:25
msgid "Reasons"
msgstr "Разлози"

#: forum/skins/default/templates/close.html:28
msgid "OK to close"
msgstr ""

#: forum/skins/default/templates/email_base.html:11
msgid "home"
msgstr ""

#: forum/skins/default/templates/faq.html:11
msgid "Frequently Asked Questions "
msgstr "Често постављана питања"

#: forum/skins/default/templates/faq.html:16
msgid "What kinds of questions can I ask here?"
msgstr ""

#: forum/skins/default/templates/faq.html:17
msgid ""
"Most importanly - questions should be <strong>relevant</strong> to this "
"community."
msgstr ""

#: forum/skins/default/templates/faq.html:18
msgid ""
"Before asking the question - please make sure to use search to see whether "
"your question has alredy been answered."
msgstr ""
"Before you ask - please make sure to search for a similar question. You can "
"search questions by their title or tags."

#: forum/skins/default/templates/faq.html:21
msgid "What questions should I avoid asking?"
msgstr "What kinds of questions should be avoided?"

#: forum/skins/default/templates/faq.html:22
msgid ""
"Please avoid asking questions that are not relevant to this community, too "
"subjective and argumentative."
msgstr ""

#: forum/skins/default/templates/faq.html:27
msgid "What should I avoid in my answers?"
msgstr ""

#: forum/skins/default/templates/faq.html:28
msgid ""
"is a Q&A site, not a discussion group. Therefore - please avoid having "
"discussions in your answers, comment facility allows some space for brief "
"discussions."
msgstr ""
"is a <strong>question and answer</strong> site - <strong>it is not a "
"discussion group</strong>. Please avoid holding debates in your answers as "
"they tend to dilute the essense of questions and answers. For the brief "
"discussions please use commenting facility."

#: forum/skins/default/templates/faq.html:32
msgid "Who moderates this community?"
msgstr ""

#: forum/skins/default/templates/faq.html:33
msgid "The short answer is: <strong>you</strong>."
msgstr ""

#: forum/skins/default/templates/faq.html:34
msgid "This website is moderated by the users."
msgstr ""

#: forum/skins/default/templates/faq.html:35
msgid ""
"The reputation system allows users earn the authorization to perform a "
"variety of moderation tasks."
msgstr ""
"Karma system allows users to earn rights to perform a variety of moderation "
"tasks"

#: forum/skins/default/templates/faq.html:40
msgid "How does reputation system work?"
msgstr "Како систем карме функционише?"

#: forum/skins/default/templates/faq.html:41
msgid "Rep system summary"
msgstr ""
"When a question or answer is upvoted, the user who posted them will gain "
"some points, which are called \"karma points\". These points serve as a "
"rough measure of the community trust to him/her. Various moderation tasks "
"are gradually assigned to the users based on those points."

#: forum/skins/default/templates/faq.html:42
msgid ""
"For example, if you ask an interesting question or give a helpful answer, "
"your input will be upvoted. On the other hand if the answer is misleading - "
"it will be downvoted. Each vote in favor will generate <strong>10</strong> "
"points, each vote against will subtract <strong>2</strong> points. There is "
"a limit of <strong>200</strong> points that can be accumulated per question "
"or answer. The table below explains reputation point requirements for each "
"type of moderation task."
msgstr ""

#: forum/skins/default/templates/faq.html:53
#: forum/skins/default/templates/user_votes.html:15
msgid "upvote"
msgstr ""

#: forum/skins/default/templates/faq.html:57
msgid "use tags"
msgstr ""

#: forum/skins/default/templates/faq.html:62
msgid "add comments"
msgstr ""

#: forum/skins/default/templates/faq.html:66
#: forum/skins/default/templates/user_votes.html:17
msgid "downvote"
msgstr ""

#: forum/skins/default/templates/faq.html:69
msgid "open and close own questions"
msgstr ""

#: forum/skins/default/templates/faq.html:73
msgid "retag questions"
msgstr ""

#: forum/skins/default/templates/faq.html:78
msgid "edit community wiki questions"
msgstr ""

#: forum/skins/default/templates/faq.html:83
msgid "edit any answer"
msgstr ""

#: forum/skins/default/templates/faq.html:87
msgid "open any closed question"
msgstr ""

#: forum/skins/default/templates/faq.html:91
msgid "delete any comment"
msgstr ""

#: forum/skins/default/templates/faq.html:95
msgid "delete any questions and answers and perform other moderation tasks"
msgstr ""

#: forum/skins/default/templates/faq.html:103
msgid "how to validate email title"
msgstr "Како да потврдите е-пошту и зашто?"

#: forum/skins/default/templates/faq.html:105
#, python-format
msgid ""
"how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
msgstr ""
"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
"class=\"bigger strong\">How?</span> If you have just set or changed your "
"email address - <strong>check your email and click the included link</"
"strong>.<br>The link contains a key generated specifically for you. You can "
"also <button style='display:inline' type='submit'><strong>get a new key</"
"strong></button> and check your email again.</p></form><span class=\"bigger "
"strong\">Why?</span> Email validation is required to make sure that "
"<strong>only you can post messages</strong> on your behalf and to "
"<strong>minimize spam</strong> posts.<br>With email you can "
"<strong>subscribe for updates</strong> on the most interesting questions. "
"Also, when you sign up for the first time - create a unique <a href='%"
"(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"

#: forum/skins/default/templates/faq.html:110
msgid "what is gravatar"
msgstr "Како да промените своју слику (gravatar) и шта је gravatar?"

#: forum/skins/default/templates/faq.html:111
msgid "gravatar faq info"
msgstr ""
"<p>The picture that appears on the users profiles is called "
"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
"your email address. You upload your picture (or your favorite alter ego "
"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
"strong></a> from where we later retreive your image using the key.</"
"p><p>This way all the websites you trust can show your image next to your "
"posts and your email address remains private.</p><p>Please "
"<strong>personalize your account</strong> with an image - just register at "
"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
"be sure to use the same email address that you used to register with us). "
"Default image that looks like a kitchen tile is generated automatically.</p>"

#: forum/skins/default/templates/faq.html:114
msgid "To register, do I need to create new password?"
msgstr ""

#: forum/skins/default/templates/faq.html:115
msgid ""
"No, you don't have to. You can login through any service that supports "
"OpenID, e.g. Google, Yahoo, AOL, etc."
msgstr ""

#: forum/skins/default/templates/faq.html:116
msgid "Login now!"
msgstr ""

#: forum/skins/default/templates/faq.html:121
msgid "Why other people can edit my questions/answers?"
msgstr ""

#: forum/skins/default/templates/faq.html:122
msgid "Goal of this site is..."
msgstr ""

#: forum/skins/default/templates/faq.html:122
msgid ""
"So questions and answers can be edited like wiki pages by experienced users "
"of this site and this improves the overall quality of the knowledge base "
"content."
msgstr ""

#: forum/skins/default/templates/faq.html:123
msgid "If this approach is not for you, we respect your choice."
msgstr ""

#: forum/skins/default/templates/faq.html:127
msgid "Still have questions?"
msgstr ""

#: forum/skins/default/templates/faq.html:128
#, python-format
msgid ""
"Please ask your question at %(ask_question_url)s, help make our community "
"better!"
msgstr ""
"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
"community better!"

#: forum/skins/default/templates/faq.html:130
#: forum/skins/default/templates/header.html:27
msgid "questions"
msgstr "питања"

#: forum/skins/default/templates/faq.html:130
msgid "."
msgstr ""

#: forum/skins/default/templates/feedback.html:6
msgid "Feedback"
msgstr ""

#: forum/skins/default/templates/feedback.html:11
msgid "Give us your feedback!"
msgstr ""

#: forum/skins/default/templates/feedback.html:17
#, python-format
msgid ""
"\n"
"            <span class='big strong'>Dear %(user_name)s</span>, we look "
"forward to hearing your feedback. \n"
"            Please type and send us your message below.\n"
"            "
msgstr ""

#: forum/skins/default/templates/feedback.html:24
msgid ""
"\n"
"            <span class='big strong'>Dear visitor</span>, we look forward to "
"hearing your feedback.\n"
"            Please type and send us your message below.\n"
"            "
msgstr ""

#: forum/skins/default/templates/feedback.html:41
msgid "(this field is required)"
msgstr ""

#: forum/skins/default/templates/feedback.html:49
msgid "Send Feedback"
msgstr ""

#: forum/skins/default/templates/feedback_email.txt:3
#, python-format
msgid ""
"\n"
"Hello, this is a %(site_title)s forum feedback message\n"
msgstr ""

#: forum/skins/default/templates/feedback_email.txt:9
msgid "Sender is"
msgstr ""

#: forum/skins/default/templates/feedback_email.txt:11
#: forum/skins/default/templates/feedback_email.txt:14
msgid "email"
msgstr ""

#: forum/skins/default/templates/feedback_email.txt:13
msgid "anonymous"
msgstr ""

#: forum/skins/default/templates/feedback_email.txt:19
msgid "Message body:"
msgstr ""

#: forum/skins/default/templates/footer.html:8
#: forum/skins/default/templates/header.html:14
msgid "about"
msgstr "о нама"

#: forum/skins/default/templates/footer.html:9
#: forum/skins/default/templates/header.html:15
#: forum/skins/default/templates/question_edit_tips.html:17
msgid "faq"
msgstr "чпп"

#: forum/skins/default/templates/footer.html:10
msgid "privacy policy"
msgstr "политика приватности"

#: forum/skins/default/templates/footer.html:19
msgid "give feedback"
msgstr "сугестије и žалбе"

#: forum/skins/default/templates/header.html:10
msgid "logout"
msgstr "одјава"

#: forum/skins/default/templates/header.html:12
msgid "login"
msgstr "пријава"

#: forum/skins/default/templates/header.html:22
msgid "back to home page"
msgstr "назад на почетну страну"

#: forum/skins/default/templates/header.html:29
msgid "users"
msgstr "корисници"

#: forum/skins/default/templates/header.html:31
msgid "books"
msgstr "књиге"

#: forum/skins/default/templates/header.html:33
#: forum/templatetags/extra_tags.py:177 forum/templatetags/extra_tags.py:206
msgid "badges"
msgstr "беџеви"

#: forum/skins/default/templates/header.html:34
#: forum/skins/default/templates/header.html:38
msgid "ask a question"
msgstr "поставите питање"

#: forum/skins/default/templates/header.html:36
msgid "unanswered questions"
msgstr "неодговорена"

#: forum/skins/default/templates/input_bar.html:33
msgid "search"
msgstr ""

#: forum/skins/default/templates/logout.html:6
#: forum/skins/default/templates/logout.html:16
msgid "Logout"
msgstr ""

#: forum/skins/default/templates/logout.html:19
msgid ""
"As a registered user you can login with your OpenID, log out of the site or "
"permanently remove your account."
msgstr ""
"Clicking <strong>Logout</strong> will log you out from the forumbut will not "
"sign you off from your OpenID provider.</p><p>If you wish to sign off "
"completely - please make sure to log out from your OpenID provider as well."

#: forum/skins/default/templates/logout.html:20
msgid "Logout now"
msgstr "Одјава"

#: forum/skins/default/templates/notarobot.html:3
msgid "Please prove that you are a Human Being"
msgstr ""

#: forum/skins/default/templates/notarobot.html:10
msgid "I am a Human Being"
msgstr ""

#: forum/skins/default/templates/pagesize.html:6
msgid "posts per page"
msgstr "постова по страни"

#: forum/skins/default/templates/paginator.html:6
#: forum/skins/default/templates/paginator.html:7
msgid "previous"
msgstr "претходна"

#: forum/skins/default/templates/paginator.html:19
msgid "current page"
msgstr ""

#: forum/skins/default/templates/paginator.html:22
#: forum/skins/default/templates/paginator.html:29
#, python-format
msgid "page number %(num)s"
msgstr "страна %(num)s"

#: forum/skins/default/templates/paginator.html:33
msgid "next page"
msgstr "следећа странa"

#: forum/skins/default/templates/post_contributor_info.html:9
#, fuzzy, python-format
msgid "%(rev_count)s revision"
msgid_plural "%(rev_count)s revisions"
msgstr[0] "изаберите ревизију"
msgstr[1] "изаберите ревизију"
msgstr[2] "изаберите ревизију"

#: forum/skins/default/templates/post_contributor_info.html:15
msgid "asked"
msgstr "питано"

#: forum/skins/default/templates/post_contributor_info.html:18
msgid "answered"
msgstr ""

#: forum/skins/default/templates/post_contributor_info.html:20
msgid "posted"
msgstr ""

#: forum/skins/default/templates/post_contributor_info.html:41
msgid "updated"
msgstr ""

#: forum/skins/default/templates/privacy.html:6
#: forum/skins/default/templates/privacy.html:11
msgid "Privacy policy"
msgstr ""

#: forum/skins/default/templates/privacy.html:15
msgid "general message about privacy"
msgstr ""
"Respecting users privacy is an important core principle of this Q&amp;A "
"forum. Information on this page details how this forum protects your "
"privacy, and what type of information is collected."

#: forum/skins/default/templates/privacy.html:18
msgid "Site Visitors"
msgstr ""

#: forum/skins/default/templates/privacy.html:20
msgid "what technical information is collected about visitors"
msgstr ""
"Information on question views, revisions of questions and answers - both "
"times and content are recorded for each user in order to correctly count "
"number of views, maintain data integrity and report relevant updates."

#: forum/skins/default/templates/privacy.html:23
msgid "Personal Information"
msgstr ""

#: forum/skins/default/templates/privacy.html:25
msgid "details on personal information policies"
msgstr ""
"Members of this community may choose to display personally identifiable "
"information in their profiles. Forum will never display such information "
"without a request from the user."

#: forum/skins/default/templates/privacy.html:28
msgid "Other Services"
msgstr ""

#: forum/skins/default/templates/privacy.html:30
msgid "details on sharing data with third parties"
msgstr ""
"None of the data that is not openly shown on the forum by the choice of the "
"user is shared with any third party."

#: forum/skins/default/templates/privacy.html:35
msgid "cookie policy details"
msgstr ""
"Forum software relies on the internet cookie technology to keep track of "
"user sessions. Cookies must be enabled in your browser so that forum can "
"work for you."

#: forum/skins/default/templates/privacy.html:37
msgid "Policy Changes"
msgstr ""

#: forum/skins/default/templates/privacy.html:38
msgid "how privacy policies can be changed"
msgstr ""
"These policies may be adjusted to improve protection of user's privacy. "
"Whenever such changes occur, users will be notified via the internal "
"messaging system. "

#: forum/skins/default/templates/question.html:78
#: forum/skins/default/templates/question.html:79
#: forum/skins/default/templates/question.html:95
#: forum/skins/default/templates/question.html:97
msgid "i like this post (click again to cancel)"
msgstr ""

#: forum/skins/default/templates/question.html:81
#: forum/skins/default/templates/question.html:99
#: forum/skins/default/templates/question.html:251
msgid "current number of votes"
msgstr ""

#: forum/skins/default/templates/question.html:90
#: forum/skins/default/templates/question.html:91
#: forum/skins/default/templates/question.html:104
#: forum/skins/default/templates/question.html:105
msgid "i dont like this post (click again to cancel)"
msgstr ""

#: forum/skins/default/templates/question.html:109
#: forum/skins/default/templates/question.html:110
msgid "mark this question as favorite (click again to cancel)"
msgstr ""

#: forum/skins/default/templates/question.html:116
#: forum/skins/default/templates/question.html:117
msgid "remove favorite mark from this question (click again to restore mark)"
msgstr ""

#: forum/skins/default/templates/question.html:141
#: forum/skins/default/templates/question.html:288
#: forum/skins/default/templates/revisions_answer.html:58
#: forum/skins/default/templates/revisions_question.html:58
msgid "edit"
msgstr ""

#: forum/skins/default/templates/question.html:146
msgid "reopen"
msgstr ""

#: forum/skins/default/templates/question.html:150
msgid "close"
msgstr "затвори"

#: forum/skins/default/templates/question.html:156
#: forum/skins/default/templates/question.html:293
msgid ""
"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""

#: forum/skins/default/templates/question.html:157
#: forum/skins/default/templates/question.html:294
msgid "flag offensive"
msgstr "означи увредљивим"

#: forum/skins/default/templates/question.html:165
#: forum/skins/default/templates/question.html:305
msgid "delete"
msgstr "избриши"

#: forum/skins/default/templates/question.html:183
#: forum/skins/default/templates/question.html:325
msgid "delete this comment"
msgstr "избриши овај коментар"

#: forum/skins/default/templates/question.html:194
#: forum/skins/default/templates/question.html:336
msgid "add comment"
msgstr "унесите коментар"

#: forum/skins/default/templates/question.html:198
#: forum/skins/default/templates/question.html:340
#, python-format
msgid "see <strong>%(counter)s</strong> more"
msgid_plural "see <strong>%(counter)s</strong> more"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/question.html:200
#: forum/skins/default/templates/question.html:342
#, python-format
msgid "see <strong>%(counter)s</strong> more comment"
msgid_plural ""
"see <strong>%(counter)s</strong> more comments\n"
"                                            "
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/question.html:213
#, python-format
msgid ""
"The question has been closed for the following reason \"%(close_reason)s\" by"
msgstr ""

#: forum/skins/default/templates/question.html:215
#, python-format
msgid "close date %(closed_at)s"
msgstr "датум затварања %(closed_at)s"

#: forum/skins/default/templates/question.html:223
#, fuzzy, python-format
msgid ""
"\n"
"                    %(counter)s Answer:\n"
"                    "
msgid_plural ""
"\n"
"                    %(counter)s Answers:\n"
"                    "
msgstr[0] ""
"\n"
"(one comment)"
msgstr[1] ""
"\n"
"(%(comment_count)s comments)"

#: forum/skins/default/templates/question.html:231
msgid "oldest answers will be shown first"
msgstr ""

#: forum/skins/default/templates/question.html:231
msgid "oldest answers"
msgstr "стара"

#: forum/skins/default/templates/question.html:233
msgid "newest answers will be shown first"
msgstr ""

#: forum/skins/default/templates/question.html:233
msgid "newest answers"
msgstr "нова"

#: forum/skins/default/templates/question.html:235
msgid "most voted answers will be shown first"
msgstr ""

#: forum/skins/default/templates/question.html:235
msgid "popular answers"
msgstr "популарна"

#: forum/skins/default/templates/question.html:249
#: forum/skins/default/templates/question.html:250
msgid "i like this answer (click again to cancel)"
msgstr "свиђа ми се овај одговор (кликните поново да бисте отказали)"

#: forum/skins/default/templates/question.html:256
#: forum/skins/default/templates/question.html:257
msgid "i dont like this answer (click again to cancel)"
msgstr "не свиђа ми се овај одговор (кликните поново да бисте отказали)"

#: forum/skins/default/templates/question.html:262
#: forum/skins/default/templates/question.html:263
msgid "mark this answer as favorite (click again to undo)"
msgstr "означи овај одговор као омиљени (кликните поново да бисте отказали)"

#: forum/skins/default/templates/question.html:268
#: forum/skins/default/templates/question.html:269
msgid "the author of the question has selected this answer as correct"
msgstr "аутор питања је изабрао овај одговор као прави"

#: forum/skins/default/templates/question.html:282
msgid "answer permanent link"
msgstr "трајни линк одговора"

#: forum/skins/default/templates/question.html:283
msgid "permanent link"
msgstr "трајни линк"

#: forum/skins/default/templates/question.html:305
msgid "undelete"
msgstr "undelete"

#: forum/skins/default/templates/question.html:364
#: forum/skins/default/templates/question.html:367
msgid "Notify me once a day when there are any new answers"
msgstr ""
"<strong>Notify me</strong> once a day by email when there are any new "
"answers or updates"

#: forum/skins/default/templates/question.html:370
msgid "Notify me weekly when there are any new answers"
msgstr ""
"<strong>Notify me</strong> weekly when there are any new answers or updates"

#: forum/skins/default/templates/question.html:375
#, python-format
msgid ""
"You can always adjust frequency of email updates from your %(profile_url)s"
msgstr ""
"(note: you can always <strong><a href='%(profile_url)s?"
"sort=email_subscriptions'>change</a></strong> how often you receive updates)"

#: forum/skins/default/templates/question.html:380
msgid "once you sign in you will be able to subscribe for any updates here"
msgstr ""
"<span class='strong'>Here</span> (once you log in) you will be able to sign "
"up for the periodic email updates about this question."

#: forum/skins/default/templates/question.html:391
msgid "Your answer"
msgstr "Ваш одговор"

#: forum/skins/default/templates/question.html:393
msgid "Be the first one to answer this question!"
msgstr "Будите први који ћете дати одговор на ово питање!"

#: forum/skins/default/templates/question.html:399
msgid "you can answer anonymously and then login"
msgstr ""
"<span class='strong big'>Please start posting your answer anonymously</span> "
"- your answer will be saved within the current session and published after "
"you log in or create a new account. Please try to give a <strong>substantial "
"answer</strong>, for discussions, <strong>please use comments</strong> and "
"<strong>please do remember to vote</strong> (after you log in)!"

#: forum/skins/default/templates/question.html:403
msgid "answer your own question only to give an answer"
msgstr ""
"<span class='big strong'>You are welcome to answer your own question</span>, "
"but please make sure to give an <strong>answer</strong>. Remember that you "
"can always <strong>revise your original question</strong>. Please "
"<strong>use comments for discussions</strong>  and <strong>please don't "
"forget to vote :)</strong> for the answers that you liked (or perhaps did "
"not like)! "

#: forum/skins/default/templates/question.html:405
msgid "please only give an answer, no discussions"
msgstr ""
"<span class='big strong'>Please try to give a substantial answer</span>. If "
"you wanted to comment on the question or answer, just <strong>use the "
"commenting tool</strong>. Please remember that you can always <strong>revise "
"your answers</strong> - no need to answer the same question twice. Also, "
"please <strong>don't forget to vote</strong> - it really helps to select the "
"best questions and answers!"

#: forum/skins/default/templates/question.html:441
msgid "Login/Signup to Post Your Answer"
msgstr ""

#: forum/skins/default/templates/question.html:444
msgid "Answer Your Own Question"
msgstr "Одговорите на ваше питање"

#: forum/skins/default/templates/question.html:446
msgid "Answer the question"
msgstr "Одговорите на питање"

#: forum/skins/default/templates/question.html:460
msgid "Question tags"
msgstr "Ознаке"

#: forum/skins/default/templates/question.html:465
#: forum/skins/default/templates/questions.html:257
#: forum/skins/default/templates/tag_selector.html:11
#: forum/skins/default/templates/tag_selector.html:28
#, python-format
msgid "see questions tagged '%(tag_name)s'"
msgstr ""

#: forum/skins/default/templates/question.html:471
msgid "question asked"
msgstr "Питано"

#: forum/skins/default/templates/question.html:474
msgid "question was seen"
msgstr "Прегледано"

#: forum/skins/default/templates/question.html:474
msgid "times"
msgstr "пута"

#: forum/skins/default/templates/question.html:477
msgid "last updated"
msgstr "Задњи пут ажурирано"

#: forum/skins/default/templates/question.html:483
msgid "Related questions"
msgstr "Слична питања"

#: forum/skins/default/templates/question_counter_widget.html:6
msgid "Please decide if you like this question or not by voting"
msgstr ""

#: forum/skins/default/templates/question_counter_widget.html:12
#, fuzzy
msgid ""
"\n"
"        vote\n"
"        "
msgid_plural ""
"\n"
"        votes\n"
"        "
msgstr[0] ""
"\n"
"глас\n"
"  "
msgstr[1] ""
"\n"
"гласова"
msgstr[2] ""

#: forum/skins/default/templates/question_counter_widget.html:21
msgid "this answer has been accepted to be correct"
msgstr ""

#: forum/skins/default/templates/question_counter_widget.html:27
#, fuzzy
msgid ""
"\n"
"        answer \n"
"        "
msgid_plural ""
"\n"
"        answers \n"
"        "
msgstr[0] ""
"\n"
"одговор\n"
"  "
msgstr[1] ""
"\n"
"одговора"
msgstr[2] ""

#: forum/skins/default/templates/question_counter_widget.html:39
#, fuzzy
msgid ""
"\n"
"        view\n"
"        "
msgid_plural ""
"\n"
"        views\n"
"        "
msgstr[0] ""
"\n"
"pregled"
msgstr[1] ""
"\n"
"pregleda"
msgstr[2] ""

#: forum/skins/default/templates/question_edit.html:5
#: forum/skins/default/templates/question_edit.html:66
msgid "Edit question"
msgstr "Измени питање"

#: forum/skins/default/templates/question_edit_tips.html:4
msgid "question tips"
msgstr "Савети"

#: forum/skins/default/templates/question_edit_tips.html:7
msgid "please ask a relevant question"
msgstr "ask a question interesting to this community"

#: forum/skins/default/templates/question_edit_tips.html:10
msgid "please try provide enough details"
msgstr "provide enough details"

#: forum/skins/default/templates/question_retag.html:4
#: forum/skins/default/templates/question_retag.html:53
msgid "Change tags"
msgstr "Промените ознаке"

#: forum/skins/default/templates/question_retag.html:40
msgid "up to 5 tags, less than 20 characters each"
msgstr "до 5 ознака, мање од 20 карактера у свакој"

#: forum/skins/default/templates/question_retag.html:83
msgid "Why use and modify tags?"
msgstr ""

#: forum/skins/default/templates/question_retag.html:86
msgid "tags help us keep Questions organized"
msgstr ""

#: forum/skins/default/templates/question_retag.html:94
msgid "tag editors receive special awards from the community"
msgstr ""

#: forum/skins/default/templates/question_summary_list_roll.html:13
msgid "answers"
msgstr "одговори"

#: forum/skins/default/templates/questions.html:8
msgid "Questions"
msgstr "Питања"

#: forum/skins/default/templates/questions.html:32
msgid "Found by tags"
msgstr "Tagged questions"

#: forum/skins/default/templates/questions.html:36
msgid "Search results"
msgstr "Резултати претраге"

#: forum/skins/default/templates/questions.html:38
msgid "Found by title"
msgstr ""

#: forum/skins/default/templates/questions.html:42
msgid "Unanswered questions"
msgstr ""

#: forum/skins/default/templates/questions.html:44
msgid "All questions"
msgstr "Сва питања"

#: forum/skins/default/templates/questions.html:51
msgid "In:"
msgstr "Прикажи:"

#: forum/skins/default/templates/questions.html:53
msgid "see unanswered questions"
msgstr "погледајте питања без одговора"

#: forum/skins/default/templates/questions.html:55
msgid "see your favorite questions"
msgstr "погледајте Ваша омиљена питања"

#: forum/skins/default/templates/questions.html:59
msgid "Sort by:"
msgstr "Сортирај:"

#: forum/skins/default/templates/questions.html:64
#: forum/skins/default/templates/questions.html:75
msgid "click to see the newest questions"
msgstr "кликните да бисте видели најновији питања"

#: forum/skins/default/templates/questions.html:70
msgid "click to see the oldest questions"
msgstr "кликните да бисте видели најстарија питања"

#: forum/skins/default/templates/questions.html:83
#: forum/skins/default/templates/questions.html:94
msgid "click to see the most recently updated questions"
msgstr "кликните да бисте видели недавно ажурирана питања"

#: forum/skins/default/templates/questions.html:89
msgid "click to see the least recently updated questions"
msgstr ""

#: forum/skins/default/templates/questions.html:102
#: forum/skins/default/templates/questions.html:113
msgid "click to see hottest questions"
msgstr "questions with most answers"

#: forum/skins/default/templates/questions.html:102
msgid "less answers"
msgstr ""

#: forum/skins/default/templates/questions.html:108
msgid "click to see coldest questions"
msgstr "questions with fewest answers"

#: forum/skins/default/templates/questions.html:108
#: forum/skins/default/templates/questions.html:113
msgid "more answers"
msgstr "са више одговора"

#: forum/skins/default/templates/questions.html:121
#: forum/skins/default/templates/questions.html:132
msgid "click to see most voted questions"
msgstr ""

#: forum/skins/default/templates/questions.html:121
msgid "unpopular"
msgstr ""

#: forum/skins/default/templates/questions.html:127
msgid "click to see least voted questions"
msgstr "least voted questions"

#: forum/skins/default/templates/questions.html:127
#: forum/skins/default/templates/questions.html:132
msgid "popular"
msgstr "популарна"

#: forum/skins/default/templates/questions.html:141
#, fuzzy, python-format
msgid " %(q_num)s question found"
msgid_plural "%(q_num)s questions found"
msgstr[0] "Једно питање"
msgstr[1] "%(q_num)s питања"
msgstr[2] ""

#: forum/skins/default/templates/questions.html:143
#, fuzzy, python-format
msgid " %(q_num)s question"
msgid_plural "%(q_num)s questions"
msgstr[0] "Једно питање"
msgstr[1] "%(q_num)s питања"
msgstr[2] ""

#: forum/skins/default/templates/questions.html:147
#, python-format
msgid "with %(author_name)s's contributions"
msgstr ""

#: forum/skins/default/templates/questions.html:151
msgid "tagged"
msgstr "означено"

#: forum/skins/default/templates/questions.html:157
msgid "Search tips:"
msgstr "Савети за претраживање:"

#: forum/skins/default/templates/questions.html:161
msgid "reset author"
msgstr "ресетујте аутора"

#: forum/skins/default/templates/questions.html:165
msgid "reset tags"
msgstr "ресетујте ознаке"

#: forum/skins/default/templates/questions.html:169
#: forum/skins/default/templates/questions.html:173
msgid "start over"
msgstr "крените изпочетка"

#: forum/skins/default/templates/questions.html:175
msgid " - to expand, or dig in by adding more tags and revising the query."
msgstr ""

#: forum/skins/default/templates/questions.html:178
msgid "Search tip:"
msgstr "Савет за претраживање:"

#: forum/skins/default/templates/questions.html:178
msgid "add tags and a query to focus your search"
msgstr "додајте ознаке и упит да сузите претрагу"

#: forum/skins/default/templates/questions.html:190
msgid "There are no unanswered questions here"
msgstr ""

#: forum/skins/default/templates/questions.html:193
msgid "No favorite questions here. "
msgstr "Овде нема омиљених питања."

#: forum/skins/default/templates/questions.html:194
msgid "Please start (bookmark) some questions when you visit them"
msgstr ""

#: forum/skins/default/templates/questions.html:199
msgid "You can expand your search by "
msgstr ""

#: forum/skins/default/templates/questions.html:203
msgid "resetting author"
msgstr ""

#: forum/skins/default/templates/questions.html:207
msgid "resetting tags"
msgstr ""

#: forum/skins/default/templates/questions.html:211
#: forum/skins/default/templates/questions.html:215
msgid "starting over"
msgstr ""

#: forum/skins/default/templates/questions.html:220
msgid "Please always feel free to ask your question!"
msgstr ""

#: forum/skins/default/templates/questions.html:224
msgid "Did not find what you were looking for?"
msgstr ""

#: forum/skins/default/templates/questions.html:225
msgid "Please, post your question!"
msgstr ""

#: forum/skins/default/templates/questions.html:241
#, fuzzy
msgid "Contributors"
msgstr "Сарадници"

#: forum/skins/default/templates/questions.html:254
msgid "Related tags"
msgstr "Ознаке"

#: forum/skins/default/templates/reopen.html:6
#: forum/skins/default/templates/reopen.html:16
msgid "Reopen question"
msgstr ""

#: forum/skins/default/templates/reopen.html:19
msgid "Open the previously closed question"
msgstr ""

#: forum/skins/default/templates/reopen.html:22
msgid "The question was closed for the following reason "
msgstr "Питање је затворено из следећих разлога"

#: forum/skins/default/templates/reopen.html:22
msgid "reason - leave blank in english"
msgstr ""

#: forum/skins/default/templates/reopen.html:22
msgid "on "
msgstr ""

#: forum/skins/default/templates/reopen.html:22
msgid "date closed"
msgstr "датум затварања"

#: forum/skins/default/templates/reopen.html:29
msgid "Reopen this question"
msgstr "Поново отворите ово питање"

#: forum/skins/default/templates/revisions_answer.html:7
#: forum/skins/default/templates/revisions_answer.html:38
#: forum/skins/default/templates/revisions_question.html:8
#: forum/skins/default/templates/revisions_question.html:38
msgid "Revision history"
msgstr "Преглед ревизија"

#: forum/skins/default/templates/revisions_answer.html:50
#: forum/skins/default/templates/revisions_question.html:50
msgid "click to hide/show revision"
msgstr ""

#: forum/skins/default/templates/tag_selector.html:5
msgid "Interesting tags"
msgstr "Занимљиве ознаке"

#: forum/skins/default/templates/tag_selector.html:15
#, python-format
msgid "remove '%(tag_name)s' from the list of interesting tags"
msgstr "уклоните '%(tag_name)s' са листе занимљивих ознака"

#: forum/skins/default/templates/tag_selector.html:21
#: forum/skins/default/templates/tag_selector.html:38
msgid "Add"
msgstr "Додајте"

#: forum/skins/default/templates/tag_selector.html:22
msgid "Ignored tags"
msgstr "Игнорисане ознаке"

#: forum/skins/default/templates/tag_selector.html:32
#, python-format
msgid "remove '%(tag_name)s' from the list of ignored tags"
msgstr "уклоните '%(tag_name)s' са листе игнорисаних ознака"

#: forum/skins/default/templates/tag_selector.html:41
msgid "keep ignored questions hidden"
msgstr "сакрите игнорисана питања"

#: forum/skins/default/templates/tags.html:6
#: forum/skins/default/templates/tags.html:30
msgid "Tag list"
msgstr "Списак ознака"

#: forum/skins/default/templates/tags.html:32
msgid "sorted alphabetically"
msgstr "сортирано по алфабету"

#: forum/skins/default/templates/tags.html:32
msgid "by name"
msgstr "по имену"

#: forum/skins/default/templates/tags.html:33
msgid "sorted by frequency of tag use"
msgstr ""

#: forum/skins/default/templates/tags.html:33
msgid "by popularity"
msgstr "по популарности"

#: forum/skins/default/templates/tags.html:39
#, python-format
msgid ""
"All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></span>'"
msgstr ""

#: forum/skins/default/templates/tags.html:42
msgid "Nothing found"
msgstr "Ништа није пронађено"

#: forum/skins/default/templates/user_edit.html:6
msgid "Edit user profile"
msgstr "Измените корисников профил"

#: forum/skins/default/templates/user_edit.html:19
msgid "edit profile"
msgstr "измените профил"

#: forum/skins/default/templates/user_edit.html:33
#: forum/skins/default/templates/user_info.html:53
msgid "Registered user"
msgstr "Регистровани корисник"

#: forum/skins/default/templates/user_edit.html:40
msgid "Screen Name"
msgstr "Корисничко, (видљиво) име"

#: forum/skins/default/templates/user_edit.html:89
#: forum/skins/default/templates/user_email_subscriptions.html:20
msgid "Update"
msgstr "Ажурирајте"

#: forum/skins/default/templates/user_email_subscriptions.html:8
msgid "Email subscription settings"
msgstr ""

#: forum/skins/default/templates/user_email_subscriptions.html:9
msgid "email subscription settings info"
msgstr ""
"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
"updates on interesting questions by email, <strong><br/>help the community</"
"strong> by answering questions of your colleagues. If you do not wish to "
"receive emails - select 'no email' on all items below.<br/>Updates are only "
"sent when there is any new activity on selected items."

#: forum/skins/default/templates/user_email_subscriptions.html:21
msgid "Stop sending email"
msgstr "Stop Email"

#: forum/skins/default/templates/user_info.html:18
msgid "change picture"
msgstr "промените слику"

#: forum/skins/default/templates/user_info.html:25
#: forum/skins/default/templates/users.html:26 forum/views/users.py:933
msgid "reputation"
msgstr "карма"

#: forum/skins/default/templates/user_info.html:35
msgid "Moderate this user"
msgstr "Модеришите овог корисника"

#: forum/skins/default/templates/user_info.html:47
msgid "update profile"
msgstr "ажурирајте профил"

#: forum/skins/default/templates/user_info.html:57
msgid "real name"
msgstr "право име"

#: forum/skins/default/templates/user_info.html:62
msgid "member for"
msgstr "члан од"

#: forum/skins/default/templates/user_info.html:67
msgid "last seen"
msgstr "последњи пут виђен"

#: forum/skins/default/templates/user_info.html:73
msgid "user website"
msgstr "корисников веб сајт"

#: forum/skins/default/templates/user_info.html:79
msgid "location"
msgstr "локација"

#: forum/skins/default/templates/user_info.html:86
msgid "age"
msgstr "старост"

#: forum/skins/default/templates/user_info.html:87
msgid "age unit"
msgstr "година"

#: forum/skins/default/templates/user_info.html:93
msgid "todays unused votes"
msgstr "данашњи неискоришћени гласови"

#: forum/skins/default/templates/user_info.html:94
msgid "votes left"
msgstr "преостало гласова"

#: forum/skins/default/templates/user_reputation.html:29
msgid "Your karma change log."
msgstr "Евиденција промене Ваше карме."

#: forum/skins/default/templates/user_reputation.html:31
#, python-format
msgid "%(user_name)s's karma change log"
msgstr ""

#: forum/skins/default/templates/user_stats.html:11
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Question"
msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/user_stats.html:16
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Answer"
msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/user_stats.html:24
#, python-format
msgid "the answer has been voted for %(answer_score)s times"
msgstr ""

#: forum/skins/default/templates/user_stats.html:24
msgid "this answer has been selected as correct"
msgstr "овај одговор је изабран као исправан"

#: forum/skins/default/templates/user_stats.html:34
#, python-format
msgid "(%(comment_count)s comment)"
msgid_plural "the answer has been commented %(comment_count)s times"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/user_stats.html:44
#, python-format
msgid "<span class=\"count\">%(cnt)s</span> Vote"
msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/user_stats.html:50
msgid "thumb up"
msgstr "палац горе"

#: forum/skins/default/templates/user_stats.html:51
msgid "user has voted up this many times"
msgstr ""

#: forum/skins/default/templates/user_stats.html:55
msgid "thumb down"
msgstr "палац доле"

#: forum/skins/default/templates/user_stats.html:56
msgid "user voted down this many times"
msgstr ""

#: forum/skins/default/templates/user_stats.html:64
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Tag"
msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/user_stats.html:72
#, python-format
msgid ""
"see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
msgstr ""

#: forum/skins/default/templates/user_stats.html:86
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Badge"
msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: forum/skins/default/templates/user_tabs.html:7
msgid "User profile"
msgstr ""

#: forum/skins/default/templates/user_tabs.html:7 forum/views/users.py:907
msgid "overview"
msgstr "преглед"

#: forum/skins/default/templates/user_tabs.html:9 forum/views/users.py:915
msgid "recent activity"
msgstr "недавне активности"

#: forum/skins/default/templates/user_tabs.html:12 forum/views/users.py:925
msgid "comments and answers to others questions"
msgstr ""

#: forum/skins/default/templates/user_tabs.html:13 forum/views/users.py:924
msgid "responses"
msgstr "одговори"

#: forum/skins/default/templates/user_tabs.html:16
msgid "graph of user reputation"
msgstr "Graph of user karma"

#: forum/skins/default/templates/user_tabs.html:17
msgid "reputation history"
msgstr "karma history"

#: forum/skins/default/templates/user_tabs.html:20 forum/views/users.py:951
msgid "user vote record"
msgstr ""

#: forum/skins/default/templates/user_tabs.html:20 forum/views/users.py:950
msgid "casted votes"
msgstr "votes"

#: forum/skins/default/templates/user_tabs.html:23
msgid "questions that user selected as his/her favorite"
msgstr ""

#: forum/skins/default/templates/user_tabs.html:24
msgid "favorites"
msgstr "омиљена"

#: forum/skins/default/templates/user_tabs.html:27 forum/views/users.py:960
msgid "email subscription settings"
msgstr ""

#: forum/skins/default/templates/user_tabs.html:28 forum/views/users.py:959
msgid "email subscriptions"
msgstr ""

#: forum/skins/default/templates/users.html:6
#: forum/skins/default/templates/users.html:24
msgid "Users"
msgstr "Корисници"

#: forum/skins/default/templates/users.html:27
msgid "recent"
msgstr "нови"

#: forum/skins/default/templates/users.html:29
msgid "by username"
msgstr "по корисничком имену"

#: forum/skins/default/templates/users.html:35
#, python-format
msgid "users matching query %(suser)s:"
msgstr ""

#: forum/skins/default/templates/users.html:39
msgid "Nothing found."
msgstr "Ништа није пронађено."

#: forum/skins/default/templates/users_questions.html:11
msgid "this questions was selected as favorite"
msgstr ""

#: forum/skins/default/templates/users_questions.html:12
#, fuzzy
msgid "thumb-up on"
msgstr "палац-горе да"

#: forum/skins/default/templates/users_questions.html:19
#, fuzzy
msgid "thumb-up off"
msgstr "палац-горе не"

#: forum/skins/default/templates/authopenid/changeemail.html:3
#: forum/skins/default/templates/authopenid/changeemail.html:9
#: forum/skins/default/templates/authopenid/changeemail.html:38
msgid "Change email"
msgstr "Change Email"

#: forum/skins/default/templates/authopenid/changeemail.html:11
msgid "Save your email address"
msgstr ""

#: forum/skins/default/templates/authopenid/changeemail.html:16
#, python-format
msgid "change %(email)s info"
msgstr ""
"<span class=\"strong big\">Enter your new email into the box below</span> if "
"you'd like to use another email for <strong>update subscriptions</strong>."
"<br>Currently you are using <strong>%(email)s</strong>"

#: forum/skins/default/templates/authopenid/changeemail.html:18
#, python-format
msgid "here is why email is required, see %(gravatar_faq_url)s"
msgstr ""
"<span class='strong big'>Please enter your email address in the box below.</"
"span> Valid email address is required on this Q&amp;A forum. If you like, "
"you can <strong>receive updates</strong> on interesting questions or entire "
"forum via email. Also, your email is used to create a unique <a href='%"
"(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your account. "
"Email addresses are never shown or otherwise shared with anybody else."

#: forum/skins/default/templates/authopenid/changeemail.html:31
msgid "Your new Email"
msgstr ""
"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
"anyone, must be valid)"

#: forum/skins/default/templates/authopenid/changeemail.html:31
msgid "Your Email"
msgstr ""
"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"

#: forum/skins/default/templates/authopenid/changeemail.html:38
msgid "Save Email"
msgstr ""

#: forum/skins/default/templates/authopenid/changeemail.html:49
msgid "Validate email"
msgstr ""

#: forum/skins/default/templates/authopenid/changeemail.html:52
#, python-format
msgid "validate %(email)s info or go to %(change_email_url)s"
msgstr ""
"<span class=\"strong big\">An email with a validation link has been sent to %"
"(email)s.</span> Please <strong>follow the emailed link</strong> with your "
"web browser. Email validation is necessary to help insure the proper use of "
"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
"<strong>another email</strong>, please <a href='%(change_email_url)"
"s'><strong>change it again</strong></a>."

#: forum/skins/default/templates/authopenid/changeemail.html:57
msgid "Email not changed"
msgstr ""

#: forum/skins/default/templates/authopenid/changeemail.html:60
#, python-format
msgid "old %(email)s kept, if you like go to %(change_email_url)s"
msgstr ""
"<span class=\"strong big\">Your email address %(email)s has not been changed."
"</span> If you decide to change it later - you can always do it by editing "
"it in your user profile or by using the <a href='%(change_email_url)"
"s'><strong>previous form</strong></a> again."

#: forum/skins/default/templates/authopenid/changeemail.html:65
msgid "Email changed"
msgstr ""

#: forum/skins/default/templates/authopenid/changeemail.html:68
#, python-format
msgid "your current %(email)s can be used for this"
msgstr ""
"<span class='big strong'>Your email address is now set to %(email)s.</span> "
"Updates on the questions that you like most will be sent to this address. "
"Email notifications are sent once a day or less frequently - only when there "
"are any news."

#: forum/skins/default/templates/authopenid/changeemail.html:73
msgid "Email verified"
msgstr ""

#: forum/skins/default/templates/authopenid/changeemail.html:76
msgid "thanks for verifying email"
msgstr ""
"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
"you find a very interesting question you can <strong>subscribe for the "
"updates</strong> - then will be notified about changes <strong>once a day</"
"strong> or less frequently."

#: forum/skins/default/templates/authopenid/changeemail.html:81
msgid "email key not sent"
msgstr "Validation email not sent"

#: forum/skins/default/templates/authopenid/changeemail.html:84
#, python-format
msgid "email key not sent %(email)s change email here %(change_link)s"
msgstr ""
"<span class='big strong'>Your current email address %(email)s has been "
"validated before</span> so the new key was not sent. You can <a href='%"
"(change_link)s'>change</a> email used for update subscriptions if necessary."

#: forum/skins/default/templates/authopenid/changeopenid.html:8
msgid "Account: change OpenID URL"
msgstr ""

#: forum/skins/default/templates/authopenid/changeopenid.html:12
msgid ""
"This is where you can change your OpenID URL. Make sure you remember it!"
msgstr ""

#: forum/skins/default/templates/authopenid/changeopenid.html:14
#: forum/skins/default/templates/authopenid/delete.html:14
#: forum/skins/default/templates/authopenid/delete.html:24
msgid "Please correct errors below:"
msgstr ""

#: forum/skins/default/templates/authopenid/changeopenid.html:29
msgid "OpenID URL:"
msgstr "OpenID URL:"

#: forum/skins/default/templates/authopenid/changepw.html:7
msgid "Account: change password"
msgstr "Change your password"

#: forum/skins/default/templates/authopenid/changepw.html:8
msgid "This is where you can change your password. Make sure you remember it!"
msgstr ""
"<span class='strong'>To change your password</span> please fill out and "
"submit this form"

#: forum/skins/default/templates/authopenid/complete.html:19
msgid "Connect your OpenID with this site"
msgstr "New user signup"

#: forum/skins/default/templates/authopenid/complete.html:22
msgid "Connect your OpenID with your account on this site"
msgstr "New user signup"

#: forum/skins/default/templates/authopenid/complete.html:27
#, python-format
msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
msgstr ""
"<p><span class=\"big strong\">You are here for the first time with your %"
"(provider)s login.</span> Please create your <strong>screen name</strong> "
"and save your <strong>email</strong> address. Saved email address will let "
"you <strong>subscribe for the updates</strong> on the most interesting "
"questions and will be used to create and retrieve your unique avatar image - "
"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"

#: forum/skins/default/templates/authopenid/complete.html:31
#, python-format
msgid ""
"%(username)s already exists, choose another name for \n"
"                            %(provider)s. Email is required too, see %"
"(gravatar_faq_url)s\n"
"                        "
msgstr ""
"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
"already used in another account.</span></p><p>Please choose another screen "
"name to use with your %(provider)s login. Also, a valid email address is "
"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
"strong></a> image for your account. If you like, you can <strong>receive "
"updates</strong> on the interesting questions or entire forum by email. "
"Email addresses are never shown or otherwise shared with anybody else.</p>"

#: forum/skins/default/templates/authopenid/complete.html:35
#, python-format
msgid ""
"register new external %(provider)s account info, see %(gravatar_faq_url)s"
msgstr ""
"<p><span class=\"big strong\">You are here for the first time with your %"
"(provider)s login.</span></p><p>You can either keep your <strong>screen "
"name</strong> the same as your %(provider)s login name  or choose some other "
"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
"With the email you can <strong>subscribe for the updates</strong> on the "
"most interesting questions. Email address is also used to create and "
"retrieve your unique avatar image - <a href='%(gravatar_faq_url)"
"s'><strong>gravatar</strong></a>.</p>"

#: forum/skins/default/templates/authopenid/complete.html:38
#, python-format
msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
msgstr ""
"<p><span class=\"big strong\">You are here for the first time with your "
"Facebook login.</span> Please create your <strong>screen name</strong> and "
"save your <strong>email</strong> address. Saved email address will let you "
"<strong>subscribe for the updates</strong> on the most interesting questions "
"and will be used to create and retrieve your unique avatar image - <a href='%"
"(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"

#: forum/skins/default/templates/authopenid/complete.html:42
msgid "This account already exists, please use another."
msgstr ""

#: forum/skins/default/templates/authopenid/complete.html:57
msgid "Sorry, looks like we have some errors:"
msgstr ""

#: forum/skins/default/templates/authopenid/complete.html:82
msgid "Screen name label"
msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"

#: forum/skins/default/templates/authopenid/complete.html:89
msgid "Email address label"
msgstr ""
"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
"anyone, must be valid</i>)"

#: forum/skins/default/templates/authopenid/complete.html:95
#: forum/skins/default/templates/authopenid/signup.html:18
msgid "receive updates motivational blurb"
msgstr ""
"<strong>Receive forum updates by email</strong> - this will help our "
"community grow and become more useful.<br/>By default <span "
"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
"week</strong>  - only when there is anything new.<br/>If you like, please "
"adjust this now or any time later from your user account."

#: forum/skins/default/templates/authopenid/complete.html:99
#: forum/skins/default/templates/authopenid/signup.html:22
msgid "please select one of the options above"
msgstr ""

#: forum/skins/default/templates/authopenid/complete.html:102
msgid "Tag filter tool will be your right panel, once you log in."
msgstr ""

#: forum/skins/default/templates/authopenid/complete.html:103
msgid "create account"
msgstr "Signup"

#: forum/skins/default/templates/authopenid/complete.html:112
msgid "Existing account"
msgstr ""

#: forum/skins/default/templates/authopenid/complete.html:113
msgid "user name"
msgstr "корисничко име"

#: forum/skins/default/templates/authopenid/complete.html:114
msgid "password"
msgstr "шифра"

#: forum/skins/default/templates/authopenid/complete.html:121
msgid "Register"
msgstr ""

#: forum/skins/default/templates/authopenid/complete.html:122
#: forum/skins/default/templates/authopenid/signin.html:168
msgid "Forgot your password?"
msgstr ""

#: forum/skins/default/templates/authopenid/confirm_email.txt:2
msgid "Thank you for registering at our Q&A forum!"
msgstr ""

#: forum/skins/default/templates/authopenid/confirm_email.txt:4
msgid "Your account details are:"
msgstr ""

#: forum/skins/default/templates/authopenid/confirm_email.txt:6
msgid "Username:"
msgstr "Корисничко име:"

#: forum/skins/default/templates/authopenid/confirm_email.txt:7
#: forum/skins/default/templates/authopenid/delete.html:19
msgid "Password:"
msgstr "Шифра:"

#: forum/skins/default/templates/authopenid/confirm_email.txt:9
msgid "Please sign in here:"
msgstr ""

#: forum/skins/default/templates/authopenid/confirm_email.txt:12
#: forum/skins/default/templates/authopenid/email_validation.txt:14
#: forum/skins/default/templates/authopenid/sendpw_email.txt:8
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr ""
"Sincerely,\n"
"Q&A Forum Administrator"

#: forum/skins/default/templates/authopenid/delete.html:8
msgid "Account: delete account"
msgstr "Налог: избришите налог"

#: forum/skins/default/templates/authopenid/delete.html:12
msgid ""
"Note: After deleting your account, anyone will be able to register this "
"username."
msgstr ""

#: forum/skins/default/templates/authopenid/delete.html:16
msgid "Check confirm box, if you want delete your account."
msgstr ""

#: forum/skins/default/templates/authopenid/delete.html:31
msgid "I am sure I want to delete my account."
msgstr "Сигуран сам да желим да избришем мој налог."

#: forum/skins/default/templates/authopenid/delete.html:32
msgid "Password/OpenID URL"
msgstr ""

#: forum/skins/default/templates/authopenid/delete.html:32
msgid "(required for your security)"
msgstr "(потребно за вашу сигурност)"

#: forum/skins/default/templates/authopenid/delete.html:34
msgid "Delete account permanently"
msgstr "Избришите трајно Ваш налог"

#: forum/skins/default/templates/authopenid/email_validation.txt:2
msgid "Greetings from the Q&A forum"
msgstr "Поздрав од П&О форума"

#: forum/skins/default/templates/authopenid/email_validation.txt:4
msgid "To make use of the Forum, please follow the link below:"
msgstr ""

#: forum/skins/default/templates/authopenid/email_validation.txt:8
msgid "Following the link above will help us verify your email address."
msgstr ""

#: forum/skins/default/templates/authopenid/email_validation.txt:10
msgid ""
"If you beleive that this message was sent in mistake - \n"
"no further action is needed. Just ingore this email, we apologize\n"
"for any inconvenience"
msgstr ""

#: forum/skins/default/templates/authopenid/external_legacy_login_info.html:4
#: forum/skins/default/templates/authopenid/external_legacy_login_info.html:7
msgid "Traditional login information"
msgstr ""

#: forum/skins/default/templates/authopenid/external_legacy_login_info.html:12
#, python-format
msgid ""
"how to login with password through external login website or use %"
"(feedback_url)s"
msgstr ""

#: forum/skins/default/templates/authopenid/sendpw.html:4
#: forum/skins/default/templates/authopenid/sendpw.html:7
msgid "Send new password"
msgstr "Recover password"

#: forum/skins/default/templates/authopenid/sendpw.html:10
msgid "password recovery information"
msgstr ""
"<span class='big strong'>Forgot you password? No problems - just get a new "
"one!</span><br/>Please follow the following steps:<br/>&bull; submit your "
"user name below and check your email<br/>&bull; <strong>follow the "
"activation link</strong> for the new password - sent to you by email and "
"login with the suggested password<br/>&bull; at this you might want to "
"change your password to something you can remember better"

#: forum/skins/default/templates/authopenid/sendpw.html:21
msgid "Reset password"
msgstr "Send me a new password"

#: forum/skins/default/templates/authopenid/sendpw.html:22
msgid "return to login"
msgstr ""

#: forum/skins/default/templates/authopenid/sendpw_email.txt:2
#, python-format
msgid ""
"Someone has requested to reset your password on %(site_url)s.\n"
"If it were not you, it is safe to ignore this email."
msgstr ""

#: forum/skins/default/templates/authopenid/sendpw_email.txt:5
#, python-format
msgid ""
"email explanation how to use new %(password)s for %(username)s\n"
"with the %(key_link)s"
msgstr ""
"To change your password, please follow these steps:\n"
"* visit this link: %(key_link)s\n"
"* login with user name %(username)s and password %(password)s\n"
"* go to your user profile and set the password to something you can remember"

#: forum/skins/default/templates/authopenid/signin.html:5
#: forum/skins/default/templates/authopenid/signin.html:21
msgid "User login"
msgstr "User login"

#: forum/skins/default/templates/authopenid/signin.html:28
#, python-format
msgid ""
"\n"
"                Your answer to %(title)s %(summary)s will be posted once you "
"log in\n"
"                "
msgstr ""
"\n"
"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
"posted once you log in.</span>"

#: forum/skins/default/templates/authopenid/signin.html:35
#, python-format
msgid ""
"Your question \n"
"                %(title)s %(summary)s will be posted once you log in\n"
"                "
msgstr ""
"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
"posted once you log in.</span>"

#: forum/skins/default/templates/authopenid/signin.html:42
msgid "Click to sign in through any of these services."
msgstr ""
"<p><span class=\"big strong\">Please select your favorite login method below."
"</span></p><p><font color=\"gray\">External login services use <a href="
"\"http://openid.net\"><b>OpenID</b></a> technology, where your password "
"always stays confidential between you and your login provider and you don't "
"have to remember another one.</font></p>"

# msgid "Click to sign in through any of these services."
# msgstr ""
# "<p><span class=\"big strong\">Please select your favorite login method
# below."
# "</span></p><p><font color=\"gray\">External login services use <a href="
# "\"http://openid.net\"><b>OpenID</b></a> technology, where your password "
# "always stays confidential between you and your login provider and you don't
# "
# "have to remember another one. "
# "Askbot option requires your login name and "
# "password entered here.</font></p>"
#: forum/skins/default/templates/authopenid/signin.html:144
msgid "Enter your <span id=\"enter_your_what\">Provider user name</span>"
msgstr ""
"<span class=\"big strong\">Enter your </span><span id=\"enter_your_what\" "
"class='big strong'>Provider user name</span><br/><span class='grey'>(or "
"select another login method above)</span>"

#: forum/skins/default/templates/authopenid/signin.html:151
msgid ""
"Enter your <a class=\"openid_logo\" href=\"http://openid.net\">OpenID</a> "
"web address"
msgstr ""
"<span class=\"big strong\">Enter your <a class=\"openid_logo\" href=\"http://"
"openid.net\">OpenID</a> web address</span><br/><span class='grey'>(or choose "
"another login method above)</span>"

#: forum/skins/default/templates/authopenid/signin.html:153
#: forum/skins/default/templates/authopenid/signin.html:166
msgid "Login"
msgstr "Пријава"

#: forum/skins/default/templates/authopenid/signin.html:157
msgid "Enter your login name and password"
msgstr ""
"<span class='big strong'>Enter your Askbot login and password</span><br/"
"><span class='grey'>(or select your OpenID provider above)</span>"

#: forum/skins/default/templates/authopenid/signin.html:161
msgid "Login name"
msgstr ""

#: forum/skins/default/templates/authopenid/signin.html:163
msgid "Password"
msgstr ""

#: forum/skins/default/templates/authopenid/signin.html:167
#, fuzzy
msgid "Create account"
msgstr "Отворите налог"

#: forum/skins/default/templates/authopenid/signin.html:178
msgid "Why use OpenID?"
msgstr "Зашто користити OpenID?"

#: forum/skins/default/templates/authopenid/signin.html:181
msgid "with openid it is easier"
msgstr "With the OpenID you don't need to create new username and password."

#: forum/skins/default/templates/authopenid/signin.html:184
msgid "reuse openid"
msgstr "You can safely re-use the same login for all OpenID-enabled websites."

#: forum/skins/default/templates/authopenid/signin.html:187
msgid "openid is widely adopted"
msgstr ""
"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
"enabled."

#: forum/skins/default/templates/authopenid/signin.html:190
msgid "openid is supported open standard"
msgstr "OpenID is based on an open standard, supported by many organizations."

#: forum/skins/default/templates/authopenid/signin.html:195
msgid "Find out more"
msgstr "Сазнајте више"

#: forum/skins/default/templates/authopenid/signin.html:196
msgid "Get OpenID"
msgstr ""

#: forum/skins/default/templates/authopenid/signup.html:4
msgid "Signup"
msgstr ""

#: forum/skins/default/templates/authopenid/signup.html:8
msgid "Create login name and password"
msgstr ""

#: forum/skins/default/templates/authopenid/signup.html:10
msgid "Traditional signup info"
msgstr ""
"<span class='strong big'>If you prefer, create your forum login name and "
"password here. However</span>, please keep in mind that we also support "
"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
"your login details with anyone and having to remember yet another password."

#: forum/skins/default/templates/authopenid/signup.html:25
msgid ""
"Please read and type in the two words below to help us prevent automated "
"account creation."
msgstr ""

#: forum/skins/default/templates/authopenid/signup.html:27
msgid "Create Account"
msgstr ""

#: forum/skins/default/templates/authopenid/signup.html:28
msgid "or"
msgstr "или"

#: forum/skins/default/templates/authopenid/signup.html:29
msgid "return to OpenID login"
msgstr ""

#: forum/skins/default/templates/fbconnect/xd_receiver.html:5
#, python-format
msgid "Connect to %(APP_SHORT_NAME)s with Facebook!"
msgstr ""

#: forum/templatetags/extra_filters.py:100
msgid "no items in counter"
msgstr "без"

#: forum/templatetags/extra_tags.py:53
#, python-format
msgid "%(username)s gravatar image"
msgstr "%(username)s gravatar слика"

#: forum/templatetags/extra_tags.py:178 forum/templatetags/extra_tags.py:205
msgid "reputation points"
msgstr "карма"

#: forum/templatetags/extra_tags.py:265
msgid "2 days ago"
msgstr "пре 2 дана"

#: forum/templatetags/extra_tags.py:267
msgid "yesterday"
msgstr "јуче"

#: forum/templatetags/extra_tags.py:269
#, fuzzy, python-format
msgid "%(hr)d hour ago"
msgid_plural "%(hr)d hours ago"
msgstr[0] "пре %(hr)d сат"
msgstr[1] "пре %(hr)d сати"
msgstr[2] ""

#: forum/templatetags/extra_tags.py:271
#, fuzzy, python-format
msgid "%(min)d min ago"
msgid_plural "%(min)d mins ago"
msgstr[0] "пре %(min)d минут"
msgstr[1] "пре %(min)d минута"
msgstr[2] ""

#: forum/utils/forms.py:30
msgid "this field is required"
msgstr "ово поље је обавезно"

#: forum/utils/forms.py:45
msgid "choose a username"
msgstr "Одаберете корисничко име"

#: forum/utils/forms.py:50
msgid "user name is required"
msgstr "корисничко име је обавезно"

#: forum/utils/forms.py:51
msgid "sorry, this name is taken, please choose another"
msgstr "нажалост, ово име је заузето, молимо Вас изаберите друго"

#: forum/utils/forms.py:52
msgid "sorry, this name is not allowed, please choose another"
msgstr "нажалост, ово име није дозвољено, молимо Вас изаберите друго"

#: forum/utils/forms.py:53
msgid "sorry, there is no user with this name"
msgstr "нажалост, не постоји корисник са овим именом"

#: forum/utils/forms.py:54
msgid "sorry, we have a serious error - user name is taken by several users"
msgstr ""
"нажалост, имамо озбиљну грешку - корисничко име је заузето од стране више "
"корисника"

#: forum/utils/forms.py:55
msgid "user name can only consist of letters, empty space and underscore"
msgstr ""
"корисничко име се може састојати искључиво од слова, празног простора и доње "
"линије."

#: forum/utils/forms.py:109
msgid "your email address"
msgstr "Your email <i>(never shared)</i>"

#: forum/utils/forms.py:110
msgid "email address is required"
msgstr "е-пошта је обавезна"

#: forum/utils/forms.py:111
msgid "please enter a valid email address"
msgstr "унесите валидну е-пошту"

#: forum/utils/forms.py:112
msgid "this email is already used by someone else, please choose another"
msgstr "ову е-пошту већ користи неки корисник, изаберите другу"

#: forum/utils/forms.py:140
msgid "choose password"
msgstr "Шифра"

#: forum/utils/forms.py:141
msgid "password is required"
msgstr "шифра је неопходна"

#: forum/utils/forms.py:144
msgid "retype password"
msgstr "Шифра <i>(поново откуцајте)</i>"

#: forum/utils/forms.py:145
msgid "please, retype your password"
msgstr "молимo Вас, поново откуцајте шифру"

#: forum/utils/forms.py:146
msgid "sorry, entered passwords did not match, please try again"
msgstr "унета шифра не одговара, покушајте поново"

#: forum/views/commands.py:209
#, python-format
msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
msgstr ""
"Ваша претплата је сачувана, али е-пошту %(email)s је потребно проверити, "
"погледајте <a href='%(details_url)s'>овде за више информација</a>"

#: forum/views/commands.py:217
msgid "email update frequency has been set to daily"
msgstr ""

#: forum/views/meta.py:35
msgid "Q&A forum feedback"
msgstr "П&О форум сугестије"

#: forum/views/meta.py:36
msgid "Thanks for the feedback!"
msgstr "Хвала на сугестији!"

#: forum/views/meta.py:44
msgid "We look forward to hearing your feedback! Please, give it next time :)"
msgstr ""

#: forum/views/users.py:867 forum/views/users.py:871
msgid "changes saved"
msgstr "промене су сачуване"

#: forum/views/users.py:877
msgid "email updates canceled"
msgstr ""

#: forum/views/users.py:908
msgid "user profile"
msgstr "кориснички профил"

#: forum/views/users.py:909
msgid "user profile overview"
msgstr "преглед корисниковог профила"

#: forum/views/users.py:916
msgid "recent user activity"
msgstr "недавне активности корисника"

#: forum/views/users.py:917
msgid "profile - recent activity"
msgstr "профил - недавне активности"

#: forum/views/users.py:926
msgid "profile - responses"
msgstr "профил - одговори"

#: forum/views/users.py:934
msgid "user reputation in the community"
msgstr "корисникова карма"

#: forum/views/users.py:935
msgid "profile - user reputation"
msgstr "профил - корисникова карма"

#: forum/views/users.py:941
msgid "favorite questions"
msgstr "омиљена питања"

#: forum/views/users.py:942
msgid "users favorite questions"
msgstr "омиљена питања корисника"

#: forum/views/users.py:943
msgid "profile - favorite questions"
msgstr "профил - омиљена питања"

#: forum/views/users.py:952
msgid "profile - votes"
msgstr "профил - гласови"

#: forum/views/users.py:961
msgid "profile - email subscriptions"
msgstr "профил - претплата е-поштом"

#: forum/views/writers.py:70
msgid "uploading images is limited to users with >60 reputation points"
msgstr "нажалост, слање датотека на сервер захтева да имате карму >60"

#: forum/views/writers.py:72
msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'"
msgstr ""
"дозвољени типови датотека су 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'"

#: forum/views/writers.py:74
#, python-format
msgid "maximum upload file size is %sK"
msgstr "максимална величина датотеке за слање на сервер је %sK"

#: forum/views/writers.py:76
#, python-format
msgid ""
"Error uploading file. Please contact the site administrator. Thank you. %s"
msgstr ""
"Грешка при слању датотеке. Молимо Вас да контактирате администратора сајта. "
"Хвала Вам. %s"

#: forum_modules/authentication/auth.py:27
msgid "Email Validation"
msgstr "Валидација е-поште"

#: forum_modules/authentication/auth.py:38
msgid "Thank you, your email is now validated."
msgstr "Хвала вам, Ваша е-пошта је сада потврђена."

#: forum_modules/authentication/auth.py:62
msgid "Your password was changed"
msgstr "Ваша шифра је измењена"

#: forum_modules/authentication/auth.py:64
msgid "New password set"
msgstr "Нова шифра је креирана"

#: forum_modules/authentication/auth.py:130
#, python-format
msgid "Welcome back %s, you are now logged in"
msgstr "Добродошли назад %s, сада сте пријављени"

#: forum_modules/books/urls.py:7 forum_modules/books/urls.py:8
#: forum_modules/books/urls.py:9
msgid "books/"
msgstr "књиге/"

#, fuzzy
#~ msgid "please login"
#~ msgstr "User login"

#, fuzzy
#~ msgid " One question found"
#~ msgid_plural "%(q_num)s questions found"
#~ msgstr[0] "Једно пронађено питање"
#~ msgstr[1] "%(q_num)s пронађених питања"
#~ msgstr[2] ""

#~ msgid "welcome to website"
#~ msgstr "Welcome to Q&amp;A forum"

#~ msgid "Recent awards"
#~ msgstr "Recent badges"

#~ msgid "all awards"
#~ msgstr "сви беџеви"

#~ msgid "complete list of questions"
#~ msgstr "list of all questions"

#~ msgid "popular tags"
#~ msgstr "ознаке"

#~ msgid "list of unanswered questions"
#~ msgstr "питања без одговора"

#~ msgid ""
#~ " have total %(q_num)s questions containing %(searchtitle)s in full text "
#~ msgid_plural ""
#~ " have total %(q_num)s questions containing %(searchtitle)s in full text "
#~ msgstr[0] ""
#~ "<div class=\"questions-count\">%(q_num)s</div><p>question containing "
#~ "<strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
#~ msgstr[1] ""
#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions containing "
#~ "<strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"

#~ msgid " have total %(q_num)s questions containing %(searchtitle)s "
#~ msgid_plural " have total %(q_num)s questions containing %(searchtitle)s "
#~ msgstr[0] ""
#~ "<div class=\"questions-count\">%(q_num)s</div><p>question with title "
#~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
#~ "strong></p>"
#~ msgstr[1] ""
#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions with title "
#~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
#~ "strong></p>"

#~ msgid " have total %(q_num)s unanswered questions "
#~ msgid_plural " have total %(q_num)s unanswered questions "
#~ msgstr[0] ""
#~ "<div class=\"questions-count\">%(q_num)s</div>questions <strong>without "
#~ "accepted answers</strong>"
#~ msgstr[1] ""
#~ "<div class=\"questions-count\">%(q_num)s</div>questions <strong>without "
#~ "accepted answers</strong>"

#~ msgid "Most recently answered ones are shown first."
#~ msgstr "<strong>Most recently answered</strong> questions are shown first."

#~ msgid "Questions sorted by <strong>number of responses</strong>."
#~ msgstr "Questions sorted by the <strong>number of answers</strong>."

#~ msgid "Most answered questions are shown first."
#~ msgstr " "

#~ msgid "avatar, see %(gravatar_faq_url)s"
#~ msgstr "<a href='%(gravatar_faq_url)s'>gravatar</a>"

#~ msgid ""
#~ "Sincerely,<br />\n"
#~ "    Forum Administrator"
#~ msgstr ""
#~ "Sincerely,\n"
#~ "Q&A Forum Administrator"

#~ msgid ""
#~ "\n"
#~ "                    have total %(q_num)s unanswered questions\n"
#~ "                    "
#~ msgid_plural ""
#~ "\n"
#~ "                    have total %(q_num)s unanswered questions\n"
#~ "                    "
#~ msgstr[0] ""
#~ "\n"
#~ "<div class=\"questions-count\">%(q_num)s</div><p>question without an "
#~ "accepted answer</p>\n"
#~ msgstr[1] ""
#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions without an "
#~ "accepted answer</p>"

#~ msgid ""
#~ "\n"
#~ "                    have total %(q_num)s questions\n"
#~ "                    "
#~ msgid_plural ""
#~ "\n"
#~ "                    have total %(q_num)s questions\n"
#~ "                    "
#~ msgstr[0] ""
#~ "\n"
#~ "<div class=\"questions-count\">%(q_num)s</div><p>question</p>"
#~ msgstr[1] ""
#~ "\n"
#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions<p>"