aboutsummaryrefslogtreecommitdiffstats
path: root/po/pl.po
blob: 001cc98a311d4ac7006989be43b522e1fcbd242f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
# Polish translation of evolution
# Copyright (C) 2000 Free Software Foundation, Inc.
# GNOME PL Team <gnomepl@pandora.info.bielsko.pl>, 2000.
#
msgid ""
msgstr ""
"Project-Id-Version: evolution\n"
"POT-Creation-Date: 2000-07-10 21:51-0400\n"
"PO-Revision-Date: 2000-05-13 03:41+0200\n"
"Last-Translator: GNOME PL Team <gnomepl@pandora.info.bielsko.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"

#: addressbook/backend/ebook/load-pine-addressbook.c:41
#: addressbook/gui/component/addressbook-factory.c:58
#: calendar/gui/calendar-pilot-sync.c:138 calendar/gui/main.c:68
#, fuzzy
msgid "Could not initialize Bonobo"
msgstr "Obsługa poczty: nie powiodło się uruchomienie Bonobo"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/contact-editor/categories-strings.h:7
msgid "categories"
msgstr ""

#: addressbook/contact-editor/categories-strings.h:8
msgid "Item(s) belong to these categories:"
msgstr ""

#: addressbook/contact-editor/categories-strings.h:9
msgid "Available Categories:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:579
#: calendar/gui/event-editor.c:1118
#, fuzzy
msgid "FIXME: _Appointment"
msgstr "_Spotkanie"

#: addressbook/contact-editor/e-contact-editor.c:580
#: calendar/gui/event-editor.c:1119
#, fuzzy
msgid "FIXME: Meeting Re_quest"
msgstr "Żądanie spotkania"

#: addressbook/contact-editor/e-contact-editor.c:582
#: calendar/gui/event-editor.c:1121
#, fuzzy
msgid "FIXME: _Mail Message"
msgstr "_Wiadomość pocztowa"

#: addressbook/contact-editor/e-contact-editor.c:583
#: calendar/gui/event-editor.c:1122
#, fuzzy
msgid "FIXME: _Contact"
msgstr "_Kontakt"

#: addressbook/contact-editor/e-contact-editor.c:584
#: calendar/gui/event-editor.c:1123
msgid "FIXME: _Task"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:585
#: calendar/gui/event-editor.c:1124
#, fuzzy
msgid "FIXME: Task _Request"
msgstr "Żądanie zadania"

#: addressbook/contact-editor/e-contact-editor.c:586
#: calendar/gui/event-editor.c:1125
#, fuzzy
msgid "FIXME: _Journal Entry"
msgstr "Wpis _dziennika"

#: addressbook/contact-editor/e-contact-editor.c:587
#: calendar/gui/event-editor.c:1126
msgid "FIXME: _Note"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:589
#: addressbook/contact-editor/e-contact-editor.c:694
#: calendar/gui/event-editor.c:1128 calendar/gui/event-editor.c:1235
msgid "FIXME: Ch_oose Form..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:594
#: calendar/gui/event-editor.c:1133
msgid "FIXME: _Memo Style"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:596
#: calendar/gui/event-editor.c:1135
msgid "FIXME: Define Print _Styles..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:603
#: calendar/gui/event-editor.c:1142
msgid "FIXME: S_end"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:607
#: calendar/gui/event-editor.c:1146
#, fuzzy
msgid "FIXME: Save Attac_hments..."
msgstr "Dodaj załącznik..."

#: addressbook/contact-editor/e-contact-editor.c:609
#: calendar/gui/event-editor.c:1148
#, fuzzy
msgid "FIXME: _Delete"
msgstr "Usuń"

#: addressbook/contact-editor/e-contact-editor.c:610
#: calendar/gui/event-editor.c:1149
msgid "FIXME: _Move to Folder..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:611
#: calendar/gui/event-editor.c:1150
msgid "FIXME: Cop_y to Folder..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:613
#: calendar/gui/event-editor.c:1152
msgid "Page Set_up"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:614
#: calendar/gui/event-editor.c:1153
msgid "FIXME: Print Pre_view"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:635
#: calendar/gui/event-editor.c:1174
msgid "FIXME: Paste _Special..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:640
#: calendar/gui/event-editor.c:1179
msgid "FIXME: Mark as U_nread"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:644
#: calendar/gui/event-editor.c:1183
#, fuzzy
msgid "_Object"
msgstr "Temat"

#: addressbook/contact-editor/e-contact-editor.c:649
#: addressbook/contact-editor/e-contact-editor.c:656
#: calendar/gui/event-editor.c:1188 calendar/gui/event-editor.c:1195
msgid "FIXME: _Item"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:650
#: addressbook/contact-editor/e-contact-editor.c:657
#: calendar/gui/event-editor.c:1189 calendar/gui/event-editor.c:1196
msgid "FIXME: _Unread Item"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:651
#: calendar/gui/event-editor.c:1190
msgid "FIXME: Fi_rst Item in Folder"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:658
#: calendar/gui/event-editor.c:1197
msgid "FIXME: _Last Item in Folder"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:663
#: calendar/gui/event-editor.c:1202
msgid "FIXME: _Standard"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:665
#: calendar/gui/event-editor.c:1204
msgid "FIXME: __Formatting"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:668
#: calendar/gui/event-editor.c:1207
msgid "FIXME: _Customize..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:673
#: calendar/gui/event-editor.c:1212
msgid "Pre_vious"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:674
#: calendar/gui/event-editor.c:1213
msgid "Ne_xt"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:676
#: calendar/gui/event-editor.c:1217
#, fuzzy
msgid "_Toolbars"
msgstr "_Narzędzia"

#: addressbook/contact-editor/e-contact-editor.c:681
#: calendar/gui/event-editor.c:1222
msgid "FIXME: _File..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:682
#: calendar/gui/event-editor.c:1223
msgid "FIXME: It_em..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:683
#: calendar/gui/event-editor.c:1224
msgid "FIXME: _Object..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:688
#: calendar/gui/event-editor.c:1229
msgid "FIXME: _Font..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:689
#: calendar/gui/event-editor.c:1230
msgid "FIXME: _Paragraph..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:696
#: calendar/gui/event-editor.c:1237
msgid "FIXME: Desi_gn This Form"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:697
#: calendar/gui/event-editor.c:1238
msgid "FIXME: D_esign a Form..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:699
#: calendar/gui/event-editor.c:1240
msgid "FIXME: Publish _Form..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:700
#: calendar/gui/event-editor.c:1241
msgid "FIXME: Pu_blish Form As..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:702
#: calendar/gui/event-editor.c:1243
msgid "FIXME: Script _Debugger"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:707
#: calendar/gui/event-editor.c:1248
msgid "FIXME: _Spelling..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:709
#: calendar/gui/event-editor.c:1253
#, fuzzy
msgid "_Forms"
msgstr "_Katalog"

#: addressbook/contact-editor/e-contact-editor.c:714
msgid "FIXME: _New Contact"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:715
msgid "FIXME: New _Contact from Same Company"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:717
msgid "FIXME: New _Letter to Contact"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:718
msgid "FIXME: New _Message to Contact"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:719
msgid "FIXME: New Meetin_g with Contact"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:720
msgid "FIXME: _Plan a Meeting..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:721
msgid "FIXME: New _Task for Contact"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:722
msgid "FIXME: New _Journal Entry for Contact"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:724
msgid "FIXME: _Flag for Follow Up..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:725
msgid "FIXME: _Display Map of Address"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:726
msgid "FIXME: _Open Web Page"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:728
msgid "FIXME: Forward as _vCard"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:729
#: calendar/gui/event-editor.c:1266
#, fuzzy
msgid "FIXME: For_ward"
msgstr "Prześlij"

#: addressbook/contact-editor/e-contact-editor.c:741
#: calendar/gui/event-editor.c:1279
msgid "_Insert"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:742
#: calendar/gui/event-editor.c:1280
msgid "F_ormat"
msgstr ""

#. FIXME: add Favorites here
#: addressbook/contact-editor/e-contact-editor.c:743
#: calendar/gui/event-editor.c:1281 shell/e-shell-view-menu.c:473
msgid "_Tools"
msgstr "_Narzędzia"

#: addressbook/contact-editor/e-contact-editor.c:744
#: calendar/gui/event-editor.c:1282
#, fuzzy
msgid "Actio_ns"
msgstr "_Czynności"

#: addressbook/contact-editor/e-contact-editor.c:775
msgid "Save and Close"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:776
#: calendar/gui/event-editor.c:1321
msgid "Save the appointment and close the dialog box"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:780
#: calendar/gui/event-editor.c:1325
msgid "FIXME: Print..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:781
#: calendar/gui/event-editor.c:1326
msgid "Print this item"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:782
#: calendar/gui/event-editor.c:1327
msgid "FIXME: Insert File..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:783
#: calendar/gui/event-editor.c:1328
msgid "Insert a file as an attachment"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:785
#: calendar/gui/event-editor.c:1336
#, fuzzy
msgid "FIXME: Delete"
msgstr "Usuń"

#: addressbook/contact-editor/e-contact-editor.c:786
#: calendar/gui/event-editor.c:1337 calendar/gui/gncal-todo.c:326
#, fuzzy
msgid "Delete this item"
msgstr "Usuwa tę wiadomość"

#: addressbook/contact-editor/e-contact-editor.c:788
#: calendar/gui/event-editor.c:1339
msgid "FIXME: Previous"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:789
#: calendar/gui/event-editor.c:1340
msgid "Go to the previous item"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:790
#: calendar/gui/event-editor.c:1341
msgid "FIXME: Next"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:791
#: calendar/gui/event-editor.c:1342
msgid "Go to the next item"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:792
#: calendar/gui/event-editor.c:1343
msgid "FIXME: Help"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:793
#: calendar/gui/event-editor.c:1344
msgid "See online help"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1208
msgid "Assistant"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1209
#: addressbook/contact-editor/e-contact-editor.c:1313
msgid "Business"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1210
msgid "Business 2"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1211
msgid "Business Fax"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1212
msgid "Callback"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1213
msgid "Car"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1214
#, fuzzy
msgid "Company"
msgstr "Kopiuj"

#: addressbook/contact-editor/e-contact-editor.c:1215
#: addressbook/contact-editor/e-contact-editor.c:1314
msgid "Home"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1216
msgid "Home 2"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1217
msgid "Home Fax"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1218
msgid "ISDN"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1219
msgid "Mobile"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1220
#: addressbook/contact-editor/e-contact-editor.c:1315
msgid "Other"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1221
msgid "Other Fax"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1222
#, fuzzy
msgid "Pager"
msgstr "Wklej"

#: addressbook/contact-editor/e-contact-editor.c:1223
#, fuzzy
msgid "Primary"
msgstr "Priorytet"

#: addressbook/contact-editor/e-contact-editor.c:1224
msgid "Radio"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1225
msgid "Telex"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1226
msgid "TTY/TDD"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:23
#: addressbook/contact-editor/e-contact-editor.c:1270
msgid "Primary Email"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1271
msgid "Email 2"
msgstr ""

#: addressbook/contact-editor/e-contact-editor.c:1272
msgid "Email 3"
msgstr ""

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/contact-editor/e-contact-editor-strings.h:7
msgid "_Add"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:8
#, fuzzy
msgid "_Delete"
msgstr "Usuń"

#: addressbook/contact-editor/e-contact-editor-strings.h:9
msgid "Phone Types"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:10
#: addressbook/contact-editor/e-contact-editor-strings.h:12
msgid "New phone type"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:11
#: calendar/gui/event-editor-dialog.glade.h:91
msgid "Add"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:13
#, fuzzy
msgid "Contact Editor"
msgstr "_Kontakt"

#: addressbook/contact-editor/e-contact-editor-strings.h:14
msgid "_Full Name..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:15
msgid "File As:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:16
msgid "Web page address:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:17
msgid "Wants to receive _HTML mail"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:18
msgid "Address:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:19
msgid "_Business"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:20
#, fuzzy
msgid "_Home"
msgstr "_Notatka"

#: addressbook/contact-editor/e-contact-editor-strings.h:21
msgid "Business _Fax"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:22
#, fuzzy
msgid "_Mobile"
msgstr "_Poczta"

#: addressbook/contact-editor/e-contact-editor-strings.h:24
msgid "B_usiness"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:25
msgid "_This is the mailing address"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:26
#, fuzzy
msgid "C_ontacts..."
msgstr "Kontakty"

#: addressbook/contact-editor/e-contact-editor-strings.h:27
msgid "Ca_tegories..."
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:28
msgid "_Job title:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:29
#, fuzzy
msgid "_Company:"
msgstr "Kopiuj"

#: addressbook/contact-editor/e-contact-editor-strings.h:30
#: calendar/gui/event-editor-dialog.glade.h:41
msgid "General"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:31
msgid "_Department:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:32
msgid "_Office:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:33
msgid "_Profession:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:34
msgid "_Nickname:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:35
msgid "_Spouse:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:36
msgid "_Birthday:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:37
msgid "_Assistant's name:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:38
msgid "_Manager's Name:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:39
msgid "Anni_versary:"
msgstr ""

#: addressbook/contact-editor/e-contact-editor-strings.h:40
#, fuzzy
msgid "No_tes:"
msgstr "_Notatka"

#: addressbook/contact-editor/e-contact-editor-strings.h:41
#, fuzzy
msgid "Details"
msgstr "Pobierz pocztę"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/contact-editor/fullname-strings.h:7
msgid "Check Full Name"
msgstr ""

#: addressbook/contact-editor/fullname-strings.h:8
msgid "_Title:"
msgstr ""

#: addressbook/contact-editor/fullname-strings.h:9
msgid "_First:"
msgstr ""

#: addressbook/contact-editor/fullname-strings.h:10
#, fuzzy
msgid "_Middle:"
msgstr "_Poczta"

#: addressbook/contact-editor/fullname-strings.h:11
msgid "_Last:"
msgstr ""

#: addressbook/contact-editor/fullname-strings.h:12
msgid "_Suffix:"
msgstr ""

#: addressbook/contact-editor/fullname-strings.h:13
msgid ""
"\n"
"Mr.\n"
"Mrs.\n"
"Dr.\n"
msgstr ""

#: addressbook/contact-editor/fullname-strings.h:18
msgid ""
"\n"
"Sr.\n"
"Jr.\n"
"I\n"
"II\n"
"III\n"
"Esq.\n"
msgstr ""

#: addressbook/gui/component/addressbook.c:415
#: calendar/gui/calendar-commands.c:544
#, fuzzy
msgid "New"
msgstr "_Nowe"

#: addressbook/gui/component/addressbook.c:415
msgid "Create a new contact"
msgstr ""

#: addressbook/gui/component/addressbook.c:419
msgid "Find"
msgstr "Znajdź"

#: addressbook/gui/component/addressbook.c:419
msgid "Find a contact"
msgstr ""

#: addressbook/gui/component/addressbook.c:420
#: addressbook/gui/component/addressbook.c:487
#: calendar/gui/calendar-commands.c:548 mail/folder-browser-factory.c:43
msgid "Print"
msgstr "Drukuj"

#: addressbook/gui/component/addressbook.c:420
#, fuzzy
msgid "Print contacts"
msgstr "Kontakty"

#. Delete
#: addressbook/gui/component/addressbook.c:421
#: calendar/gui/event-editor-dialog.glade.h:93 calendar/gui/gncal-todo.c:498
#: mail/folder-browser-factory.c:45
msgid "Delete"
msgstr "Usuń"

#: addressbook/gui/component/addressbook.c:421
#, fuzzy
msgid "Delete a contact"
msgstr "Wybierz załącznik"

#: addressbook/gui/component/addressbook.c:494
#: addressbook/gui/component/addressbook.c:1034
msgid "As _Table"
msgstr ""

#: addressbook/gui/component/addressbook.c:501
#, fuzzy
msgid "_New Contact"
msgstr "_Kontakt"

#: addressbook/gui/component/addressbook.c:509
msgid "N_ew Directory Server"
msgstr ""

#: addressbook/gui/component/addressbook.c:588
#, fuzzy
msgid "Unable to open addressbook"
msgstr "Kliknij tu aby zobaczyć książkę adresową"

#: addressbook/gui/component/addressbook.c:593
msgid ""
"We were unable to open this addressbook.  This either\n"
"means you have entered an incorrect URI, or have tried\n"
"to access an LDAP server and don't have LDAP support\n"
"compiled in.  If you've entered a URI, check the URI for\n"
"correctness and reenter.  If not, you probably have\n"
"attempted to access an LDAP server.  If you wish to be\n"
"able to use LDAP, you'll need to download and install\n"
"OpenLDAP and recompile and install evolution.\n"
msgstr ""

#: addressbook/gui/component/addressbook.c:938
#: addressbook/gui/minicard/e-minicard.c:329
msgid "Save as VCard"
msgstr ""

#: addressbook/gui/component/addressbook.c:1005
msgid "* Click here to add a contact *"
msgstr ""

#: addressbook/gui/component/addressbook.c:1041
msgid "As _Minicards"
msgstr ""

#: addressbook/gui/component/addressbook.c:1092
msgid "The URI that the Folder Browser will display"
msgstr "URI które ma wyświetlić przeglądarka katalogów"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/gui/component/alphabet.glade.h:7
msgid "window2"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:8
msgid "123"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:9
msgid "a"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:10
msgid "b"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:11
msgid "c"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:12
msgid "d"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:13
msgid "e"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:14
msgid "f"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:15
msgid "g"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:16
#: calendar/cal-util/timeutil.c:98
msgid "h"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:17
msgid "i"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:18
msgid "j"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:19
msgid "k"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:20
msgid "l"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:21
msgid "m"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:22
msgid "n"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:23
#, fuzzy
msgid "o"
msgstr "Dla"

#: addressbook/gui/component/alphabet.glade.h:24
msgid "p"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:25
msgid "q"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:26
msgid "r"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:27
msgid "s"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:28
msgid "t"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:29
msgid "u"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:30
msgid "v"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:31
msgid "w"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:32
msgid "x"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:33
msgid "y"
msgstr ""

#: addressbook/gui/component/alphabet.glade.h:34
msgid "z"
msgstr ""

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/gui/component/ldap-server-dialog.glade.h:7
#: composer/e-msg-composer-attachment.glade.h:9
msgid "Description:"
msgstr ""

#: addressbook/gui/component/ldap-server-dialog.glade.h:8
msgid "LDAP Server:"
msgstr ""

#: addressbook/gui/component/ldap-server-dialog.glade.h:9
msgid "Port Number:"
msgstr ""

#: addressbook/gui/component/ldap-server-dialog.glade.h:10
msgid "Root DN:"
msgstr ""

#: addressbook/gui/component/ldap-server-dialog.glade.h:11
#: composer/e-msg-composer-address-dialog.glade.h:8
msgid "Name:"
msgstr ""

#: addressbook/gui/minicard/e-minicard-view.c:110
msgid ""
"\n"
"\n"
"There are no items to show in this view\n"
"\n"
"Double-click here to create a new Contact."
msgstr ""

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/printing/e-contact-print.glade.h:7
msgid "Page Setup:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:8
msgid "Style name:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:9
msgid "Preview:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:10
#, fuzzy
msgid "Options"
msgstr "_Czynności"

#: addressbook/printing/e-contact-print.glade.h:11
msgid "Include:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:12
#, fuzzy
msgid "Sections:"
msgstr "_Czynności"

#: addressbook/printing/e-contact-print.glade.h:13
msgid "Immediately follow each other"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:14
msgid "Letter tabs on side"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:15
msgid "Headings for each letter"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:16
#, fuzzy
msgid "Start on a new page"
msgstr "Wyślij wiadomość"

#: addressbook/printing/e-contact-print.glade.h:17
msgid "Number of columns:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:18
msgid "Blank forms at end:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:19
#, fuzzy
msgid "Fonts"
msgstr "Kontakty"

#: addressbook/printing/e-contact-print.glade.h:20
#: addressbook/printing/e-contact-print.glade.h:21
#: addressbook/printing/e-contact-print.glade.h:51
#: addressbook/printing/e-contact-print.glade.h:54
msgid "Font..."
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:22
msgid "Headings"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:23
msgid "10 pt. Tahoma"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:24
#, fuzzy
msgid "Body"
msgstr "Dziś"

#: addressbook/printing/e-contact-print.glade.h:25
msgid "8 pt. Tahoma"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:26
msgid "Shading"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:27
msgid "Print using gray shading"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:28
#, fuzzy
msgid "Format"
msgstr "Prześlij"

#: addressbook/printing/e-contact-print.glade.h:29
#: addressbook/printing/e-contact-print.glade.h:50
#, fuzzy
msgid "Paper"
msgstr "Wklej"

#: addressbook/printing/e-contact-print.glade.h:30
msgid "Type:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:31
#: addressbook/printing/e-contact-print.glade.h:43
#: calendar/gui/event-editor-dialog.glade.h:81
msgid "label26"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:32
#: addressbook/printing/e-contact-print.glade.h:44
msgid "Dimensions:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:33
#: addressbook/printing/e-contact-print.glade.h:45
msgid "Width:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:34
#: addressbook/printing/e-contact-print.glade.h:46
msgid "Height:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:35
msgid "Paper source:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:36
msgid "Margins"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:37
#, fuzzy
msgid "Top:"
msgstr "Dla:"

#: addressbook/printing/e-contact-print.glade.h:38
msgid "Bottom:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:39
msgid "Left:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:40
msgid "Right:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:41
#, fuzzy
msgid "Page"
msgstr "Wklej"

#: addressbook/printing/e-contact-print.glade.h:42
#, fuzzy
msgid "Size:"
msgstr "Rozmiar"

#: addressbook/printing/e-contact-print.glade.h:47
msgid "Orientation"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:48
#, fuzzy
msgid "Portrait"
msgstr "Priorytet"

#: addressbook/printing/e-contact-print.glade.h:49
msgid "Landscape"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:52
msgid "Header"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:53
msgid "Footer:"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:55
msgid "Reverse on even pages"
msgstr ""

#: addressbook/printing/e-contact-print.glade.h:56
msgid "Header/Footer"
msgstr ""

#: calendar/cal-util/timeutil.c:96 calendar/gui/print.c:544
msgid "am"
msgstr ""

#: calendar/cal-util/timeutil.c:96 calendar/gui/print.c:543
msgid "pm"
msgstr ""

#: calendar/gui/calendar-commands.c:56
msgid "Outline:"
msgstr ""

#: calendar/gui/calendar-commands.c:57
msgid "Headings:"
msgstr ""

#: calendar/gui/calendar-commands.c:58
msgid "Empty days:"
msgstr ""

#: calendar/gui/calendar-commands.c:59
#, fuzzy
msgid "Appointments:"
msgstr "_Spotkanie"

#: calendar/gui/calendar-commands.c:60
msgid "Highlighted day:"
msgstr ""

#: calendar/gui/calendar-commands.c:61
msgid "Day numbers:"
msgstr ""

#: calendar/gui/calendar-commands.c:62
msgid "Current day's number:"
msgstr ""

#: calendar/gui/calendar-commands.c:63
msgid "To-Do item that is not yet due:"
msgstr ""

#: calendar/gui/calendar-commands.c:64
msgid "To-Do item that is due today:"
msgstr ""

#: calendar/gui/calendar-commands.c:65
msgid "To-Do item that is overdue:"
msgstr ""

#: calendar/gui/calendar-commands.c:175
#, fuzzy
msgid "Gnome Calendar"
msgstr "Kalendarz"

#: calendar/gui/calendar-commands.c:178
msgid "The GNOME personal calendar and schedule manager."
msgstr ""

#: calendar/gui/calendar-commands.c:434
msgid "File not found"
msgstr ""

#: calendar/gui/calendar-commands.c:456
#, fuzzy
msgid "Open calendar"
msgstr "Twój kalendarz"

#: calendar/gui/calendar-commands.c:495
#, fuzzy
msgid "Save calendar"
msgstr "Twój kalendarz"

#: calendar/gui/calendar-commands.c:522 calendar/gui/gncal-todo.c:712
#: calendar/gui/gncal-todo.c:716
msgid "Day"
msgstr ""

#: calendar/gui/calendar-commands.c:522
msgid "Show 1 day"
msgstr ""

#: calendar/gui/calendar-commands.c:525
msgid "5 Days"
msgstr ""

#: calendar/gui/calendar-commands.c:525
msgid "Show the working week"
msgstr ""

#: calendar/gui/calendar-commands.c:528 calendar/gui/gncal-todo.c:711
msgid "Week"
msgstr ""

#: calendar/gui/calendar-commands.c:528
msgid "Show 1 week"
msgstr ""

#: calendar/gui/calendar-commands.c:531
msgid "Month"
msgstr ""

#: calendar/gui/calendar-commands.c:531
msgid "Show 1 month"
msgstr ""

#: calendar/gui/calendar-commands.c:535
msgid "Year"
msgstr ""

#: calendar/gui/calendar-commands.c:535
msgid "Show 1 year"
msgstr ""

#: calendar/gui/calendar-commands.c:544 calendar/gui/calendar-commands.c:682
msgid "Create a new appointment"
msgstr ""

#: calendar/gui/calendar-commands.c:548 calendar/gui/calendar-commands.c:674
#, fuzzy
msgid "Print this calendar"
msgstr "Twój kalendarz"

#: calendar/gui/calendar-commands.c:552
msgid "Prev"
msgstr ""

#: calendar/gui/calendar-commands.c:552
msgid "Go back in time"
msgstr ""

#: calendar/gui/calendar-commands.c:553
msgid "Today"
msgstr "Dziś"

#: calendar/gui/calendar-commands.c:553
msgid "Go to present time"
msgstr ""

#: calendar/gui/calendar-commands.c:554 filter/filter-editor.c:210
msgid "Next"
msgstr ""

#: calendar/gui/calendar-commands.c:554
msgid "Go forward in time"
msgstr ""

#: calendar/gui/calendar-commands.c:558
msgid "Go to"
msgstr ""

#: calendar/gui/calendar-commands.c:558
msgid "Go to a specific date"
msgstr ""

#. file menu
#: calendar/gui/calendar-commands.c:659
#, fuzzy
msgid "New Ca_lendar"
msgstr "Kalendarz"

#: calendar/gui/calendar-commands.c:660
msgid "Create a new calendar"
msgstr ""

#: calendar/gui/calendar-commands.c:663
#, fuzzy
msgid "Open Ca_lendar"
msgstr "Kalendarz"

#: calendar/gui/calendar-commands.c:664
#, fuzzy
msgid "Open a calendar"
msgstr "Twój kalendarz"

#: calendar/gui/calendar-commands.c:668 calendar/gui/calendar-commands.c:669
#, fuzzy
msgid "Save Calendar As"
msgstr "Kalendarz"

#: calendar/gui/calendar-commands.c:673
#, fuzzy
msgid "Print..."
msgstr "Drukuj"

#: calendar/gui/calendar-commands.c:682
#, fuzzy
msgid "_New appointment..."
msgstr "_Spotkanie"

#: calendar/gui/calendar-commands.c:687
msgid "New appointment for _today..."
msgstr ""

#: calendar/gui/calendar-commands.c:688
msgid "Create a new appointment for today"
msgstr ""

#: calendar/gui/calendar-commands.c:696 calendar/gui/prop.c:712
msgid "Preferences"
msgstr ""

#: calendar/gui/calendar-commands.c:703 calendar/gui/calendar-commands.c:704
#, fuzzy
msgid "About Calendar"
msgstr "Twój kalendarz"

#. i18n: This "%s%s" indicates possession. Languages where the order is
#. * the inverse should translate it to "%2$s%1$s".
#.
#: calendar/gui/calendar-commands.c:746
#, c-format
msgid "%s%s"
msgstr ""

#: calendar/gui/calendar-commands.c:746
#, fuzzy
msgid "'s calendar"
msgstr "Twój kalendarz"

#: calendar/gui/calendar-pilot-sync.c:68
msgid "Specifies the port on which the Pilot is"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:68
msgid "PORT"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:70
msgid "If you want to debug the attributes on records"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:72
msgid "Only syncs from desktop to pilot"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:74
msgid "Only syncs from pilot to desktop"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:97
msgid "Can not create Pilot socket\n"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:104
#, c-format
msgid "Can not bind to device %s\n"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:107
msgid "Failed to get a connection from the Pilot device"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:111
msgid "pi_accept failed"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:211
msgid ""
"\tObject has been modified on desktop and on the pilot, desktop takes "
"precedence\n"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:531
msgid "No description"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:692
msgid "Could not open DatebookDB on the Pilot"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:693
msgid "Unable to open DatebookDB"
msgstr ""

#: calendar/gui/calendar-pilot-sync.c:728
msgid "Synced DateBook from Pilot to GnomeCal"
msgstr ""

#: calendar/gui/control-factory.c:136
#, fuzzy
msgid "The URI that the calendar will display"
msgstr "URI które ma wyświetlić przeglądarka katalogów"

#: calendar/gui/dialogs/alarm-notify-dialog.c:181
msgid "Alarm on %A %b %d %Y %H:%M"
msgstr ""

#: calendar/gui/dialogs/alarm-notify-dialog.c:188
msgid "Notification about your appointment on %A %b %d %Y %H:%M"
msgstr ""

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: calendar/gui/dialogs/alarm-notify.glade.h:7
msgid "Close"
msgstr ""

#: calendar/gui/dialogs/alarm-notify.glade.h:8 calendar/gui/gnome-cal.c:1056
#, fuzzy
msgid "Snooze"
msgstr "Rozmiar"

#: calendar/gui/dialogs/alarm-notify.glade.h:9
#, fuzzy
msgid "Edit appointment"
msgstr "_Spotkanie"

#: calendar/gui/dialogs/alarm-notify.glade.h:10
msgid "Snooze time (minutes)"
msgstr ""

#: calendar/gui/e-day-view-time-item.c:391
#, c-format
msgid "%02i minute divisions"
msgstr ""

#: calendar/gui/e-day-view.c:2317 calendar/gui/e-day-view.c:2324
#: calendar/gui/e-day-view.c:2333 calendar/gui/e-week-view.c:2643
#: calendar/gui/e-week-view.c:2650 calendar/gui/e-week-view.c:2659
#, fuzzy
msgid "New appointment..."
msgstr "_Spotkanie"

#: calendar/gui/e-day-view.c:2321 calendar/gui/e-day-view.c:2328
#: calendar/gui/e-week-view.c:2647 calendar/gui/e-week-view.c:2654
msgid "Edit this appointment..."
msgstr ""

#: calendar/gui/e-day-view.c:2322 calendar/gui/e-week-view.c:2648
#, fuzzy
msgid "Delete this appointment"
msgstr "Usuwa tę wiadomość"

#: calendar/gui/e-day-view.c:2329 calendar/gui/e-week-view.c:2655
msgid "Make this appointment movable"
msgstr ""

#: calendar/gui/e-day-view.c:2330 calendar/gui/e-week-view.c:2656
#, fuzzy
msgid "Delete this occurrence"
msgstr "Usuwa tę wiadomość"

#: calendar/gui/e-day-view.c:2331 calendar/gui/e-week-view.c:2657
msgid "Delete all occurrences"
msgstr ""

#: calendar/gui/event-editor.c:289
#, fuzzy
msgid "Edit Appointment"
msgstr "_Spotkanie"

#: calendar/gui/event-editor.c:294
msgid "No summary"
msgstr ""

#: calendar/gui/event-editor.c:298
#, fuzzy, c-format
msgid "Appointment - %s"
msgstr "_Spotkanie"

#: calendar/gui/event-editor.c:301
#, fuzzy, c-format
msgid "Task - %s"
msgstr "Zadania"

#: calendar/gui/event-editor.c:304
#, fuzzy, c-format
msgid "Journal entry - %s"
msgstr "Wpis _dziennika"

#. Owner, summary
#: calendar/gui/event-editor.c:594 calendar/gui/event-editor.c:688
msgid "?"
msgstr ""

#: calendar/gui/event-editor.c:1215
msgid "FIXME: Ca_lendar..."
msgstr ""

#: calendar/gui/event-editor.c:1250
msgid "FIXME: Chec_k Names"
msgstr ""

#: calendar/gui/event-editor.c:1251
msgid "FIXME: Address _Book..."
msgstr ""

#: calendar/gui/event-editor.c:1258
#, fuzzy
msgid "FIXME: _New Appointment"
msgstr "_Spotkanie"

#: calendar/gui/event-editor.c:1260
msgid "FIXME: Rec_urrence..."
msgstr ""

#: calendar/gui/event-editor.c:1262
msgid "FIXME: Intive _Attendees..."
msgstr ""

#: calendar/gui/event-editor.c:1263
msgid "FIXME: C_ancel Invitation..."
msgstr ""

#: calendar/gui/event-editor.c:1265
msgid "FIXME: Forward as v_Calendar"
msgstr ""

#: calendar/gui/event-editor.c:1320
msgid "FIXME: Save and Close"
msgstr ""

#: calendar/gui/event-editor.c:1330
msgid "FIXME: Recurrence..."
msgstr ""

#: calendar/gui/event-editor.c:1331
msgid "Configure recurrence rules"
msgstr ""

#: calendar/gui/event-editor.c:1333
msgid "FIXME: Invite Attendees..."
msgstr ""

#: calendar/gui/event-editor.c:1334
msgid "Invite attendees to a meeting"
msgstr ""

#: calendar/gui/event-editor.c:1745
msgid "%a %b %d %Y"
msgstr ""

#. todo
#.
#. build some of the recur stuff by hand to take into account
#. the start-on-monday preference?
#.
#. get the apply button to work right
#.
#. make the properties stuff unglobal
#.
#. figure out why alarm units aren't sticking between edits
#.
#. closing the dialog window with the wm caused a crash
#. Gtk-WARNING **: invalid cast from `(unknown)' to `GnomeDialog'
#. on line 669:  gnome_dialog_close (GNOME_DIALOG(dialog->dialog));
#.
#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: calendar/gui/event-editor-dialog.glade.h:7
msgid "event-editor-dialog"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:8
msgid "_Summary:"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:9
msgid "_Owner:"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:10
msgid "Time"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:11
msgid "Start time:"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:12
msgid "End time:"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:13
msgid "A_ll day event"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:14 calendar/gui/prop.c:780
msgid "Alarms"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:15
#: calendar/gui/event-editor-dialog.glade.h:19
#: calendar/gui/event-editor-dialog.glade.h:23
#: calendar/gui/event-editor-dialog.glade.h:27
msgid ""
"Minutes\n"
"Hours\n"
"Days\n"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:31
msgid "_Display"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:32
msgid "_Audio"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:33
msgid "_Program"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:34
msgid "_Mail"
msgstr "_Poczta"

#: calendar/gui/event-editor-dialog.glade.h:35
msgid "Mail _to:"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:36
msgid "_Run program:"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:37
msgid "Classification"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:38
msgid "Pu_blic"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:39
#, fuzzy
msgid "Pri_vate"
msgstr "Wklej"

#: calendar/gui/event-editor-dialog.glade.h:40
msgid "_Confidential"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:42
msgid "Recurrence rule"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:43 shell/e-shell-view.c:596
#, fuzzy
msgid "None"
msgstr "_Notatka"

#: calendar/gui/event-editor-dialog.glade.h:44
#, fuzzy
msgid "Daily"
msgstr "_Poczta"

#: calendar/gui/event-editor-dialog.glade.h:45
msgid "Weekly"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:46
msgid "Monthly"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:47
msgid "Yearly"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:48
msgid "label23"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:49
#: calendar/gui/event-editor-dialog.glade.h:52
#: calendar/gui/event-editor-dialog.glade.h:82
msgid "Every "
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:50
msgid "day(s)"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:51
msgid "label24"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:53
msgid "week(s)"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:54
#: calendar/gui/gnome-month-item.c:737
msgid "Mon"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:55
#: calendar/gui/gnome-month-item.c:738
msgid "Tue"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:56
#: calendar/gui/gnome-month-item.c:739
msgid "Wed"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:57
#: calendar/gui/gnome-month-item.c:740
msgid "Thu"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:58
#: calendar/gui/gnome-month-item.c:741
msgid "Fri"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:59
#: calendar/gui/gnome-month-item.c:742
msgid "Sat"
msgstr ""

#. Initialize by default to three-letter day names
#: calendar/gui/event-editor-dialog.glade.h:60
#: calendar/gui/gnome-month-item.c:736
msgid "Sun"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:61
msgid "label25"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:62
#: calendar/gui/event-editor-dialog.glade.h:63
msgid "Recur on the"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:64
msgid "th day of the month"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:65
msgid ""
"1st\n"
"2nd\n"
"3rd\n"
"4th\n"
"5th\n"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:71
msgid ""
"Monday\n"
"Tuesday\n"
"Wednesday\n"
"Thursday\n"
"Friday\n"
"Saturday\n"
"Sunday\n"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:79
msgid "Every"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:80
msgid "month(s)"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:83
msgid "year(s)"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:84
msgid "label27"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:85
msgid "Ending date"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:86
msgid "Repeat forever"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:87
msgid "End on "
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:88
msgid "End after"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:89
msgid "occurrence(s)"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:90
#, fuzzy
msgid "Exceptions"
msgstr "_Czynności"

#: calendar/gui/event-editor-dialog.glade.h:92
msgid "Change"
msgstr ""

#: calendar/gui/event-editor-dialog.glade.h:94
msgid "Recurrence"
msgstr ""

#: calendar/gui/getdate.y:391
msgid "january"
msgstr ""

#: calendar/gui/getdate.y:392
msgid "february"
msgstr ""

#: calendar/gui/getdate.y:393
msgid "march"
msgstr ""

#: calendar/gui/getdate.y:394
#, fuzzy
msgid "april"
msgstr "_Poczta"

#: calendar/gui/getdate.y:395
msgid "may"
msgstr ""

#: calendar/gui/getdate.y:396
msgid "june"
msgstr ""

#: calendar/gui/getdate.y:397
msgid "july"
msgstr ""

#: calendar/gui/getdate.y:398
msgid "august"
msgstr ""

#: calendar/gui/getdate.y:399
msgid "september"
msgstr ""

#: calendar/gui/getdate.y:400
msgid "sept"
msgstr ""

#: calendar/gui/getdate.y:401
msgid "october"
msgstr ""

#: calendar/gui/getdate.y:402
msgid "november"
msgstr ""

#: calendar/gui/getdate.y:403
msgid "december"
msgstr ""

#: calendar/gui/getdate.y:404
msgid "sunday"
msgstr ""

#: calendar/gui/getdate.y:405
#, fuzzy
msgid "monday"
msgstr "Dziś"

#: calendar/gui/getdate.y:406
msgid "tuesday"
msgstr ""

#: calendar/gui/getdate.y:407
msgid "tues"
msgstr ""

#: calendar/gui/getdate.y:408
msgid "wednesday"
msgstr ""

#: calendar/gui/getdate.y:409
msgid "wednes"
msgstr ""

#: calendar/gui/getdate.y:410
msgid "thursday"
msgstr ""

#: calendar/gui/getdate.y:411
msgid "thur"
msgstr ""

#: calendar/gui/getdate.y:412
msgid "thurs"
msgstr ""

#: calendar/gui/getdate.y:413
msgid "friday"
msgstr ""

#: calendar/gui/getdate.y:414
msgid "saturday"
msgstr ""

#: calendar/gui/getdate.y:420
msgid "year"
msgstr ""

#: calendar/gui/getdate.y:421
msgid "month"
msgstr ""

#: calendar/gui/getdate.y:422
msgid "fortnight"
msgstr ""

#: calendar/gui/getdate.y:423
msgid "week"
msgstr ""

#: calendar/gui/getdate.y:424
#, fuzzy
msgid "day"
msgstr "Dziś"

#: calendar/gui/getdate.y:425
msgid "hour"
msgstr ""

#: calendar/gui/getdate.y:426
msgid "minute"
msgstr ""

#: calendar/gui/getdate.y:427
msgid "min"
msgstr ""

#: calendar/gui/getdate.y:428
#, fuzzy
msgid "second"
msgstr "Wyślij"

#: calendar/gui/getdate.y:429
msgid "sec"
msgstr ""

#: calendar/gui/getdate.y:435
msgid "tomorrow"
msgstr ""

#: calendar/gui/getdate.y:436
msgid "yesterday"
msgstr ""

#: calendar/gui/getdate.y:437
#, fuzzy
msgid "today"
msgstr "Dziś"

#: calendar/gui/getdate.y:438
msgid "now"
msgstr ""

#: calendar/gui/getdate.y:439
#, fuzzy
msgid "last"
msgstr "Wklej"

#: calendar/gui/getdate.y:440
msgid "this"
msgstr ""

#: calendar/gui/getdate.y:441
msgid "next"
msgstr ""

#: calendar/gui/getdate.y:442
msgid "first"
msgstr ""

#. { N_("second"),      tUNUMBER,   2 },
#: calendar/gui/getdate.y:444
msgid "third"
msgstr ""

#: calendar/gui/getdate.y:445
msgid "fourth"
msgstr ""

#: calendar/gui/getdate.y:446
msgid "fifth"
msgstr ""

#: calendar/gui/getdate.y:447
msgid "sixth"
msgstr ""

#: calendar/gui/getdate.y:448
msgid "seventh"
msgstr ""

#: calendar/gui/getdate.y:449
msgid "eighth"
msgstr ""

#: calendar/gui/getdate.y:450
#, fuzzy
msgid "ninth"
msgstr "Drukuj"

#: calendar/gui/getdate.y:451
#, fuzzy
msgid "tenth"
msgstr "Wysłane"

#: calendar/gui/getdate.y:452
msgid "eleventh"
msgstr ""

#: calendar/gui/getdate.y:453
msgid "twelfth"
msgstr ""

#: calendar/gui/getdate.y:454
msgid "ago"
msgstr ""

#: calendar/gui/gncal-todo.c:137
msgid "Create to-do item"
msgstr ""

#: calendar/gui/gncal-todo.c:137
msgid "Edit to-do item"
msgstr ""

#: calendar/gui/gncal-todo.c:171
msgid "Summary:"
msgstr ""

#: calendar/gui/gncal-todo.c:181
msgid "Due Date:"
msgstr ""

#: calendar/gui/gncal-todo.c:190
#, fuzzy
msgid "Priority:"
msgstr "Priorytet"

#: calendar/gui/gncal-todo.c:206
msgid "Item Comments:"
msgstr ""

#: calendar/gui/gncal-todo.c:324
msgid "Add to-do item..."
msgstr ""

#: calendar/gui/gncal-todo.c:325
msgid "Edit this item..."
msgstr ""

#: calendar/gui/gncal-todo.c:424
msgid "Summary"
msgstr ""

#: calendar/gui/gncal-todo.c:425 calendar/gui/prop.c:604
msgid "Due Date"
msgstr ""

#: calendar/gui/gncal-todo.c:426 calendar/gui/prop.c:605
#: mail/message-list.c:474
msgid "Priority"
msgstr "Priorytet"

#: calendar/gui/gncal-todo.c:427
msgid "Time Left"
msgstr ""

#. Label
#: calendar/gui/gncal-todo.c:439
#, fuzzy
msgid "To-do list"
msgstr "_Narzędzia"

#. Add
#: calendar/gui/gncal-todo.c:478
#: composer/e-msg-composer-address-dialog.glade.h:13
msgid "Add..."
msgstr ""

#. Edit
#: calendar/gui/gncal-todo.c:487
msgid "Edit..."
msgstr ""

#: calendar/gui/gncal-todo.c:711
msgid "Weeks"
msgstr ""

#: calendar/gui/gncal-todo.c:712 calendar/gui/gncal-todo.c:716
#, fuzzy
msgid "Days"
msgstr "Kopie robocze"

#: calendar/gui/gncal-todo.c:717 calendar/gui/gncal-todo.c:721
msgid "Hours"
msgstr ""

#: calendar/gui/gncal-todo.c:717 calendar/gui/gncal-todo.c:721
msgid "Hour"
msgstr ""

#: calendar/gui/gncal-todo.c:722 calendar/gui/gncal-todo.c:726
msgid "Minutes"
msgstr ""

#: calendar/gui/gncal-todo.c:722 calendar/gui/gncal-todo.c:726
msgid "Minute"
msgstr ""

#: calendar/gui/gncal-todo.c:727 calendar/gui/gncal-todo.c:731
#, fuzzy
msgid "Seconds"
msgstr "Wyślij"

#: calendar/gui/gncal-todo.c:727 calendar/gui/gncal-todo.c:731
#, fuzzy
msgid "Second"
msgstr "Wyślij"

#: calendar/gui/gnome-cal.c:453 calendar/gui/gnome-cal.c:1064
#: calendar/gui/gnome-cal.c:1120
msgid "Reminder of your appointment at "
msgstr ""

#. Idea: we need Snooze option :-)
#: calendar/gui/gnome-cal.c:1069 calendar/gui/gnome-cal.c:1124
msgid "Ok"
msgstr ""

#: calendar/gui/goto.c:82
msgid "Year:"
msgstr ""

#: calendar/gui/goto.c:264
msgid "Go to date"
msgstr ""

#. Instructions
#: calendar/gui/goto.c:275
msgid ""
"Please select the date you want to go to.\n"
"When you click on a day, you will be taken\n"
"to that date."
msgstr ""

#: calendar/gui/goto.c:312
msgid "Go to today"
msgstr ""

#: calendar/gui/print.c:265
msgid "1st"
msgstr ""

#: calendar/gui/print.c:265
msgid "2nd"
msgstr ""

#: calendar/gui/print.c:265
msgid "3rd"
msgstr ""

#: calendar/gui/print.c:265
msgid "4th"
msgstr ""

#: calendar/gui/print.c:265
msgid "5th"
msgstr ""

#: calendar/gui/print.c:266
msgid "6th"
msgstr ""

#: calendar/gui/print.c:266
msgid "7th"
msgstr ""

#: calendar/gui/print.c:266
msgid "8th"
msgstr ""

#: calendar/gui/print.c:266
msgid "9th"
msgstr ""

#: calendar/gui/print.c:266
msgid "10th"
msgstr ""

#: calendar/gui/print.c:267
msgid "11th"
msgstr ""

#: calendar/gui/print.c:267
msgid "12th"
msgstr ""

#: calendar/gui/print.c:267
msgid "13th"
msgstr ""

#: calendar/gui/print.c:267
msgid "14th"
msgstr ""

#: calendar/gui/print.c:267
msgid "15th"
msgstr ""

#: calendar/gui/print.c:268
msgid "16th"
msgstr ""

#: calendar/gui/print.c:268
msgid "17th"
msgstr ""

#: calendar/gui/print.c:268
msgid "18th"
msgstr ""

#: calendar/gui/print.c:268
msgid "19th"
msgstr ""

#: calendar/gui/print.c:268
msgid "20th"
msgstr ""

#: calendar/gui/print.c:269
msgid "21st"
msgstr ""

#: calendar/gui/print.c:269
msgid "22nd"
msgstr ""

#: calendar/gui/print.c:269
msgid "23rd"
msgstr ""

#: calendar/gui/print.c:269
msgid "24th"
msgstr ""

#: calendar/gui/print.c:269
msgid "25th"
msgstr ""

#: calendar/gui/print.c:270
msgid "26th"
msgstr ""

#: calendar/gui/print.c:270
msgid "27th"
msgstr ""

#: calendar/gui/print.c:270
msgid "28th"
msgstr ""

#: calendar/gui/print.c:270
msgid "29th"
msgstr ""

#: calendar/gui/print.c:270
msgid "30th"
msgstr ""

#: calendar/gui/print.c:271
msgid "31st"
msgstr ""

#: calendar/gui/print.c:326
msgid "Su"
msgstr ""

#: calendar/gui/print.c:326
msgid "Mo"
msgstr ""

#: calendar/gui/print.c:326
msgid "Tu"
msgstr ""

#: calendar/gui/print.c:326
msgid "We"
msgstr ""

#: calendar/gui/print.c:326
msgid "Th"
msgstr ""

#: calendar/gui/print.c:326
#, fuzzy
msgid "Fr"
msgstr "Od"

#: calendar/gui/print.c:326
msgid "Sa"
msgstr ""

#: calendar/gui/print.c:868
msgid "TODO Items"
msgstr ""

#. Day
#: calendar/gui/print.c:980
msgid "Current day (%a %b %d %Y)"
msgstr ""

#: calendar/gui/print.c:1000 calendar/gui/print.c:1014
#: calendar/gui/print.c:1015
msgid "%a"
msgstr ""

#: calendar/gui/print.c:1001 calendar/gui/print.c:1002
#: calendar/gui/print.c:1016 calendar/gui/print.c:1017
msgid "%b"
msgstr ""

#: calendar/gui/print.c:1004
#, c-format
msgid "Current week (%s %s %d - %s %d %d)"
msgstr ""

#: calendar/gui/print.c:1021
#, c-format
msgid "Current week (%s %s %d - %s %s %d %d)"
msgstr ""

#: calendar/gui/print.c:1027
#, c-format
msgid "Current week (%s %s %d %d - %s %s %d %d)"
msgstr ""

#. Month
#: calendar/gui/print.c:1040
msgid "Current month (%a %Y)"
msgstr ""

#. Year
#: calendar/gui/print.c:1047
msgid "Current year (%Y)"
msgstr ""

#: calendar/gui/print.c:1084
#, fuzzy
msgid "Print Calendar"
msgstr "Kalendarz"

#: calendar/gui/print.c:1249
msgid "Print Preview"
msgstr ""

#: calendar/gui/prop.c:330
msgid "Time display"
msgstr ""

#. Time format
#: calendar/gui/prop.c:334
msgid "Time format"
msgstr ""

#: calendar/gui/prop.c:335
msgid "12-hour (AM/PM)"
msgstr ""

#: calendar/gui/prop.c:336
msgid "24-hour"
msgstr ""

#. Weeks start on
#: calendar/gui/prop.c:346
msgid "Weeks start on"
msgstr ""

#: calendar/gui/prop.c:347
#, fuzzy
msgid "Sunday"
msgstr "Wyślij"

#: calendar/gui/prop.c:348
#, fuzzy
msgid "Monday"
msgstr "Dziś"

#. Day range
#: calendar/gui/prop.c:358
msgid "Day range"
msgstr ""

#: calendar/gui/prop.c:369
msgid ""
"Please select the start and end hours you want\n"
"to be displayed in the day view and week view.\n"
"Times outside this range will not be displayed\n"
"by default."
msgstr ""

#: calendar/gui/prop.c:385
msgid "Day start:"
msgstr ""

#: calendar/gui/prop.c:396
msgid "Day end:"
msgstr ""

#: calendar/gui/prop.c:519
msgid "Colors for display"
msgstr ""

#: calendar/gui/prop.c:522
msgid "Colors"
msgstr ""

#: calendar/gui/prop.c:599
msgid "Show on TODO List:"
msgstr ""

#: calendar/gui/prop.c:606
msgid "Time Until Due"
msgstr ""

#: calendar/gui/prop.c:637
msgid "To Do List style options:"
msgstr ""

#: calendar/gui/prop.c:642
msgid "Highlight overdue items"
msgstr ""

#: calendar/gui/prop.c:645
msgid "Highlight not yet due items"
msgstr ""

#: calendar/gui/prop.c:648
msgid "Highlight items due today"
msgstr ""

#: calendar/gui/prop.c:678
#, fuzzy
msgid "To Do List Properties"
msgstr "Właściwości"

#: calendar/gui/prop.c:681
msgid "To Do List"
msgstr ""

#. build miscellaneous box
#: calendar/gui/prop.c:783
#, fuzzy
msgid "Alarm Properties"
msgstr "Właściwości"

#: calendar/gui/prop.c:793
msgid "Beep on display alarms"
msgstr ""

#: calendar/gui/prop.c:803
msgid "Audio alarms timeout after"
msgstr ""

#: calendar/gui/prop.c:814 calendar/gui/prop.c:831
msgid " seconds"
msgstr ""

#: calendar/gui/prop.c:820
msgid "Enable snoozing for "
msgstr ""

#. populate default frame/box
#: calendar/gui/prop.c:836
msgid "Defaults"
msgstr ""

#: composer/e-msg-composer-address-dialog.c:183 composer/e-msg-composer.c:766
msgid "Cut"
msgstr "Wytnij"

#: composer/e-msg-composer-address-dialog.c:184
msgid "Cut selected item into clipboard"
msgstr "Wycina wybrany element do schowka"

#: composer/e-msg-composer-address-dialog.c:187 composer/e-msg-composer.c:767
msgid "Copy"
msgstr "Kopiuj"

#: composer/e-msg-composer-address-dialog.c:188
msgid "Copy selected item into clipboard"
msgstr "Kopiuje wybrany element do schowka"

#: composer/e-msg-composer-address-dialog.c:191
#: composer/e-msg-composer-address-dialog.c:199 composer/e-msg-composer.c:768
msgid "Paste"
msgstr "Wklej"

#: composer/e-msg-composer-address-dialog.c:192
#: composer/e-msg-composer-address-dialog.c:200
msgid "Paste item from clipboard"
msgstr "Wstawia zawartość schowka"

#: composer/e-msg-composer-address-dialog.c:528
msgid "Select recipients' addresses"
msgstr "Wybierz adresy odbiorców"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: composer/e-msg-composer-address-dialog.glade.h:7
msgid "Recipient list:"
msgstr ""

#: composer/e-msg-composer-address-dialog.glade.h:9
msgid "Search..."
msgstr ""

#: composer/e-msg-composer-address-dialog.glade.h:10
msgid "Name"
msgstr ""

#: composer/e-msg-composer-address-dialog.glade.h:11
msgid "Address"
msgstr ""

#: composer/e-msg-composer-address-dialog.glade.h:12
#, fuzzy
msgid "Properties..."
msgstr "Właściwości"

#: composer/e-msg-composer-address-dialog.glade.h:14
#, fuzzy
msgid "To: >>"
msgstr "Dla:"

#: composer/e-msg-composer-address-dialog.glade.h:15
#, fuzzy
msgid "Cc: >>"
msgstr "Cc:"

#: composer/e-msg-composer-address-dialog.glade.h:16
#, fuzzy
msgid "Bcc: >>"
msgstr "Bcc:"

#: composer/e-msg-composer-address-dialog.glade.h:17
msgid "label9"
msgstr ""

#: composer/e-msg-composer-address-dialog.glade.h:18
msgid "label7"
msgstr ""

#: composer/e-msg-composer-address-dialog.glade.h:19
msgid "label8"
msgstr ""

#: composer/e-msg-composer-attachment-bar.c:76
msgid "1 byte"
msgstr "1 bajt"

#: composer/e-msg-composer-attachment-bar.c:78
#, c-format
msgid "%u bytes"
msgstr "%u bajtów"

#: composer/e-msg-composer-attachment-bar.c:85
#, c-format
msgid "%.1fK"
msgstr "%.1fk"

#: composer/e-msg-composer-attachment-bar.c:89
#, c-format
msgid "%.1fM"
msgstr "%.1fM"

#: composer/e-msg-composer-attachment-bar.c:93
#, c-format
msgid "%.1fG"
msgstr "%.1fG"

#: composer/e-msg-composer-attachment-bar.c:299
msgid "Add attachment"
msgstr "Dodaj załącznik"

#: composer/e-msg-composer-attachment-bar.c:362 shell/e-shortcuts-view.c:332
msgid "Remove"
msgstr "Usuń"

#: composer/e-msg-composer-attachment-bar.c:363
msgid "Remove selected items from the attachment list"
msgstr "Usuwa wybrane elementy z listy załączników"

#: composer/e-msg-composer-attachment-bar.c:394
msgid "Add attachment..."
msgstr "Dodaj załącznik..."

#: composer/e-msg-composer-attachment-bar.c:395
msgid "Attach a file to the message"
msgstr "Załącza plik do wiadomości"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: composer/e-msg-composer-attachment.glade.h:7
msgid "Attachment properties"
msgstr ""

#: composer/e-msg-composer-attachment.glade.h:8
msgid "MIME type:"
msgstr ""

#: composer/e-msg-composer-attachment.glade.h:10
msgid "File name:"
msgstr ""

#: composer/e-msg-composer-hdrs.c:174
msgid "Click here for the address book"
msgstr "Kliknij tu aby zobaczyć książkę adresową"

#: composer/e-msg-composer-hdrs.c:216
msgid "To:"
msgstr "Dla:"

#: composer/e-msg-composer-hdrs.c:217
msgid "Enter the recipients of the message"
msgstr "Podaj adres odbiorcy"

#: composer/e-msg-composer-hdrs.c:221
msgid "Cc:"
msgstr "Cc:"

#: composer/e-msg-composer-hdrs.c:222
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Podaj adresy, pod które zostanie przesłana kopia wiadomości"

#: composer/e-msg-composer-hdrs.c:227
msgid "Bcc:"
msgstr "Bcc:"

#: composer/e-msg-composer-hdrs.c:228
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
msgstr ""
"Podaj adresy, pod które zostanie przesłana kopia wiadomości bez listy "
"odbiorców."

#: composer/e-msg-composer-hdrs.c:234
msgid "Subject:"
msgstr "Temat:"

#: composer/e-msg-composer-hdrs.c:235
msgid "Enter the subject of the mail"
msgstr "Podaj temat wiadomości"

#: composer/e-msg-composer.c:463
msgid "Save as..."
msgstr ""

#: composer/e-msg-composer.c:474
#, c-format
msgid "Error saving file: %s"
msgstr ""

#: composer/e-msg-composer.c:494
#, c-format
msgid "Error loading file: %s"
msgstr ""

#: composer/e-msg-composer.c:513
#, fuzzy
msgid "Discard this message?"
msgstr "Przesyła te wiadomość"

#: composer/e-msg-composer.c:561
#, fuzzy
msgid "Open file"
msgstr "Otwórz katalog"

#: composer/e-msg-composer.c:718
msgid "Save in _folder..."
msgstr "Zapisz w _katalogu..."

#: composer/e-msg-composer.c:718
msgid "Save the message in a specified folder"
msgstr "Zapisuje wiadomość w podanym katalogu"

#: composer/e-msg-composer.c:721 composer/e-msg-composer.c:763
msgid "Send"
msgstr "Wyślij"

#: composer/e-msg-composer.c:721
msgid "Send the message"
msgstr "Wysyła wiadomość"

#: composer/e-msg-composer.c:733
msgid "View _attachments"
msgstr "Wyświetl _załączniki"

#: composer/e-msg-composer.c:733
msgid "View/hide attachments"
msgstr "Wyświetla/ukrywa załączniki"

#: composer/e-msg-composer.c:763
msgid "Send this message"
msgstr "Wyślij tę wiadomość"

#: composer/e-msg-composer.c:766
msgid "Cut selected region into the clipboard"
msgstr "Wytnij zaznaczony obszar do schowka"

#: composer/e-msg-composer.c:767
msgid "Copy selected region into the clipboard"
msgstr "Kopiuj zaznaczony obszar do schowka"

#: composer/e-msg-composer.c:768
msgid "Paste selected region into the clipboard"
msgstr "Wklej zaznaczony obszar do schowka"

#: composer/e-msg-composer.c:769
msgid "Undo"
msgstr "Cofnij"

#: composer/e-msg-composer.c:769
msgid "Undo last operation"
msgstr "Cofa ostatnią operację"

#: composer/e-msg-composer.c:772
msgid "Attach"
msgstr "Załącz"

#: composer/e-msg-composer.c:772
msgid "Attach a file"
msgstr "Załącza plik"

#: composer/e-msg-composer.c:948
#, fuzzy
msgid "Compose a message"
msgstr "Tworzy nową wiadomość"

#: filter/filter-editor.c:198
msgid "Edit Filter"
msgstr ""

#: filter/filter-editor.c:198
msgid "Create filter"
msgstr ""

#: filter/filter-editor.c:209
msgid "Back"
msgstr ""

#: filter/filter-editor.c:211
#, fuzzy
msgid "Finish"
msgstr "Znajdź"

#: filter/filter-editor.c:212
msgid "Cancel"
msgstr ""

#: filter/filter-editor.c:216
#, fuzzy
msgid "Apply"
msgstr "Odpowiedz"

#: filter/filter-editor.c:233
msgid ""
"<h2>Create Filtering Rule</h2><p>Select one of the base rules above, then "
"continue forwards to customise it.</p>"
msgstr ""

#: mail/component-factory.c:196
#, fuzzy
msgid "Cannot initialize Evolution's mail component."
msgstr "Nie można uruchomić powłoki Evlution."

#: mail/folder-browser-factory.c:29
msgid "Get mail"
msgstr "Pobierz pocztę"

#: mail/folder-browser-factory.c:29
msgid "Check for new mail"
msgstr "Sprawdź pocztę"

#: mail/folder-browser-factory.c:30
msgid "Compose"
msgstr ""

#: mail/folder-browser-factory.c:30
#, fuzzy
msgid "Compose a new message"
msgstr "Tworzy nową wiadomość"

#: mail/folder-browser-factory.c:34
msgid "Reply"
msgstr "Odpowiedz"

#: mail/folder-browser-factory.c:34
msgid "Reply to the sender of this message"
msgstr "Odpowiedz nadawcy tej wiadomości"

#: mail/folder-browser-factory.c:35
msgid "Reply to All"
msgstr "Odpowiedz wszystkim"

#: mail/folder-browser-factory.c:35
msgid "Reply to all recipients of this message"
msgstr "Odpowiedz dla wszystkich odbiorców tej wiadomości"

#: mail/folder-browser-factory.c:37
msgid "Forward"
msgstr "Prześlij"

#: mail/folder-browser-factory.c:37
msgid "Forward this message"
msgstr "Przesyła te wiadomość"

#: mail/folder-browser-factory.c:41
#, fuzzy
msgid "Refile"
msgstr "Otrzymane"

#: mail/folder-browser-factory.c:41
#, fuzzy
msgid "Move message to a new folder"
msgstr "Zapisuje wiadomość w podanym katalogu"

#: mail/folder-browser-factory.c:43
msgid "Print the selected message"
msgstr "Drukuje wybraną wiadomość"

#: mail/folder-browser-factory.c:45
msgid "Delete this message"
msgstr "Usuwa tę wiadomość"

#: mail/folder-browser-factory.c:65
msgid "_Threaded Message List"
msgstr ""

#: mail/folder-browser-factory.c:77
msgid "_Expunge"
msgstr ""

#: mail/folder-browser-factory.c:83
msgid "_Filter Druid ..."
msgstr ""

#: mail/folder-browser-factory.c:89
msgid "_Virtual Folder Druid ..."
msgstr ""

#: mail/folder-browser-factory.c:95
msgid "_Mail Configuration ..."
msgstr ""

#: mail/folder-browser-factory.c:101
msgid "Forget _Passwords"
msgstr ""

#: mail/mail-config.c:259
msgid ""
"Enter your name and email address to be used in outgoing mail. You may also, "
"optionally, enter the name of your organization, and the name of a file to "
"read your signature from."
msgstr ""

#: mail/mail-config.c:274
msgid "Full name:"
msgstr ""

#: mail/mail-config.c:302
msgid "Email address:"
msgstr ""

#: mail/mail-config.c:325
msgid "Organization:"
msgstr ""

#: mail/mail-config.c:337
msgid "Signature file:"
msgstr ""

#: mail/mail-config.c:342
msgid "Signature File"
msgstr ""

#: mail/mail-config.c:699 mail/mail-config.c:790
msgid "Server:"
msgstr ""

#: mail/mail-config.c:705
msgid "Username:"
msgstr ""

#: mail/mail-config.c:711
#, fuzzy
msgid "Path:"
msgstr "Wklej"

#: mail/mail-config.c:717 mail/mail-config.c:796
msgid "Authentication:"
msgstr ""

#: mail/mail-config.c:729 mail/mail-config.c:808
msgid "Detect supported types..."
msgstr ""

#: mail/mail-config.c:755 mail/mail-config.c:830
msgid "Test these values before continuing"
msgstr ""

#: mail/mail-config.c:937
msgid ""
"Select the kind of mail server you have, and enter the relevant information "
"about it.\n"
"\n"
"If the server requires authentication, you can click the \"Detect supported "
"types...\" button after entering the other information."
msgstr ""

#: mail/mail-config.c:955
msgid "Select the method you would like to use to deliver your mail."
msgstr ""

#: mail/mail-config.c:1129 mail/mail-config.c:1208
msgid "Mail Configuration"
msgstr ""

#. Identity page
#: mail/mail-config.c:1146
msgid "Identity"
msgstr ""

#. Source page
#: mail/mail-config.c:1165
#, fuzzy
msgid "Mail Source"
msgstr "Główne skróty"

#. Transport page
#: mail/mail-config.c:1186
msgid "Mail Transport"
msgstr ""

#: mail/mail-config.c:1308
msgid "Edit Identity"
msgstr ""

#: mail/mail-config.c:1310
msgid "Add Identity"
msgstr ""

#: mail/mail-config.c:1453
msgid "Edit Source"
msgstr ""

#: mail/mail-config.c:1455
#, fuzzy
msgid "Add Source"
msgstr "Dodaj skrót"

#: mail/mail-ops.c:372
#, fuzzy
msgid "Fetching mail"
msgstr "Pobierz pocztę"

#: mail/mail-ops.c:384
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""

#: mail/mail-ops.c:732
#, fuzzy
msgid "Refile message(s) to"
msgstr "Nowe wiadomości"

#: mail/mail-threads.c:483
msgid "Currently pending operations:"
msgstr ""

#: mail/mail-threads.c:621
msgid "Incomplete message written on pipe!"
msgstr ""

#: mail/mail-threads.c:623
msgid "Error reading commands from dispatching thread."
msgstr ""

#: mail/mail-threads.c:712
msgid "Corrupted message from dispatching thread?"
msgstr ""

#: mail/mail-threads.c:814
msgid "Could not create dialog box."
msgstr ""

#: mail/mail-threads.c:849
msgid "User cancelled query."
msgstr ""

#: mail/main.c:62
msgid "Mail Component: I could not initialize Bonobo"
msgstr "Obsługa poczty: nie powiodło się uruchomienie Bonobo"

#: mail/message-list.c:460
msgid "Online Status"
msgstr ""

#: mail/message-list.c:488
msgid "From"
msgstr "Od"

#: mail/message-list.c:495
msgid "Subject"
msgstr "Temat"

#: mail/message-list.c:502
#, fuzzy
msgid "Date"
msgstr "Wklej"

#: mail/message-list.c:509
#, fuzzy
msgid "Received"
msgstr "Otrzymane"

#: mail/message-list.c:516
msgid "To"
msgstr "Dla"

#: mail/message-list.c:523
msgid "Size"
msgstr "Rozmiar"

#: shell/e-init.c:25
msgid "Evolution can not create its local folders"
msgstr "Evolution nie może utworzyć swoich lokalnych katalogów"

#: shell/e-setup.c:47
msgid "Evolution installation"
msgstr ""

#: shell/e-setup.c:51
msgid "This seems to be the first time you run Evolution."
msgstr ""

#: shell/e-setup.c:52
msgid "Please click \"OK\" to install the Evolution user files under"
msgstr ""

#: shell/e-setup.c:69
#, c-format
msgid ""
"Cannot create the directory\n"
"%s\n"
"Error: %s"
msgstr ""

#: shell/e-setup.c:84
#, c-format
msgid ""
"Cannot copy files into\n"
"`%s'."
msgstr ""

#: shell/e-setup.c:88
msgid "Evolution files successfully installed."
msgstr ""

#: shell/e-setup.c:108
#, c-format
msgid ""
"The file `%s' is not a directory.\n"
"Please remove it in order to allow installation\n"
"of the Evolution user files."
msgstr ""

#: shell/e-shell-folder-creation-dialog.c:81
#, fuzzy, c-format
msgid ""
"Cannot create the specified folder:\n"
"%s"
msgstr "Zapisuje wiadomość w podanym katalogu"

#: shell/e-shell-folder-creation-dialog.c:133
msgid "The specified folder name is not valid."
msgstr ""

#: shell/e-shell-folder-creation-dialog.c:223
#, fuzzy
msgid "Evolution - Create new folder"
msgstr "Evolution nie może utworzyć swoich lokalnych katalogów"

#: shell/e-shell-folder-selection-dialog.c:95
msgid ""
"The type of the selected folder is not valid for\n"
"the requested operation."
msgstr ""

#: shell/e-shell-folder-selection-dialog.c:236
#, fuzzy
msgid "New..."
msgstr "_Nowe"

#: shell/e-shell-folder-title-bar.c:355
msgid "(Untitled)"
msgstr ""

#. you might have to call gnome_dialog_run() on the
#. * dialog returned here, I don't remember...
#.
#: shell/e-shell-view-menu.c:110
msgid "Bug buddy was not found in your $PATH."
msgstr "Bug buddy nie znajduje się w ścieżce."

#. same as above
#: shell/e-shell-view-menu.c:116
msgid "Bug buddy could not be run."
msgstr "Nie można uruchomić Bug buddy."

#: shell/e-shell-view-menu.c:159
msgid "Evolution"
msgstr "Evolution"

#: shell/e-shell-view-menu.c:161
msgid "Copyright 1999, 2000 Helix Code, Inc."
msgstr "Copyright 1999, 2000 Helix Code, Inc."

#: shell/e-shell-view-menu.c:163
msgid ""
"Evolution is a suite of groupware applications\n"
"for mail, calendaring, and contact management\n"
"within the GNOME desktop environment."
msgstr ""
"Evolution to pakiet aplikacji do komunikacji\n"
"grupowej przez pocztę elektroniczną, wspólny\n"
"kalendarz i zarządzanie kontaktami w środowisku\n"
"GNOME."

#: shell/e-shell-view-menu.c:301
#, fuzzy
msgid "Go to folder..."
msgstr "Zapisz w _katalogu..."

#: shell/e-shell-view-menu.c:365
msgid "_Folder"
msgstr "_Katalog"

#: shell/e-shell-view-menu.c:369
msgid "Evolution _Bar Shortcut"
msgstr "Pasek _skrótów Evolution"

#: shell/e-shell-view-menu.c:375
#, fuzzy
msgid "_Mail message (FIXME)"
msgstr "_Wiadomość pocztowa"

#: shell/e-shell-view-menu.c:376 shell/e-shell-view-menu.c:379
msgid "Composes a new mail message"
msgstr "Tworzy nową wiadomość"

#: shell/e-shell-view-menu.c:378
#, fuzzy
msgid "_Appointment (FIXME)"
msgstr "_Spotkanie"

#: shell/e-shell-view-menu.c:381
#, fuzzy
msgid "_Contact (FIXME)"
msgstr "_Kontakt"

#: shell/e-shell-view-menu.c:384
msgid "_Task (FIXME)"
msgstr ""

#: shell/e-shell-view-menu.c:387
#, fuzzy
msgid "Task _Request (FIXME)"
msgstr "Żądanie zadania"

#: shell/e-shell-view-menu.c:390
#, fuzzy
msgid "_Journal Entry (FIXME)"
msgstr "Wpis _dziennika"

#: shell/e-shell-view-menu.c:398
msgid "_New"
msgstr "_Nowe"

#: shell/e-shell-view-menu.c:402
#, fuzzy
msgid "_Go to folder..."
msgstr "Zapisz w _katalogu..."

#: shell/e-shell-view-menu.c:402
msgid "Display a different folder"
msgstr ""

#: shell/e-shell-view-menu.c:404
#, fuzzy
msgid "_Create new folder..."
msgstr "Zapisz w _katalogu..."

#: shell/e-shell-view-menu.c:404
msgid "Create a new folder"
msgstr ""

#: shell/e-shell-view-menu.c:419
#, fuzzy
msgid "Show _shortcut bar"
msgstr "Wyświetla/ukrywa pasek skrótów"

#: shell/e-shell-view-menu.c:420
#, fuzzy
msgid "Show the shortcut bar"
msgstr "Wyświetla/ukrywa pasek skrótów"

#: shell/e-shell-view-menu.c:422
msgid "Show _folder bar"
msgstr ""

#: shell/e-shell-view-menu.c:423
msgid "Show the folder bar"
msgstr ""

#: shell/e-shell-view-menu.c:440
msgid "Help _Index"
msgstr ""

#: shell/e-shell-view-menu.c:443
msgid "Getting _Started"
msgstr ""

#: shell/e-shell-view-menu.c:446
msgid "Using the _Mailer"
msgstr ""

#: shell/e-shell-view-menu.c:449
msgid "Using the _Calendar"
msgstr ""

#: shell/e-shell-view-menu.c:452
msgid "Using the Cont_act Manager"
msgstr ""

#: shell/e-shell-view-menu.c:457
#, fuzzy
msgid "_Submit bug report"
msgstr "Wyślij raport o błędzie"

#: shell/e-shell-view-menu.c:458
msgid "Submit bug-report via bug-buddy"
msgstr "Wysyła raport o błędzie przez Bug buddy"

#: shell/e-shell-view-menu.c:474
msgid "_Actions"
msgstr "_Czynności"

#: shell/e-shell-view.c:113
msgid "(No folder displayed)"
msgstr ""

#: shell/e-shell-view.c:208
#, fuzzy
msgid "Folders"
msgstr "_Katalog"

#: shell/e-shell-view.c:600
#, fuzzy, c-format
msgid "Evolution - %s"
msgstr "Evolution"

#: shell/e-shell.c:299
#, c-format
msgid "Cannot set up local storage -- %s"
msgstr "Nie można ustawić lokalnego pojemnika -- %s"

#: shell/e-shortcut.c:469
msgid "New group"
msgstr "Nowa grupa"

#: shell/e-shortcuts-view.c:235
#, fuzzy
msgid "_Small icons"
msgstr "Małe ikony"

#: shell/e-shortcuts-view.c:236
msgid "Show the shortcuts as small icons"
msgstr ""

#: shell/e-shortcuts-view.c:238
#, fuzzy
msgid "_Large icons"
msgstr "Duże ikony"

#: shell/e-shortcuts-view.c:239
msgid "Show the shortcuts as large icons"
msgstr ""

#: shell/e-shortcuts-view.c:329
msgid "Activate"
msgstr ""

#: shell/e-shortcuts-view.c:329
msgid "Activate this shortcut"
msgstr ""

#: shell/e-shortcuts-view.c:332
#, fuzzy
msgid "Remove this shortcut from the shortcut bar"
msgstr "Usuń z paska skrótów"

#: shell/e-shortcuts.c:358
#, fuzzy
msgid "Error saving shortcuts."
msgstr "Główne skróty"

#: shell/e-storage.c:217
msgid "(No name)"
msgstr ""

#: shell/e-storage.c:412
msgid "No error"
msgstr ""

#: shell/e-storage.c:414
msgid "Generic error"
msgstr ""

#: shell/e-storage.c:416
msgid "A folder with the same name already exists"
msgstr ""

#: shell/e-storage.c:418
msgid "The specified folder type is not valid"
msgstr ""

#: shell/e-storage.c:420
msgid "I/O error"
msgstr ""

#: shell/e-storage.c:422
msgid "Not enough space to create the folder"
msgstr ""

#: shell/e-storage.c:424
msgid "The specified folder was not found"
msgstr ""

#: shell/e-storage.c:426
msgid "Function not implemented in this storage"
msgstr ""

#: shell/e-storage.c:428
msgid "Permission denied"
msgstr ""

#: shell/e-storage.c:430
msgid "Operation not supported"
msgstr ""

#: shell/e-storage.c:432
msgid "The specified type is not supported in this storage"
msgstr ""

#: shell/e-storage.c:434
msgid "Unknown error"
msgstr ""

#: shell/main.c:99
#, fuzzy
msgid ""
"Hi.  Thanks for taking the time to download this preview release\n"
"of the Evolution groupware suite.\n"
"\n"
"Over the last month and a half, our focus has been on making\n"
"Evolution usable. Many of the Evolution developers are now using\n"
"Evolution to read their mail full time. You could too. (Just\n"
"be sure to keep a backup.)\n"
"\n"
"But while we have fixed many bugs affecting its stability and\n"
"security, you still get the disclaimer:  Evolution will: crash,\n"
"lose your mail when you don't want it to, refuse to delete your\n"
"mail when you do want it to, leave stray processes running,\n"
"consume 100% CPU, race, lock, send HTML mail to random mailing\n"
"lists, and embarass you in front of your friends and co-workers.\n"
"Use only as directed.\n"
"\n"
"We hope that you enjoy the results of our hard work, and we eagerly\n"
"await your contributions!\n"
msgstr ""
"Cześć. Dzięki za poswięcenie chwili na ściągnięcie tej wersji\n"
"wstępnej pakietu do komunikacji grupowej Evolution.\n"
"\n"
"Zespół Evolution ciężko pracował nad stworzeniem tego programu\n"
"tak rozszerzalnym, ładnym, szybkim i dopasowanym do potrzeb\n"
"zagorzałych uzytkowników Internetu, jak to tylko możliwe. Jesteśmy\n"
"bardzo zmęczeni. Ale to jeszcze nie koniec -- jeszcze nie.\n"
"Podczas odkrywania Evolution należy pamiętać, że większość naszej pracy\n"
"została poświęcona silnikowi napędzającemu system, a nie interfejsowi\n"
"użytkownika. W każdym razie od tej pory będziemy wkładać większość\n"
"naszej miłości i troski właśnie w interfejs. Ale przynajmniej wiadomo,\n"
"że to nie jest demo.\n"
"Pora na umycie rączek. Evolution będzie: przewracać się, gubić przesyłki,\n"
"mnożyć procesy, zjadać 100 mocy procesora, zawieszać się, wysyłać\n"
"przesyłki w HTML-u na losowe listy dyskusyjne i zawstydzać Cię\n"
"przed Twoimi przyjaciółmi i współpracownikami. Używaj na własną\n"
"odpowiedzialność.\n"
"Mamy nadzieje, że spodoba Ci się efekt naszej ciężkiej pracy\n"
"i niecierpliwie oczekujemy Twojej pomocy!\n"

#: shell/main.c:126
msgid ""
"Thanks\n"
"The Evolution Team\n"
msgstr ""
"Dzięki\n"
"Zespół Evolution\n"

#: shell/main.c:172
msgid "Cannot initialize the Evolution shell."
msgstr "Nie można uruchomić powłoki Evlution."

#: shell/main.c:214
#, fuzzy
msgid "Cannot initialize the configuration system."
msgstr "Nie można uruchomić powłoki Evlution."

#: shell/main.c:220
#, fuzzy
msgid "Cannot initialize the Bonobo component system."
msgstr "Nieudana próba uruchomienia systemu komponentów Bonobo"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: widgets/e-table/e-table-config.glade.h:7
#, fuzzy
msgid "Fields"
msgstr "Znajdź"

#: widgets/e-table/e-table-config.glade.h:8
msgid "Grouping"
msgstr ""

#: widgets/e-table/e-table-config.glade.h:9
msgid "Sort"
msgstr ""

#: widgets/e-table/e-table-config.glade.h:10
#, fuzzy
msgid "Filter"
msgstr "_Katalog"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: widgets/e-table/e-table-field-chooser.glade.h:7
msgid "Field Chooser"
msgstr ""

#: widgets/e-table/e-table-field-chooser.glade.h:8
msgid ""
"To add a column to your table, drag it into\n"
"the location in which you want it to appear."
msgstr ""

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: widgets/e-table/e-table-group.glade.h:7
msgid "window1"
msgstr ""

#: widgets/e-table/e-table-group.glade.h:8
msgid "Available fields"
msgstr ""

#: widgets/e-table/e-table-group.glade.h:9
msgid "label1"
msgstr ""

#: widgets/e-table/e-table-group.glade.h:10
msgid "Show in this order"
msgstr ""

#: widgets/e-table/e-table-group.glade.h:11
msgid "label2"
msgstr ""

#: widgets/e-table/e-table-group.glade.h:12
msgid "Add >>"
msgstr ""

#: widgets/e-table/e-table-group.glade.h:13
#, fuzzy
msgid "<< Remove"
msgstr "Usuń"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:386
msgid "Tentative"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:387
msgid "Busy"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:388
msgid "Out of Office"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:389
msgid "No Information"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:405
msgid "_Invite Others..."
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:425
#, fuzzy
msgid "_Options"
msgstr "_Czynności"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:442
msgid "Show _Only Working Hours"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:455
msgid "Show _Zoomed Out"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:473
msgid "_Update Free/Busy"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:491
msgid "_<<"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:508
msgid "_Autopick"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:522
msgid ">_>"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:539
msgid "_All People and Resources"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:552
msgid "All _People and One Resource"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:565
msgid "_Required People"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:578
msgid "Required People and _One Resource"
msgstr ""

#: widgets/meeting-time-sel/e-meeting-time-sel.c:601
#, fuzzy
msgid "Meeting _start time:"
msgstr "Żądanie spotkania"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:625
#, fuzzy
msgid "Meeting _end time:"
msgstr "Żądanie spotkania"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:738
msgid "All Attendees"
msgstr ""

#: widgets/misc/e-clipped-label.c:106
msgid "..."
msgstr ""

#: widgets/shortcut-bar/e-group-bar.c:633
#, c-format
msgid "Group %i"
msgstr ""

#~ msgid "Find messages"
#~ msgstr "Znajduje wiadomości"

#~ msgid "We are sorry, Evolution's Folder Browser can not be initialized."
#~ msgstr "Przepraszamy, przeglądarka katalogów nie może zostać uruchomiona."

#~ msgid "Whether a message preview should be shown"
#~ msgstr "Czy wyswietlać podgląd wiadomości"

#~ msgid "_Task"
#~ msgstr "_Zadanie"

#~ msgid "_Selected Items"
#~ msgstr "_Wybrane elementy"

#~ msgid "_New Folder"
#~ msgstr "_Nowy katalog"

#~ msgid "_Open"
#~ msgstr "_Otwórz"

#~ msgid "Clos_e All Items"
#~ msgstr "Z_amknij wszystko"

#~ msgid "Closes all the open items"
#~ msgstr "Zamyka wszystkie otwarte elementy"

#~ msgid "_Toggle Shortcut Bar"
#~ msgstr "Przełącz pasek skrótów"

#~ msgid "_Toggle Treeview"
#~ msgstr "Przełącz widok drzewa"

#~ msgid "Toggles the tree view"
#~ msgstr "Wyświetla/ukrywa widok drzewa"

#~ msgid ""
#~ "This is a development version of Evolution.\n"
#~ "Using the mail component on your mail files\n"
#~ "is extremely hazardous.\n"
#~ "\n"
#~ "Do not run this program on your real mail\n"
#~ " and do not give it access to your real mail server.\n"
#~ "\n"
#~ "You have been warned\n"
#~ msgstr ""
#~ "Bieżąca wersja Evolution jest rozwojowa.\n"
#~ "Używanie obsługi poczty na twoich plikach jest\n"
#~ "wysoce ryzykowne.\n"
#~ "\n"
#~ "Nie używaj tego programu do prawdziwej poczty\n"
#~ " i nie dawaj dostepu do serwera poczty.\n"
#~ "\n"
#~ "Zostałeś ostrzeżony\n"

#~ msgid "A folder containing mail items"
#~ msgstr "Katalog zawierający przesyłki pocztowe"

#~ msgid "A folder containing contacts"
#~ msgstr "Katalog zawierający kontakty"

#~ msgid "A folder containing calendar entries"
#~ msgstr "Katalog zawierajacy wpisy do kalendarza"

#~ msgid "A folder containing tasks"
#~ msgstr "Katalog zawierający zadania"

#~ msgid "A service containing mail items"
#~ msgstr "Usługa zawierająca przesyłki pocztowe"

#~ msgid "A service containing contacts"
#~ msgstr "Usługa zawierająca kontakty"

#~ msgid "A service containing calendar entries"
#~ msgstr "Usługa zawierająca wpisy do kalendarza"

#~ msgid "A service containing tasks"
#~ msgstr "Usługa zawierajaca zadania"

#~ msgid "Add New Group"
#~ msgstr "Dodaj nową grupę"

#~ msgid "Remove Group"
#~ msgstr "Usuń grupę"

#~ msgid "Rename Group"
#~ msgstr "Zmień nazwę grupy"

#~ msgid "Open in New Window"
#~ msgstr "Otwórz w nowym oknie"

#~ msgid "Advanced Find"
#~ msgstr "Zaawansowane wyszukiwanie"

#~ msgid "Rename Shortcut"
#~ msgstr "Zmień nazwę skrótu"

#~ msgid "Executive Summary"
#~ msgstr "Podsumowanie"

#~ msgid "Inbox"
#~ msgstr "Skrzynka odbiorcza"

#~ msgid "Sent messages"
#~ msgstr "Wiadomości wysłane"

#~ msgid "Sent mail messages"
#~ msgstr "Wysłane wiadomości pocztowe"

#~ msgid "Draft mail messages"
#~ msgstr "Wiadomości w fazie roboczej"

#~ msgid "Your contacts list"
#~ msgstr "Twoja lista kontaktów"

#~ msgid "Tasks list"
#~ msgstr "Lista zadań"

#~ msgid "Other Shortcuts"
#~ msgstr "Inne skróty"

#~ msgid "Enables some debugging functions"
#~ msgstr "Włącz funkcje odpluskwiania"

#~ msgid "LEVEL"
#~ msgstr "POZIOM"

#~ msgid ""
#~ "It was not possible to setup the Evolution startup files.  Please\n"
#~ "fix the problem, and restart Evolution"
#~ msgstr ""
#~ "Nie było możliwe ustawienie plików startowych Evolution. Proszę\n"
#~ "usunąć problem i ponownie uruchomić Evolution"