summaryrefslogtreecommitdiffstats
path: root/locale/en/LC_MESSAGES/django.po
blob: 3dda9ce9030191374b17e7508e228b727d703088 (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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-08-05 22:26-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"

#: settings.py:12
msgid "account/"
msgstr ""

#: settings.py:12 django_authopenid/urls.py:9 django_authopenid/urls.py:10
#: django_authopenid/urls.py:11 django_authopenid/urls.py:13
#: forum/views.py:304 templates/authopenid/confirm_email.txt:10
msgid "signin/"
msgstr ""

#: django_authopenid/forms.py:67 django_authopenid/views.py:102
msgid "i-names are not supported"
msgstr ""

#: django_authopenid/forms.py:102
msgid ""
"Usernames can only contain                     letters, numbers and "
"underscores"
msgstr ""

#: django_authopenid/forms.py:109
msgid ""
"This username does not exist                     in our database. Please "
"choose another."
msgstr ""

#: django_authopenid/forms.py:126 django_authopenid/forms.py:233
msgid ""
"Please enter a valid                     username and password. Note that "
"both fields are                     case-sensitive."
msgstr ""

#: django_authopenid/forms.py:130 django_authopenid/forms.py:237
msgid "This account is inactive."
msgstr ""

#: django_authopenid/forms.py:158 django_authopenid/forms.py:210
msgid "invalid user name"
msgstr "User names can contain letters, underscore and empty space."

#: django_authopenid/forms.py:160
msgid "sorry, this name can not be used, please try another"
msgstr ""

#: django_authopenid/forms.py:162
msgid "username too short"
msgstr ""

#: django_authopenid/forms.py:170 django_authopenid/forms.py:171
msgid "this name is already in use - please try anoter"
msgstr ""

#: django_authopenid/forms.py:185
msgid ""
"This email is already                         registered in our database. "
"Please choose another."
msgstr ""

#: django_authopenid/forms.py:216
msgid ""
"This username don't exist.                         Please choose another."
msgstr ""

#: django_authopenid/forms.py:255
msgid "choose a username"
msgstr ""

#: django_authopenid/forms.py:257 templates/authopenid/signup.html:38
msgid "your email address"
msgstr ""

#: django_authopenid/forms.py:259 templates/authopenid/signup.html:39
msgid "choose password"
msgstr ""

#: django_authopenid/forms.py:261 templates/authopenid/signup.html:40
msgid "retype password"
msgstr ""

#: django_authopenid/forms.py:335
msgid ""
"Old password is incorrect.                     Please enter the correct "
"password."
msgstr ""

#: django_authopenid/forms.py:347
msgid "new passwords do not match"
msgstr ""

#: django_authopenid/forms.py:442
msgid "Incorrect username."
msgstr ""

#: django_authopenid/urls.py:10
msgid "newquestion/"
msgstr ""

#: django_authopenid/urls.py:11
msgid "newanswer/"
msgstr ""

#: django_authopenid/urls.py:12
msgid "signout/"
msgstr ""

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

#: django_authopenid/urls.py:15
msgid "register/"
msgstr ""

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

#: django_authopenid/urls.py:18
msgid "sendpw/"
msgstr ""

#: django_authopenid/urls.py:29
msgid "delete/"
msgstr ""

#: django_authopenid/views.py:108
#, python-format
msgid "OpenID %(openid_url)s is invalid"
msgstr ""

#: django_authopenid/views.py:417 django_authopenid/views.py:544
msgid "Welcome"
msgstr "Verification Email from Q&A forum"

#: django_authopenid/views.py:507
msgid "Password changed."
msgstr ""

#: django_authopenid/views.py:519 django_authopenid/views.py:524
msgid "your email needs to be validated"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href=\"/faq#validate\">here</a>."

#: django_authopenid/views.py:681 django_authopenid/views.py:833
#, python-format
msgid "No OpenID %s found associated in our database"
msgstr ""

#: django_authopenid/views.py:685 django_authopenid/views.py:840
#, python-format
msgid "The OpenID %s isn't associated to current user logged in"
msgstr ""

#: django_authopenid/views.py:693
msgid "Email Changed."
msgstr ""

#: django_authopenid/views.py:768
msgid "This OpenID is already associated with another account."
msgstr ""

#: django_authopenid/views.py:773
#, python-format
msgid "OpenID %s is now associated with your account."
msgstr ""

#: django_authopenid/views.py:843
msgid "Account deleted."
msgstr ""

#: django_authopenid/views.py:883
msgid "Request for new password"
msgstr ""

#: django_authopenid/views.py:896
msgid "A new password has been sent to your email address."
msgstr ""

#: django_authopenid/views.py:926
#, python-format
msgid ""
"Could not change password. Confirmation key '%s'                is not "
"registered."
msgstr ""

#: django_authopenid/views.py:935
msgid ""
"Can not change password. User don't exist anymore                 in our "
"database."
msgstr ""

#: django_authopenid/views.py:944
#, python-format
msgid "Password changed for %s. You may now sign in."
msgstr ""

#: forum/const.py:8
msgid "duplicate question"
msgstr ""

#: forum/const.py:9
msgid "question if off-topic or not relevant"
msgstr ""

#: forum/const.py:10
msgid "too subjective and argumentative"
msgstr ""

#: forum/const.py:11
msgid "is not an answer to the question"
msgstr ""

#: forum/const.py:12
msgid "the question is answered, right answer was accepted"
msgstr ""

#: forum/const.py:13
msgid "problem is not reproducible or outdated"
msgstr ""

#: forum/const.py:15
msgid "question contains offensive inappropriate, or malicious remarks"
msgstr ""

#: forum/const.py:16
msgid "spam or advertising"
msgstr ""

#: forum/const.py:56
msgid "question"
msgstr ""

#: forum/const.py:57 templates/book.html:110
msgid "answer"
msgstr ""

#: forum/const.py:58
msgid "commented question"
msgstr ""

#: forum/const.py:59
msgid "commented answer"
msgstr ""

#: forum/const.py:60
msgid "edited question"
msgstr ""

#: forum/const.py:61
msgid "edited answer"
msgstr ""

#: forum/const.py:62
msgid "received award"
msgstr "received badge"

#: forum/const.py:63
msgid "marked best answer"
msgstr ""

#: forum/const.py:64
msgid "upvoted"
msgstr ""

#: forum/const.py:65
msgid "downvoted"
msgstr ""

#: forum/const.py:66
msgid "canceled vote"
msgstr ""

#: forum/const.py:67
msgid "deleted question"
msgstr ""

#: forum/const.py:68
msgid "deleted answer"
msgstr ""

#: forum/const.py:69
msgid "marked offensive"
msgstr ""

#: forum/const.py:70
msgid "updated tags"
msgstr ""

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

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

#: forum/const.py:83
msgid "[closed]"
msgstr ""

#: forum/const.py:84
msgid "[deleted]"
msgstr ""

#: forum/const.py:85
msgid "initial version"
msgstr ""

#: forum/const.py:86
msgid "retagged"
msgstr ""

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

#: forum/feed.py:18
msgid "latest questions"
msgstr ""

#: forum/feed.py:19
msgid "questions/"
msgstr ""

#: forum/forms.py:14 templates/answer_edit_tips.html:34
#: templates/answer_edit_tips.html.py:38 templates/question_edit_tips.html:31
#: templates/question_edit_tips.html:36
msgid "title"
msgstr ""

#: forum/forms.py:15
msgid "please enter a descriptive title for your question"
msgstr ""

#: forum/forms.py:20
msgid "title must be > 10 characters"
msgstr ""

#: forum/forms.py:29
msgid "content"
msgstr ""

#: forum/forms.py:35
msgid "question content must be > 10 characters"
msgstr ""

#: forum/forms.py:45 templates/header.html:30 templates/header.html.py:61
msgid "tags"
msgstr ""

#: forum/forms.py:47
msgid ""
"Tags are short keywords, with no spaces within. Up to five tags can be used."
msgstr ""

#: forum/forms.py:54 templates/question_retag.html:38
msgid "tags are required"
msgstr ""

#: forum/forms.py:58
msgid "please use 5 tags or less"
msgstr ""

#: forum/forms.py:61
msgid "tags must be shorter than 20 characters"
msgstr ""

#: forum/forms.py:65
msgid ""
"please use following characters in tags: letters 'a-z', numbers, and "
"characters '.-_#'"
msgstr ""

#: forum/forms.py:75 templates/index.html:57 templates/question.html:199
#: templates/question.html.py:380 templates/questions.html:58
#: templates/questions.html.py:70 templates/unanswered.html:48
#: templates/unanswered.html.py:60
msgid "community wiki"
msgstr ""

#: forum/forms.py:76
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:89
msgid "update summary:"
msgstr ""

#: forum/forms.py:90
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr ""

#: forum/forms.py:175
msgid "this email does not have to be linked to gravatar"
msgstr ""

#: forum/forms.py:176
msgid "Real name"
msgstr ""

#: forum/forms.py:177
msgid "Website"
msgstr ""

#: forum/forms.py:178
msgid "Location"
msgstr ""

#: forum/forms.py:179
msgid "Date of birth"
msgstr ""

#: forum/forms.py:179
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""

#: forum/forms.py:180 templates/authopenid/settings.html:21
msgid "Profile"
msgstr ""

#: forum/forms.py:207 forum/forms.py:208
msgid "this email has already been registered, please use another one"
msgstr ""

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

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

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

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

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

#: forum/models.py:433 templates/badges.html:52
msgid "gold"
msgstr ""

#: forum/models.py:434 templates/badges.html:60
msgid "silver"
msgstr ""

#: forum/models.py:435 templates/badges.html:67
msgid "bronze"
msgstr ""

#: forum/user.py:16 templates/user_tabs.html:7
msgid "overview"
msgstr ""

#: forum/user.py:17
msgid "user profile"
msgstr ""

#: forum/user.py:18
msgid "user profile overview"
msgstr ""

#: forum/user.py:24 templates/user_tabs.html:9
msgid "recent activity"
msgstr ""

#: forum/user.py:25
msgid "recent user activity"
msgstr ""

#: forum/user.py:26
msgid "profile - recent activity"
msgstr ""

#: forum/user.py:33 templates/user_tabs.html:13
msgid "responses"
msgstr ""

#: forum/user.py:34 templates/user_tabs.html:12
msgid "comments and answers to others questions"
msgstr ""

#: forum/user.py:35
msgid "profile - responses"
msgstr ""

#: forum/user.py:42 templates/user_info.html:23 templates/users.html:26
msgid "reputation"
msgstr ""

#: forum/user.py:43
msgid "user reputation in the community"
msgstr ""

#: forum/user.py:44
msgid "profile - user reputation"
msgstr ""

#: forum/user.py:50
msgid "favorite questions"
msgstr ""

#: forum/user.py:51
msgid "users favorite questions"
msgstr ""

#: forum/user.py:52
msgid "profile - favorite questions"
msgstr ""

#: forum/user.py:59 templates/user_tabs.html:20
msgid "casted votes"
msgstr "votes"

#: forum/user.py:60 templates/user_tabs.html:20
msgid "user vote record"
msgstr ""

#: forum/user.py:61
msgid "profile - votes"
msgstr ""

#: forum/user.py:68
msgid "preferences"
msgstr ""

#: forum/user.py:69 templates/user_tabs.html:27
msgid "user preference settings"
msgstr ""

#: forum/user.py:70
msgid "profile - user preferences"
msgstr ""

#: forum/views.py:304
msgid "/account/"
msgstr ""

#: forum/views.py:943
#, python-format
msgid "subscription saved, %(email)s needs validation"
msgstr ""
"Your subscription is saved, but email address %(email)s needs to be "
"validated, please see <a href='/faq#validate'>more details here</a>"

#: forum/views.py:1853
msgid "uploading images is limited to users with >60 reputation points"
msgstr ""

#: forum/views.py:1855
msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'"
msgstr ""

#: forum/views.py:1857
#, python-format
msgid "maximum upload file size is %sK"
msgstr ""

#: forum/views.py:1859
#, python-format
msgid ""
"Error uploading file. Please contact the site administrator. Thank you. %s"
msgstr ""

#: forum/management/commands/send_email_alerts.py:35
msgid "updates from website"
msgstr ""

#: forum/templatetags/extra_tags.py:139 forum/templatetags/extra_tags.py:168
#: templates/header.html:33
msgid "badges"
msgstr ""

#: forum/templatetags/extra_tags.py:140 forum/templatetags/extra_tags.py:167
msgid "reputation points"
msgstr ""

#: forum/templatetags/extra_tags.py:221
msgid " ago"
msgstr ""

#: templates/404.html:24
msgid "Sorry, could not find the page you requested."
msgstr ""

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

#: templates/404.html:28
msgid "this question or answer has been deleted;"
msgstr ""

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

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

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

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

#: templates/404.html:41 templates/500.html:27
msgid "back to previous page"
msgstr ""

#: templates/404.html:42
msgid "see all questions"
msgstr ""

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

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

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

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

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

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

#: templates/about.html:6 templates/about.html.py:11
msgid "About"
msgstr ""

#: templates/answer_edit.html:4 templates/answer_edit.html.py:47
msgid "Edit answer"
msgstr ""

#: templates/answer_edit.html:24 templates/answer_edit.html.py:27
#: templates/ask.html:25 templates/ask.html.py:28 templates/question.html:40
#: templates/question.html.py:43 templates/question_edit.html:27
msgid "hide preview"
msgstr ""

#: templates/answer_edit.html:27 templates/ask.html:28
#: templates/question.html:43 templates/question_edit.html:27
msgid "show preview"
msgstr ""

#: templates/answer_edit.html:47 templates/question_edit.html:65
#: templates/question_retag.html:52 templates/revisions_answer.html:36
#: templates/revisions_question.html:36
msgid "back"
msgstr ""

#: templates/answer_edit.html:52 templates/question_edit.html:70
#: templates/revisions_answer.html:47 templates/revisions_question.html:47
msgid "revision"
msgstr ""

#: templates/answer_edit.html:55 templates/question_edit.html:74
msgid "select revision"
msgstr ""

#: templates/answer_edit.html:62 templates/ask.html:94
#: templates/question.html:452 templates/question_edit.html:91
msgid "Toggle the real time Markdown editor preview"
msgstr ""

#: templates/answer_edit.html:62 templates/ask.html:94
#: templates/question.html:452 templates/question_edit.html:91
msgid "toggle preview"
msgstr ""

#: templates/answer_edit.html:73 templates/question_edit.html:119
#: templates/question_retag.html:75
msgid "Save edit"
msgstr ""

#: templates/answer_edit.html:74 templates/close.html:29
#: templates/question_edit.html:120 templates/question_retag.html:76
#: templates/reopen.html:30 templates/user_edit.html:83
#: templates/authopenid/changeemail.html:34
msgid "Cancel"
msgstr ""

#: templates/answer_edit_tips.html:4
msgid "answer tips"
msgstr "Tips"

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

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

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

#: templates/answer_edit_tips.html:16 templates/question_edit_tips.html:13
msgid "be clear and concise"
msgstr ""

#: templates/answer_edit_tips.html:19 templates/question_edit_tips.html:16
msgid "see frequently asked questions"
msgstr ""

#: templates/answer_edit_tips.html:25 templates/question_edit_tips.html:22
msgid "Markdown tips"
msgstr "Markdown basics"

#: templates/answer_edit_tips.html:28 templates/question_edit_tips.html:25
msgid "*italic* or __italic__"
msgstr ""

#: templates/answer_edit_tips.html:31 templates/question_edit_tips.html:28
msgid "**bold** or __bold__"
msgstr ""

#: templates/answer_edit_tips.html:34 templates/question_edit_tips.html:31
msgid "link"
msgstr ""

#: templates/answer_edit_tips.html:34 templates/answer_edit_tips.html.py:38
#: templates/question_edit_tips.html:31 templates/question_edit_tips.html:36
msgid "text"
msgstr ""

#: templates/answer_edit_tips.html:38 templates/question_edit_tips.html:36
msgid "image"
msgstr ""

#: templates/answer_edit_tips.html:42 templates/question_edit_tips.html:40
msgid "numbered list:"
msgstr ""

#: templates/answer_edit_tips.html:47 templates/question_edit_tips.html:45
msgid "basic HTML tags are also supported"
msgstr ""

#: templates/answer_edit_tips.html:50 templates/question_edit_tips.html:48
msgid "learn more about Markdown"
msgstr ""

#: templates/ask.html:4 templates/ask.html.py:60
msgid "Ask a question"
msgstr ""

#: templates/ask.html:67
msgid "login to post question info"
msgstr ""
"<span class=\"strong big\">You are welcome to start submitting your question "
"anonymously</span>  - you are currently not logged in. When you post your "
"question, you will be redirected to the login/signup page. Your question "
"will be saved meanwhile  and will be posted when you log in. Login/signup "
"process is very simple. Login takes about 30 seconds, initial signup takes a "
"minute or less."

#: templates/ask.html:73
#, python-format
msgid "must have valid %(email)s to post"
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='/faq#validate'>more details here</a>.<br>You can submit "
"your question now and validate email after that. Your question will saved as "
"pending meanwhile. "

#: templates/ask.html:108
msgid "(required)"
msgstr ""

#: templates/ask.html:115
msgid "Login/signup to post your question"
msgstr "Login/Signup to Post"

#: templates/ask.html:117
msgid "Ask your question"
msgstr "Ask Your Question"

#: templates/badge.html:6 templates/badge.html.py:17
msgid "Badge"
msgstr ""

#: templates/badge.html:26
msgid "The users have been awarded with badges:"
msgstr ""

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

#: templates/badges.html:17 templates/user_stats.html:113
msgid "Badges"
msgstr ""

#: 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."

#: templates/badges.html:22
msgid ""
"Below is the list of available badges and number of times each type of badge "
"has been awarded."
msgstr ""
"Currently badges differ only by their level: <strong>gold</strong>, "
"<strong>silver</strong> and <strong>bronze</strong> (their meanings are "
"described on the right). In the future there will be many types of badges at "
"each level. <strong>Please give us your <a href=\"/faq#feedback\">feedback</"
"a></strong> - what kinds of badges would you like to see and suggest the "
"activity for which those badges might be awarded."

#: templates/badges.html:49
msgid "Community badges"
msgstr "Badge levels"

#: templates/badges.html:55
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."

#: templates/badges.html:63
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."

#: templates/badges.html:66
msgid "bronze badge: often given as a special honor"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: templates/book.html:88 templates/book.html.py:93
#: templates/users_questions.html:17
msgid "this question was selected as favorite"
msgstr ""

#: templates/book.html:88 templates/book.html.py:93
#: templates/users_questions.html:11 templates/users_questions.html.py:17
msgid "number of times"
msgstr ""

#: templates/book.html:105 templates/index.html:48 templates/questions.html:46
#: templates/unanswered.html:37 templates/users_questions.html:30
msgid "votes"
msgstr ""

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

#: templates/book.html:115 templates/index.html:49 templates/questions.html:47
#: templates/unanswered.html:38 templates/users_questions.html:40
msgid "views"
msgstr ""

#: templates/book.html:125 templates/index.html:69 templates/question.html:115
#: templates/question.html.py:486 templates/questions.html:84
#: templates/questions.html.py:156 templates/tags.html:47
#: templates/unanswered.html:75 templates/unanswered.html.py:109
#: templates/users_questions.html:52
msgid "using tags"
msgstr ""

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

#: templates/book.html:147 templates/index.html:116
msgid "subscribe to the questions feed"
msgstr ""

#: templates/close.html:6 templates/close.html.py:16
msgid "Close question"
msgstr ""

#: templates/close.html:19
msgid "Close the question"
msgstr ""

#: templates/close.html:25
msgid "Reasons"
msgstr ""

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

#: templates/faq.html:11
msgid "Frequently Asked Questions "
msgstr ""

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

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

#: 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."

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

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

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

#: templates/faq.html:28 templates/faq.html.py:132
msgid "site title"
msgstr ""

#: 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."

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

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

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

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

#: templates/faq.html:40
msgid "How does reputation system work?"
msgstr ""

#: 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 \"reputation 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."

#: templates/faq.html:59 templates/user_votes.html:14
msgid "upvote"
msgstr ""

#: templates/faq.html:63
msgid "use tags"
msgstr ""

#: templates/faq.html:68
msgid "add comments"
msgstr ""

#: templates/faq.html:72 templates/user_votes.html:16
msgid "downvote"
msgstr ""

#: templates/faq.html:75
msgid "open and close own questions"
msgstr ""

#: templates/faq.html:79
msgid "retag questions"
msgstr ""

#: templates/faq.html:83
msgid "edit community wiki questions"
msgstr ""

#: templates/faq.html:87
msgid "edit any answer"
msgstr ""

#: templates/faq.html:91
msgid "open any closed question"
msgstr ""

#: templates/faq.html:95
msgid "delete any comment"
msgstr ""

#: templates/faq.html:99
msgid "delete any questions and answers and perform other moderation tasks"
msgstr ""

#: templates/faq.html:106
msgid "how to validate email title"
msgstr "How to validate email and why?"

#: templates/faq.html:108
msgid "how to validate email info"
msgstr ""
"<form style='margin:0;padding:0;' action='/email/sendkey/'><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='/faq#gravatar'><strong>gravatar</strong></a> "
"personal image.</p>"

#: templates/faq.html:112
msgid "what is gravatar"
msgstr "What is gravatar?"

#: templates/faq.html:113
msgid "gravatar faq info"
msgstr ""
"<strong>Gravatar</strong> means <strong>g</strong>lobally <strong>r</"
"strong>ecognized <strong>avatar</strong> - your unique avatar image "
"associated with your email address. It's simply a picture that shows next to "
"your posts on the websites that support gravatar protocol. By default gravar "
"appears as a square filled with a snowflake-like figure. You can <strong>set "
"your image</strong> at <a href='http://gravatar.com'><strong>gravatar.com</"
"strong></a>"

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

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

#: templates/faq.html:118
msgid "Login now!"
msgstr ""

#: templates/faq.html:123
msgid "Why other people can edit my questions/answers?"
msgstr ""

#: templates/faq.html:124
msgid "Goal of this site is..."
msgstr ""

#: templates/faq.html:124
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 ""

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

#: templates/faq.html:129
msgid "Still have questions?"
msgstr ""

#: templates/faq.html:130
msgid "Please ask your question, help make our community better!"
msgstr ""
"Please <a href=\"/questions/ask\">ask</a> your question, help make our "
"community better!"

#: templates/faq.html:132 templates/header.html:29 templates/header.html.py:60
msgid "questions"
msgstr ""

#: templates/faq.html:132 templates/index.html:121
msgid "."
msgstr ""

#: templates/footer.html:7 templates/header.html:14 templates/index.html:83
msgid "about"
msgstr ""

#: templates/footer.html:8 templates/header.html:15 templates/index.html:84
msgid "faq"
msgstr ""

#: templates/footer.html:9
msgid "blog"
msgstr ""

#: templates/footer.html:10
msgid "contact us"
msgstr ""

#: templates/footer.html:11
msgid "privacy policy"
msgstr ""

#: templates/footer.html:12
msgid "give feedback"
msgstr ""

#: templates/footer.html:18
msgid "current revision"
msgstr ""

#: templates/header.html:10
msgid "logout"
msgstr ""

#: templates/header.html:12 templates/authopenid/signup.html:41
msgid "login"
msgstr ""

#: templates/header.html:23
msgid "back to home page"
msgstr ""

#: templates/header.html:31 templates/header.html.py:62
msgid "users"
msgstr ""

#: templates/header.html:32
msgid "books"
msgstr ""

#: templates/header.html:34
msgid "unanswered questions"
msgstr "unanswered"

#: templates/header.html:38
msgid "my profile"
msgstr ""

#: templates/header.html:42
msgid "ask a question"
msgstr ""

#: templates/header.html:57
msgid "search"
msgstr ""

#: templates/index.html:7
msgid "Home"
msgstr ""

#: templates/index.html:22 templates/questions.html:7
msgid "Questions"
msgstr ""

#: templates/index.html:24
msgid "last updated questions"
msgstr ""

#: templates/index.html:24 templates/questions.html:25
#: templates/unanswered.html:20
msgid "newest"
msgstr ""

#: templates/index.html:25 templates/questions.html:27
msgid "hottest questions"
msgstr ""

#: templates/index.html:25 templates/questions.html:27
msgid "hottest"
msgstr ""

#: templates/index.html:26 templates/questions.html:28
msgid "most voted questions"
msgstr ""

#: templates/index.html:26 templates/questions.html:28
msgid "most voted"
msgstr ""

#: templates/index.html:27
msgid "all questions"
msgstr ""

#: templates/index.html:47 templates/questions.html:45
#: templates/unanswered.html:36 templates/users_questions.html:35
msgid "answers"
msgstr ""

#: templates/index.html:69 templates/question.html:115
#: templates/question.html.py:486 templates/questions.html:84
#: templates/questions.html.py:156 templates/tags.html:47
#: templates/unanswered.html:75 templates/unanswered.html.py:109
#: templates/users_questions.html:52
msgid "see questions tagged"
msgstr ""

#: templates/index.html:80
msgid "welcome to website"
msgstr ""

#: templates/index.html:89
msgid "Recent tags"
msgstr ""

#: templates/index.html:94
#, python-format
msgid "see questions tagged '%(tagname)s'"
msgstr ""

#: templates/index.html:97 templates/index.html.py:121
msgid "popular tags"
msgstr "tags"

#: templates/index.html:101
msgid "Recent awards"
msgstr "Recent badges"

#: templates/index.html:107
msgid "given to"
msgstr ""

#: templates/index.html:112
msgid "all awards"
msgstr "all badges"

#: templates/index.html:116
msgid "subscribe to last 30 questions by RSS"
msgstr ""

#: templates/index.html:121
msgid "Still looking for more? See"
msgstr ""

#: templates/index.html:121
msgid "complete list of questions"
msgstr "list of all questions"

#: templates/index.html:121
msgid "or"
msgstr ""

#: templates/index.html:121
msgid "Please help us answer"
msgstr ""

#: templates/index.html:121
msgid "list of unanswered questions"
msgstr "unanswered questions"

#: templates/logout.html:6 templates/logout.html.py:17
msgid "Logout"
msgstr ""

#: templates/logout.html:20
msgid ""
"As a registered user you can login with your OpenID, log out of the site or "
"permanently remove your account."
msgstr ""

#: templates/logout.html:21
msgid "Logout now"
msgstr "Logout Now"

#: templates/pagesize.html:6
msgid "posts per page"
msgstr ""

#: templates/paginator.html:6 templates/paginator.html.py:7
msgid "previous"
msgstr ""

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

#: templates/paginator.html:22 templates/paginator.html.py:29
msgid "page number "
msgstr ""

#: templates/paginator.html:22 templates/paginator.html.py:29
msgid "number - make blank in english"
msgstr ""

#: templates/paginator.html:33
msgid "next page"
msgstr ""

#: templates/privacy.html:6 templates/privacy.html.py:11
msgid "Privacy policy"
msgstr ""

#: templates/privacy.html:15
msgid "general message about privacy"
msgstr ""

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

#: templates/privacy.html:20
msgid "what technical information is collected about visitors"
msgstr ""

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

#: templates/privacy.html:25
msgid "details on personal information policies"
msgstr ""

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

#: templates/privacy.html:30
msgid "details on sharing data with third parties"
msgstr ""

#: templates/privacy.html:35
msgid "cookie policy details"
msgstr ""

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

#: templates/privacy.html:38
msgid "how privacy policies can be changed"
msgstr ""

#: templates/question.html:69 templates/question.html.py:81
msgid "i like this post (click again to cancel)"
msgstr ""

#: templates/question.html:71 templates/question.html.py:83
#: templates/question.html:276
msgid "current number of votes"
msgstr ""

#: templates/question.html:76 templates/question.html.py:87
msgid "i dont like this post (click again to cancel)"
msgstr ""

#: templates/question.html:93
msgid "mark this question as favorite (click again to cancel)"
msgstr ""

#: templates/question.html:99
msgid "remove favorite mark from this question (click again to restore mark)"
msgstr ""

#: templates/question.html:124 templates/question.html.py:307
#: templates/revisions_answer.html:53 templates/revisions_question.html:53
msgid "edit"
msgstr ""

#: templates/question.html:128 templates/question.html.py:317
msgid "delete"
msgstr ""

#: templates/question.html:133
msgid "reopen"
msgstr ""

#: templates/question.html:138
msgid "close"
msgstr ""

#: templates/question.html:144 templates/question.html.py:330
msgid ""
"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""

#: templates/question.html:145 templates/question.html.py:331
msgid "flag offensive"
msgstr ""

#: templates/question.html:157 templates/question.html.py:340
#: templates/revisions_answer.html:65 templates/revisions_question.html:65
msgid "updated"
msgstr ""

#: templates/question.html:206 templates/question.html.py:387
#: templates/revisions_answer.html:63 templates/revisions_question.html:63
msgid "asked"
msgstr ""

#: templates/question.html:236 templates/question.html.py:414
msgid "comments"
msgstr ""

#: templates/question.html:237 templates/question.html.py:415
msgid "add comment"
msgstr ""

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

#: templates/question.html:252
#, python-format
msgid "close date %(question.closed_at)s"
msgstr ""

#: templates/question.html:259 templates/user_stats.html:28
msgid "Answers"
msgstr " Answers"

#: templates/question.html:261
msgid "oldest answers will be shown first"
msgstr ""

#: templates/question.html:261
msgid "oldest answers"
msgstr "oldest"

#: templates/question.html:262
msgid "newest answers will be shown first"
msgstr ""

#: templates/question.html:262
msgid "newest answers"
msgstr "newest"

#: templates/question.html:263
msgid "most voted answers will be shown first"
msgstr ""

#: templates/question.html:263
msgid "popular answers"
msgstr "most voted"

#: templates/question.html:275
msgid "i like this answer (click again to cancel)"
msgstr ""

#: templates/question.html:281
msgid "i dont like this answer (click again to cancel)"
msgstr ""

#: templates/question.html:287
msgid "mark this answer as favorite (click again to undo)"
msgstr ""

#: templates/question.html:292
msgid "the author of the question has selected this answer as correct"
msgstr ""

#: templates/question.html:314
msgid "undelete"
msgstr ""

#: templates/question.html:324
msgid "answer permanent link"
msgstr ""

#: templates/question.html:325
msgid "permanent link"
msgstr ""

#: templates/question.html:438
msgid "Your answer"
msgstr ""

#: templates/question.html:441
msgid "you can answer anonymously and then login"
msgstr ""
"<span class='strong big'>You are now not logged in</span> but you can answer "
"first and then login"

#: templates/question.html:465
msgid "Answer the question"
msgstr ""

#: templates/question.html:467
msgid "Notify me daily if there are any new answers."
msgstr ""

#: templates/question.html:469
msgid "once you sign in you will be able to subscribe for any updates here"
msgstr "Here logged in users can sign up for the question updates."

#: templates/question.html:481
msgid "Question tags"
msgstr "Tags"

#: templates/question.html:491
msgid "question asked"
msgstr "Asked"

#: templates/question.html:491 templates/question.html.py:497
#: templates/user_info.html:51
msgid "ago"
msgstr ""

#: templates/question.html:494
msgid "question was seen"
msgstr "Seen"

#: templates/question.html:494
msgid "times"
msgstr ""

#: templates/question.html:497
msgid "last updated"
msgstr "Last updated"

#: templates/question.html:502
msgid "Related questions"
msgstr ""

#: templates/question_edit.html:4 templates/question_edit.html.py:65
msgid "Edit question"
msgstr ""

#: templates/question_edit_tips.html:4
msgid "question tips"
msgstr "Tips"

#: templates/question_edit_tips.html:7
msgid "please ask a relevant question"
msgstr ""

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

#: templates/question_retag.html:3 templates/question_retag.html.py:52
msgid "Change tags"
msgstr ""

#: templates/question_retag.html:39
msgid "up to 5 tags, less than 20 characters each"
msgstr ""

#: templates/question_retag.html:86
msgid "Why use and modify tags?"
msgstr ""

#: templates/question_retag.html:89
msgid "tags help us keep Questions organized"
msgstr ""

#: templates/question_retag.html:95
msgid "tag editors receive special awards from the community"
msgstr ""

#: templates/questions.html:23
msgid "Found by tags"
msgstr "Tagged questions"

#: templates/questions.html:23
msgid "Found by title"
msgstr ""

#: templates/questions.html:23
msgid "All questions"
msgstr ""

#: templates/questions.html:25 templates/unanswered.html:20
msgid "most recently asked questions"
msgstr ""

#: templates/questions.html:26
msgid "most recently updated questions"
msgstr ""

#: templates/questions.html:26
msgid "active"
msgstr ""

#: templates/questions.html:109
#, python-format
msgid ""
"\n"
"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n"
"\t\t\t"
msgid_plural ""
"\n"
"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n"
"\t\t\t"
msgstr[0] ""
"\n"
"<div class=\"questions-count\">%(q_num)s</div><p>question tagged</p><p><span "
"class=\"tag\">%(tagname)s</span></p>"
msgstr[1] ""
"\n"
"<div class=\"questions-count\">%(q_num)s</div><p>questions tagged</p><div "
"class=\"tags\"><span class=\"tag\">%(tagname)s</span></div>"

#: templates/questions.html:116
#, python-format
msgid ""
"\n"
"\t\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n"
"\t\t\t\t"
msgid_plural ""
"\n"
"\t\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n"
"\t\t\t\t"
msgstr[0] ""
"\n"
"<div class=\"questions-count\">%(q_num)s</div><p>question with title "
"containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></"
"p>"
msgstr[1] ""
"\n"
"<div class=\"questions-count\">%(q_num)s</div><p>questions with title "
"containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></"
"p>"

#: templates/questions.html:122
#, python-format
msgid ""
"\n"
"\t\t\t\thave total %(q_num)s questions\n"
"\t\t\t\t"
msgid_plural ""
"\n"
"\t\t\t\thave total %(q_num)s questions\n"
"\t\t\t\t"
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>"

#: templates/questions.html:131
msgid "latest questions info"
msgstr "<strong>Newest</strong> questions are shown first."

#: templates/questions.html:135
msgid "Questions are sorted by the <strong>time of last update</strong>."
msgstr ""

#: templates/questions.html:136
msgid "Most recently answered ones are shown first."
msgstr "<strong>Most recently answered</strong> questions are shown first."

#: templates/questions.html:140
msgid "Questions sorted by <strong>number of responses</strong>."
msgstr "Questions sorted by the <strong>number of answers</strong>."

#: templates/questions.html:141
msgid "Most answered questions are shown first."
msgstr " "

#: templates/questions.html:145
msgid "Questions are sorted by the <strong>number of votes</strong>."
msgstr ""

#: templates/questions.html:146
msgid "Most voted questions are shown first."
msgstr ""

#: templates/questions.html:153 templates/unanswered.html:105
msgid "Related tags"
msgstr "Tags"

#: templates/reopen.html:6 templates/reopen.html.py:16
msgid "Reopen question"
msgstr ""

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

#: templates/reopen.html:22
msgid "The question was closed for the following reason "
msgstr ""

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

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

#: templates/reopen.html:22
msgid "date closed"
msgstr ""

#: templates/reopen.html:29
msgid "Reopen this question"
msgstr ""

#: templates/revisions_answer.html:7 templates/revisions_answer.html.py:36
#: templates/revisions_question.html:8 templates/revisions_question.html:36
msgid "Revision history"
msgstr ""

#: templates/tags.html:6 templates/tags.html.py:29
msgid "Tag list"
msgstr ""

#: templates/tags.html:31
msgid "sorted alphabetically"
msgstr ""

#: templates/tags.html:31
msgid "by name"
msgstr ""

#: templates/tags.html:32
msgid "sorted by frequency of tag use"
msgstr ""

#: templates/tags.html:32
msgid "by popularity"
msgstr ""

#: templates/tags.html:38
msgid "All tags matching query"
msgstr ""

#: templates/tags.html:38
msgid "all tags - make this empty in english"
msgstr ""

#: templates/tags.html:41
msgid "Nothing found"
msgstr ""

#: templates/unanswered.html:7 templates/unanswered.html.py:18
msgid "Unanswered questions"
msgstr ""

#: templates/unanswered.html:97
#, python-format
msgid "have %(num_q)s unanswered questions"
msgstr ""
"<div class=\"questions-count\">%(num_q)s</div><strong>unanswered</strong> "
"questions"

#: templates/unanswered.html:99
msgid "Have a total of"
msgstr ""

#: templates/user_edit.html:6
msgid "Edit user profile"
msgstr ""

#: templates/user_edit.html:19
msgid "edit profile"
msgstr ""

#: templates/user_edit.html:31
msgid "image associated with your email address"
msgstr ""

#: templates/user_edit.html:31
msgid "avatar"
msgstr "<a href='/faq#gravatar'>gravatar</a>"

#: templates/user_edit.html:36 templates/user_info.html:31
msgid "Registered user"
msgstr ""

#: templates/user_edit.html:82
msgid "Update"
msgstr ""

#: templates/user_info.html:34
msgid "update profile"
msgstr ""

#: templates/user_info.html:40
msgid "real name"
msgstr ""

#: templates/user_info.html:45
msgid "member for"
msgstr ""

#: templates/user_info.html:50
msgid "last seen"
msgstr ""

#: templates/user_info.html:56
msgid "user website"
msgstr ""

#: templates/user_info.html:62
msgid "location"
msgstr ""

#: templates/user_info.html:69
msgid "age"
msgstr ""

#: templates/user_info.html:70
msgid "age unit"
msgstr "years old"

#: templates/user_info.html:76
msgid "todays unused votes"
msgstr ""

#: templates/user_info.html:77
msgid "votes left"
msgstr ""

#: templates/user_preferences.html:10
msgid "Connect with Twitter"
msgstr ""

#: templates/user_preferences.html:12
msgid "Twitter account name:"
msgstr ""

#: templates/user_preferences.html:14
msgid "Twitter password:"
msgstr ""

#: templates/user_preferences.html:16
msgid "Send my Questions to Twitter"
msgstr ""

#: templates/user_preferences.html:17
msgid "Send my Answers to Twitter"
msgstr ""

#: templates/user_preferences.html:18
msgid "Save"
msgstr ""

#: templates/user_stats.html:15
msgid "User questions"
msgstr ""

#: templates/user_stats.html:37
#, python-format
msgid "the answer has been voted for %(vote_count)s times"
msgstr ""

#: templates/user_stats.html:37
msgid "this answer has been selected as correct"
msgstr ""

#: templates/user_stats.html:43
#, python-format
msgid "the answer has been commented %(answered_question.comment_count)s times"
msgstr ""

#: templates/user_stats.html:56
msgid "votes total"
msgstr "Votes"

#: templates/user_stats.html:65
msgid "user has voted up this many times"
msgstr ""

#: templates/user_stats.html:70
msgid "user voted down this many times"
msgstr ""

#: templates/user_stats.html:84
msgid "Tags"
msgstr ""

#: templates/user_stats.html:94
#, python-format
msgid "see other questions tagged '%(tag)s' "
msgstr ""

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

#: templates/user_tabs.html:16
msgid "graph of user reputation"
msgstr ""

#: templates/user_tabs.html:17
msgid "reputation history"
msgstr ""

#: templates/user_tabs.html:24
msgid "favorites"
msgstr ""

#: templates/user_tabs.html:28
msgid "settings"
msgstr ""

#: templates/users.html:6 templates/users.html.py:24
msgid "Users"
msgstr ""

#: templates/users.html:27
msgid "recent"
msgstr ""

#: templates/users.html:28
msgid "oldest"
msgstr ""

#: templates/users.html:29
msgid "by username"
msgstr ""

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

#: templates/users.html:39
msgid "Nothing found."
msgstr ""

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

#: templates/users_questions.html:33
msgid "this answer has been accepted to be correct"
msgstr ""

#: templates/authopenid/changeemail.html:7
#: templates/authopenid/changeemail.html:33
msgid "Change email"
msgstr "Change Email"

#: templates/authopenid/changeemail.html:10
#, 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>"

#: templates/authopenid/changeemail.html:13
#: templates/authopenid/changeopenid.html:14
#: templates/authopenid/changepw.html:19 templates/authopenid/delete.html:15
#: templates/authopenid/delete.html:25
msgid "Please correct errors below:"
msgstr ""

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

#: templates/authopenid/changeemail.html:31
#: templates/authopenid/signin.html:138
msgid "Password"
msgstr ""

#: templates/authopenid/changeemail.html:42
msgid "Validate email"
msgstr ""

#: templates/authopenid/changeemail.html:45
#, python-format
msgid "validate %(email)s info"
msgstr ""

#: templates/authopenid/changeemail.html:50
msgid "Email not changed"
msgstr ""

#: templates/authopenid/changeemail.html:53
#, python-format
msgid "old %(email)s kept"
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=\"/email/change/"
"\"><strong>previous form</strong></a> again."

#: templates/authopenid/changeemail.html:58
msgid "Email changed"
msgstr ""

#: templates/authopenid/changeemail.html:61
#, 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."

#: templates/authopenid/changeemail.html:66
msgid "Email verified"
msgstr ""

#: templates/authopenid/changeemail.html:69
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."

#: templates/authopenid/changeemail.html:74
msgid "email key not sent"
msgstr "Validation email not sent"

#: templates/authopenid/changeemail.html:77
#, 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."

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

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

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

#: templates/authopenid/changeopenid.html:30
msgid "Change OpenID"
msgstr ""

#: templates/authopenid/changepw.html:14
msgid "Account: change password"
msgstr ""

#: templates/authopenid/changepw.html:17
msgid "This is where you can change your password. Make sure you remember it!"
msgstr ""

#: templates/authopenid/changepw.html:27
msgid "Current password"
msgstr ""

#: templates/authopenid/changepw.html:28
msgid "New password"
msgstr ""

#: templates/authopenid/changepw.html:29
msgid "New password again"
msgstr ""

#: templates/authopenid/changepw.html:30 templates/authopenid/settings.html:29
msgid "Change password"
msgstr ""

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

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

#: templates/authopenid/complete.html:12
#, python-format
msgid "register new %(provider)s account info"
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='/faq#gravatar'><strong>gravatar</strong></a>."

#: templates/authopenid/complete.html:14
msgid "This account already exists, please use another."
msgstr ""

#: templates/authopenid/complete.html:19 templates/authopenid/complete.html:32
#: templates/authopenid/signin.html:121
msgid "Sorry, looks like we have some errors:"
msgstr ""

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

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

#: templates/authopenid/complete.html:49
msgid "create account"
msgstr "Signup"

#: templates/authopenid/complete.html:56
msgid "Existing account"
msgstr ""

#: templates/authopenid/complete.html:57
msgid "user name"
msgstr ""

#: templates/authopenid/complete.html:58
msgid "password"
msgstr ""

#: templates/authopenid/complete.html:61
msgid "Register"
msgstr ""

#: templates/authopenid/complete.html:62 templates/authopenid/signin.html:140
msgid "Forgot your password?"
msgstr ""

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

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

#: templates/authopenid/confirm_email.txt:6
#: templates/authopenid/sendpw_email.txt:7
msgid "Username:"
msgstr ""

#: templates/authopenid/confirm_email.txt:7
#: templates/authopenid/delete.html:20
msgid "Password:"
msgstr ""

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

#: templates/authopenid/confirm_email.txt:12
#: templates/authopenid/email_validation.txt:14
#: templates/authopenid/sendpw_email.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr ""

#: templates/authopenid/delete.html:9
msgid "Account: delete account"
msgstr ""

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

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

#: templates/authopenid/delete.html:32
msgid "I am sure I want to delete my account."
msgstr ""

#: templates/authopenid/delete.html:33
msgid "Password/OpenID URL"
msgstr ""

#: templates/authopenid/delete.html:33
msgid "(required for your security)"
msgstr ""

#: templates/authopenid/delete.html:35
msgid "Delete account permanently"
msgstr ""

#: templates/authopenid/email_validation.txt:2
msgid "Greetings from the Q&A forum"
msgstr ""

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

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

#: 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 ""

#: templates/authopenid/sendpw.html:4 templates/authopenid/sendpw.html.py:8
msgid "Send new password"
msgstr ""

#: templates/authopenid/sendpw.html:12
msgid "Lost your password? No problem - here you can reset it."
msgstr ""

#: templates/authopenid/sendpw.html:13
msgid ""
"Please enter your username below and new password will be sent to your "
"registered e-mail"
msgstr ""

#: templates/authopenid/sendpw.html:28
msgid "User name"
msgstr ""

#: templates/authopenid/sendpw.html:30
msgid "Reset password"
msgstr ""

#: templates/authopenid/sendpw.html:30
msgid "return to login"
msgstr ""

#: templates/authopenid/sendpw.html:33
msgid ""
"Note: your new password will be activated only after you click the "
"activation link in the email message"
msgstr ""

#: 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 ""

#: templates/authopenid/sendpw_email.txt:5
msgid "Your new account details are:"
msgstr ""

#: templates/authopenid/sendpw_email.txt:8
msgid "New password:"
msgstr ""

#: templates/authopenid/sendpw_email.txt:10
msgid "To confirm that you wanted to reset your password please visit:"
msgstr ""

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

#: templates/authopenid/settings.html:31
msgid "Change email "
msgstr ""

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

#: templates/authopenid/settings.html:35
msgid "Change openid associated to your account"
msgstr ""

#: templates/authopenid/settings.html:38
msgid "Delete account"
msgstr ""

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

#: templates/authopenid/signin.html:4 templates/authopenid/signin.html:21
msgid "User login"
msgstr "User login"

#: 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>"

#: 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>"

#: templates/authopenid/signin.html:40
msgid "Click to sign in through any of these services."
msgstr ""
"<p><span class=\"big strong\">We accept <a href=\"http://openid.net"
"\">OpenID</a> login.</span> <font color=\"gray\">Instead of creating a new "
"password - log in through any of the services below.<p><span class=\"big "
"strong\">1. Select the login service by clicking one of the icons</span></p>"

#: templates/authopenid/signin.html:103
msgid "Enter your <span id=\"enter_your_what\">Provider user name</span>"
msgstr ""
"<span class=\"big strong\">2. Enter your <span id=\"enter_your_what"
"\">Provider user name</span></span><br>(or select another OpenID provider "
"above)"

#: templates/authopenid/signin.html:110
msgid ""
"Enter your <a class=\"openid_logo\" href=\"http://openid.net\">OpenID</a> "
"web address"
msgstr ""
"<span class=\"big strong\">2. Enter your <a class=\"openid_logo\" href="
"\"http://openid.net\">OpenID</a> web address</span><br>(or choose specific "
"provider by clicking on one of the icons above)"

#: templates/authopenid/signin.html:112 templates/authopenid/signin.html:139
msgid "Login"
msgstr ""

#: templates/authopenid/signin.html:116
msgid "we support two login modes"
msgstr ""
"You can log in either through one of these services or traditionally - using "
"local username/password."

#: templates/authopenid/signin.html:136
msgid "Use login name and password"
msgstr ""

#: templates/authopenid/signin.html:137
msgid "Login name"
msgstr ""

#: templates/authopenid/signin.html:141
msgid "Create new account"
msgstr ""

#: templates/authopenid/signin.html:150
msgid "Why use OpenID?"
msgstr ""

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

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

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

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

#: templates/authopenid/signin.html:167
msgid "Find out more"
msgstr ""

#: templates/authopenid/signin.html:168
msgid "Get OpenID"
msgstr ""

#: templates/authopenid/signup.html:4 templates/authopenid/signup.html.py:8
msgid "Signup"
msgstr ""

#: templates/authopenid/signup.html:12
msgid ""
"We support two types of user registration: conventional username/password, "
"and"
msgstr ""

#: templates/authopenid/signup.html:12
msgid "the OpenID method"
msgstr ""

#: templates/authopenid/signup.html:17
msgid "Sorry, looks like we have some errors"
msgstr ""

#: templates/authopenid/signup.html:35
msgid "Conventional registration"
msgstr ""

#: templates/authopenid/signup.html:36
msgid "choose a user name"
msgstr ""

#: templates/authopenid/signup.html:42
msgid "back to login"
msgstr ""

#: templates/authopenid/signup.html:48
msgid "Register with your OpenID"
msgstr ""

#: templates/authopenid/signup.html:51
msgid "Login with your OpenID"
msgstr ""

#~ msgid "what is this website"
#~ msgstr ""
#~ "This is a collaboratively edited question and answer site for the "
#~ "Magnetic Resonance specialists."

#
#~ msgid "editing tips"
#~ msgstr "Tips"

#~ msgid "Newest questions shown first."
#~ msgstr ""
#~ "Questions are sorted by <strong>entry date</strong>.Newest questions "
#~ "shown first."

#~ msgid ""
#~ "please use space to separate tags (this enables autocomplete feature)"
#~ msgstr "please use space to separate tags (uses autocomplete utility)"

#~ msgid "select openid provider"
#~ msgstr "1) Please select your id service provider."

#~ msgid "verify openid link and login"
#~ msgstr ""
#~ "2) Please verify the OpenID URL (type your login name over {username}, if "
#~ "present) and then log in."