summaryrefslogtreecommitdiff
path: root/locale/en/LC_MESSAGES/django.po
blob: 0f2eaf002c142f4e1d23a31f8035c112ee097d5c (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
# Copyright (C) Django Software Foundation and contributors
# This file is distributed under the same license as the djangoproject.com
# source files.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-04 10:04-0500\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

msgid "Name"
msgstr ""

msgid "Email"
msgstr ""

msgid "Staff users cannot be deleted"
msgstr ""

msgid "User has protected data and cannot be deleted"
msgstr ""

#, python-format
msgid "Django community aggregator: %s"
msgstr ""

msgid "Django community aggregator firehose"
msgstr ""

msgid "All activity from the Django community aggregator"
msgstr ""

msgid "Title of the resource / blog"
msgstr ""

msgid "Link to the RSS/Atom feed. Please only use Django-specific feeds."
msgstr ""

msgid "Link to main page (i.e. blog homepage)"
msgstr ""

msgid ""
"Stack Overflow questions tagged with 'django' will appear here automatically."
msgstr ""

msgid "Pending"
msgstr ""

msgid "Denied"
msgstr ""

msgid "Approved"
msgstr ""

msgid "Africa"
msgstr ""

msgid "North America"
msgstr ""

msgid "South America"
msgstr ""

msgid "Europe"
msgstr ""

msgid "Asia"
msgstr ""

msgid "Oceania"
msgstr ""

msgid "Antarctica"
msgstr ""

msgid "Local Django Communities"
msgstr ""

msgid ""
"Your feed has entered moderation. Please allow up to 1 week for processing."
msgstr ""

msgid "Psst, we have markdown now 🤫"
msgstr ""

msgid ""
"Want to include an image? <a href=\"{}\" target=\"_blank\">Use the image "
"upload helper!</a>"
msgstr ""

msgid "Thumbnail"
msgstr ""

msgid "Link"
msgstr ""

msgid "Copy buttons"
msgstr ""

msgid "The Django weblog"
msgstr ""

msgid "Latest news about Django, the Python web framework."
msgstr ""

msgid ""
"Tick to make this entry live (see also the publication date). Note that "
"administrators (like yourself) are allowed to preview inactive entries "
"whereas the general public aren't."
msgstr ""

msgid "Publication date"
msgstr ""

msgid ""
"For an entry to be published, it must be active and its publication date "
"must be in the past."
msgstr ""

msgid ""
"For maximum compatibility, the image should be < 5 MB and at least 1200x627 "
"px."
msgstr ""

#, python-brace-format
msgid "Posted by {author} on {pub_date}"
msgstr ""

msgid ""
"Tick to make this event live (see also the publication date). Note that "
"administrators (like yourself) are allowed to preview inactive events "
"whereas the general public aren't."
msgstr ""

msgid ""
"For an event to be published, it must be active and its publication date "
"must be in the past."
msgstr ""

msgid "Message subject"
msgstr ""

msgid "E-mail"
msgstr ""

msgid "Your message"
msgstr ""

msgid "Bad request"
msgstr ""

msgid "Yikes, this was a bad request. Not sure why, but it sure was bad."
msgstr ""

msgid "Permission denied"
msgstr ""

msgid ""
"Apologies, but it seems as if you're not allowed to access this page. We "
"honestly hope this is just a mistake."
msgstr ""

msgid "Page not found"
msgstr ""

msgid ""
"Looks like you followed a bad link. If you think it's our fault, please <a "
"href=\"https://github.com/django/djangoproject.com/issues/\">let us know</a>."
msgstr ""

#, python-format
msgid ""
"Here's a link to the <a href=\"%(homepage_url)s\">homepage</a>. You know, "
"just in case."
msgstr ""

msgid "Page removed"
msgstr ""

msgid "Page removed."
msgstr ""

#, python-format
msgid ""
"Sorry, we've removed some of parts of the site that were completely out of "
"date. In most cases, that content has been moved into <a "
"href=\"%(docs_url)s\">the new documentation site</a>."
msgstr ""

msgid "Page unavailable"
msgstr ""

msgid "We're sorry, but the requested page is currently unavailable."
msgstr ""

msgid ""
"We're messing around with things internally, and the server had a bit of a "
"hiccup."
msgstr ""

msgid "Please try again later."
msgstr ""

msgid "Confirmation: delete your profile"
msgstr ""

msgid "Could not delete account"
msgstr ""

#, python-format
msgid ""
"Sorry, something went wrong when trying to delete your account. That means "
"there's probably some protected data still associated with your account. "
"Please contact <a href=\"mailto:ops@djangoproject.com?"
"%(OPS_EMAIL_PRESETS)s\">the operations team</a>, and we'll sort it out for "
"you."
msgstr ""

msgid "Are you sure?"
msgstr ""

#, python-format
msgid ""
"⚠️ You are about to delete all data associated with the username "
"<strong>%(username)s</strong>."
msgstr ""

msgid ""
"Deleting your account is permanent and <strong>cannot be reversed</strong>. "
"Are you sure you want to continue?"
msgstr ""

msgid "Yes, delete account"
msgstr ""

msgid "No, cancel and go back"
msgstr ""

msgid "Account deleted"
msgstr ""

msgid ""
"Your account and its data were successfully deleted, and you've been logged "
"out."
msgstr ""

#, python-format
msgid ""
"Thanks for spending your time with us, we hope we'll still see you around on "
"our <a href=\"%(community_index_url)s\">various community spaces</a>, online "
"and off."
msgstr ""

msgid "Edit your profile"
msgstr ""

msgid "Please correct the errors below:"
msgstr ""

msgid "Save"
msgstr ""

msgid "Help"
msgstr ""

msgid "Use this form to edit your profile."
msgstr ""

#, python-format
msgid ""
"Use whatever name you'd like to be identified with on djangoproject.com. If "
"you leave it blank, we'll identify you as <b>%(username)s</b>, your username."
msgstr ""

msgid ""
"We hate spam as much as you do. We'll only use it to send you password reset "
"emails. We'll also use this email to try to fetch a <a href=\"https://"
"en.gravatar.com/\">Gravatar</a>. You can change the image for this email at "
"<a href=\"https://en.gravatar.com/\">Gravatar</a>."
msgstr ""

msgid "Want to delete your account?"
msgstr ""

msgid "This is you!"
msgstr ""

msgid "Is this you?"
msgstr ""

msgid "Need to edit something? Here's how:"
msgstr ""

msgid "Edit your name and email here."
msgstr ""

msgid ""
"The image is the <a href=\"https://en.gravatar.com/\">Gravatar</a> linked to "
"the email address you signed up with. You can change the image over at <a "
"href=\"https://en.gravatar.com/\">Gravatar</a>. If you see a robot, that's "
"because you don't have a Gravatar yet. (Robots provided by <a href=\"https://"
"robohash.org/\">Robohash</a>.)"
msgstr ""

msgid ""
"The rest of the data is read-only for the time being. If you see outrageous "
"errors, please file an issue on <a href=\"https://github.com/django/"
"code.djangoproject.com/issues/new\" target=\"_blank\">GitHub</a>."
msgstr ""

msgid "Statistics on Django core contributions:"
msgstr ""

msgid "Community feeds:"
msgstr ""

msgid "Community"
msgstr ""

#, python-format
msgid "Really delete %(feed)s?"
msgstr ""

msgid ""
"We haven't implemented an undo feature yet, so all items will be deleted "
"immediately."
msgstr ""

msgid "Yes, delete the feed."
msgstr ""

msgid "Sorry, you can't do that."
msgstr ""

#, python-format
msgid "Add a %(type)s feed:"
msgstr ""

#, python-format
msgid "Edit %(feed)s:"
msgstr ""

msgid "Add Feed"
msgstr ""

#, python-format
msgid ""
"Django community: %(feed_type.name)s <a class=\"rss\" "
"href=\"%(feed_url)s\">RSS</a>"
msgstr ""

#, python-format
msgid ""
"This page, updated regularly, aggregates %(name)s from the Django community."
msgstr ""

#, python-format
msgid ""
"Posted on %(date_modified)s at %(time_modified)s by <a "
"href=\"%(public_url)s\">%(title)s</a> <a class=\"rss\" "
"href=\"%(feed_url)s\">RSS</a>"
msgstr ""

msgid "Read this post in context"
msgstr ""

msgctxt "pagination"
msgid "Previous"
msgstr ""

msgctxt "pagination"
msgid "Next"
msgstr ""

msgid "Get Help"
msgstr ""

msgid "Forum - Post a question"
msgstr ""

msgid "Discord - Chat with us"
msgstr ""

msgid "Third Party Packages"
msgstr ""

msgid "Package Ecosystem"
msgstr ""

msgid "Get Involved"
msgstr ""

msgid "Report an issue"
msgstr ""

msgid "Contribute to Django"
msgstr ""

msgid "Local Django Community"
msgstr ""

msgid "Django RSS feeds"
msgstr ""

#, python-format
msgid "%(modified_date)s by <a href=\"%(public_url)s\">%(title)s</a>"
msgstr ""

msgid "View more"
msgstr ""

msgctxt "view more OR add your feed"
msgid "or"
msgstr ""

msgid "Add your feed"
msgstr ""

#, python-format
msgid ""
"Something missing? <a href=\"https://github.com/django/djangoproject.com/"
"issues/new?"
"assignees=&amp;labels=type%%3Acommunity&amp;projects=&amp;template=community_request.md\">Suggest "
"your community"
msgstr ""

msgid "Table of contents"
msgstr ""

msgid "Active"
msgstr ""

msgid "Inactive"
msgstr ""

msgid "Community Website"
msgstr ""

msgid "Event Website"
msgstr ""

msgid "Local Django communities are coming soon. Please check back later."
msgstr ""

msgid "Manage your community aggregator feeds:"
msgstr ""

msgid "Edit"
msgstr ""

msgid "Delete"
msgstr ""

msgid "Add a new feed:"
msgstr ""

msgid "Django Community"
msgstr ""

msgid "Building the Django Community. Come join us!"
msgstr ""

#, python-format
msgid "Building the <em>Django</em> Community for <em>%(age)s</em>."
msgstr ""

msgid "Building the <em>Django</em> Community."
msgstr ""

msgid "Come join us!"
msgstr ""

msgid "Additional Information"
msgstr ""

msgid "More Help"
msgstr ""

msgid "Frequently Asked Questions"
msgstr ""

msgid "The FAQ answers many common questions"
msgstr ""

msgid "News and links on Reddit"
msgstr ""

msgid "Search community answers"
msgstr ""

msgid "#django IRC Channel"
msgstr ""

msgid "Chat with other Django users like it's 1999"
msgstr ""

msgid "Dive In"
msgstr ""

msgid "Ticket System"
msgstr ""

msgid "View and update bug reports"
msgstr ""

msgid "Development Dashboard"
msgstr ""

msgid "Statistics about Django development"
msgstr ""

msgid "django-updates Mailing List"
msgstr ""

msgid "Get updated for each code and ticket change"
msgstr ""

msgid "More Links"
msgstr ""

msgid "Django Packages"
msgstr ""

msgid "Find third-party packages to supercharge your project"
msgstr ""

msgid "Django-powered Sites"
msgstr ""

msgid "Add your site to the list"
msgstr ""

msgid "Django Badges"
msgstr ""

msgid "Show your support (or wish longingly)"
msgstr ""

msgid "Django Logos"
msgstr ""

msgid "Download official logos"
msgstr ""

msgid "Latest DSF meeting minutes"
msgstr ""

msgid "More meeting minutes"
msgstr ""

msgid "News &amp; Events"
msgstr ""

msgid "Upcoming Events"
msgstr ""

msgid "Want your event listed here?"
msgstr ""

msgid "Archives"
msgstr ""

msgid "RSS Feeds"
msgstr ""

msgid "Latest news entries"
msgstr ""

msgid "Recent code changes"
msgstr ""

#, python-format
msgid "Page %(page_num)s of %(pages)s"
msgstr ""

msgid "Weblog"
msgstr ""

#, python-format
msgid "Django news: %(day|date:\"MONTH_DAY_FORMAT\")s archive"
msgstr ""

#, python-format
msgid "%(day|date:\"MONTH_DAY_FORMAT\")s archive"
msgstr ""

#, python-format
msgid "Django news: %(month|date:\"YEAR_MONTH_FORMAT\")s archive"
msgstr ""

#, python-format
msgid "%(month|date:\"YEAR_MONTH_FORMAT\")s archive"
msgstr ""

#, python-format
msgid "Django news: %(year)s archive"
msgstr ""

msgid "archive"
msgstr ""

#, python-format
msgid "Posted by <strong>%(author)s</strong> on %(pub_date)s"
msgstr ""

msgctxt "Following article summary"
msgid "Read more"
msgstr ""

msgid "Code of Conduct"
msgstr ""

msgid "Django Community Code of Conduct"
msgstr ""

msgid "Committee"
msgstr ""

msgid "Reporting Guide"
msgstr ""

msgid "Enforcement Manual"
msgstr ""

msgid "Changes"
msgstr ""

msgid "License"
msgstr ""

msgid ""
"All content on this page is licensed under a <a href=\"https://"
"creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution </a> "
"license."
msgstr ""

msgid "Django Code of Conduct"
msgstr ""

msgid "Django Code of Conduct - Changes"
msgstr ""

msgid "Changes to the Code of Conduct"
msgstr ""

msgid "Change control process"
msgstr ""

msgid ""
"We're (mostly) programmers, so we'll track changes to the code of conduct "
"and associated documents the same way we track changes to code. All changes "
"will be proposed via a pull request to the <a href=\"https://github.com/"
"django/djangoproject.com\">djangoproject.com repository on GitHub</a>. "
"Changes will be reviewed by the conduct committee first, and then sent to "
"the DSF and the Django community for comment. We'll hold a comment period of "
"at least one week, then the DSF board will vote on the change. Approved "
"changes will be merged, published, and noted below."
msgstr ""

msgid ""
"This only applies to material changes; changes that don't affect the intent "
"(typo fixes, re-wordings, etc.) can be made immediately"
msgstr ""

msgid ""
"A complete list of changes can always be found <a href=\"https://github.com/"
"django/djangoproject.com/commits/main/templates/conduct\">on GitHub</a>; "
"major changes and releases are summarized below."
msgstr ""

msgid "Changelog"
msgstr ""

msgid ""
"<a href=\"https://github.com/django/djangoproject.com/commit/"
"577a02bbe968de79f8e111d6139f0c1299e994e9\"> Revised text</a> to clarify that "
"behavior outside the community is a contributing factor to involvement in "
"the Django community; and explicitly provided a non-exhaustive list of "
"diversity groups we consider included under the policy."
msgstr ""

msgid "Documents approved and officially published."
msgstr ""

msgid ""
"Added the reporting guide and enforcement manual</a>. Final draft presented "
"to the board and core membership for vote."
msgstr ""

msgid "Initial \"beta\" release and public call for comments"
msgstr ""

msgid "Django Code of Conduct - Enforcement Manual"
msgstr ""

msgid ""
"This is the enforcement manual followed by Django's Code of Conduct Committee"
msgstr ""

msgid ""
"This is the enforcement manual followed by Django's Code of Conduct "
"Committee. It's used when we respond to an issue to make sure we're "
"consistent and fair. It should be considered an internal document, but we're "
"publishing it publicly in the interests of transparency."
msgstr ""

msgid "The Code of Conduct Committee"
msgstr ""

msgid ""
"All responses to reports of conduct violations will be managed by a <a "
"href=\"/foundation/committees/\">Code of Conduct Committee</a> (\"the "
"committee\")."
msgstr ""

msgid ""
"The Django Software Foundation's Board of Directors (\"the board\") will "
"establish this committee, comprised of at least three members. One member "
"will be designated chair of the committee and will be responsible for all "
"reports back to the board. The board will review membership on a regular "
"basis."
msgstr ""

msgid "How the committee will respond to reports"
msgstr ""

msgid ""
"When a report is sent to the committee they will immediately reply to the "
"report to confirm receipt. This reply must be sent within 24 hours, and the "
"committee should strive to respond much quicker than that."
msgstr ""

#, python-format
msgid ""
"See the <a href=\"%(conduct_reporting)s\">reporting guidelines</a> for "
"details of what reports should contain. If a report doesn't contain enough "
"information, the committee will obtain all relevant data before acting. The "
"committee is empowered to act on the DSF's behalf in contacting any "
"individuals involved to get a more complete account of events."
msgstr ""

msgid ""
"The committee will then review the incident and determine, to the best of "
"their ability:"
msgstr ""

msgid "what happened"
msgstr ""

msgid "whether this event constitutes a code of conduct violation"
msgstr ""

msgid "who, if anyone, was the bad actor"
msgstr ""

msgid ""
"whether this is an ongoing situation, and there is a threat to anyone's "
"physical safety"
msgstr ""

msgid ""
"This information will be collected in writing, and whenever possible the "
"committee's deliberations will be recorded and retained (i.e. chat "
"transcripts, email discussions, recorded voice conversations, etc)."
msgstr ""

msgid ""
"The committee should aim to have a resolution agreed upon within one week. "
"In the event that a resolution can't be determined in that time, the "
"committee will respond to the reporter(s) with an update and projected "
"timeline for resolution."
msgstr ""

msgid "Acting Unilaterally"
msgstr ""

msgid ""
"If the act is ongoing (such as someone engaging in harassment on the forum), "
"or involves a threat to anyone's safety (e.g. threats of violence), any "
"committee member may act immediately (before reaching consensus) to end the "
"situation. In ongoing situations, any member may at their discretion employ "
"any of the tools available to the committee, including bans and blocks."
msgstr ""

msgid ""
"If the incident involves physical danger, any member of the committee may -- "
"and should -- act unilaterally to protect safety. This can include "
"contacting law enforcement (or other local personnel) and speaking on behalf "
"of the DSF."
msgstr ""

msgid ""
"In situations where an individual committee member acts unilaterally, they "
"must report their actions to the committee for review within 24 hours."
msgstr ""

msgid "Resolutions"
msgstr ""

msgid ""
"The committee must agree on a resolution by consensus. If the committee "
"cannot reach consensus and deadlocks for over a week, the committee will "
"turn the matter over to the board for resolution."
msgstr ""

msgid "Possible responses may include:"
msgstr ""

msgid "Taking no further action (if we determine no violation occurred)."
msgstr ""

msgid ""
"A private reprimand from the committee to the individual(s) involved. In "
"this case, a committee member will deliver that reprimand to the "
"individual(s) over email, cc'ing the committee."
msgstr ""

msgid ""
"A public reprimand. In this case, a committee member will deliver that "
"reprimand in the same venue that the violation occurred (i.e. in the forum "
"for a forum violation; email for an email violation, etc.). The committee "
"may choose to publish this message elsewhere for posterity."
msgstr ""

msgid ""
"An imposed vacation (i.e. asking someone to \"take a week off\" from the "
"forum). A committee member will communicate this \"vacation\" to the "
"individual(s). They'll be asked to take this vacation voluntarily, but if "
"they don't agree then a temporary ban may be imposed to enforce this "
"vacation."
msgstr ""

msgid ""
"A permanent or temporary ban from some or all Django spaces (the forum, "
"etc.). The committee will maintain records of all such bans so that they may "
"be reviewed in the future, extended to new Django fora, or otherwise "
"maintained."
msgstr ""

msgid ""
"A request for a public or private apology. a committee member will deliver "
"this request. The committee may, if it chooses, attach \"strings\" to this "
"request: for example, the committee may ask a violator to apologize in order "
"to retain his or her membership on the forum."
msgstr ""

msgid ""
"Once a resolution is agreed upon, but before it is enacted, the committee "
"will contact the original reporter and any other affected parties and "
"explain the proposed resolution. The committee will ask if this resolution "
"is acceptable, and must note feedback for the record. However, the committee "
"is not required to act on this feedback."
msgstr ""

msgid ""
"Finally the committee will make a report for the DSF board. In case the "
"incident or report involves a current member of the board, the committee "
"will provide the report only to the other board members."
msgstr ""

msgid ""
"The committee will never publicly discuss the issue; all public statements "
"will be made by the DSF board."
msgstr ""

msgid "Conflicts of Interest"
msgstr ""

#, python-format
msgid ""
"In the event of any conflict of interest a committee member must immediately "
"notify the other members, and recuse themselves if necessary. If a report "
"concerns a possible violation by a current committee member, this member "
"should be excluded from the response process. For these cases, anyone can "
"make a report directly to any of the committee chairs, as documented in the "
"<a href=\"%(url)s\">reporting guidelines</a>."
msgstr ""

msgid ""
"Editor's note: Writing this document posed a unique challenge. Most similar "
"guides are written on the assumption of an in-person event. However, the "
"Django community doesn't exist in one place, and most of the time we're "
"spread out across the world and interact online. This makes trying to define "
"and enforce community standards a different type of challenge. This document "
"is adapted from the <a href=\"http://geekfeminism.wikia.com/wiki/"
"Conference_anti-harassment/Responding_to_reports\">Ada Initiative template</"
"a> and the <a href=\"https://us.pycon.org/2013/about/code-of-conduct/"
"harassment-incidents/\">PyCon 2013 Procedure for Handling Harassment "
"Incidents</a>, but changed to reflect the nature of our community. It is our "
"expectation that this will be a living document and change as we grow to "
"understand how to meet this challenge and best serve our community and "
"ideals."
msgstr ""

msgid "Django Code of Conduct - FAQ"
msgstr ""

msgid ""
"Common questions and concerns around the Django community's Code of Conduct"
msgstr ""

#, python-format
msgid ""
"This FAQ attempts to address common questions and concerns around the Django "
"community's <a href=\"%(coc_url)s\">Code of Conduct</a>. If you still have "
"questions after reading it, please feel free to <a "
"href=\"mailto:conduct@djangoproject.com\">contact us</a>."
msgstr ""

msgid "Why have you adopted a Code of Conduct?"
msgstr ""

msgid ""
"We think the Django community is awesome. If you're familiar with the Django "
"community, you'll probably notice that the Code basically matches what we "
"already do. Think of this as documentation: we're taking implicit "
"expectations about behavior and making them explicit."
msgstr ""

msgid ""
"We're doing this because the Django community is growing faster than any of "
"us could have anticipated. This is on balance a very positive thing, but as "
"we've grown past the point where it's possible to know the whole community "
"we think it's very important to be clear about our values."
msgstr ""

msgid ""
"We know that the Django community is open, friendly, and welcoming. We want "
"to make sure everyone else knows it too."
msgstr ""

msgid "What does it mean to \"adopt\" a Code of Conduct?\" "
msgstr ""

msgid ""
"For the most part, we don't think it means large changes. We think that the "
"text does a really good job describing the way the Django community already "
"conducts itself. We expect that most people will simply continue to behave "
"in the awesome way they have for years."
msgstr ""

msgid ""
"However, we do expect that people will abide by the spirit and words of the "
"CoC when in \"official\" Django spaces. This code has been adopted by both "
"the Django core team and by the Django Software Foundation. That means that "
"it'll apply both in community spaces <em>and</em> at DSF events."
msgstr ""

msgid ""
"In practice, this means the Django forum, bug tracking and code review "
"tools, and \"official\" Django events such as DjangoCons. In addition, "
"violations of this code outside these spaces may affect a person's ability "
"to participate within them."
msgstr ""

msgid "What about events funded by the Django Software Foundation?"
msgstr ""

#, python-format
msgid ""
"This Code of Conduct also covers any events that the DSF funds. However, "
"events funded by the DSF already <a class=\"plink\" "
"href=\"%(coc_url)s\">require a code of conduct</a>. Isn't this redundant?"
msgstr ""

msgid "No: there's a difference between the two, and they're complementary."
msgstr ""

msgid ""
"This Code of Conduct is all about how we interact as a community. It's about "
"saying that the Django community will be open, friendly, and welcoming. The "
"core issue is about ensuring the conversations we have are productive and "
"inviting for all."
msgstr ""

msgid ""
"Real-life events, however, require a bit more care. The DSF wants to be sure "
"that any events it funds have policies and procedures in place for handling "
"harassment. It's especially important to us that real-life events take steps "
"to protect the physical and mental security of their participants."
msgstr ""

msgid ""
"So the DSF will require that any events it funds have some sort of anti- "
"harassment policy in place. The DSF thinks the <a href=\"http://"
"geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">Ada "
"Initiative's template</a> is pretty good, but we're open to alternatives."
msgstr ""

msgid "What happens if someone violates the Code of Conduct?"
msgstr ""

#, python-format
msgid ""
"Our intent is that anyone in the community can stand up for this code, and "
"direct people who're unaware to this document. If that doesn't work, or if "
"you need more help, you can contact <a "
"href=\"mailto:conduct@djangoproject.com\">conduct@djangoproject.com</a>. For "
"more details please see our <a href=\"%(reporting_url)s\">Reporting "
"Guidelines</a>"
msgstr ""

msgid "Why do we need a Code of Conduct? Everyone knows not to be a jerk."
msgstr ""

msgid "Sadly, not everyone knows this."
msgstr ""

msgid ""
"However, even if everyone was kind, everyone was compassionate, and everyone "
"was familiar with codes of conduct it would still be incumbent upon our "
"community to publish our own. Maintaining a code of conduct forces us to "
"consider and articulate what kind of community we want to be, and serves as "
"a constant reminder to put our best foot forward. But most importantly, it "
"serves as a signpost to people looking to join our community that we feel "
"these values are important."
msgstr ""

msgid "This is censorship! I have the right to say whatever I want!"
msgstr ""

msgid ""
"You do -- in <em>your</em> space. If you'd like to hang out in <em>our</em> "
"spaces (as clarified above), we have some simple guidelines to follow. If "
"you want to, for example, form a group where Django is discussed using "
"language inappropriate for general channels then nobody's stopping you. We "
"respect your right to establish whatever codes of conduct you want in the "
"spaces that belong to you. Please honor this Code of Conduct in our spaces."
msgstr ""

msgid "Some ground rules for the community"
msgstr ""

msgid ""
"Like the technical community as a whole, the Django team and community is "
"made up of a mixture of professionals and volunteers from all over the "
"world, working on every aspect of the mission - including mentorship, "
"teaching, and connecting people."
msgstr ""

msgid ""
"Diversity is one of our huge strengths, but it can also lead to "
"communication issues and unhappiness. To that end, we have a few ground "
"rules that we ask people to adhere to. This code applies equally to "
"founders, mentors and those seeking help and guidance."
msgstr ""

msgid ""
"This isn’t an exhaustive list of things that you can’t do. Rather, take it "
"in the spirit in which it’s intended - a guide to make it easier to enrich "
"all of us and the technical communities in which we participate."
msgstr ""

msgid ""
"This code of conduct applies to all spaces managed by the Django project or "
"Django Software Foundation. This includes the issue tracker, DSF events, and "
"any other forums created by the project team which the community uses for "
"communication. In addition, violations of this code outside these spaces may "
"affect a person's ability to participate within them."
msgstr ""

#, python-format
msgid ""
"If you believe someone is violating the code of conduct, we ask that you "
"report it by emailing <a "
"href=\"mailto:conduct@djangoproject.com\">conduct@djangoproject.com</a>. For "
"more details please see our <a href=\"%(reporting_url)s\">Reporting "
"Guidelines</a>"
msgstr ""

msgid "Be friendly and patient."
msgstr ""

msgid ""
"<strong>Be welcoming.</strong> We strive to be a community that welcomes and "
"supports people of all backgrounds and identities. This includes, but is not "
"limited to members of any race, ethnicity, culture, national origin, colour, "
"immigration status, social and economic class, educational level, sex, "
"sexual orientation, gender identity and expression, age, size, family "
"status, political belief, religion, and mental and physical ability."
msgstr ""

msgid ""
"<strong>Be considerate.</strong> Your work will be used by other people, and "
"you in turn will depend on the work of others. Any decision you take will "
"affect users and colleagues, and you should take those consequences into "
"account when making decisions. Remember that we're a world-wide community, "
"so you might not be communicating in someone else's primary language."
msgstr ""

msgid ""
"<strong>Be respectful.</strong> Not all of us will agree all the time, but "
"disagreement is no excuse for poor behavior and poor manners. We might all "
"experience some frustration now and then, but we cannot allow that "
"frustration to turn into a personal attack. It’s important to remember that "
"a community where people feel uncomfortable or threatened is not a "
"productive one. Members of the Django community should be respectful when "
"dealing with other members as well as with people outside the Django "
"community."
msgstr ""

msgid ""
"<strong>Be careful in the words that you choose.</strong> We are a community "
"of professionals, and we conduct ourselves professionally. Be kind to "
"others. Do not insult or put down other participants. Harassment and other "
"exclusionary behavior aren't acceptable. This includes, but is not limited "
"to:"
msgstr ""

msgid "Violent threats or language directed against another person."
msgstr ""

msgid "Discriminatory jokes and language."
msgstr ""

msgid "Posting sexually explicit or violent material."
msgstr ""

msgid ""
"Posting (or threatening to post) other people's personally identifying "
"information (\"doxing\")."
msgstr ""

msgid "Personal insults, especially those using racist or sexist terms."
msgstr ""

msgid "Unwelcome sexual attention."
msgstr ""

msgid "Advocating for, or encouraging, any of the above behavior."
msgstr ""

msgid ""
"Repeated harassment of others. In general, if someone asks you to stop, then "
"stop."
msgstr ""

msgid ""
"<strong>When we disagree, try to understand why.</strong> Disagreements, "
"both social and technical, happen all the time and Django is no exception. "
"It is important that we resolve disagreements and differing views "
"constructively. Remember that we’re different. The strength of Django comes "
"from its varied community, people from a wide range of backgrounds. "
"Different people have different perspectives on issues. Being unable to "
"understand why someone holds a viewpoint doesn’t mean that they’re wrong. "
"Don’t forget that it is human to err and blaming each other doesn’t get us "
"anywhere. Instead, focus on helping to resolve issues and learning from "
"mistakes."
msgstr ""

msgid ""
"Original text courtesy of the <a href=\"http://web.archive.org/web/"
"20141109123859/http://speakup.io/coc.html\"> Speak Up! project</a>."
msgstr ""

msgid "Questions?"
msgstr ""

#, python-format
msgid ""
"If you have questions, please see <a href=\"%(faq_url)s\">the FAQ</a>. If "
"that doesn't answer your questions, feel free to <a "
"href=\"mailto:conduct@djangoproject.com\">contact us</a>."
msgstr ""

msgid "Django Code of Conduct - Reporting Guide"
msgstr ""

msgid "A guide to reporting issues in the community"
msgstr ""

msgid ""
"If you believe someone is violating the code of conduct we ask that you "
"report it to the Django Software Foundation by emailing <a "
"href=\"mailto:conduct@djangoproject.com\">conduct@djangoproject.com</a>. "
"<strong>All reports will be kept confidential.</strong> In some cases we may "
"determine that a public statement will need to be made. If that's the case, "
"the identities of all victims and reporters will remain confidential unless "
"those individuals instruct us otherwise."
msgstr ""

msgid ""
"<strong>If you believe anyone is in physical danger, please notify "
"appropriate law enforcement first.</strong> If you are unsure what law "
"enforcement agency is appropriate, please include this in your report and we "
"will attempt to notify them."
msgstr ""

msgid ""
"If you are unsure whether the incident is a violation, or whether the space "
"where it happened is covered by this Code of Conduct, we encourage you to "
"still report it. We would much rather have a few extra reports where we "
"decide to take no action, rather than miss a report of an actual violation. "
"We do not look negatively on you if we find the incident is not a violation. "
"And knowing about incidents that are not violations, or happen outside our "
"spaces, can also help us to improve the Code of Conduct or the processes "
"surrounding it."
msgstr ""

msgid "In your report please include:"
msgstr ""

msgid ""
"Your contact info (so we can get in touch with you if we need to follow up)"
msgstr ""

msgid ""
"Names (real, nicknames, or pseudonyms) of any individuals involved. If there "
"were other witnesses besides you, please try to include them as well."
msgstr ""

msgid ""
"When and where the incident occurred. Please be as specific as possible."
msgstr ""

msgid ""
"Your account of what occurred. If there is a publicly available record (e.g. "
"a forum post) please include a link."
msgstr ""

msgid "Any extra context you believe existed for the incident."
msgstr ""

msgid "If you believe this incident is ongoing."
msgstr ""

msgid "Any other information you believe we should have."
msgstr ""

msgid "What happens after you file a report?"
msgstr ""

msgid ""
"You will receive an email from the DSF Code of Conduct Working Group "
"acknowledging receipt immediately. We promise to acknowledge receipt within "
"24 hours (and will aim for much quicker than that)."
msgstr ""

msgid ""
"The working group will immediately meet to review the incident and determine:"
msgstr ""

msgid "What happened."
msgstr ""

msgid "Whether this event constitutes a code of conduct violation."
msgstr ""

msgid "Who the bad actor was."
msgstr ""

msgid ""
"Whether this is an ongoing situation, or if there is a threat to anyone's "
"physical safety."
msgstr ""

msgid ""
"If this is determined to be an ongoing incident or a threat to physical "
"safety, the working groups' immediate priority will be to protect everyone "
"involved. This means we may delay an \"official\" response until we believe "
"that the situation has ended and that everyone is physically safe."
msgstr ""

msgid ""
"Once the working group has a complete account of the events they will make a "
"decision as to how to response. Responses may include:"
msgstr ""

msgid "Nothing (if we determine no violation occurred)."
msgstr ""

msgid ""
"A private reprimand from the working group to the individual(s) involved."
msgstr ""

msgid "A public reprimand."
msgstr ""

msgid ""
"An imposed vacation (i.e. asking someone to \"take a week off\" from the "
"forum)."
msgstr ""

msgid ""
"A permanent or temporary ban from some or all Django spaces (the forum, etc.)"
msgstr ""

msgid "A request for a public or private apology."
msgstr ""

msgid ""
"We'll respond within one week to the person who filed the report with either "
"a resolution or an explanation of why the situation is not yet resolved."
msgstr ""

msgid ""
"Once we've determined our final action, we'll contact the original reporter "
"to let them know what action (if any) we'll be taking. We'll take into "
"account feedback from the reporter on the appropriateness of our response, "
"but we don't guarantee we'll act on it."
msgstr ""

msgid ""
"Finally, the Working Group will make a report on the situation to the DSF "
"board. The board may choose to a public report of the incident."
msgstr ""

msgid ""
"What if your report concerns a possible violation by a committee member?"
msgstr ""

msgid ""
"If your report concerns a current member of the Code of Conduct committee, "
"you may not feel comfortable sending your report to the committee, as all "
"members will see the report."
msgstr ""

msgid ""
"In that case, you can make a report directly to any or all of the current "
"(vice/co) chairs of the Code of Conduct committee. Their e-mail addresses "
"are listed on the <a href=\"/foundation/committees/\">Code of Conduct "
"Committee</a> page. The chairs will follow the usual enforcement process "
"with the other members, but will exclude the member(s) that the report "
"concerns from any discussion or decision making."
msgstr ""

msgid ""
"If your report concerns all current (vice/co) chairs of the committee, "
"please send your report directly to the DSF board at <a "
"href=\"mailto:foundation@djangoproject.com\">foundation@djangoproject.com</"
"a> instead."
msgstr ""

msgid "Reconsideration"
msgstr ""

msgid ""
"Any of the parties directly involved or affected can request reconsideration "
"of the committee’s decision. To make such a request, contact the DSF Board "
"at <a "
"href=\"mailto:foundation@djangoproject.com\">foundation@djangoproject.com</"
"a> with your request and motivation and the DSF board will review the case."
msgstr ""

msgid "Django Code of Conduct Feedback"
msgstr ""

msgid "Your name (optional):"
msgstr ""

msgid "Your email address (optional):"
msgstr ""

msgid "Your message:"
msgstr ""

msgid "Send &rarr;"
msgstr ""

msgid "Contact the Django Software Foundation"
msgstr ""

msgid ""
"This contact form is for the Django Software Foundation - the legal and "
"fundraising arm of the Django project."
msgstr ""

msgid ""
"If you want to report a bug, feature request, or documentation issue in "
"Django, use the <a href=\"https://code.djangoproject.com\">ticket tracker</"
"a>."
msgstr ""

msgid ""
"If you want to report a problem with this website, use the <a href=\"https://"
"github.com/django/djangoproject.com\">GitHub repo</a>."
msgstr ""

msgid ""
"If you've got questions about how to use Django, use the <a href=\"https://"
"forum.djangoproject.com\">Django Forum</a>."
msgstr ""

msgid "Message sent"
msgstr ""

msgid "Your message has been sent; thanks!"
msgstr ""

msgid ""
"Your mail <em>will</em> be read by a real, live human being. We can't "
"guarantee when or whether you'll get a reply, but your message <em>will</em> "
"be read, generally within the next couple of days."
msgstr ""

msgid ""
"If you're expecting a reply and don't get one, please feel free to send a "
"reminder. Please wait a few days, however, unless it's an emergency."
msgstr ""

msgid "Django Community Diversity Statement"
msgstr ""

msgid "We welcome you."
msgstr ""

msgid "Community Diversity Statement"
msgstr ""

msgid "Diversity Statement"
msgstr ""

msgid "Django Community Diversity Statement - Changes"
msgstr ""

msgid ""
"We're (mostly) programmers, so we'll track changes to the diversity "
"statement the same way we track changes to code. All changes will be "
"proposed via a pull request to the <a href=\"https://github.com/django/"
"djangoproject.com\">djangoproject.com repository on GitHub</a>. Changes will "
"be reviewed by the membership first, and then sent to the DSF and the Django "
"community for comment. We'll hold a comment period of at least one week, "
"then the DSF board will vote on the change. Approved changes will be merged, "
"published, and noted below."
msgstr ""

msgid ""
"This only applies to material changes; changes that don't affect the intent "
"(typo fixes, re-wordings, etc.) can be made immediately."
msgstr ""

msgid ""
"A complete list of changes can always be found <a href=\"https://github.com/"
"django/djangoproject.com/commits/main/djangoproject/templates/diversity\">on "
"GitHub</a>; major changes and releases are summarized below."
msgstr ""

msgid "Initial release"
msgstr ""

msgid ""
"Platitudes are cheap. We've all heard organizations say they're committed to "
"\"diversity\" and \"tolerance\" without ever getting specific, so here's our "
"stance on it:"
msgstr ""

msgid ""
"We welcome people of any gender identity or expression, race, skin color, "
"ethnicity, age, size, nationality, sexual orientation, ability level, "
"neurotype, religion, elder status, family structure, culture, subculture, "
"political opinion, education level, identity, and self-identification. We "
"welcome activists, artists, bloggers, crafters, coders, wannabe-coders, "
"designers, entrepreneurs, documentation writers, journalists, sysadmins, "
"teachers, ordinary people, extraordinary people, and everyone in between."
msgstr ""

msgid ""
"We welcome you. You may wear a baby sling, hijab, a kippah, leather, an XXXL "
"t-shirt, a pentacle, a political badge, a rainbow, a rosary, tattoos, or "
"something we can only dream of. You may carry a guitar or walking cane or a "
"15 year old laptop. Conservative or liberal, libertarian or socialist — we "
"believe it's possible for people of all viewpoints and persuasions to come "
"together and learn from each other. We believe in the broad spectrum of "
"individual and collective experience and in the inherent dignity of all "
"people. We believe that amazing things happen when people from different "
"worlds and world-views approach each other to create a conversation."
msgstr ""

msgid ""
"We get excited about web development — from professional to amateur, from "
"giant projects to simple apps, from the coder who's been doing this since "
"the day Django was conceived in Kansas to the newbie who just started "
"studying the Django tutorial today."
msgstr ""

msgid ""
"We think accessibility for people with disabilities is a priority, not an "
"afterthought. We think neurodiversity is a feature, not a bug. We believe in "
"being inclusive, welcoming, and supportive of anyone who comes to us with "
"good faith and the desire to build a community."
msgstr ""

#, python-format
msgid ""
"There are a few diversity initiatives in the Django community, but there can "
"always be more. We protect our diversity through our <a "
"href=\"%(coc_url)s\">Code of Conduct</a> and the team that applies it. We "
"also call on you, as a member of the Django community, to proudly show your "
"support. Be generous, understanding and respectful to your fellow "
"Djangonauts. Seek out newcomers and help them feel like they belong. Listen "
"with empathy when someone has a different perspective. Talk to someone if "
"you notice that something could be better."
msgstr ""

msgid ""
"We have enough experience to know that we won't get any of this perfect on "
"the first try. But we have enough hope, energy, and idealism to want to "
"learn things we don't know now. We may not be able to satisfy everyone, but "
"we can certainly work to avoid excluding anyone. And we promise that if we "
"get it wrong, we'll listen carefully and respectfully to you when you point "
"it out to us, and we'll do our best to make good on our mistakes."
msgstr ""

msgid ""
"We think our technical experience is important, but we think our community "
"experience is more important. We know what goes wrong when organizations say "
"one thing and do another, or when they refuse to say anything at all. We "
"believe that keeping the Django Software Foundation transparent is just as "
"important as keeping our servers stable."
msgstr ""

msgid ""
"We work with the Django web framework, and we invite everyone to contribute, "
"to the core Django code, the ecosystem of Django packages, and the community."
msgstr ""

msgid "Come build the web with us."
msgstr ""

msgid ""
"Original text courtesy of the <a href=\"https://www.dreamwidth.org/legal/"
"diversity\">Dreamwidth</a>."
msgstr ""

msgid ""
"If you have questions, feel free to <a "
"href=\"mailto:conduct@djangoproject.com\">contact us</a>."
msgstr ""

msgid "Django Core Developers"
msgstr ""

msgid "Former Django Core Team dissolved on March 12, 2020."
msgstr ""

msgid ""
"The title &ldquo;Django Core Developer&rdquo; is awarded to individuals who "
"have made significant contributions, over an extended period of time, to "
"Django or to major parts of its ecosystem. The title is awarded by the Board "
"of Directors of the Django Software Foundation. A list of recipients is "
"below."
msgstr ""

msgid "Meeting minutes archive"
msgstr ""

msgid "View meeting minutes"
msgstr ""

msgid "Select a year to view meeting minutes:"
msgstr ""

#, python-format
msgid "View meeting minutes for %(day)s"
msgstr ""

#, python-format
msgid "Meeting minutes archive: %(day)s"
msgstr ""

#, python-format
msgid "View meeting minutes for %(month)s"
msgstr ""

#, python-format
msgid "Meeting minutes archive: %(month)s"
msgstr ""

#, python-format
msgid "View meeting minutes for %(year)s"
msgstr ""

#, python-format
msgid "Meeting minutes archive: %(year)s"
msgstr ""

#, python-format
msgid "Meeting minutes: %(meeting)s"
msgstr ""

#, python-format
msgid "Meeting minutes for %(meeting)s"
msgstr ""

#, python-format
msgid "The meeting was led by %(name)s."
msgstr ""

msgid "Board members in attendance were:"
msgstr ""

msgid "Also in attendance were:"
msgstr ""

msgid "Finances"
msgstr ""

msgid "Balance"
msgstr ""

msgid "Treasurer&#8217;s report"
msgstr ""

msgid "Grants approved"
msgstr ""

msgid "Individual members approved"
msgstr ""

msgid "Corporate members approved"
msgstr ""

msgid "Ongoing business"
msgstr ""

msgid "New business"
msgstr ""

msgid "Action items"
msgstr ""

msgid "New and Ongoing business"
msgstr ""

msgctxt "Following meeting minutes summary"
msgid "Read more"
msgstr ""

#, python-format
msgid ""
"\n"
"Hi %(name)s,\n"
"\n"
"This is to let you know that payment for your recurring donation to the "
"Django Software Foundation has failed.\n"
"This might be because your payment card has expired or you don't have enough "
"funds.\n"
"\n"
"Please check your bank balance or go to %(manage_url)s to add a new card. We "
"will try to take payment again in 3 days.\n"
"\n"
"Thanks very much for your support.\n"
"\n"
"Regards,\n"
"Django Software Foundation\n"
msgstr ""

#, python-format
msgid ""
"\n"
"Hi %(name)s,\n"
"\n"
"This is to let you know that your recurring payment to the Django Software\n"
"Foundation has been cancelled. No further payments will be made.\n"
"\n"
"If you didn't intend to do this, please go back to the fundraising page and\n"
"recreate your payment subscription:\n"
"%(fundraising_url)s\n"
"Thanks very much for your support.\n"
"\n"
"Regards,\n"
"Django Software Foundation\n"
msgstr ""

#, python-format
msgid ""
"\n"
"    Hello!\n"
"\n"
"    Thank you for making a donation to the Django Software Foundation.\n"
"\n"
"    Your support is invaluable to continue the rapid development of Django "
"and helps the Django Fellowship program in particular.\n"
"\n"
"    If you want to change information about your donation, you can do so by "
"accessing the link below:\n"
"\n"
"    %(manage_url)s\n"
"\n"
"    Best regards,\n"
"    Django Software Foundation\n"
msgstr ""

#, python-format
msgid "Logo of company %(company_name)s"
msgstr ""

msgid "Pixelated heart logo"
msgstr ""

#, python-format
msgid "Diamond Corporate Members ($%(amount)s+)"
msgstr ""

#, python-format
msgid "Platinum Corporate Members ($%(amount)s+)"
msgstr ""

#, python-format
msgid "Gold Corporate Members ($%(amount)s+)"
msgstr ""

#, python-format
msgid "Silver Corporate Members ($%(amount)s+)"
msgstr ""

#, python-format
msgid "Bronze Corporate Members ($%(amount)s+)"
msgstr ""

msgid "In-kind donors"
msgstr ""

msgid "These donors help with significant non-cash contributions."
msgstr ""

#, python-format
msgid "Leaders ($%(amount)s+)"
msgstr ""

#, python-format
msgid ""
"Leadership-level donors contribute $%(amount)s or more in a calendar year."
msgstr ""

msgid "Heroes"
msgstr ""

#, python-format
msgid ""
"Our donor roll for all donations made in the last %(display_donor_days)s "
"days."
msgstr ""

#, python-format
msgid "%(goal_percent)s%% funded"
msgstr ""

#, python-format
msgid "Fundraising progress: %(goal_percent)s percent funded"
msgstr ""

#, python-format
msgid ""
"<strong>$%(amount)s donated</strong> of US&nbsp;$%(goal)s goal for "
"%(start_date)s"
msgstr ""

#, python-format
msgid ""
"Companies able to make a <strong>larger donation</strong> ($2,000+/year) are "
"invited to apply to be Corporate Members <a href=\"%(corp_join_url)s\">here</"
"a>."
msgstr ""

msgid "Help us make it happen:"
msgstr ""

msgid "Donation frequency:"
msgstr ""

msgid "Donation amount:"
msgstr ""

msgctxt "Donation amount in US dollars"
msgid "integer only"
msgstr ""

msgid "Donate monthly"
msgstr ""

#, python-format
msgid ""
"Your logo will be visible below if you contribute at least US&nbsp;$"
"%(amount)s.<br>"
msgstr ""

msgid "Support Django!"
msgstr ""

#, python-format
msgid ""
"%(name)s donated to the Django Software Foundation to support Django "
"development. Donate today!"
msgstr ""

msgid "Support Django"
msgstr ""

msgid ""
"Support Django development by donating to the Django Software Foundation"
msgstr ""

msgid ""
"<em>Support Django development</em> by donating to the <em>Django Software "
"Foundation</em>."
msgstr ""

msgid "Support the Django Software Foundation!"
msgstr ""

msgid "Other ways to give"
msgstr ""

msgid ""
"<a href=\"https://django.threadless.com/\" target=\"_blank\">Official "
"merchandise store</a> - Buy official t-shirts, accessories, and more to "
"support Django."
msgstr ""

msgid "Sponsor Django via GitHub Sponsors"
msgstr ""

msgid ""
"<a href=\"/foundation/donate/#benevity-giving\">Benevity Workplace Giving "
"Program</a> - If your employer participates, you can make donations to the "
"DSF via payroll deduction."
msgstr ""

msgid "Why give to the Django Software Foundation?"
msgstr ""

msgid "Our main focus is direct support of Django's developers. This means:"
msgstr ""

msgid ""
"Organizing and funding development sprints so that Django's developers can "
"meet in person."
msgstr ""

msgid ""
"Helping key developers attend these sprints and other community events by "
"covering travel expenses to official Django events."
msgstr ""

msgid ""
"Providing financial assistance to community development and outreach "
"projects such as <a href=\"#django-girls\">Django Girls</a>."
msgstr ""

msgid ""
"Providing financial assistance to individuals so they can attend major "
"conferences and events."
msgstr ""

msgid ""
"Funding the <a href=\"#fellowship-program\">Django Fellowship program</a>, "
"which provides full-time staff to perform community management tasks in the "
"Django community."
msgstr ""

msgid ""
"Still curious? See our <a href=\"/foundation/donate/\">Frequently Asked "
"Questions</a> about donations."
msgstr ""

msgid "Django Fellowship Program"
msgstr ""

msgid ""
"The biggest expense of the <abbr title=\"Django Software Foundation\">DSF</"
"abbr> is the Django Fellowship program. It's a project where <a href=\"#who-"
"are-the-django-fellows\">paid contractors</a> are engaged to manage some of "
"the administrative and community management tasks of the Django project to "
"support rapid development of Django itself."
msgstr ""

msgid ""
"<strong>The Django Fellowship program has a major positive impact on how "
"Django is developed and maintained.</strong> The Django Fellows triage 10-15 "
"new tickets each week and review and merge around fifteen non-trivial "
"patches a week from the community. Release blocking and severe bugs aren't "
"postponed indefinitely. Major releases happen according to an 8 month "
"schedule and bug fix releases occur monthly."
msgstr ""

msgid ""
"For more details, you can read retrospectives for the <a href=\"/weblog/2015/"
"jan/21/django-fellowship-retrospective/\"> first three months of the "
"program</a>, <a href=\"/weblog/2015/dec/17/fellowship-2015-retrospective/"
"\">2015</a>, and <a href=\"/weblog/2016/dec/28/fellowship-2016-retrospective/"
"\">2016</a>."
msgstr ""

msgid ""
"The Django Fellows are a resource to help review patches and contributions "
"from the community, and the community loves that:"
msgstr ""

msgid ""
"<strong>If you use Django on a daily basis and care about the development of "
"Django itself, you should donate today</strong> (may be <a href=\"/"
"foundation/donate/#tax-deductible\">tax deductible</a>). Only with your "
"support can we make sure that the web framework you base your work on can "
"grow to be even better in the coming years."
msgstr ""

msgid "Django Girls Outreach"
msgstr ""

msgid ""
"Supporting <a href=\"https://djangogirls.org/\">Django Girls workshops</a> "
"is a significant priority for the Django Software Foundation. Django Girls "
"workshops are organized by volunteers and are provided as free events for "
"women who want to learn to code. The workshop serves as an introduction to "
"Python and Django, where attendees learn usable skills to build their first "
"web app."
msgstr ""

msgid ""
"Django Girls workshop attendees go on to organize their own workshops, lead "
"in their community, and secure full-time jobs as developers. Read their "
"stories in the “Your Django Story” series on the <a href=\"https://"
"blog.djangogirls.org/\"> Django Girls blog</a>."
msgstr ""

msgid ""
"In 2015, the Django Software Foundation contributed $5,400 to eighteen "
"Django Girls workshops around the world. Here's what some of the organizers "
"had to say about the impact:"
msgstr ""

msgid ""
"Sponsorship from the DSF allowed us to have on-site child care for our "
"Django Girls Portland workshop. We hosted 2 young children and an infant, "
"and provided them with healthy snacks, games, sidewalk chalk, finger paint, "
"and emoji stickers. Without our nanny, 3 of our attendees wouldn't have been "
"able to come to the workshop. Finger paint photo is <a href=\"https://"
"blog.djangogirls.org/post/124680859493/django-girls-portland-a-"
"retrospective\"> on the blog</a>!"
msgstr ""

msgid "Lacey - Portland, Oregon, US"
msgstr ""

#, python-format
msgid ""
"The DSF supported <a href=\"https://djangogirls.org/warsaw/\">Django Girls "
"Poland</a> four times this year and the impact was enormous! In Poland, "
"diversity awareness is not a very common topic. When we approached different "
"local companies about our workshops they usually didn't get what we were "
"actually doing and why it is important. If not for the DSF, we probably "
"would not have been able to hold our workshops at all. Our first workshops "
"were the only until now workshops that were 100%% female - female only "
"coaches and female only attendees. Thanks to you, we were able to focus on "
"gathering female mentors instead of searching for sponsors!"
msgstr ""

msgid "Ania - Wrocław, Poland"
msgstr ""

msgid ""
"<a href=\"https://pyfound.blogspot.kr/2015/10/django-girls-seoul-great-"
"success.html\"> Django Girls Seoul</a> had 425 applicants from 11 different "
"countries ages ranging from 16 to 50 years old. After acceptances, we had "
"about 105 people to feed and caffeinate! Thanks to Django's sponsorship we "
"could get all of our participants coffee for the day. It really made a huge "
"difference because we all know how a cup of coffee can change the atmosphere "
"and mood! We were so grateful to the sponsorship we received from abroad. We "
"tried to get sponsorship from a lot of Korean companies but the same "
"generosity doesn't translate well into a Korean Business culture, I guess. "
"This made us even more thankful for our friends at the DSF!"
msgstr ""

msgid "Rachell - Seoul, South Korea"
msgstr ""

msgid "DSF Supporters"
msgstr ""

msgid ""
"Our donors make our work possible! We are incredibly grateful for the "
"financial support from the following individuals and organizations in our "
"community."
msgstr ""

msgid "What is the Django Software Foundation?"
msgstr ""

msgid ""
"Development of Django is supported by an independent foundation established "
"as a 501(c)(3) non-profit. Like most open-source foundations, the goal of "
"the <a href=\"/foundation/\">Django Software Foundation</a> is to promote, "
"support, and advance the Django web framework. If you're interested in how "
"the Django Software Foundation supports the Django web framework, we "
"published a <a href=\"/weblog/2015/jan/08/django-software-"
"foundation-2014/\"> Summary of 2014. </a>"
msgstr ""

msgid "Who are the Django Fellows?"
msgstr ""

msgid "There are currently two Django Fellows:"
msgstr ""

msgid ""
"<strong><a href=\"https://github.com/sarahboyce\">Sarah Boyce</a> (2024-"
"present)</strong> - an active community member, co-creator of <a "
"href=\"https://djangonaut.space\">Djangonaut Space</a> and a member of "
"Django's review and triage team since 2023. Sarah <a href=\"https://"
"www.djangoproject.com/weblog/2024/mar/22/welcome-our-new-fellow-sarah-boyce/"
"\"> began as a full-time Fellow in April 2024</a>."
msgstr ""

msgid ""
"<strong><a href=\"https://github.com/nessita\">Natalia Bidart</a> (2023-"
"present)</strong> - a seasoned Django user with extensive experience in "
"architecting, building, and maintaining scalable web services, as well as "
"leading new feature design and development. Natalia <a href=\"https://"
"www.djangoproject.com/weblog/2023/mar/31/welcome-our-new-fellow-natalia-"
"bidart/\"> began as a part-time Fellow in April 2023</a>."
msgstr ""

msgid "Former Django Fellows:"
msgstr ""

msgid ""
"<strong><a href=\"https://github.com/felixxm\">Mariusz Felisiak</a> "
"(2019-2024)</strong> - a member of the Django team since 2017, focusing on "
"the ORM and Oracle back-end, along with triaging tickets, reviewing pull "
"requests, and backporting changes. He has contributed to more than a dozen "
"open-source projects. Mariusz began as a full-time Fellow in April 2019. In "
"2024 Mariusz retired after five years of service."
msgstr ""

msgid ""
"<strong><a href=\"https://github.com/carltongibson\">Carlton Gibson</a> "
"(2018-2023)</strong> - a longtime Django user, core contributor to Django "
"REST Framework, maintainer of Django Filter and Django Crispy Forms, and a "
"contributor to many other packages in the Django ecosystem. Carlton began as "
"a part-time Fellow in January 2018. In 2023 Carlton retired after five years "
"of service."
msgstr ""

msgid ""
"<strong><a href=\"https://github.com/timgraham\">Tim Graham</a> (2014- "
"2019)</strong> - the inaugural Django Fellow, a member of the Django team "
"since 2010, and a longtime major contributor and reviewer. In 2018 Tim "
"transitioned to part-time and in 2019 retired after four years of service."
msgstr ""

msgid ""
"<strong><a href=\"https://github.com/berkerpeksag\">Berker Peksağ</a> "
"(2014)</strong> - a core developer on CPython and Gunicorn, Berker worked as "
"Fellow during the 3 month pilot, supporting Tim part-time."
msgstr ""

msgid "Manage your donations to the Django Software Foundation"
msgstr ""

msgid ""
"Your support is <strong>invaluable</strong> to continue the rapid "
"development of Django and helps the <strong>Django Fellowship</strong> "
"program in particular. Thank you!"
msgstr ""

msgid "Manage your participation in the fundraising campaigns"
msgstr ""

msgid ""
"Information entered below will be visible on all of your donations to the "
"Django Project."
msgstr ""

msgctxt "Save personal details about donation"
msgid "Save &rarr;"
msgstr ""

msgid "Modify your recurring donations"
msgstr ""

msgid "Update the time interval or amount of your recurring donation here:"
msgstr ""

msgid "Cancel your recurring donations"
msgstr ""

msgid ""
"You can cancel your recurring donation to the Django Software Foundation "
"anytime."
msgstr ""

#, python-format
msgid "Your %(interval)s recurring donation of $%(amount)s."
msgstr ""

msgid "cancel this donation"
msgstr ""

msgid "Your past donations"
msgstr ""

msgid "Thank you for supporting the Django Project!"
msgstr ""

msgid ""
"Your support is <strong>invaluable</strong> to continue the rapid "
"development of Django and helps the <strong>Django Fellowship</strong> "
"program in particular."
msgstr ""

msgid ""
"Please help us spread the word and encourage your friends and colleagues to "
"donate. Thank you!"
msgstr ""

msgid ""
"You should receive an email shortly, with confirmation of your donation, "
"details of badges you can display to show you support of Django, managing "
"your donation,  and how you can have your name or company displayed on the "
"Fundraising page and in the sidebar on the Django Project website."
msgstr ""

msgid "Welcome aboard! ⛵️"
msgstr ""

msgid ""
"If you have any <strong>problems</strong> with your donation please email <a "
"href=\"mailto:donations@djangoproject.com\">donations@djangoproject.com</a> "
"for help."
msgstr ""

msgid ""
"Django makes it easier to build better web apps more quickly and with less "
"code."
msgstr ""

msgid "Get started with Django"
msgstr ""

msgid "Meet Django"
msgstr ""

msgid ""
"Django is a high-level Python web framework that encourages rapid "
"development and clean, pragmatic design. Built by experienced developers, it "
"takes care of much of the hassle of web development, so you can focus on "
"writing your app without needing to reinvent the wheel. It’s free and open "
"source."
msgstr ""

msgid "Ridiculously fast."
msgstr ""

msgid ""
"Django was designed to help developers take applications from concept to "
"completion as quickly as possible."
msgstr ""

msgid "Reassuringly secure."
msgstr ""

msgid ""
"Django takes security seriously and helps developers avoid many common "
"security mistakes."
msgstr ""

msgid "Exceedingly scalable."
msgstr ""

msgid ""
"Some of the busiest sites on the web leverage Django’s ability to quickly "
"and flexibly scale."
msgstr ""

msgid "Learn more about Django"
msgstr ""

msgid "Join the Community"
msgstr ""

#, python-format
msgid "Download <em>latest release: %(DJANGO_VERSION)s</em>"
msgstr ""

msgid "Django documentation"
msgstr ""

msgid "Latest news"
msgstr ""

msgid "More news"
msgstr ""

msgid "New to Django?"
msgstr ""

msgid "Installation guide"
msgstr ""

msgid "Write your first Django app"
msgstr ""

msgid "Getting started with Django"
msgstr ""

msgid "The power of Django"
msgstr ""

msgid "Object-relational mapper"
msgstr ""

msgid "Automatic admin interface"
msgstr ""

msgid "Robust template system"
msgstr ""

msgid "Quick internationalization"
msgstr ""

msgid "Explore more features"
msgstr ""

msgid "Get involved"
msgstr ""

msgid "Ticket system"
msgstr ""

msgid "Report bugs and make feature requests"
msgstr ""

msgid "Development dashboard"
msgstr ""

msgid "see what's currently being worked on"
msgstr ""

msgid "Inside the Django community"
msgstr ""

msgid "Django Discord Server"
msgstr ""

msgid "Join the Django Discord Community"
msgstr ""

msgid "Official Django Forum"
msgstr ""

msgid "Join the community on the Django Forum."
msgstr ""

msgid "The Django Software Foundation"
msgstr ""

msgid "About the Foundation"
msgstr ""

msgid "Our non-profit supports the project"
msgstr ""

msgid "Your contribution makes Django stronger"
msgstr ""

msgid "More about the DSF"
msgstr ""

msgid "Toggle theme (current theme: auto)"
msgstr ""

msgid "Toggle theme (current theme: light)"
msgstr ""

msgid "Toggle theme (current theme: dark)"
msgstr ""

msgid "Corporate member badges"
msgstr ""

msgid ""
"<a href=\"/foundation/corporate-membership/\">Corporate members</a> of the "
"Django Software Foundation may display these badges on their site to show "
"their support."
msgstr ""

#, python-format
msgid ""
"\n"
"Hi %(contact_name)s,\n"
"\n"
"The Django Software Foundation membership for %(member_name)s expires\n"
"%(expiry_date)s. Would you like to renew your support?\n"
"\n"
"Use this link to do so:\n"
"%(renewal_link)s\n"
"It expires 30 days from today, but just email us if you need one later.\n"
"\n"
"Thank you for your support!\n"
"\n"
"p.s. If you decide not to renew, please reply to let us know and we'll mark\n"
"your membership as inactive.\n"
msgstr ""

msgid "Corporate membership application submitted."
msgstr ""

msgid ""
"Thanks! Your application is being reviewed, and we'll follow up a response "
"from the board after our next monthly meeting."
msgstr ""

msgid "Become a DSF corporate member"
msgstr ""

msgid ""
"Provide us with a few details and we'll start onboarding your organization!"
msgstr ""

msgid "Send →"
msgstr ""

msgid "Corporate members"
msgstr ""

msgid ""
"The following organizations are corporate members of the Django Software "
"Foundation."
msgstr ""

msgid ""
"The following organizations are corporate members of the Django Software "
"Foundation. If you are interested in becoming a corporate member of the DSF, "
"you can find out more on our <a href=\"/foundation/corporate-membership/\"> "
"corporate membership page</a>."
msgstr ""

msgid "Individual members"
msgstr ""

msgid ""
"Individual Members are appointed by the DSF in recognition of their "
"contribution to the DSF's mission of advancing and promoting Django, "
"protecting the framework's long-term viability, and advancing the state of "
"the art in web development."
msgstr ""

msgid ""
"Contribution to the DSF's mission takes many forms. Here are some non-"
"exhaustive examples of the categories of work that might qualify:"
msgstr ""

msgid ""
"Contributing code, documentation, or tests to Django or to major third-party "
"packages in the Django ecosystem."
msgstr ""

msgid ""
"Reviewing pull requests or triaging tickets on Django or a third-party app."
msgstr ""

msgid ""
"Creating learning resources (blogs, videos, etc.) for people to learn Django."
msgstr ""

msgid ""
"Contributing to discussions in community areas such as the <a href=\"https://"
"forum.djangoproject.com/\">Django Forum</a> or <a href=\"https://discord.com/"
"invite/xcRH6mN4fa\">Discord</a>."
msgstr ""

msgid "Being part of the organizing team for a Django community event."
msgstr ""

msgid ""
"Serving on a <a href=\"https://github.com/django/dsf-working-groups\">DSF "
"Working Group</a>."
msgstr ""

msgid ""
"For more information about membership, see <a href=\"faq/\">the DSF "
"membership FAQ</a>."
msgstr ""

msgid ""
"If you would like to apply for Individual Membership, please <a "
"href=\"https://docs.google.com/forms/d/e/1FAIpQLSd5lbWxAO-"
"sylEEjHVKBNIpmHlhdJRf0_LCo8glnLUWd-Q2Sw/viewform?usp=sf_link\">fill out this "
"form</a>. If you are unsure if you meet the criteria, but you would like to "
"be a member, please apply anyway! You can also nominate others using the "
"same form if you know someone who should be considered."
msgstr ""

msgid ""
"As a member of the DSF, you will be recognized for your contributions to the "
"community. Your name will appear below and you'll be added to the various "
"DSF Members communication channels (mailing list, forum, Discord). You will "
"also be eligible to vote for the DSF Board and Steering Council."
msgstr ""

msgid "The following are Individual Members of the Django Software Foundation."
msgstr ""

msgid "Former members"
msgstr ""

msgid "The following are former Individual Members of the DSF."
msgstr ""

msgid "Meet the Teams | Django Software Foundation"
msgstr ""

msgid ""
"Get to know the teams behind the Django Software Foundation, including the "
"Steering Council and various committees. Learn about their roles and "
"responsibilities in advancing the development and adoption of the Django web "
"framework."
msgstr ""

msgid "Teams"
msgstr ""

msgid "Teams indicate who is actively contributing in certain areas."
msgstr ""

msgid "Django overview"
msgstr ""

msgid ""
"<em>Django</em> was invented to meet fast-moving <em>newsroom deadlines</"
"em>, while satisfying the tough requirements of <em>experienced web "
"developers</em>."
msgstr ""

msgid "Why Django?"
msgstr ""

msgid ""
"With Django, you can take web applications from concept to launch in a "
"matter of hours. Django takes care of much of the hassle of web development, "
"so you can focus on writing your app without needing to reinvent the wheel. "
"It’s free and open source."
msgstr ""

msgid "See how fast you can start building"
msgstr ""

msgid "Fully loaded."
msgstr ""

msgid ""
"Django includes dozens of extras you can use to handle common web "
"development tasks. Django takes care of user authentication, content "
"administration, site maps, RSS feeds, and many more tasks — right out of the "
"box."
msgstr ""

msgid "See what’s included"
msgstr ""

msgid ""
"Django takes security seriously and helps developers avoid many common "
"security mistakes, such as SQL injection, cross-site scripting, cross-site "
"request forgery and clickjacking. Its user authentication system provides a "
"secure way to manage user accounts and passwords."
msgstr ""

msgid "Read our security overview"
msgstr ""

msgid ""
"Some of the busiest sites on the planet use Django’s ability to quickly and "
"flexibly scale to meet the heaviest traffic demands."
msgstr ""

msgid "Learn more about scaling Django applications"
msgstr ""

msgid "Incredibly versatile."
msgstr ""

msgid ""
"Companies, organizations and governments have used Django to build all sorts "
"of things — from content management systems to social networks to scientific "
"computing platforms."
msgstr ""

msgid "Get started <em>with Django</em>"
msgstr ""

msgid "Sites Using Django"
msgstr ""

msgid "Account activation failed"
msgstr ""

msgid "Account activation failed."
msgstr ""

#, python-format
msgid ""
"Sorry, it didn't work. Either your activation link was incorrect, or the "
"activation key for your account has expired; activation keys are only valid "
"for %(days)s days after registration."
msgstr ""

msgid "Account activated"
msgstr ""

msgid "Account activated."
msgstr ""

#, python-format
msgid ""
"Thanks for signing up! Now you can <a href=\"%(login_url)s\">log in</a>."
msgstr ""

msgid ""
"Someone, hopefully you, signed up for a new account at djangoproject.com "
"using this email address. If it was you, and you'd like to activate and use "
"your account, click the link below or copy and paste it into your web "
"browser's address bar:"
msgstr ""

#, python-format
msgid ""
"If you didn't request this, you don't need to do anything; you won't receive "
"any more email from us, and the account will expire automatically in "
"%(num_days)s days."
msgstr ""

msgid "Activate your djangoproject.com account"
msgstr ""

msgid "Accounts"
msgstr ""

msgid "Logged out"
msgstr ""

msgid "You've been logged out."
msgstr ""

#, python-format
msgid ""
"Thanks for stopping by; when you come back, don't forget to <a "
"href=\"%(login_url)s\">log in</a> again."
msgstr ""

msgid "Log in"
msgstr ""

msgid "Log in to your account"
msgstr ""

msgid "Username:"
msgstr ""

msgid "Password:"
msgstr ""

#, python-format
msgid ""
"If you don't have an account, you can <a href=\"%(register_url)s\">sign up</"
"a> for one."
msgstr ""

#, python-format
msgid ""
"If you forgot your password, you can <a href=\"%(reset_url)s\">reset it</a>."
msgstr ""

#, python-format
msgid ""
"You're receiving this e-mail because you requested a password reset for your "
"user account at %(site_name)s"
msgstr ""

msgid "Please go to the following page and choose a new password:"
msgstr ""

msgid "Your username, in case you've forgotten:"
msgstr ""

msgid "Thanks for using our site!"
msgstr ""

#, python-format
msgid "The %(site_name)s team"
msgstr ""

msgid "Registration complete"
msgstr ""

msgid "Check your email"
msgstr ""

msgid ""
"An activation link has been sent to the email address you supplied, along "
"with instructions for activating your account."
msgstr ""

msgid "Sign up"
msgstr ""

msgid "Create an account"
msgstr ""

msgid ""
"Or, <a href=\"https://code.djangoproject.com/github/login\">login with "
"GitHub</a>."
msgstr ""

msgid "Email address:"
msgstr ""

msgid "Password (type again to catch typos):"
msgstr ""

msgid "Register"
msgstr ""

msgid ""
"Fill out the form to the right (all fields are required), and your account "
"will be created; you'll be sent an email with instructions on how to finish "
"your registration."
msgstr ""

msgid ""
"We'll only use your email to send you signup instructions. We hate spam as "
"much as you do."
msgstr ""

msgid ""
"This account will let you log into the ticket tracker, claim tickets, and be "
"exempt from spam filtering."
msgstr ""

msgid ""
"Your username can only consist of alphanumeric characters and underscores "
"and may be up to 30 characters long."
msgstr ""

msgid "It's quick & easy to get up and running with Django"
msgstr ""

msgid ""
"It’s <em>quick &amp; easy</em> to get up and running with <em>Django</em>."
msgstr ""

#, python-format
msgid "Download <em>version %(DJANGO_VERSION)s</em>"
msgstr ""

#, python-format
msgid ""
"Depending how new you are to Django, you can <a "
"href=\"%(tutorial1_url)s\">try a tutorial</a>, or just <a "
"href=\"%(docs_homepage_url)s\">dive into the documentation</a>."
msgstr ""

msgid ""
"Want to learn more about Django? Read the overview to see whether Django is "
"right for your project."
msgstr ""

msgid "Install Django"
msgstr ""

msgid ""
"Before you can use Django, you’ll need to install it. Our complete "
"installation guide covers all the possibilities; this guide will get you to "
"a simple, minimal installation that’ll work while you walk through the "
"introduction."
msgstr ""

msgid "Django installation guide"
msgstr ""

#, python-format
msgid ""
"Installed Django already? Good. Now <a href=\"%(tutorial1_url)s\">try this "
"tutorial</a>, which walks you through creating a basic poll application. "
"It’s got two parts:"
msgstr ""

msgid "A public site that lets people view polls and vote in them."
msgstr ""

msgid "An administrative interface that lets you add, change and delete polls."
msgstr ""

msgid "Take the tutorial"
msgstr ""

msgid "Sharpen your skills"
msgstr ""

#, python-format
msgid ""
"The official <a href=\"%(docs_homepage_url)s\">Django documentation</a> "
"covers everything you need to know about Django (and then some)."
msgstr ""

msgid "Read the docs"
msgstr ""

msgid "Join the community</span>"
msgstr ""

#, python-format
msgid ""
"You can help <a href=\"%(community_index)s\">make us better</a>. Find out "
"about upcoming Django events, learn what’s on other Django developers’ "
"minds, find and post jobs, and more."
msgstr ""

msgid "Join us"
msgstr ""

msgid "Intro to Django</span>"
msgstr ""

msgid ""
"Define your data models entirely in Python. You get a rich, dynamic database-"
"access API for free — but you can still write SQL if needed."
msgstr ""

msgid "Read more"
msgstr ""

msgid "URLs and views"
msgstr ""

msgid "Templates"
msgstr ""

msgid ""
"Django’s template language is designed to strike a balance between power and "
"ease. It’s designed to feel comfortable and easy-to-learn to those used to "
"working with HTML, like designers and front-end developers. But it is also "
"flexible and highly extensible, allowing developers to augment the template "
"language as needed."
msgstr ""

msgid "Forms"
msgstr ""

msgid ""
"Django provides a powerful form library that handles rendering forms as "
"HTML, validating user-submitted data, and converting that data to native "
"Python types. Django also provides a way to generate forms from your "
"existing models and use those forms to create and update data."
msgstr ""

msgid "Authentication"
msgstr ""

msgid ""
"Django comes with a full-featured and secure authentication system. It "
"handles user accounts, groups, permissions and cookie-based user sessions. "
"This lets you easily build sites that allow users to create accounts and "
"safely log in/out."
msgstr ""

msgid "Admin"
msgstr ""

msgid ""
"One of the most powerful parts of Django is its automatic admin interface. "
"It reads metadata in your models to provide a powerful and production-ready "
"interface that content producers can immediately use to start managing "
"content on your site. It’s easy to set up and provides many hooks for "
"customization."
msgstr ""

msgid "Internationalization"
msgstr ""

msgid ""
"Django offers full support for translating text into different languages, "
"plus locale-specific formatting of dates, times, numbers, and time zones. It "
"lets developers and template authors specify which parts of their apps "
"should be translated or formatted for local languages and cultures, and it "
"uses these hooks to localize web applications for particular users according "
"to their preferences."
msgstr ""

msgid "Security"
msgstr ""

msgid "Django provides multiple protections against:"
msgstr ""

msgid "Clickjacking"
msgstr ""

msgid "Cross-site scripting"
msgstr ""

msgid "Cross Site Request Forgery (CSRF)"
msgstr ""

msgid "SQL injection"
msgstr ""

msgid "Remote code execution"
msgstr ""

msgid "DSF Board monthly meeting"
msgstr ""

msgid "The DSF meeting minutes"
msgstr ""

msgid "The meeting minutes of the Django Software Foundation's board."
msgstr ""

msgid "DSF Board"
msgstr ""

msgid "Non-board attendee"
msgstr ""

msgid "Non-board attendees"
msgstr ""

msgid "New"
msgstr ""

msgid "Ongoing"
msgstr ""

msgid "Business"
msgstr ""

msgid "Name for the group being inducted, e.g. 'Q1 2021'"
msgstr ""

msgid "Date this cohort was approved by the DSF Board"
msgstr ""

msgid "Recipient's name"
msgstr ""

msgid "Optional link for this recipient"
msgstr ""

msgid ""
"Optional one-paragraph description/bio of why this person received the award"
msgstr ""

msgid "donation date"
msgstr ""

msgid "Fundraising"
msgstr ""

msgid "I am donating as an"
msgstr ""

msgid "Your name or the name of your organization"
msgstr ""

msgid "Where are you located? (optional; will not be displayed)"
msgstr ""

msgid "Which URL should we link your name to?"
msgstr ""

#, python-format
msgid ""
"If you've donated at least US $%d, you can submit your logo and we will "
"display it, too."
msgstr ""

msgid ""
"Yes, display my name, URL, and logo on this site. It'll be displayed shortly "
"after we verify it."
msgstr ""

msgid ""
"Yes, the Django Software Foundation can inform me about future fundraising "
"campaigns by email."
msgstr ""

msgid "US $25"
msgstr ""

msgid "US $50"
msgstr ""

msgid "US $100"
msgstr ""

msgid "US $250"
msgstr ""

msgid "US $500"
msgstr ""

msgid "US $750"
msgstr ""

msgid "US $1,000"
msgstr ""

msgid "US $1,250"
msgstr ""

msgid "US $2,500"
msgstr ""

msgid "Other amount"
msgstr ""

msgid "Monthly donation"
msgstr ""

msgid "Quarterly donation"
msgstr ""

msgid "Yearly donation"
msgstr ""

msgid "One-time donation"
msgstr ""

msgid "Individual"
msgstr ""

msgid "Organization"
msgstr ""

msgid "Agreed to displaying on the fundraising page?"
msgstr ""

msgid "Agreed to being contacted by DSF?"
msgstr ""

msgid "Name, URL, and Logo approved?"
msgstr ""

msgid "Django hero"
msgstr ""

msgid "Django heroes"
msgstr ""

msgid "Anonymous Hero"
msgstr ""

msgid "in-kind hero"
msgstr ""

msgid "in-kind heroes"
msgstr ""

msgid "Your information has been updated."
msgstr ""

msgid "Your donation has been canceled."
msgstr ""

msgid "Payment cancelled"
msgstr ""

msgid "Payment failed"
msgstr ""

msgid "Thank you for your donation to the Django Software Foundation"
msgstr ""

msgid "Status"
msgstr ""

msgid "All"
msgstr ""

msgid "renewal link"
msgstr ""

msgid "Donation amount"
msgstr ""

msgid "Enter an integer in US$ without the dollar sign."
msgstr ""

msgid "Billing name (If different from above name)."
msgstr ""

msgid "For example, this might be your full registered company name."
msgstr ""

msgid "Your organization's name as you'd like it to appear on our website."
msgstr ""

msgid "Mailing address"
msgstr ""

msgid "We can send the invoice by email, but we need a contact address."
msgstr ""

msgid ""
"A short paragraph that describes your organization and its activities, "
"written as if the DSF were describing your company to a third party."
msgstr ""

msgid ""
"We'll use this text on the\n"
"            <a href=\"/foundation/corporate-members/\">\n"
"            corporate membership page</a>; you can use the existing "
"descriptions\n"
"            as a guide for flavor we're looking for."
msgstr ""

msgid "How does your organization use Django?"
msgstr ""

msgid ""
"This won't be displayed publicly but helps the DSF Board to evaluate your "
"application."
msgstr ""

msgid ""
"Enter an amount above and the appropriate membership level will\n"
"            be automatically selected. Or select a membership level below "
"and\n"
"            the minimum donation will be entered for you. See\n"
"            <a href=\"/foundation/corporate-membership/#dues\">dues</a> for\n"
"            details on the levels."
msgstr ""

#, python-format
msgid "Django Corporate Membership Renewal: %s"
msgstr ""

msgid ""
"Thanks for renewing as a corporate member of the Django Software Foundation! "
"Your renewal is received, and we'll follow up with an invoice soon."
msgstr ""

#, python-format
msgid "Django Corporate Membership Application: %s"
msgstr ""

msgid ""
"Thanks for applying to be a corporate member of the Django Software "
"Foundation! Your application is being reviewed, and we'll follow up a "
"response from the board after our next monthly meeting."
msgstr ""

msgid "Bronze"
msgstr ""

msgid "Silver"
msgstr ""

msgid "Gold"
msgstr ""

msgid "Platinum"
msgstr ""

msgid "Diamond"
msgstr ""

msgid ""
"⚠️ This reason is publicly displayed on the website. <strong>Do not include "
"confidential details.</strong>"
msgstr ""

msgid "HTML, without surrounding <p> tags."
msgstr ""

msgid "If different from display name."
msgstr ""

msgid "If different from contact email."
msgstr ""

msgid "Not displayed publicly."
msgstr ""

msgid "No longer renewing."
msgstr ""

msgid "In integer dollars"
msgstr ""

msgid "No CorporateMember found matching the query"
msgstr ""

#, python-format
msgid "%(version)s release notes"
msgstr ""

msgid "Online documentation"
msgstr ""