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

#: extensions/inc/command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "Tabela"

#: extensions/inc/command.hrc:32
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "Poizvedba"

#: extensions/inc/command.hrc:33
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr "SQL-ukaz"

msgctxt "stock"
msgid "_Add"
msgstr "Doda_j"

msgctxt "stock"
msgid "_Apply"
msgstr "_Uporabi"

msgctxt "stock"
msgid "_Cancel"
msgstr "Pre_kliči"

msgctxt "stock"
msgid "_Close"
msgstr "Z_apri"

msgctxt "stock"
msgid "_Delete"
msgstr "I_zbriši"

msgctxt "stock"
msgid "_Edit"
msgstr "U_redi"

msgctxt "stock"
msgid "_Help"
msgstr "Po_moč"

msgctxt "stock"
msgid "_New"
msgstr "_Nov"

msgctxt "stock"
msgid "_No"
msgstr "_Ne"

msgctxt "stock"
msgid "_OK"
msgstr "V _redu"

msgctxt "stock"
msgid "_Remove"
msgstr "Odst_rani"

msgctxt "stock"
msgid "_Reset"
msgstr "_Ponastavi"

msgctxt "stock"
msgid "_Yes"
msgstr "_Da"

#: extensions/inc/showhide.hrc:29
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "Skrij"

#: extensions/inc/showhide.hrc:30
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "Pokaži"

#: extensions/inc/stringarrays.hrc:27
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "Na vrh"

#: extensions/inc/stringarrays.hrc:28
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr "Na sredino"

#: extensions/inc/stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "Na dno"

#: extensions/inc/stringarrays.hrc:34
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr "Majhne"

#: extensions/inc/stringarrays.hrc:35
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr "Velike"

#: extensions/inc/stringarrays.hrc:40
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr "Brez okvira"

#: extensions/inc/stringarrays.hrc:41
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr "Videz 3D"

#: extensions/inc/stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr "Plosko"

#: extensions/inc/stringarrays.hrc:47
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr "Seznam vrednosti"

#: extensions/inc/stringarrays.hrc:48
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "Tabela"

#: extensions/inc/stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "Poizvedba"

#: extensions/inc/stringarrays.hrc:50
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "Sql"

#: extensions/inc/stringarrays.hrc:51
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr "Sql [izvirni]"

#: extensions/inc/stringarrays.hrc:52
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr "Polja tabele"

#: extensions/inc/stringarrays.hrc:57
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "Levo"

#: extensions/inc/stringarrays.hrc:58
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "Na sredini"

#: extensions/inc/stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "Desno"

#: extensions/inc/stringarrays.hrc:64
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "Brez"

#: extensions/inc/stringarrays.hrc:65
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr "Oddaj obrazec"

#: extensions/inc/stringarrays.hrc:66
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr "Ponastavi obrazec"

#: extensions/inc/stringarrays.hrc:67
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr "Odpri dokument/spletno stran"

#: extensions/inc/stringarrays.hrc:68
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr "Prvi zapis"

#: extensions/inc/stringarrays.hrc:69
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr "Prejšnji zapis"

#: extensions/inc/stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr "Naslednji zapis"

#: extensions/inc/stringarrays.hrc:71
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr "Zadnji zapis"

#: extensions/inc/stringarrays.hrc:72
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr "Shrani zapis"

#: extensions/inc/stringarrays.hrc:73
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr "Razveljavi vnos podatkov"

#: extensions/inc/stringarrays.hrc:74
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr "Nov zapis"

#: extensions/inc/stringarrays.hrc:75
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr "Izbriši zapis"

#: extensions/inc/stringarrays.hrc:76
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr "Osveži obrazec"

#: extensions/inc/stringarrays.hrc:81
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Get"
msgstr "Prejmi"

#: extensions/inc/stringarrays.hrc:82
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Post"
msgstr "Pošlji"

#: extensions/inc/stringarrays.hrc:87
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr "URL"

#: extensions/inc/stringarrays.hrc:88
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr "Večdelno"

#: extensions/inc/stringarrays.hrc:89
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "Besedilo"

#: extensions/inc/stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr "Standardno (kratko)"

#: extensions/inc/stringarrays.hrc:95
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr "Standardno (kratko LL)"

#: extensions/inc/stringarrays.hrc:96
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr "Standardno (kratko LLLL)"

#: extensions/inc/stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr "Standardno (dolgo)"

#: extensions/inc/stringarrays.hrc:98
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YY"
msgstr "DD/MM/LL"

#: extensions/inc/stringarrays.hrc:99
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YY"
msgstr "MM/DD/LL"

#: extensions/inc/stringarrays.hrc:100
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY/MM/DD"
msgstr "LL/MM/DD"

#: extensions/inc/stringarrays.hrc:101
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YYYY"
msgstr "DD/MM/LLLL"

#: extensions/inc/stringarrays.hrc:102
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YYYY"
msgstr "MM/DD/LLLL"

#: extensions/inc/stringarrays.hrc:103
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY/MM/DD"
msgstr "LLLL/MM/DD"

#: extensions/inc/stringarrays.hrc:104
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr "LL-MM-DD"

#: extensions/inc/stringarrays.hrc:105
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr "LLLL-MM-DD"

#: extensions/inc/stringarrays.hrc:110
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45"
msgstr "13:45"

#: extensions/inc/stringarrays.hrc:111
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45:00"
msgstr "13:45:00"

#: extensions/inc/stringarrays.hrc:112
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr "01:45 PM"

#: extensions/inc/stringarrays.hrc:113
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr "01:45:00 PM"

#: extensions/inc/stringarrays.hrc:118
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr "Ni izbrano"

#: extensions/inc/stringarrays.hrc:119
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr "Izbrano"

#: extensions/inc/stringarrays.hrc:120
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr "Ni določeno"

#: extensions/inc/stringarrays.hrc:125
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr "Vsi zapisi"

#: extensions/inc/stringarrays.hrc:126
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr "Aktivni zapis"

#: extensions/inc/stringarrays.hrc:127
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "Trenutna stran"

#: extensions/inc/stringarrays.hrc:132
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr "Ne"

#: extensions/inc/stringarrays.hrc:133
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr "Da"

#: extensions/inc/stringarrays.hrc:134
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr "Nadrejeni obrazec"

#: extensions/inc/stringarrays.hrc:139
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr "_blank"

#: extensions/inc/stringarrays.hrc:140
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr "_parent"

#: extensions/inc/stringarrays.hrc:141
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr "_self"

#: extensions/inc/stringarrays.hrc:142
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "_top"

#: extensions/inc/stringarrays.hrc:147
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "Brez"

#: extensions/inc/stringarrays.hrc:148
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr "Eden"

#: extensions/inc/stringarrays.hrc:149
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr "Več"

#: extensions/inc/stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "Obseg"

#: extensions/inc/stringarrays.hrc:155
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "Vodoravno"

#: extensions/inc/stringarrays.hrc:156
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr "Navpično"

#: extensions/inc/stringarrays.hrc:161
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "Privzeto"

#: extensions/inc/stringarrays.hrc:162
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "V redu"

#: extensions/inc/stringarrays.hrc:163
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "Prekliči"

#: extensions/inc/stringarrays.hrc:164
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "Pomoč"

#: extensions/inc/stringarrays.hrc:169
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr "Izbrani vnos"

#: extensions/inc/stringarrays.hrc:170
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr "Položaj izbranega vnosa"

#: extensions/inc/stringarrays.hrc:175
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr "Enovrstično"

#: extensions/inc/stringarrays.hrc:176
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr "Večvrstično"

#: extensions/inc/stringarrays.hrc:177
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr "Večvrstično z oblikovanjem"

#: extensions/inc/stringarrays.hrc:182
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr "LF (Unix)"

#: extensions/inc/stringarrays.hrc:183
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr "CR+LF (Windows)"

#: extensions/inc/stringarrays.hrc:188
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "Brez"

#: extensions/inc/stringarrays.hrc:189
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "Vodoravno"

#: extensions/inc/stringarrays.hrc:190
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr "Navpično"

#: extensions/inc/stringarrays.hrc:191
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr "Oboje"

#: extensions/inc/stringarrays.hrc:196
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr "3D"

#: extensions/inc/stringarrays.hrc:197
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr "Plosko"

#: extensions/inc/stringarrays.hrc:202
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr "Na vrhu levo"

#: extensions/inc/stringarrays.hrc:203
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr "Na sredini levo"

#: extensions/inc/stringarrays.hrc:204
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr "Na dnu levo"

#: extensions/inc/stringarrays.hrc:205
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr "Na vrhu desno"

#: extensions/inc/stringarrays.hrc:206
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr "Na sredini desno"

#: extensions/inc/stringarrays.hrc:207
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr "Na dnu desno"

#: extensions/inc/stringarrays.hrc:208
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr "Zgoraj levo"

#: extensions/inc/stringarrays.hrc:209
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr "Zgoraj na sredini"

#: extensions/inc/stringarrays.hrc:210
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr "Zgoraj desno"

#: extensions/inc/stringarrays.hrc:211
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr "Spodaj levo"

#: extensions/inc/stringarrays.hrc:212
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr "Spodaj na sredini"

#: extensions/inc/stringarrays.hrc:213
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr "Spodaj desno"

#: extensions/inc/stringarrays.hrc:214
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "Na sredini"

#: extensions/inc/stringarrays.hrc:219
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr "Ohrani"

#: extensions/inc/stringarrays.hrc:220
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr "Zamenjaj"

#: extensions/inc/stringarrays.hrc:221
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr "Strni"

#: extensions/inc/stringarrays.hrc:226
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr "Ne"

#: extensions/inc/stringarrays.hrc:227
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr "Ohrani razmerje"

#: extensions/inc/stringarrays.hrc:228
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr "Prilagodi velikosti"

#: extensions/inc/stringarrays.hrc:233
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr "Od leve proti desni"

#: extensions/inc/stringarrays.hrc:234
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "Od desne proti levi"

#: extensions/inc/stringarrays.hrc:235
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr "Uporabi nastavitve nadrejenega predmeta"

#: extensions/inc/stringarrays.hrc:240
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr "Nikoli"

#: extensions/inc/stringarrays.hrc:241
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr "Ko ima pozornost"

#: extensions/inc/stringarrays.hrc:242
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr "Vedno"

#: extensions/inc/stringarrays.hrc:247
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr "Na odstavek"

#: extensions/inc/stringarrays.hrc:248
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr "Kot znak"

#: extensions/inc/stringarrays.hrc:249
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "Na stran"

#: extensions/inc/stringarrays.hrc:250
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr "V okvir"

#: extensions/inc/stringarrays.hrc:251
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr "Na znak"

#: extensions/inc/stringarrays.hrc:256
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "Na stran"

#: extensions/inc/stringarrays.hrc:257
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr "Na celico"

#: extensions/inc/strings.hrc:27
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr "Uredi masko"

#: extensions/inc/strings.hrc:28
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr "Maska znakov"

#: extensions/inc/strings.hrc:29
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr "Samo za branje"

#: extensions/inc/strings.hrc:30
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr "Omogočeno"

#: extensions/inc/strings.hrc:31
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr "Vidno"

#: extensions/inc/strings.hrc:32
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr "Samozapolni"

#: extensions/inc/strings.hrc:33
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr "Število vrstic"

#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr "Največja dolžina besedila"

#: extensions/inc/strings.hrc:35
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr "Pomikalnik"

#: extensions/inc/strings.hrc:36
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr "Dosledna oblika"

#: extensions/inc/strings.hrc:37
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr "Ločilo tisočic"

#: extensions/inc/strings.hrc:38
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr "Natisljivo"

#: extensions/inc/strings.hrc:39
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr "URL"

#: extensions/inc/strings.hrc:40
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr "Okvir"

#: extensions/inc/strings.hrc:41
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr "Besedilo pomoči"

#: extensions/inc/strings.hrc:42
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr "URL pomoči"

#: extensions/inc/strings.hrc:43
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr "Dodatne informacije"

#: extensions/inc/strings.hrc:44
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr "Znaki za prikaz gesla"

#: extensions/inc/strings.hrc:45
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr "Trojno stanje"

#: extensions/inc/strings.hrc:46
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr "Prazen niz je NULL"

#: extensions/inc/strings.hrc:47
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr "Decimalna natančnost"

#: extensions/inc/strings.hrc:48
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "Grafika"

#: extensions/inc/strings.hrc:49
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr "Privzeti izbor"

#: extensions/inc/strings.hrc:50
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr "Privzeti gumb"

#: extensions/inc/strings.hrc:51
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr "Nalepka"

#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "Oznaka"

#: extensions/inc/strings.hrc:53
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "Poravnava"

#: extensions/inc/strings.hrc:54
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr "Navp. poravnava"

#: extensions/inc/strings.hrc:55
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr "Poravnava slik"

#: extensions/inc/strings.hrc:56
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Pisava"

#: extensions/inc/strings.hrc:57
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr "Barva ozadja"

#: extensions/inc/strings.hrc:58
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr "Obroba"

#: extensions/inc/strings.hrc:59
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr "Velikost ikon"

#: extensions/inc/strings.hrc:60
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr "Umestitev"

#: extensions/inc/strings.hrc:61
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "Krmarjenje"

#: extensions/inc/strings.hrc:62
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr "Dejanje na zapisu"

#: extensions/inc/strings.hrc:63
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr "Filtriranje/razvrščanje"

#: extensions/inc/strings.hrc:64
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr "Vodoravni drsni trak"

#: extensions/inc/strings.hrc:65
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr "Navpični drsni trak"

#: extensions/inc/strings.hrc:66
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr "Prelom besede"

#: extensions/inc/strings.hrc:67
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr "Večvrstični vnos"

#: extensions/inc/strings.hrc:68
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr "Večkratni izbor"

#: extensions/inc/strings.hrc:69
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "Ime"

#: extensions/inc/strings.hrc:70
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr "Ime skupine"

#: extensions/inc/strings.hrc:71
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr "Zaporedje premikanja"

#: extensions/inc/strings.hrc:72
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr "Drsenje miškinega koleščka"

#: extensions/inc/strings.hrc:73
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "Filter"

#: extensions/inc/strings.hrc:74
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr "Razvrsti"

#: extensions/inc/strings.hrc:75
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr "Označevalnik zapisov"

#: extensions/inc/strings.hrc:76
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr "Predlog filtra"

#: extensions/inc/strings.hrc:77
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr "Vrstica za krmarjenje"

#: extensions/inc/strings.hrc:78
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr "Krožno"

#: extensions/inc/strings.hrc:79
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr "Tabulatorsko mesto"

#: extensions/inc/strings.hrc:80
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr "Podatkovno polje"

#: extensions/inc/strings.hrc:81
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr "Spustno polje"

#: extensions/inc/strings.hrc:82
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr "Vezano polje"

#: extensions/inc/strings.hrc:83
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr "Vsebina seznama"

#: extensions/inc/strings.hrc:84
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr "Vrsta vsebine seznama"

#: extensions/inc/strings.hrc:85
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "Vsebina"

#: extensions/inc/strings.hrc:86
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr "Vrsta vsebine"

#: extensions/inc/strings.hrc:87
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr "Dovoli dodajanja"

#: extensions/inc/strings.hrc:88
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr "Dovoli brisanje"

#: extensions/inc/strings.hrc:89
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr "Dovoli spreminjanje"

#: extensions/inc/strings.hrc:90
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr "Dodaj samo podatke"

#: extensions/inc/strings.hrc:91
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "Vir podatkov"

#: extensions/inc/strings.hrc:92
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "Poveži nadrejena polja"

#: extensions/inc/strings.hrc:93
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr "Poveži podrejena polja"

#: extensions/inc/strings.hrc:94
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr "Vrednost min."

#: extensions/inc/strings.hrc:95
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr "Vrednost maks."

#: extensions/inc/strings.hrc:96
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr "Povečaj/zmanjšaj vrednost"

#: extensions/inc/strings.hrc:97
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr "Valutni simbol"

#: extensions/inc/strings.hrc:98
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr "Datum min."

#: extensions/inc/strings.hrc:99
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr "Datum maks."

#: extensions/inc/strings.hrc:100
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr "Oblika zapisa datuma"

#: extensions/inc/strings.hrc:101
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "Izbor"

#: extensions/inc/strings.hrc:102
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr "Min. čas"

#: extensions/inc/strings.hrc:103
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr "Maks. čas"

#: extensions/inc/strings.hrc:104
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr "Oblika zapisa časa"

#: extensions/inc/strings.hrc:105
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr "Valutni simbol"

#: extensions/inc/strings.hrc:106
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "Vrednost"

#: extensions/inc/strings.hrc:107
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "Oblikovanje"

#: extensions/inc/strings.hrc:108
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr "ID razreda"

#: extensions/inc/strings.hrc:109
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "Višina"

#: extensions/inc/strings.hrc:110
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "Širina"

#: extensions/inc/strings.hrc:111
msgctxt "RID_STR_AUTOGROW"
msgid "Auto grow"
msgstr "Samodejna rast"

#: extensions/inc/strings.hrc:112
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr "Kazalo seznama"

#: extensions/inc/strings.hrc:113
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr "Višina vrstice"

#: extensions/inc/strings.hrc:114
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr "Barva polnila"

#: extensions/inc/strings.hrc:115
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr "Barva črte"

#: extensions/inc/strings.hrc:116
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr "Referenčna vrednost (vključ.)"

#: extensions/inc/strings.hrc:117
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr "Referenčna vrednost (izključ.)"

#: extensions/inc/strings.hrc:118
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr "Vnosi na seznam"

#: extensions/inc/strings.hrc:119
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "Dejanje"

#: extensions/inc/strings.hrc:120
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr "URL"

#: extensions/inc/strings.hrc:121
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr "Vrsta pošiljanja"

#: extensions/inc/strings.hrc:122
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr "Privzeto stanje"

#: extensions/inc/strings.hrc:123
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr "Kodiranje oddaje"

#: extensions/inc/strings.hrc:124
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr "Privzeta vrednost"

#: extensions/inc/strings.hrc:125
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr "Privzeto besedilo"

#: extensions/inc/strings.hrc:126
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr "Privzeti datum"

#: extensions/inc/strings.hrc:127
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr "Privzeti čas"

#: extensions/inc/strings.hrc:128
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr "Okvir"

#: extensions/inc/strings.hrc:129
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "Izpolni parametre"

#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "Izvrši dejanje"

#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr "Po posodobitvi"

#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr "Pred posodobitvijo"

#: extensions/inc/strings.hrc:133
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "Pred zapisom"

#: extensions/inc/strings.hrc:134
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr "Po zapisu"

#: extensions/inc/strings.hrc:135
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "Potrditev brisanja"

#: extensions/inc/strings.hrc:136
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr "Nastala je napaka"

#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "Ob pridobljeni pozornosti"

#: extensions/inc/strings.hrc:138
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr "Ob izgubljeni pozornosti"

#: extensions/inc/strings.hrc:139
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "Stanje elementa spremenjeno"

#: extensions/inc/strings.hrc:140
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr "Tipka pritisnjena"

#: extensions/inc/strings.hrc:141
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr "Tipka spuščena"

#: extensions/inc/strings.hrc:142
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr "Ob nalaganju"

#: extensions/inc/strings.hrc:143
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr "Pred ponovnim nalaganjem"

#: extensions/inc/strings.hrc:144
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr "Ob ponovnem nalaganju"

#: extensions/inc/strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "Premik miške ob pritisnjeni tipki"

#: extensions/inc/strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "Miškin kazalec znotraj"

#: extensions/inc/strings.hrc:147
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "Miškin kazalec zunaj"

#: extensions/inc/strings.hrc:148
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "Miška premaknjena"

#: extensions/inc/strings.hrc:149
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "Miškin gumb pritisnjen"

#: extensions/inc/strings.hrc:150
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "Miškin gumb spuščen"

#: extensions/inc/strings.hrc:151
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr "Pred spremembo zapisa"

#: extensions/inc/strings.hrc:152
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr "Po spremembi zapisa"

#: extensions/inc/strings.hrc:153
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr "Po ponastavitvi"

#: extensions/inc/strings.hrc:154
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "Pred ponastavljanjem"

#: extensions/inc/strings.hrc:155
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "Odobri dejanje"

#: extensions/inc/strings.hrc:156
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr "Pred pošiljanjem"

#: extensions/inc/strings.hrc:157
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr "Besedilo spremenjeno"

#: extensions/inc/strings.hrc:158
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr "Pred zapiranjem"

#: extensions/inc/strings.hrc:159
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr "Ob zapiranju"

#: extensions/inc/strings.hrc:160
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr "Spremenjeno"

#: extensions/inc/strings.hrc:161
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr "Dogodki"

#: extensions/inc/strings.hrc:162
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr "Analiziraj SQL-ukaz"

#: extensions/inc/strings.hrc:163
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "PoložajX"

#: extensions/inc/strings.hrc:164
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "PoložajY"

#: extensions/inc/strings.hrc:165
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "Naslov"

#: extensions/inc/strings.hrc:166
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr "Stran (korak)"

#: extensions/inc/strings.hrc:167
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr "Vrednost napredka"

#: extensions/inc/strings.hrc:168
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr "Vrednost napredka min."

#: extensions/inc/strings.hrc:169
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr "Vrednost napredka maks."

#: extensions/inc/strings.hrc:170
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr "Drsna vrednost"

#: extensions/inc/strings.hrc:171
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr "Drsna vrednost maks."

#: extensions/inc/strings.hrc:172
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr "Drsna vrednost min."

#: extensions/inc/strings.hrc:173
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr "Širina drsenja"

#: extensions/inc/strings.hrc:174
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr "Višina drsenja"

#: extensions/inc/strings.hrc:175
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr "Drsenje navzgor"

#: extensions/inc/strings.hrc:176
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr "Drsenje v levo"

#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr "Privzeta drsna vrednost"

#: extensions/inc/strings.hrc:178
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr "Majhna sprememba"

#: extensions/inc/strings.hrc:179
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr "Velika sprememba"

#: extensions/inc/strings.hrc:180
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr "Zakasnitev"

#: extensions/inc/strings.hrc:181
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "Ponovi"

#: extensions/inc/strings.hrc:182
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr "Vidna velikost"

#: extensions/inc/strings.hrc:183
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr "Usmerjenost"

#: extensions/inc/strings.hrc:184
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "Med prilagajanjem"

#: extensions/inc/strings.hrc:185
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "Datum"

#: extensions/inc/strings.hrc:186
msgctxt "RID_STR_STATE"
msgid "State"
msgstr "Stanje"

#: extensions/inc/strings.hrc:187
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "Čas"

#: extensions/inc/strings.hrc:188
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "Merilo"

#: extensions/inc/strings.hrc:189
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr "Vrsta gumba"

#: extensions/inc/strings.hrc:190
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Ni mogoče vzpostaviti povezave z virom podatkov »$name$«."

#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "Besedilo"

#: extensions/inc/strings.hrc:192
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr "Povezana celica"

#: extensions/inc/strings.hrc:193
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr "Obseg celic v viru"

#: extensions/inc/strings.hrc:194
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr "Vsebina povezane celice"

#: extensions/inc/strings.hrc:195
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr "Barva simbola"

#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr "Besedilne vrstice se zaključijo z"

#: extensions/inc/strings.hrc:197
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr "Preklopi"

#: extensions/inc/strings.hrc:198
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr "Prevzemi pozornost ob kliku"

#: extensions/inc/strings.hrc:199
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr "Skrij izbor"

#: extensions/inc/strings.hrc:200
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "Slog"

#: extensions/inc/strings.hrc:201
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr "Samodejno prelomi besedilo"

#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr "Vrsta besedila"

#: extensions/inc/strings.hrc:203
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr "Podatkovni model XML"

#: extensions/inc/strings.hrc:204
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr "Vezavni izraz"

#: extensions/inc/strings.hrc:205
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr "Zahtevano"

#: extensions/inc/strings.hrc:206
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr "Vir vnosa na seznam"

#: extensions/inc/strings.hrc:207
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr "Pomembno"

#: extensions/inc/strings.hrc:208
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr "Samo za branje"

#: extensions/inc/strings.hrc:209
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr "Omejitev"

#: extensions/inc/strings.hrc:210
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr "Izračun"

#: extensions/inc/strings.hrc:211
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr "Vrsta podatkov"

#: extensions/inc/strings.hrc:212
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr "Presledki"

#: extensions/inc/strings.hrc:213
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr "Drsniki"

#: extensions/inc/strings.hrc:214
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr "Vzorec"

#: extensions/inc/strings.hrc:215
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr "Dolžina"

#: extensions/inc/strings.hrc:216
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr "Dolžina (najmanj)"

#: extensions/inc/strings.hrc:217
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr "Dolžina (največ)"

#: extensions/inc/strings.hrc:218
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr "Števke (skupaj)"

#: extensions/inc/strings.hrc:219
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr "Števke (ulomek)"

#: extensions/inc/strings.hrc:220
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr "Največ (vključuje)"

#: extensions/inc/strings.hrc:221
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr "Največ (ne vključuje)"

#: extensions/inc/strings.hrc:222
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr "Najmanj (vključuje)"

#: extensions/inc/strings.hrc:223
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr "Najmanj (ne vključuje)"

#: extensions/inc/strings.hrc:224
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr "Oddaja"

#: extensions/inc/strings.hrc:225
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr "Vezava"

#: extensions/inc/strings.hrc:226
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr "Vrsta izbora"

#: extensions/inc/strings.hrc:227
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr "Koren prikazan"

#: extensions/inc/strings.hrc:228
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr "Prikaži ročice"

#: extensions/inc/strings.hrc:229
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr "Prikaži korenske ročice"

#: extensions/inc/strings.hrc:230
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr "Za urejanje"

#: extensions/inc/strings.hrc:231
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr "Prikliče urejanje vozlišča ustavitve"

#: extensions/inc/strings.hrc:232
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr "Z naslovno vrstico"

#: extensions/inc/strings.hrc:233
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr "Brez oznake"

#: extensions/inc/strings.hrc:234
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr "Barva obrobe"

#: extensions/inc/strings.hrc:235
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr "Potreben je vnos"

#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr "Smer besedila"

#: extensions/inc/strings.hrc:237
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr "Zasidraj"

#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
#: extensions/inc/strings.hrc:239
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr "Navadno"

#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
#: extensions/inc/strings.hrc:241
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "Krepko ležeče"

#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
#: extensions/inc/strings.hrc:243
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr "Ležeče"

#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
#: extensions/inc/strings.hrc:245
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr "Krepko"

#: extensions/inc/strings.hrc:246
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "(privzeto)"

#: extensions/inc/strings.hrc:247
msgctxt "RID_STR_URL"
msgid "URL"
msgstr "URL"

#: extensions/inc/strings.hrc:248
msgctxt "RID_STR_SELECTIONMODEL"
msgid "Selection Type"
msgstr "Vrsta izbora"

#: extensions/inc/strings.hrc:249
msgctxt "RID_STR_USEGRIDLINE"
msgid "Use grid line"
msgstr "Uporabi mrežne črte"

#: extensions/inc/strings.hrc:250
msgctxt "RID_STR_GRIDLINECOLOR"
msgid "Grid line color"
msgstr "Barva mrežne črte"

#: extensions/inc/strings.hrc:251
msgctxt "RID_STR_SHOWCOLUMNHEADER"
msgid "Show column header"
msgstr "Pokaži glavo stolpcev"

#: extensions/inc/strings.hrc:252
msgctxt "RID_STR_SHOWROWHEADER"
msgid "Show row header"
msgstr "Pokaži glavo vrstic"

#: extensions/inc/strings.hrc:253
msgctxt "RID_STR_HEADERBACKGROUNDCOLOR"
msgid "Header background color"
msgstr "Barva ozadja glave"

#: extensions/inc/strings.hrc:254
msgctxt "RID_STR_HEADERTEXTCOLOR"
msgid "Header text color"
msgstr "Barva besedila glave"

#: extensions/inc/strings.hrc:255
msgctxt "RID_STR_ACTIVESELECTIONBACKGROUNDCOLOR"
msgid "Active selection background color"
msgstr "Barva ozadja aktivnega izbora"

#: extensions/inc/strings.hrc:256
msgctxt "ID_STR_ACTIVESELECTIONTEXTCOLOR"
msgid "Active selection text color"
msgstr "Barva besedila aktivnega izbora"

#: extensions/inc/strings.hrc:257
msgctxt "RID_STR_INACTIVESELECTIONBACKGROUNDCOLOR"
msgid "Inactive selection background color"
msgstr "Barva ozadja neaktivnega izbora"

#: extensions/inc/strings.hrc:258
msgctxt "RID_STR_INACTIVESELECTIONTEXTCOLOR"
msgid "Inactive selection text color"
msgstr "Barva besedila neaktivnega izbora"

#: extensions/inc/strings.hrc:259
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "Privzeto"

#: extensions/inc/strings.hrc:260
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "Splošno"

#: extensions/inc/strings.hrc:261
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "Podatki"

#: extensions/inc/strings.hrc:262
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr "<Vdelana-slika>"

#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "Besedilo"

#: extensions/inc/strings.hrc:265
msgctxt "RID_STR_CONFIRM_DELETE_DATA_TYPE"
msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
"Please note that this will affect all controls which are bound to this data type."
msgstr ""
"Želite iz modela zbrisati vrsto podatkov »#type#«?\n"
"Zavedajte se, da bo to vplivalo na vse kontrolnike, povezane s to vrsto podatkov."

#: extensions/inc/strings.hrc:267
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr "Gumb"

#: extensions/inc/strings.hrc:268
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Izbirni gumb"

#: extensions/inc/strings.hrc:269
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Potrditveno polje"

#: extensions/inc/strings.hrc:270
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Nalepka"

#: extensions/inc/strings.hrc:271
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Skupinsko polje"

#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Polje z besedilom"

#: extensions/inc/strings.hrc:273
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Oblikovano polje"

#: extensions/inc/strings.hrc:274
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Seznamsko polje"

#: extensions/inc/strings.hrc:275
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinirano polje"

#: extensions/inc/strings.hrc:276
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Gumb s sliko"

#: extensions/inc/strings.hrc:277
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr "Skriti kontrolnik"

#: extensions/inc/strings.hrc:278
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr "Kontrolnik (neznana vrsta)"

#: extensions/inc/strings.hrc:279
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Slikovni kontrolnik"

#: extensions/inc/strings.hrc:280
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Izbor datoteke"

#: extensions/inc/strings.hrc:281
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datumsko polje"

#: extensions/inc/strings.hrc:282
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Časovno polje"

#: extensions/inc/strings.hrc:283
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Številsko polje"

#: extensions/inc/strings.hrc:284
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Valutno polje"

#: extensions/inc/strings.hrc:285
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Vzorčno polje"

#: extensions/inc/strings.hrc:286
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Kontrolnik tabele"

#: extensions/inc/strings.hrc:288
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr "Podobrazec"

#: extensions/inc/strings.hrc:289
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr "Glavni obrazec"

#. To translators: # will be replace with a name.
#: extensions/inc/strings.hrc:291
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr "Stolpcev »#« ni mogoče pridobiti."

#: extensions/inc/strings.hrc:293
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Obrazci"

#: extensions/inc/strings.hrc:295
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr "Preverjanje ..."

#: extensions/inc/strings.hrc:296
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr "Preverjanje obstoja posodobitev je spodletelo."

#: extensions/inc/strings.hrc:297
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr "%PRODUCTNAME %PRODUCTVERSION je najnovejša različica."

#: extensions/inc/strings.hrc:298
msgctxt "RID_UPDATE_STR_UPD_FOUND"
msgid ""
"%PRODUCTNAME %NEXTVERSION is available.\n"
"\n"
"The installed version is %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
"Note: Before downloading an update, please ensure that you have sufficient access rights to install it.\n"
"A password, usually the administrator's or root password, may be required."
msgstr ""
"Na voljo je %PRODUCTNAME %NEXTVERSION.\n"
"\n"
"Nameščena je različica %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
"Opomba: Pred prenosom posodobitve zagotovite, da imate ustrezne pravice za njeno namestitev.\n"
"Zagotoviti boste morali upravljalsko ali korensko geslo."

#: extensions/inc/strings.hrc:299
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr "Preveri stanje posodobitev"

#: extensions/inc/strings.hrc:300
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr "Prenos %PRODUCTNAME %NEXTVERSION je bil začasno ustavljen pri ..."

#: extensions/inc/strings.hrc:301
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr "Prenos %PRODUCTNAME %NEXTVERSION je zastal pri"

#: extensions/inc/strings.hrc:302
msgctxt "RID_UPDATE_STR_DOWNLOAD_WARN"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
"\n"
"Under Tools – Options... - %PRODUCTNAME – Online Update you can change the download location."
msgstr ""
"Mesto prenosa je: %DOWNLOAD_PATH.\n"
"\n"
"V Orodja – Možnosti ... – %PRODUCTNAME – Spletna posodobitev lahko mesto prenosa spremenite."

#: extensions/inc/strings.hrc:303
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr "%FILE_NAME je bila prenesena v %DOWNLOAD_PATH."

#: extensions/inc/strings.hrc:304
msgctxt "RID_UPDATE_STR_DOWNLOAD_UNAVAIL"
msgid ""
"The automatic download of the update is currently not available.\n"
"\n"
"Click 'Download...' to download %PRODUCTNAME %NEXTVERSION manually from the web site."
msgstr ""
"Samodejni prenos posodobitve trenutno ni na voljo.\n"
"\n"
"Kliknite »Prenesi ...«, da %PRODUCTNAME %NEXTVERSION prenesete ročno s spletne strani."

#: extensions/inc/strings.hrc:305
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr "Prenašanje %PRODUCTNAME %NEXTVERSION ..."

#: extensions/inc/strings.hrc:306
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr "Prenos %PRODUCTNAME %NEXTVERSION je zaključen. Vse je pripravljeno za namestitev."

#: extensions/inc/strings.hrc:307
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr "Resnično želite preklicati prenos?"

#: extensions/inc/strings.hrc:308
msgctxt "RID_UPDATE_STR_BEGIN_INSTALL"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr "Za namestitev posodobitve je potrebno zapreti %PRODUCTNAME %PRODUCTVERSION. Želite namestiti posodobitev zdaj?"

#: extensions/inc/strings.hrc:309
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr "Namestitvenega programa ni bilo mogoče zagnati. Prosimo, zaženite %FILE_NAME v %DOWNLOAD_PATH ročno."

#: extensions/inc/strings.hrc:310
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr "Datoteka s tem imenom že obstaja! Želite prepisati obstoječo datoteko?"

#: extensions/inc/strings.hrc:311
msgctxt "RID_UPDATE_STR_RELOAD_WARNING"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr "Datoteka z imenom »%FILENAME« že obstaja v »%DOWNLOAD_PATH«! Želite nadaljevati s prenosom ali izbrisati in ponovno naložiti datoteko?"

#: extensions/inc/strings.hrc:312
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr "Ponovno naloži datoteko"

#: extensions/inc/strings.hrc:313
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr "Nadaljuj"

#: extensions/inc/strings.hrc:314
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr "%PERCENT%"

#: extensions/inc/strings.hrc:315
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "Stanje"

#: extensions/inc/strings.hrc:316
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "Opis"

#: extensions/inc/strings.hrc:317
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "Zapri"

#: extensions/inc/strings.hrc:318
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr "~Prenesi"

#: extensions/inc/strings.hrc:319
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr "~Namesti"

#: extensions/inc/strings.hrc:320
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "~Premor"

#: extensions/inc/strings.hrc:321
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr "~Nadaljuj"

#: extensions/inc/strings.hrc:322
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "Prekliči"

#: extensions/inc/strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
msgstr "Na voljo je posodobitev za %PRODUCTNAME"

#: extensions/inc/strings.hrc:324
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr "Kliknite ikono za začetek prenosa."

#: extensions/inc/strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
msgstr "Na voljo je posodobitev za %PRODUCTNAME"

#: extensions/inc/strings.hrc:326
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
msgstr "Kliknite ikono za več informacij."

#: extensions/inc/strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
msgstr "Na voljo je posodobitev za %PRODUCTNAME"

#: extensions/inc/strings.hrc:328
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr "Prenos posodobitve se začenja."

#: extensions/inc/strings.hrc:329
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr "Prenos posodobitve je v teku"

#: extensions/inc/strings.hrc:330
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid "Click the icon to pause."
msgstr "Kliknite ikono za začasno prekinitev."

#: extensions/inc/strings.hrc:331
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr "Prenos posodobitve je začasno prekinjen."

#: extensions/inc/strings.hrc:332
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr "Kliknite ikono za nadaljevanje."

#: extensions/inc/strings.hrc:333
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr "Prenos posodobitve je zastal."

#: extensions/inc/strings.hrc:334
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
msgstr "Kliknite ikono za več informacij."

#: extensions/inc/strings.hrc:335
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr "Prenos posodobitve zaključen"

#: extensions/inc/strings.hrc:336
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr "Kliknite ikono za začetek namestitve."

#: extensions/inc/strings.hrc:337
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr "Na voljo so posodobitve razširitev"

#: extensions/inc/strings.hrc:338
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
msgstr "Kliknite ikono za več informacij."

#: extensions/inc/strings.hrc:340
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr "Vmesnika SANE ni mogoče inicializirati. Optično branje ni mogoče."

#: extensions/inc/strings.hrc:341
msgctxt "STR_SLOW_PREVIEW"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr "Naprava ne omogoča predogleda. Zaradi tega bo za predogled uporabljeno navadno optično branje, kar pa lahko vzame precej časa."

#: extensions/inc/strings.hrc:342
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr "Med optičnim branjem je prišlo do napake."

#: extensions/inc/strings.hrc:343
msgctxt "STR_DEVICE_DESC"
msgid ""
"Device: %s\n"
"Vendor: %s\n"
"Model: %s\n"
"Type: %s"
msgstr ""
"Naprava: %s\n"
"Proizvajalec: %s\n"
"Model: %s\n"
"Vrsta: %s"

#: extensions/inc/strings.hrc:345
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr "Bibliografska zbirka podatkov"

#: extensions/inc/strings.hrc:346
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr "Ali želite urediti razporeditev stolpcev?"

#: extensions/inc/strings.hrc:347
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr "<brez>"

#: extensions/inc/strings.hrc:349
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr "Sledečih imen stolpcev ni bilo mogoče dodeliti:\n"

#: extensions/inc/strings.hrc:350
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr "Članek"

#: extensions/inc/strings.hrc:351
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr "Knjiga"

#: extensions/inc/strings.hrc:352
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Brošure"

#: extensions/inc/strings.hrc:353
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr "Članek v zborniku konference (BiBTeX)"

#: extensions/inc/strings.hrc:354
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Izvleček iz knjige"

#: extensions/inc/strings.hrc:355
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Izvleček iz knjige z naslovom"

#: extensions/inc/strings.hrc:356
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr "Članek v zborniku konference"

#: extensions/inc/strings.hrc:357
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr "Strokovna revija"

#: extensions/inc/strings.hrc:358
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Tehnična dokumentacija"

#: extensions/inc/strings.hrc:359
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Diploma"

#: extensions/inc/strings.hrc:360
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr "Razno"

#: extensions/inc/strings.hrc:361
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Disertacija"

#: extensions/inc/strings.hrc:362
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Zbornik konference"

#: extensions/inc/strings.hrc:363
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr "Raziskovalno poročilo"

#: extensions/inc/strings.hrc:364
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "Neobjavljeno"

#: extensions/inc/strings.hrc:365
msgctxt "ST_TYPE_EMAIL"
msgid "Email"
msgstr "E-naslov"

#: extensions/inc/strings.hrc:366
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr "Spletni dokument"

#: extensions/inc/strings.hrc:367
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Uporabniško določeno1"

#: extensions/inc/strings.hrc:368
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Uporabniško določeno2"

#: extensions/inc/strings.hrc:369
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Uporabniško določeno3"

#: extensions/inc/strings.hrc:370
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Uporabniško določeno4"

#: extensions/inc/strings.hrc:371
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Uporabniško določeno5"

#: extensions/inc/strings.hrc:372
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr "Splošno"

#: extensions/inc/strings.hrc:374
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr "Čarovnik za vir podatkov adresarja"

#: extensions/inc/strings.hrc:375
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address Book Type"
msgstr "Vrsta adresarja"

#: extensions/inc/strings.hrc:376
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr "Nastavitve povezave"

#: extensions/inc/strings.hrc:377
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table Selection"
msgstr "Izbor tabele"

#: extensions/inc/strings.hrc:378
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr "Dodelitev polja"

#: extensions/inc/strings.hrc:379
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr "Naslov vira podatkov"

#: extensions/inc/strings.hrc:380
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr "Izberite vrsto adresarja."

#: extensions/inc/strings.hrc:381
msgctxt "RID_STR_QRY_NOTABLES"
msgid ""
"The data source does not contain any tables.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
"Vir podatkov ne vsebuje tabel.\n"
"Ga želite kljub temu nastaviti kot vir podatkov adresarja?"

#: extensions/inc/strings.hrc:382
msgctxt "RID_STR_QRY_NO_EVO_GW"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
"Zdi se, da v programu Evolution nimate nastavljenega računa GroupWise.\n"
"Ga želite kljub temu nastaviti kot vir podatkov adresarja?"

#: extensions/inc/strings.hrc:383
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "Naslovi"

#: extensions/inc/strings.hrc:384
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr "Ustvari vir podatkov adresarja"

#: extensions/inc/strings.hrc:385
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr "Povezave ni mogoče vzpostaviti."

#: extensions/inc/strings.hrc:386
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr "Preverite nastavitve vira podatkov."

#: extensions/inc/strings.hrc:387
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr "Podatki adresarja – dodelitev polj"

#: extensions/inc/strings.hrc:388
msgctxt "RID_STR_NOFIELDSASSIGNED"
msgid ""
"There are no fields assigned at this time.\n"
"You can either assign fields now or do so later by first choosing:\n"
"\"File - Template - Address Book Source...\""
msgstr ""
"Trenutno ni dodeljenih polj.\n"
"Polja lahko dodelite zdaj ali pa kasneje z izbiro:\n"
"»Datoteka – Predloge – Vir adresarja ...«"

#: extensions/inc/strings.hrc:390
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "Polje zbirke podatkov"

#: extensions/inc/strings.hrc:391
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "Tabela"

#: extensions/inc/strings.hrc:392
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "Poizvedba"

#: extensions/inc/strings.hrc:393
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr "SQL-ukaz"

#: extensions/inc/strings.hrc:395
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr "Čarovnik za elemente skupine"

#: extensions/inc/strings.hrc:396
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr "Čarovnik za elemente tabele"

#: extensions/inc/strings.hrc:397
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr "Čarovnik za seznamsko polje"

#: extensions/inc/strings.hrc:398
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr "Čarovnik za kombinirano polje"

#: extensions/inc/strings.hrc:399
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr "Ni mogoče vzpostaviti povezave s tabelo vira podatkov."

#: extensions/inc/strings.hrc:401
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr " (Datum)"

#: extensions/inc/strings.hrc:402
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr " (Čas)"

#: extensions/inc/strings.hrc:404
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr "Vsebina izbranega polja bo prikazana na seznamu kombiniranega polja."

#: extensions/inc/strings.hrc:405
msgctxt "RID_STR_FIELDINFO_LISTBOX"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr "Če sta povezani polji identični, bo vsebina izbranega polja prikazana na seznamu."

#: extensions/inc/strings.hrc:406
msgctxt "RID_STR_COMBOWIZ_DBFIELD"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr "Vrednost kombiniranega polja lahko shranite v polje zbirke podatkov ali pa jo uporabite za prikazovanje."

#: extensions/inc/strings.hrc:408
msgctxt "RID_STR_GROUPWIZ_DBFIELD"
msgid "You can either save the value of the option group in a database field or use it for a later action."
msgstr "Vrednost skupine možnosti lahko shranite v polje zbirke podatkov ali pa jo uporabite za kasnejša dejanja."

#: extensions/inc/yesno.hrc:31
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr "Ne"

#: extensions/inc/yesno.hrc:32
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr "Da"

#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:42
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr "Obstoječa polja"

#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:114
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr "Prikaži polje"

#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:48
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr "Vir podatkov"

#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:60
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr "Vrsta vsebine"

#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:72
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr "Vsebina"

#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:125
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr "Obrazec"

#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:163
msgctxt "contenttablepage|label3"
msgid ""
"On the right side, you see all the tables from the data source of the form.\n"
"\n"
"\n"
"Choose the table from which the data should be used as basis for the list content:"
msgstr ""
"Na desni strani vidite vse tabele vira podatkov tega obrazca.\n"
"\n"
"\n"
"Izberite tabelo, katere podatki naj bodo osnova za vsebino seznama:"

#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:228
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr "Kontrolnik"

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:15
msgctxt "datasourcepage|label2"
msgid ""
"That was all the information necessary to integrate your address data into %PRODUCTNAME.\n"
"\n"
"Now, just enter the name under which you want to register the data source in %PRODUCTNAME."
msgstr ""
"To so bili vsi podatki, potrebni za povezavo vaših podatkov o naslovih v %PRODUCTNAME.\n"
"\n"
"Zdaj le še vnesite ime, pod katerim želite prijaviti vir podatkov v %PRODUCTNAME."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:43
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr "Vdelajte to definicijo adresarja v trenutni dokument."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:66
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr "Mesto"

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:78
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "Prebrskaj ..."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:85
msgctxt "datasourcepage|extended_tip|browse"
msgid "Specifies the location using a file dialog."
msgstr "Odpre pogovorno okno za določanje mesta datoteke."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:109
msgctxt "datasourcepage|extended_tip|location"
msgid "Specifies the location of the database file."
msgstr "Določa mesto datoteke zbirke podatkov."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:126
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "Adresar naj bo na voljo vsem modulom v %PRODUCTNAME."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:134
msgctxt "datasourcepage|extended_tip|available"
msgid "Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file."
msgstr "Registrira novo ustvarjeno datoteko zbirke podatkov v %PRODUCTNAME. Zbirka podatkov se bo nato prikazala v podoknu Viri podatkov (krmilka+dvigalka+F4, na sistemih macOS tipka Cmd+dvigalka+F4). Če počistite to potrditveno polje, bo zbirka podatkov na voljo le, če boste odprli datoteko zbirke podatkov."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:162
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr "Ime adresarja"

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:181
msgctxt "datasourcepage|extended_tip|name"
msgid "Specifies the data source name."
msgstr "Določa ime vira podatkov."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:200
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr "Drug vir podatkov že uporablja to ime. Izberite drugo ime, ker morajo imeti viri podatkov edinstvena imena."

#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:231
msgctxt "datasourcepage|extended_tip|DataSourcePage"
msgid "Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer."
msgstr "Določa mesto datoteke z adresarjem ter ime, s katerim bo vir podatkov prikazan v raziskovalcu po virih podatkov."

#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr "Ali naj bo izbrano eno polje z možnostmi kot privzeto?"

#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:39
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr "_Da, naslednje:"

#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:79
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr "Ne, polje naj ne bo izbrano."

#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:15
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
"\n"
"For instance, you could have stored the email addresses in a field named \"email\", or \"E-mail\" or \"EM\" - or something completely different.\n"
"\n"
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
"Za vključitev podatkov iz adresarja v predloge morate v %PRODUCTNAME določiti, katera polja vsebujejo katere podatke.\n"
"\n"
"Elektronske naslove ste morda shranili v polje z imenom »e-pošta« ali »E-naslov« ali »EN« – ali nekam povsem drugam.\n"
"\n"
"Kliknite spodnji gumb za novo pogovorno okno, kjer lahko vnesete nastavitve za ta vir podatkov."

#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:38
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr "Dodelitev polja"

#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:46
msgctxt "fieldassignpage|extended_tip|assign"
msgid "Opens the Templates: Address Book Assignment dialog."
msgstr "Odpre pogovorno okno Predloge: določitev adresarja."

#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:77
msgctxt "fieldassignpage|extended_tip|FieldAssignPage"
msgid "Opens a dialog that allows you to specify the field assignment."
msgstr "Odpre pogovorno okno, v katerem določite dodelitev polj."

#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:17
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr "Tukaj izberete polja z ujemajočo vsebino, tako da bo prikazana vrednost iz polja za prikaz."

#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:55
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr "Polje iz tabele _vrednosti"

#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:105
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr "Po_lje iz seznamske tabele"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:57
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Vir podatkov"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:69
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr "Vrsta vsebine"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:81
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr "Vsebina"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:148
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr "Obrazec"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:225
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr "Izbrana polja"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:249
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr "->"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:262
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr "=>>"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:289
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr "<-"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:302
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr "<<="

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:371
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr "Obstoječa polja"

#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:389
msgctxt "gridfieldsselectionpage|label2"
msgid "Table Element"
msgstr "Element tabele"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:49
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Vir podatkov"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:61
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr "Vrsta vsebine"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:73
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr "Vsebina"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:126
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr "Obrazec"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:203
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr "Polja z _možnostmi"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:223
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr "_>>"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:237
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr "_<<"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:272
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr "Kako želite poi_menovati polja z možnostmi?"

#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:295
msgctxt "groupradioselectionpage|label2"
msgid "Table Element"
msgstr "Element tabele"

#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:15
msgctxt "invokeadminpage|label2"
msgid ""
"To set up the new data source, additional information is required.\n"
"\n"
"Click the following button to open another dialog in which you then enter the necessary information."
msgstr ""
"Za vzpostavitev novega vira podatkov so potrebne dodatne informacije.\n"
"\n"
"Kliknite naslednji gumb za novo pogovorno okno, v katerem vnesete potrebne podatke."

#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:36
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "Nastavitve"

#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:43
msgctxt "invokeadminpage|extended_tip|settings"
msgid "Calls a dialog in which you can enter additional settings."
msgstr "Odpre pogovorno okno, v katerega vnesete dodatne nastavitve."

#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:56
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
"Before you proceed, please check the settings made, or (on the previous page) choose another address data source type."
msgstr ""
"Povezave z virom podatkov ni mogoče vzpostaviti.\n"
"Preden nadaljujete, preverite nastavitve ali (na prejšnji strani) izberite drugo vrsto vira podatkov o naslovih."

#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:76
msgctxt "invokeadminpage|extended_tip|InvokeAdminPage"
msgid "Allows you to enter additional settings for LDAP address data and other external data sources."
msgstr "Omogoča vnos dodatnih nastavitev za podatke adresarja LDAP in drugih zunanjih virov podatkov."

#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:41
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr "Ali želite shraniti vrednost v polje zbirke podatkov?"

#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:65
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr "_Da, želim jo shraniti v sledeče polje zbirke podatkov:"

#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:80
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr "_Ne, vrednost želim shraniti samo v obrazcu."

#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:18
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr "Kakšen _napis naj ima skupina možnosti?"

#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:49
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr "To so vse potrebne podrobnosti za ustvarjanje skupine možnosti."

#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:35
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr "Ko izberete eno možnost, je skupini možnosti dodeljena posebna vrednost."

#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:58
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr "_Kolikšno vrednost želite dodeliti posamezni možnosti?"

#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:107
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr "Polja z _možnostmi"

#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:23
msgctxt "selecttablepage|label2"
msgid ""
"The external data source you have chosen contains more than one address book.\n"
"Please select the one you mainly want to work with:"
msgstr ""
"Zunanji vir podatkov, ki ste ga izbrali, vsebuje več kot en adresar.\n"
"Izberite tistega, s katerim želite v glavnem delati:"

#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:77
msgctxt "selecttablepage|extended_tip|table"
msgid "Specifies the table that is to serve as the address book for the %PRODUCTNAME templates."
msgstr "Določa tabelo, ki bo uporabljena kot adresar za predloge %PRODUCTNAME."

#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:90
msgctxt "selecttablepage|extended_tip|SelectTablePage"
msgid "Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in %PRODUCTNAME."
msgstr "Določa tabelo iz adresarja Seamonkey / Netscape, ki bo uporabljena kot adresar v programu %PRODUCTNAME."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:15
msgctxt "selecttypepage|label2"
msgid ""
"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
"\n"
"This wizard helps you create the data source."
msgstr ""
"%PRODUCTNAME omogoča dostop do podatkov adresarja, ki je že prisoten v vašem sistemu. Za te potrebe bo ustvarjen vir podatkov %PRODUCTNAME, v katerem bodo na voljo podatki vašega adresarja v tabelarični obliki.\n"
"\n"
"Ta čarovnik vam pomaga ustvariti vir podatkov."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:42
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr "Evolution"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
msgctxt "selecttypepage|extended_tip|evolution"
msgid "Select this option if you already use an address book in Evolution."
msgstr "Izberite to možnost, če že uporabljate adresar v programu Evolution."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:62
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr "Groupwise"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:71
msgctxt "selecttypepage|extended_tip|groupwise"
msgid "Select this option if you already use an address book in Groupwise."
msgstr "Izberite to možnost, če že uporabljate adresar programa Groupwise."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:82
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "Evolution – LDAP"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:91
msgctxt "selecttypepage|extended_tip|evoldap"
msgid "Select this option if you already use an address book in Evolution LDAP."
msgstr "Izberite to možnost, če že uporabljate adresar v Evolution LDAP."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:102
msgctxt "selecttypepage|thunderbird"
msgid "Thunderbird"
msgstr "Thunderbird"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:111
msgctxt "selecttypepage|extended_tip|thunderbird"
msgid "Select this option if you already use an address book in Thunderbird or Icedove."
msgstr "To možnost izberite, če že uporabljate adresar v e-poštnem odjemalcu Thunderbird oz. Icedove."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:122
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr "Adresar KDE"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:131
msgctxt "selecttypepage|extended_tip|kde"
msgid "Select this option if you already use an address book in KDE Address book (KAddressBook)."
msgstr "Izberite to možnost, če že uporabljate adresar KDE (KAddressBook)."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:142
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr "Adresar Mac OS X"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:151
msgctxt "selecttypepage|extended_tip|macosx"
msgid "Select this option if you already use an address book in macOS Address book."
msgstr "Izberite to možnost, če že uporabljate sistemski adresar macOS (Address book oz. Contacts)."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:162
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr "Drug zunanji vir podatkov"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:171
msgctxt "selecttypepage|extended_tip|other"
msgid "Select this option if you want to register another data source as address book in %PRODUCTNAME."
msgstr "To možnost izberite, če želite v %PRODUCTNAME kot adresar registrirati drug vir podatkov."

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:184
msgctxt "selecttypepage|label1"
msgid "Select the type of your external address book:"
msgstr "Izberite vrsto zunanjega adresarja:"

#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:207
msgctxt "selecttypepage|extended_tip|SelectTypePage"
msgid "This wizard registers an existing address book as a data source in %PRODUCTNAME."
msgstr "Ta čarovnik registrira obstoječi adresar kot vir podatkov v %PRODUCTNAME."

#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:56
msgctxt "tableselectionpage|label3"
msgid ""
"Currently, the form the control belongs to is not (or not completely) bound to a data source.\n"
"\n"
"Please choose a data source and a table.\n"
"\n"
"\n"
"Please note that the settings made on this page will take effect immediately upon leaving the page."
msgstr ""
"Trenutno obrazec, kateremu pripada kontrolnik, ni (ali ni v popolnosti) povezan z virom podatkov.\n"
"\n"
"Izberite vir podatkov in tabelo.\n"
"\n"
"\n"
"Zavedajte se, da bodo spremembe s te strani uveljavljene takoj po zapustitvi strani."

#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:92
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr "Vir pod_atkov:"

#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:145
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr "_..."

#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:177
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr "_Tabela/poizvedba:"

#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:247
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr "Podatki"

#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:16
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr "Izberite vir podatkov"

#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:122
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr "Vnos"

#: extensions/uiconfig/sbibliography/ui/combobox.ui:16
msgctxt "combobox|TBC_FT_SOURCE"
msgid "Table"
msgstr "Tabela"

#: extensions/uiconfig/sbibliography/ui/editbox.ui:14
msgctxt "editbox|TBC_FT_QUERY"
msgid "Search Key"
msgstr "Iskani niz"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:40
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr "_Kratko ime"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:54
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "_Vrsta"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:68
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr "Avtor(ji)"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:82
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr "Iz_dajatelj"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:96
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr "Po_glavje"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:110
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr "Nas_lov"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:124
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr "_Naslov"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:138
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr "_Stran(i)"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:152
msgctxt "generalpage|year"
msgid "_Year"
msgstr "_Leto"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:166
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr "_ISBN"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:180
msgctxt "generalpage|editor"
msgid "Editor"
msgstr "Urednik"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:194
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr "_Naslov knjige"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:208
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr "Iz_daja"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:222
msgctxt "generalpage|volume"
msgid "Volume"
msgstr "Zvezek/del"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:236
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr "_Ustanova"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:250
msgctxt "generalpage|month"
msgid "_Month"
msgstr "_Mesec"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:264
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr "Vrsta o_bjave"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:278
msgctxt "generalpage|university"
msgid "University"
msgstr "Univerza"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:292
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr "Vrsta _poročila"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:306
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr "Organi_zacija"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:320
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr "_Revija"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:334
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr "Pripomb_a"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:348
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr "_Številka"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:362
msgctxt "generalpage|note"
msgid "_Note"
msgstr "_Opomba"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:376
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr "_Zbirka"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:390
msgctxt "generalpage|url"
msgid "URL"
msgstr "URL"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:404
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr "Upor. določeno polje _1"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:418
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr "Upor. določeno polje _4"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:432
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr "Upor. določeno polje _2"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:446
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr "Upor. določeno polje _5"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:460
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr "Upor. določeno polje _3"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:881
msgctxt "generalpage|localurl"
msgid "Local copy"
msgstr "Krajevna kopija"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:915
msgctxt "generalpage|browse"
msgid "Browse..."
msgstr "Prebrskaj ..."

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:939
msgctxt "generalpage|localpagecb"
msgid "Page"
msgstr "Stran"

#: extensions/uiconfig/sbibliography/ui/generalpage.ui:1015
msgctxt "generalpage|extended_tip|GeneralPage"
msgid "Insert, delete, edit, and organize records in the bibliography database."
msgstr "Vstavite, izbrišite, uredite in organizirajte zapise v bibliografski zbirki podatkov."

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr "Postavitev stolpcev za tabelo »%1«"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:101
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr "_Kratko ime"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:115
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr "Av_tor(ji)"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:129
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr "Iz_dajatelj"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:143
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr "Po_glavje"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:157
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr "Urednik"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:219
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "_Vrsta"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:233
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr "_Leto"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:247
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "Nas_lov"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:297
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr "_Naslov"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:311
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr "_ISBN"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:325
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr "_Stran(i)"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:375
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr "Iz_daja"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:401
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr "_Naslov knjige"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:415
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr "Zvezek/del"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:429
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr "Vrsta o_bjave"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:479
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr "Organi_zacija"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:493
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr "_Ustanova"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:507
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr "Uni_verza"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:557
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr "Vrsta _poročila"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:571
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr "_Mesec"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:609
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr "_Revija"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:623
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "_Številka"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:637
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr "_Zbirka"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:687
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr "Pripomb_a"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:701
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "_Opomba"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:715
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr "URL"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:765
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr "Upor. določeno polje _1"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:779
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr "Upor. določeno polje _2"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:793
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr "Upor. določeno polje _3"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:807
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr "Upor. določeno polje _4"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:821
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr "Upor. določeno polje _5"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:955
msgctxt "mappingdialog|label33"
msgid "Local copy"
msgstr "Krajevna kopija"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1051
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr "Imena stolpcev"

#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1073
msgctxt "mappingdialog|extended_tip|MappingDialog"
msgid "Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar."
msgstr "Omogoča, da povežete glave stolpcev s podatkovnimi polji iz drugega vira podatkov. Če želite določiti drug vir podatkov za vašo bibliografijo, kliknite gumb Vir podatkov v vrstici Predmet za zapis."

#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
msgctxt "querydialog|ask"
msgid "Do not show this question again."
msgstr "Tega vprašanja ne kaži več."

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:24
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr "Vir podatkov"

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:67
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr "Samodejni filter"

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:79
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr "Standardni filter"

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:91
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr "Ponastavi filter"

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:103
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr "Razporeditev stolpcev"

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:107
msgctxt "toolbar|extended_tip|TBC_BT_COL_ASSIGN"
msgid "Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar."
msgstr "Omogoča, da povežete glave stolpcev s podatkovnimi polji iz drugega vira podatkov. Če želite določiti drug vir podatkov za vašo bibliografijo, kliknite gumb Vir podatkov v vrstici Predmet za zapis."

#: extensions/uiconfig/sbibliography/ui/toolbar.ui:118
msgctxt "toolbar|extended_tip|toolbar"
msgid "Insert, delete, edit, and organize records in the bibliography database."
msgstr "Vstavite, izbrišite, uredite in organizirajte zapise v bibliografski zbirki podatkov."

#: extensions/uiconfig/scanner/ui/griddialog.ui:111
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr "Linearno naraščajoče"

#: extensions/uiconfig/scanner/ui/griddialog.ui:112
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr "Linearno padajoče"

#: extensions/uiconfig/scanner/ui/griddialog.ui:113
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr "Izvirne vrednosti"

#: extensions/uiconfig/scanner/ui/griddialog.ui:114
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr "Eksponentna rast"

#: extensions/uiconfig/scanner/ui/griddialog.ui:125
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr "Na_stavi"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:46
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr "Optični bralnik"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:78
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr "O naprav_i"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:85
msgctxt "sanedialog|extended_tip|deviceInfoButton"
msgid "Displays a popup window with information obtained from the scanner driver."
msgstr "Prikaže pojavno okno s podatki, pridobljenimi od gonilnika optičnega bralnika."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:97
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr "Ustvari predo_gled"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:104
msgctxt "sanedialog|extended_tip|previewButton"
msgid "Scans and displays the document in the preview area."
msgstr "Optični prebere in prikaže dokument v področju predogleda."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:116
msgctxt "sanedialog|scanButton"
msgid "_Scan"
msgstr "_Optično preberi"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:123
msgctxt "sanedialog|extended_tip|ok"
msgid "Scans an image, and then inserts the result into the document and closes the dialog."
msgstr "Optično prebere sliko in nato vstavi rezultat v dokument ter zapre pogovorno okno."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:187
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr "_Levo:"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:201
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr "Z_goraj:"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:215
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr "_Desno:"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:229
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "S_podaj:"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:249
msgctxt "sanedialog|extended_tip|topSpinbutton"
msgid "Set the top margin of the scan area."
msgstr "Nastavite zgornji rob področja optičnega branja."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:268
msgctxt "sanedialog|extended_tip|rightSpinbutton"
msgid "Set the right margin of the scan area."
msgstr "Nastavite desni rob področja optičnega branja."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:287
msgctxt "sanedialog|extended_tip|bottomSpinbutton"
msgid "Set the bottom margin of the scan area."
msgstr "Nastavite spodnji rob področja optičnega branja."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:306
msgctxt "sanedialog|extended_tip|leftSpinbutton"
msgid "Set the left margin of the scan area."
msgstr "Nastavite levi rob področja optičnega branja."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:321
msgctxt "sanedialog|label1"
msgid "Scan Area"
msgstr "Območje optičnega branja"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:366
msgctxt "sanedialog|extended_tip|preview"
msgid "Displays a preview of the scanned image. The preview area contains eight handles. Drag the handles to adjust the scan area or enter a value in the corresponding margin spin box."
msgstr "Prikaže predogled optično prebrane slike. Področje predogleda vsebuje osem ročic. Povlecite ročice, da prilagodite področje optičnega branja ali vnesite vrednost v ustrezno sukalno polje robov."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:379
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr "Predogled"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:413
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr "_Uporabljena naprava"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:427
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr "Ločljivost [_DPI]"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:444
msgctxt "sanedialog|extended_tip|deviceCombobox"
msgid "Displays a list of available scanners detected in your system."
msgstr "Prikaže seznam vseh optičnih bralnikov, zaznanih v sistemu."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:466
msgctxt "sanedialog|extended_tip|reslCombobox"
msgid "Select the resolution in dots per inch for the scan job."
msgstr "Izberite ločljivost za opravilo optičnega branja (v slikovnih točkah na palec)."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:492
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr "Pokaži napredne možnosti"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:500
msgctxt "sanedialog|extended_tip|advancedcheckbutton"
msgid "Mark this checkbox to display more configuration options for the scanner device."
msgstr "Potrdite to polje, da prikažete več prilagoditvenih možnosti za napravo za optično branje."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:527
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "Možnosti:"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:569
msgctxt "sanedialog\\extended_tip|optionSvTreeListBox"
msgid "Displays the list of available scanner driver advanced options. Double click an option to display its contents just below."
msgstr "Prikaže seznam naprednih možnosti gonilnika optičnega bralnika, ki so na voljo. Dvokliknite možnost, da prikažete njeno vsebino neposredno spodaj."

#: extensions/uiconfig/scanner/ui/sanedialog.ui:607
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr "Nas_tavi"

#: extensions/uiconfig/scanner/ui/sanedialog.ui:680
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr "Vektorski element"

#: extensions/uiconfig/spropctrlr/ui/browserpage.ui:81
msgctxt "browserpage|help"
msgid "Help"
msgstr "Pomoč"

#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr "Znak"

#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:135
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "Pisava"

#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:182
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr "Učinki pisave"

#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr "Nova vrsta podatkov"

#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:92
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr "Vnesite ime nove vrste podatkov:"

#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:10
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr "Poveži polja"

#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:31
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr "Predlagaj"

#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:107
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr "Podobrazce lahko uporabite za prikaz podrobnih podatkov o trenutnem zapisu glavnega obrazca. To storite tako, da določite, kateri stolpci podobrazca se ujemajo s stolpci glavnega obrazca."

#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:129
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr "oznaka"

#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:141
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr "oznaka"

#: extensions/uiconfig/spropctrlr/ui/hyperlinkfield.ui:29
msgctxt "hyperlinkfield|tooltip"
msgid "Activate link"
msgstr "Aktiviraj povezavo"

#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:18
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr "Izbor nalepke"

#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:102
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr "To so kontrolna polja, ki jih lahko uporabite kot nalepke za $controlclass$ $controlname$."

#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:166
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr "_Brez dodelitve"

#: extensions/uiconfig/spropctrlr/ui/multiline.ui:72
msgctxt "multiline|tooltip"
msgid "Multiline Editing"
msgstr "Večvrstično urejanje"

#: extensions/uiconfig/spropctrlr/ui/taborder.ui:18
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr "Zaporedje premikanja"

#: extensions/uiconfig/spropctrlr/ui/taborder.ui:147
msgctxt "taborder|extended_tip|CTRLtree"
msgid "Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom."
msgstr "Tukaj so našteti vsi kontrolniki v obrazcu. Izberete jih lahko s tabulatorko v danem vrstnem redu od vrha navzdol."

#: extensions/uiconfig/spropctrlr/ui/taborder.ui:167
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "Premakni navz_gor"

#: extensions/uiconfig/spropctrlr/ui/taborder.ui:181
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "Premakni navz_dol"

#: extensions/uiconfig/spropctrlr/ui/taborder.ui:195
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr "Sa_modejno razvrščanje"

#: extensions/uiconfig/spropctrlr/ui/taborder.ui:219
msgctxt "taborder|label2"
msgid "Controls"
msgstr "Kontrolniki"