aboutsummaryrefslogtreecommitdiff
path: root/source/ar/extensions/messages.po
blob: d9cc68fd710e112722e70b0b2381fe7be5990d89 (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
#. extracted from extensions/inc
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2017-11-22 13:53+0100\n"
"PO-Revision-Date: 2017-11-26 03:37+0000\n"
"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
"X-POOTLE-MTIME: 1511667459.000000\n"

#: command.hrc:29
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "جدول"

#: command.hrc:30
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "استعلام"

#: command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr "أمر SQL"

#: showhide.hrc:29
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "أخفِ"

#: showhide.hrc:30
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "اعرض"

#: stringarrays.hrc:27
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "فوق"

#: stringarrays.hrc:28
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr "وسط"

#: stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "تحت"

#: stringarrays.hrc:34
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr "صغير"

#: stringarrays.hrc:35
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr "كبير"

#: stringarrays.hrc:40
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr "بدون إطار"

#: stringarrays.hrc:41
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr "مظهر ثلاثي الأبعاد"

#: stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr "مسطح"

#: stringarrays.hrc:47
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr "قائمة قيم"

#: stringarrays.hrc:48
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "جدول"

#: stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "استعلام"

#: stringarrays.hrc:50
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "‏Sql"

#: stringarrays.hrc:51
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr "‏Sql [أصلي]"

#: stringarrays.hrc:52
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr "حقول جدول"

#: stringarrays.hrc:57
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "يسار"

#: stringarrays.hrc:58
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "وسط"

#: stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "يمين"

#: stringarrays.hrc:64
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "لا شيء"

#: stringarrays.hrc:65
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr "إرسال النموذج"

#: stringarrays.hrc:66
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr "تصفير النموذج"

#: stringarrays.hrc:67
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr "فتح مستند/صفحة وِب"

#: stringarrays.hrc:68
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr "السجل الأول"

#: stringarrays.hrc:69
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr "السجل السابق"

#: stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr "السجل التالي"

#: stringarrays.hrc:71
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr "السجل الأخير"

#: stringarrays.hrc:72
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr "حفظ السجل"

#: stringarrays.hrc:73
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr "التراجع عن إدخال البيانات"

#: stringarrays.hrc:74
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr "سجل جديد"

#: stringarrays.hrc:75
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr "حذف السجل"

#: stringarrays.hrc:76
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr "تحديث النموذج"

#: stringarrays.hrc:81
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Get"
msgstr "إحضار"

#: stringarrays.hrc:82
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Post"
msgstr "إرسال"

#: stringarrays.hrc:87
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr "مسار"

#: stringarrays.hrc:88
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr "متعدد الأجزاء"

#: stringarrays.hrc:89
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "نص"

#: stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr "قياسي (قصير)"

#: stringarrays.hrc:95
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr "قياسي (قصير YY)"

#: stringarrays.hrc:96
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr "قياسي (قصير YYY)"

#: stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr "قياسي (طويل)"

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

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

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

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

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

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

#: stringarrays.hrc:104
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr "YY-MM-DD"

#: stringarrays.hrc:105
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr "YYYY-MM-DD"

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

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

#: stringarrays.hrc:112
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr "01:45 م"

#: stringarrays.hrc:113
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr "01:45:00 م"

#: stringarrays.hrc:118
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr "غير محدد"

#: stringarrays.hrc:119
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr "محدد"

#: stringarrays.hrc:120
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr "غير معرف"

#: stringarrays.hrc:125
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr "كل السجلات"

#: stringarrays.hrc:126
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr "السجل النشط"

#: stringarrays.hrc:127
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "الصفحة الحالية"

#: stringarrays.hrc:132
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr "لا"

#: stringarrays.hrc:133
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr "نعم"

#: stringarrays.hrc:134
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr "النموذج الأم"

#: stringarrays.hrc:139
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr "فا_رغ"

#: stringarrays.hrc:140
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr "الأ_م"

#: stringarrays.hrc:141
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr "ال_حالي"

#: stringarrays.hrc:142
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "_فوق"

#: stringarrays.hrc:147
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "لا شيء"

#: stringarrays.hrc:148
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr "وحيد"

#: stringarrays.hrc:149
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr "متعدد"

#: stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "مدى"

#: stringarrays.hrc:155
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "أفقي"

#: stringarrays.hrc:156
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr "رأسي"

#: stringarrays.hrc:161
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "المبدئي"

#: stringarrays.hrc:162
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "حسنًا"

#: stringarrays.hrc:163
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "ألغِ"

#: stringarrays.hrc:164
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "مساعدة"

#: stringarrays.hrc:169
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr "المُدخل المحدد"

#: stringarrays.hrc:170
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr "موضع المُدخل المحدد"

#: stringarrays.hrc:175
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr "أحادي السطر"

#: stringarrays.hrc:176
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr "متعدد الأسطر"

#: stringarrays.hrc:177
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr "متعدد الأسطر مع تنسيق"

#: stringarrays.hrc:182
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr "‏‪LF‬ (يونكس)"

#: stringarrays.hrc:183
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr "‏‪CR+LF‬ (ويندوز)"

#: stringarrays.hrc:188
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "لا شيء"

#: stringarrays.hrc:189
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "أفقي"

#: stringarrays.hrc:190
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr "رأسي"

#: stringarrays.hrc:191
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr "كلاهما"

#: stringarrays.hrc:196
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr "ثلاثي الأبعاد"

#: stringarrays.hrc:197
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr "مسطح"

#: stringarrays.hrc:202
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr "أعلى اليسار"

#: stringarrays.hrc:203
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr "وسط اليسار"

#: stringarrays.hrc:204
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr "أسفل اليسار"

#: stringarrays.hrc:205
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr "أعلى اليمين"

#: stringarrays.hrc:206
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr "وسط اليمين"

#: stringarrays.hrc:207
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr "أسفل اليمين"

#: stringarrays.hrc:208
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr "فوق يسار"

#: stringarrays.hrc:209
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr "فوق وسط"

#: stringarrays.hrc:210
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr "فوق يمين"

#: stringarrays.hrc:211
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr "تحت يسار"

#: stringarrays.hrc:212
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr "تحت وسط"

#: stringarrays.hrc:213
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr "تحت يمين"

#: stringarrays.hrc:214
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "موسَّط"

#: stringarrays.hrc:219
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr "أبقِ"

#: stringarrays.hrc:220
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr "استبدل"

#: stringarrays.hrc:221
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr "اطوِ"

#: stringarrays.hrc:226
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr "لا"

#: stringarrays.hrc:227
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr "أبقِ التناسب"

#: stringarrays.hrc:228
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr "لائِم الحجم"

#: stringarrays.hrc:233
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr "من اليسار إلى اليمين"

#: stringarrays.hrc:234
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "من اليمين إلى اليسار"

#: stringarrays.hrc:235
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr "استخدم إعدادات الكائن الرئيسي"

#: stringarrays.hrc:240
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr "أبدًا"

#: stringarrays.hrc:241
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr "عند التركيز"

#: stringarrays.hrc:242
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr "دائمًا"

#: stringarrays.hrc:247
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr "إلى فقرة"

#: stringarrays.hrc:248
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr "كحرف"

#: stringarrays.hrc:249
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "إلى الصفحة"

#: stringarrays.hrc:250
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr "إلى الإطار"

#: stringarrays.hrc:251
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr "إلى حرف"

#: stringarrays.hrc:256
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "إلى الصفحة"

#: stringarrays.hrc:257
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr "إلى خلية"

#: strings.hrc:25
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr "قناع التحرير"

#: strings.hrc:26
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr "القناع الحرفي"

#: strings.hrc:27
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr "للقراءة فقط"

#: strings.hrc:28
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr "تمكين"

#: strings.hrc:29
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr "مرئي"

#: strings.hrc:30
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr "AutoFill"

#: strings.hrc:31
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr "عدد الأسطر"

#: strings.hrc:32
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr "أقصى طول للنص"

#: strings.hrc:33
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr "زر زيادة ونقصان"

#: strings.hrc:34
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr "تنسيق ثابت"

#: strings.hrc:35
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr "فاصل الآلاف"

#: strings.hrc:36
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr "قابل للطباعة"

#: strings.hrc:37
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr "عنوان URL"

#: strings.hrc:38
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr "الإطار"

#: strings.hrc:39
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr "نص المساعدة"

#: strings.hrc:40
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr "عنوان URL للتعليمات"

#: strings.hrc:41
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr "معلومات إضافية"

#: strings.hrc:42
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr "حرف كلمة السر"

#: strings.hrc:43
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr "حالة ثلاثية"

#: strings.hrc:44
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr "قيمة سلسلة الأحرف الفارغة هي NULL"

#: strings.hrc:45
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr "الدقة العشرية"

#: strings.hrc:46
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "الرسومات"

#: strings.hrc:47
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr "التحديد المبدئيّ"

#: strings.hrc:48
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr "الزر المبدئيّ"

#: strings.hrc:49
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr "حقل تسمية"

#: strings.hrc:50
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "التسمية"

#: strings.hrc:51
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "محاذاة"

#: strings.hrc:52
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr "محاذاة رأسية"

#: strings.hrc:53
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr "محاذاة الرسومات"

#: strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "الخط"

#: strings.hrc:55
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr "لون الخلفية"

#: strings.hrc:56
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr "الحد"

#: strings.hrc:57
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr "حجم الأيقونة"

#: strings.hrc:58
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr "الموضع"

#: strings.hrc:59
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "الملاحة"

#: strings.hrc:60
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr "استخدام السجل"

#: strings.hrc:61
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr "ترشيح / ترتيب"

#: strings.hrc:62
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr "شريط تمرير أفقي"

#: strings.hrc:63
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr "شريط تمرير رأسي"

#: strings.hrc:64
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr "فاصل الكلمات"

#: strings.hrc:65
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr "إدخال متعدد الأسطر"

#: strings.hrc:66
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr "تحديد متعدد"

#: strings.hrc:67
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "الاسم"

#: strings.hrc:68
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr "اسم المجموعة"

#: strings.hrc:69
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr "ترتيب الجدولة"

#: strings.hrc:70
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr "تمرير عجلة الفأرة"

#: strings.hrc:71
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "رشِّح"

#: strings.hrc:72
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr "فرز"

#: strings.hrc:73
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr "علامة سجل"

#: strings.hrc:74
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr "اقتراح مرشِّح"

#: strings.hrc:75
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr "شريط الملاحة"

#: strings.hrc:76
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr "دورة"

#: strings.hrc:77
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr "إيقاف جدولة"

#: strings.hrc:78
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr "حقل البيانات"

#: strings.hrc:79
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr "منسدل"

#: strings.hrc:80
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr "حقل منضم"

#: strings.hrc:81
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr "محتويات القائمة"

#: strings.hrc:82
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr "نوع محتويات القائمة"

#: strings.hrc:83
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "المحتوى"

#: strings.hrc:84
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr "نوع المحتوى"

#: strings.hrc:85
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr "السماح بالإضافات"

#: strings.hrc:86
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr "السماح بعمليات الحذف"

#: strings.hrc:87
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr "السماح بالتعديلات"

#: strings.hrc:88
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr "إضافة البيانات فقط"

#: strings.hrc:89
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "مصدر البيانات"

#: strings.hrc:90
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "ربط الحقول الرئيسية"

#: strings.hrc:91
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr "ربط الحقول التابعة"

#: strings.hrc:92
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr "أدنى قيمة"

#: strings.hrc:93
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr "أقصى قيمة"

#: strings.hrc:94
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr "زيادة/إنقاص القيمة"

#: strings.hrc:95
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr "رمز العملة"

#: strings.hrc:96
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr "أقدم تاريخ"

#: strings.hrc:97
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr "أحدث تاريخ"

#: strings.hrc:98
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr "تنسيق البيانات"

#: strings.hrc:99
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "التحديد"

#: strings.hrc:100
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr "أقدم وقت"

#: strings.hrc:101
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr "أحدث وقت"

#: strings.hrc:102
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr "تنسيق الوقت"

#: strings.hrc:103
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr "رمز البادئة"

#: strings.hrc:104
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "القيمة"

#: strings.hrc:105
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "التنسيق"

#: strings.hrc:106
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr "معرف الفئة"

#: strings.hrc:107
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "الارتفاع"

#: strings.hrc:108
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "العرض"

#: strings.hrc:109
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr "فهرس القائمة"

#: strings.hrc:110
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr "ارتفاع الصف"

#: strings.hrc:111
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr "لون التعبئة"

#: strings.hrc:112
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr "لون الخط"

#: strings.hrc:113
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr "القيمة المرجعية (تشغيل)"

#: strings.hrc:114
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr "القيمة المرجعية (إيقاف)"

#: strings.hrc:115
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr "مدخلات القائمة"

#: strings.hrc:116
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "الإجراء"

#: strings.hrc:117
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr "عنوان URL"

#: strings.hrc:118
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr "نوع الإرسال"

#: strings.hrc:119
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr "الحالة المبدئيّة"

#: strings.hrc:120
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr "ترميز الإرسال"

#: strings.hrc:121
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr "القيمة المبدئيّة"

#: strings.hrc:122
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr "النص المبدئيّ"

#: strings.hrc:123
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr "التاريخ المبدئيّ"

#: strings.hrc:124
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr "الوقت المبدئيّ"

#: strings.hrc:125
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr "الإطار"

#: strings.hrc:126
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "معلمات التعبئة"

#: strings.hrc:127
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "تنفيذ إجراء"

#: strings.hrc:128
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr "بعد التحديث"

#: strings.hrc:129
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr "قبل التحديث"

#: strings.hrc:130
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "قبل إجراء السجل"

#: strings.hrc:131
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr "بعد إجراء السجل"

#: strings.hrc:132
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "تأكيد الحذف"

#: strings.hrc:133
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr "حدث خطأ"

#: strings.hrc:134
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "عند الحصول على التركيز"

#: strings.hrc:135
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr "عند فقدان التركيز"

#: strings.hrc:136
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "تم تغيير حالة العنصر"

#: strings.hrc:137
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr "الضغط على المفتاح"

#: strings.hrc:138
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr "تحرير المفتاح"

#: strings.hrc:139
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr "عند التحميل"

#: strings.hrc:140
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr "قبل إعادة التحميل"

#: strings.hrc:141
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr "عند إعادة التحميل"

#: strings.hrc:142
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "تحريك الفأرة أثناء الضغط على المفتاح"

#: strings.hrc:143
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "الفأرة بالداخل"

#: strings.hrc:144
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "الفأرة بالخارج"

#: strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "تحريك الفأرة"

#: strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "الضغط على زر الفأرة"

#: strings.hrc:147
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "تحرير زر الفأرة"

#: strings.hrc:148
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr "قبل تغيير السجل"

#: strings.hrc:149
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr "بعد تغيير السجل"

#: strings.hrc:150
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr "بعد إعادة التعيين"

#: strings.hrc:151
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "قبل إعادة التعيين"

#: strings.hrc:152
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "الموافقة على إجراء"

#: strings.hrc:153
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr "قبل الإرسال"

#: strings.hrc:154
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr "تعديل النص"

#: strings.hrc:155
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr "قبل إلغاء التحميل"

#: strings.hrc:156
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr "عند إلغاء التحميل"

#: strings.hrc:157
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr "تغيير"

#: strings.hrc:158
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr "الأحداث"

#: strings.hrc:159
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr "تحليل أمر SQL"

#: strings.hrc:160
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "الموضع س"

#: strings.hrc:161
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "الموضع ص"

#: strings.hrc:162
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "المسمى الوظيفي"

#: strings.hrc:163
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr "صفحة (الخطوة)"

#: strings.hrc:164
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr "قيمة التقدم"

#: strings.hrc:165
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr "أدنى قيمة للتقدم"

#: strings.hrc:166
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr "أقصى قيمة للتقدم"

#: strings.hrc:167
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr "قيمة التمرير"

#: strings.hrc:168
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr "أقصى قيمة للتمرير"

#: strings.hrc:169
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr "أدنى قيمة للتمرير"

#: strings.hrc:170
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr "انتقل بالعرض"

#: strings.hrc:171
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr "انتقل للاعلى"

#: strings.hrc:172
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr "انتقل للأسفل"

#: strings.hrc:173
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr "تمرير لليسار"

#: strings.hrc:174
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr "قيمة التمرير المبدئيّة"

#: strings.hrc:175
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr "تغيير صغير"

#: strings.hrc:176
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr "تغيير كبير"

#: strings.hrc:177
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr "تأخير"

#: strings.hrc:178
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "تكرار"

#: strings.hrc:179
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr "الحجم المرئي"

#: strings.hrc:180
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr "الاتجاه"

#: strings.hrc:181
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "أثناء الضبط"

#: strings.hrc:182
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "التاريخ"

#: strings.hrc:183
msgctxt "RID_STR_STATE"
msgid "State"
msgstr "الولاية"

#: strings.hrc:184
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "الوقت"

#: strings.hrc:185
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "المقاس"

#: strings.hrc:186
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr "نوع الزر"

#: strings.hrc:187
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "تعذر إجراء اتصال بمصدر البيانات \"$name$\"."

#: strings.hrc:188
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "النص"

#: strings.hrc:189
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr "خلية مرتبطة"

#: strings.hrc:190
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr "نطاق خلية مصدر"

#: strings.hrc:191
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr "محتويات الخلية المرتبطة"

#: strings.hrc:192
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr "لون الرمز"

#: strings.hrc:193
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr "الأسطر النصية التي تنتهي بـ"

#: strings.hrc:194
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr "تبديل"

#: strings.hrc:195
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr "تركيز عند النقر"

#: strings.hrc:196
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr "أخفِ التحديد"

#: strings.hrc:197
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "النمط"

#: strings.hrc:198
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr "التفاف النص تلقائيًا"

#: strings.hrc:199
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr "نوع النص"

#: strings.hrc:200
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr "نموذج بيانات XML"

#: strings.hrc:201
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr "تعبير الربط"

#: strings.hrc:202
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr "مطلوب"

#: strings.hrc:203
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr "مصدر إدخال القائمة"

#: strings.hrc:204
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr "ذو صلة"

#: strings.hrc:205
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr "للقراءة فقط"

#: strings.hrc:206
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr "التقييد"

#: strings.hrc:207
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr "العملية الحسابية"

#: strings.hrc:208
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr "نوع البيانات"

#: strings.hrc:209
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr "مسافات"

#: strings.hrc:210
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr "أشرطة التمرير"

#: strings.hrc:211
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr "النمط"

#: strings.hrc:212
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr "الطول"

#: strings.hrc:213
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr "الطول (على الأقل)"

#: strings.hrc:214
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr "الطول (بحد أقصى)"

#: strings.hrc:215
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr "الأرقام (المجموع)"

#: strings.hrc:216
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr "الأرقام (الكسور)"

#: strings.hrc:217
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr "الحد الأقصى (شامل)"

#: strings.hrc:218
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr "الحد الأقصى (قصري)"

#: strings.hrc:219
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr "الحد الأدنى (شامل)"

#: strings.hrc:220
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr "الحد الأدنى (قصري)"

#: strings.hrc:221
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr "إرسال"

#: strings.hrc:222
#, fuzzy
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr "ربط"

#: strings.hrc:223
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr "نوع التحديد"

#: strings.hrc:224
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr "الجذر المعروض"

#: strings.hrc:225
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr ""

#: strings.hrc:226
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr ""

#: strings.hrc:227
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr "قابل للتحرير"

#: strings.hrc:228
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr "استدعاء تحرير عقدة الإيقاف"

#: strings.hrc:229
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr "مع شريط العنوان"

#: strings.hrc:230
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr "بدون تسمية"

#: strings.hrc:231
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr "لون الحد"

#: strings.hrc:232
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr "الإدخال مطلوب"

#: strings.hrc:233
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr "اتجاه الكتابة"

#: strings.hrc:234
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr "اربط"

#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
#: strings.hrc:236
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr "عادي"

#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
#: strings.hrc:238
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "غامق مائل"

#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
#: strings.hrc:240
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr "مائل"

#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
#: strings.hrc:242
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr "غامق"

#: strings.hrc:243
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "(المبدئيّ)"

#: strings.hrc:245
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "المبدئيّ"

#: strings.hrc:246
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "عام"

#: strings.hrc:247
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "البيانات"

#: strings.hrc:248
msgctxt "RID_STR_HELP_SECTION_LABEL"
msgid "Help"
msgstr "مساعدة"

#: strings.hrc:249
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr "<صورة مضمنة>"

#: strings.hrc:250
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "النص"

#: strings.hrc:252
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 ""
"هل تريد حذف نوع البيانات '#type#' من النموذج؟\n"
"الرجاء ملاحظة أن هذا سيؤثر على جميع عناصر التحكم المرتبطة بنوع البيانات هذا."

#: strings.hrc:254
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr "زر"

#: strings.hrc:255
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "زر خيار"

#: strings.hrc:256
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "خانة اختيار"

#: strings.hrc:257
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "حقل تسمية"

#: strings.hrc:258
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "مربع مجموعة"

#: strings.hrc:259
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "مربع نص"

#: strings.hrc:260
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "حقل مُنسَّق"

#: strings.hrc:261
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "مربع قائمة"

#: strings.hrc:262
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "مربع تحرير وسرد"

#: strings.hrc:263
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "زر صورة"

#: strings.hrc:264
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr "عنصر تحكم مخفي"

#: strings.hrc:265
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr "عنصر تحكم (نوع غير معروف)"

#: strings.hrc:266
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "التحكم بالصورة"

#: strings.hrc:267
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "تحديد الملف"

#: strings.hrc:268
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "حقل التاريخ"

#: strings.hrc:269
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "حقل الوقت"

#: strings.hrc:270
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "حقل رقمي"

#: strings.hrc:271
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "حقل العملة"

#: strings.hrc:272
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "حقل النمط"

#: strings.hrc:273
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "التحكم بالجدول "

#: strings.hrc:275
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr "النموذج الفرعي"

#: strings.hrc:276
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr "النموذج الرئيسي"

#. To translators: # will be replace with a name.
#: strings.hrc:278
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr "تعذر استرداد أعمدة '#'."

#: strings.hrc:280
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "النماذج"

#: strings.hrc:282
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr "يلتمس..."

#: strings.hrc:283
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr "فشل التماس التحديثات."

#: strings.hrc:284
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr "%PRODUCTNAME %PRODUCTVERSION محدث."

#: strings.hrc:285
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 ""
"%PRODUCTNAME %NEXTVERSION متوفر.\n"
"\n"
"الإصدار المثبت هو %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
"ملاحظة: قبل تنزيل أي تحديث، الرجاء التأكد من توفر الصلاحيات الكافية لتثبيته.\n"
"وقد يلزم الأمر توفر كلمة السر، غالبًا ما تكون كلمة سر مسؤول النظام."

#: strings.hrc:286
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr "التمس التحديثات"

#: strings.hrc:287
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr "تنزيل %PRODUCTNAME %NEXTVERSION متوقف مؤقتًا في..."

#: strings.hrc:288
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr "تنزيل %PRODUCTNAME %NEXTVERSION معلّق في..."

#: strings.hrc:289
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 ""
"مكان التنزيل هو: %DOWNLOAD_PATH.\n"
"\n"
"يمكنك تغيير مكان التنزيل من أدوات – خيارات... - %PRODUCTNAME – التحديث عبر الإنترنت."

#: strings.hrc:290
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr "تم تنزيل %FILE_NAME في %DOWNLOAD_PATH."

#: strings.hrc:291
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 ""
"التنزيل التلقائي للتحديث غير متوفر حاليًا.\n"
"\n"
"انقر فوق \"تنزيل...\" لتنزيل %PRODUCTNAME %NEXTVERSION يدويًا من موقع الوب."

#: strings.hrc:292
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr "ينزّل %PRODUCTNAME %NEXTVERSION ..."

#: strings.hrc:293
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr "اكتمل تنزيل %PRODUCTNAME %NEXTVERSION. جاهز للتثبيت."

#: strings.hrc:294
msgctxt "RID_UPDATE_STR_CANCEL_TITLE"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"

#: strings.hrc:295
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr "هل تريد بالفعل إلغاء التنزيل؟"

#: strings.hrc:296
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 "لتثبيت التحديث، يجب إغلاق %PRODUCTNAME %PRODUCTVERSION. هل تريد تثبيت التحديث اﻵن؟"

#: strings.hrc:297
msgctxt "RID_UPDATE_STR_INSTALL_NOW"
msgid "Install ~now"
msgstr "ت~ثبيت الآن"

#: strings.hrc:298
msgctxt "RID_UPDATE_STR_INSTALL_LATER"
msgid "Install ~later"
msgstr "ثبّ~ت لاحقًا"

#: strings.hrc:299
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr "تعذّر تشغيل تطبيق المثبت، الرجاء تشغيل %FILE_NAME في %DOWNLOAD_PATH يدويًا."

#: strings.hrc:300
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr "يوجد ملف بهذا الاسم! هل تريد استبدال الملف الموجود؟ "

#: strings.hrc:301
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 "الملف الذي يحمل الاسم '%FILENAME' موجود بالفعل في '%DOWNLOAD_PATH'! هل تريد متابعة التنزيل أو الحذف وإعادة تحميل الملف؟"

#: strings.hrc:302
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr "أعِد تحميل الملف"

#: strings.hrc:303
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr "تابع"

#: strings.hrc:304
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr "%PERCENT%"

#: strings.hrc:305
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "الحالة"

#: strings.hrc:306
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "الوصف"

#: strings.hrc:307
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "إغلاق"

#: strings.hrc:308
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr "ت~نزيل"

#: strings.hrc:309
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr "ت~ثبيت"

#: strings.hrc:310
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "أ~لبِث"

#: strings.hrc:311
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr "تاب~ع"

#: strings.hrc:312
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "إلغاء"

#: strings.hrc:313
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
msgstr "تحديث %PRODUCTNAME متوفر"

#: strings.hrc:314
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr "انقر الأيقونة لبدء عملية التنزيل."

#: strings.hrc:315
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
msgstr "تحديث %PRODUCTNAME متوفر"

#: strings.hrc:316
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
msgstr "انقر الأيقونة لمزيد من المعلومات."

#: strings.hrc:317
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
msgstr "تحديث %PRODUCTNAME متوفر"

#: strings.hrc:318
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr "بداية تنزيل التحديث."

#: strings.hrc:319
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr "يجري تنزيل التحديث"

#: strings.hrc:320
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid ""
msgstr ""

#: strings.hrc:321
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr "تنزيل التحديث موقوف مؤقتًا"

#: strings.hrc:322
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr "انقر الأيقونة للمتابعة."

#: strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr "تنزيل التحديث عالق"

#: strings.hrc:324
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
msgstr "انقر الأيقونة لمزيد من المعلومات."

#: strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr "اكتمل تنزيل التحديث"

#: strings.hrc:326
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr "انقر الأيقونة لبدء عملية التثبيت."

#: strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr "تحديثات الامتدادات متوفرة"

#: strings.hrc:328
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
msgstr "انقر الأيقونة لمزيد من المعلومات."

#: strings.hrc:330
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr "تعذرت تهيئة واجهة SANE. وبالتالي لا يمكن إجراء عملية المسح الضوئي."

#: strings.hrc:331
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 "لا يوفر الجهاز خيار معاينة. و بالتالي، سيُستخدم مسح ضوئي عادي للمعاينة بدلًا من ذلك. يمكن أن يستغرق ذلك فترة زمنية طويلة إلى حد ما."

#: strings.hrc:332
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr "حدث خطأ أثناء عملية المسح الضوئي."

#: strings.hrc:333
#, c-format
msgctxt "STR_DEVICE_DESC"
msgid ""
"Device: %s\n"
"Vendor: %s\n"
"Model: %s\n"
"Type: %s"
msgstr ""
"الجهاز: %s\n"
"المورّد: %s\n"
"الطراز: %s\n"
"النوع: %s"

#: strings.hrc:335
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr "قاعدة بيانات المراجع"

#: strings.hrc:336
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr "هل تريد تحرير ترتيب الأعمدة؟"

#: strings.hrc:337
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr "<بلا>"

#: strings.hrc:339
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr "تعذر تعيين أسماء الأعمدة التالية:\n"

#: strings.hrc:340
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr "المقالة"

#: strings.hrc:341
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr "الكتاب"

#: strings.hrc:342
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr "الكتيبات"

#: strings.hrc:343
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr "مقالة وقائع مؤتمر (ببتخ)"

#: strings.hrc:344
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "مقتبسات الكتب"

#: strings.hrc:345
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "مقتبسات الكتب مع العنوان"

#: strings.hrc:346
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr "مقالة وقائع مؤتمر"

#: strings.hrc:347
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr "دفتر اليومية"

#: strings.hrc:348
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "الوثائق التقنية"

#: strings.hrc:349
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "الأطروحة"

#: strings.hrc:350
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr "منوعات"

#: strings.hrc:351
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "الرسالة"

#: strings.hrc:352
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "وقائع المؤتمر"

#: strings.hrc:353
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr "تقرير بحثي"

#: strings.hrc:354
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "غير منشور"

#: strings.hrc:355
msgctxt "ST_TYPE_EMAIL"
msgid "E-mail"
msgstr "بريد إلكتروني"

#: strings.hrc:356
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr "مستند WWW"

#: strings.hrc:357
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "معرف من قبل المستخدم1"

#: strings.hrc:358
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "معرف-من قبل المستخدم2"

#: strings.hrc:359
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "معرف-من قبل المستخدم3"

#: strings.hrc:360
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "معرف-من قبل المستخدم4"

#: strings.hrc:361
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "معرف-من قبل المستخدم5"

#: strings.hrc:362
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr "عام"

#: strings.hrc:364
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr "مرشد مصدر بيانات دفتر العناوين"

#: strings.hrc:365
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address book type"
msgstr "نوع دفتر العناوين"

#: strings.hrc:366
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr "إعدادات الاتصال"

#: strings.hrc:367
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table selection"
msgstr "اختيار الجدول"

#: strings.hrc:368
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr "تعيين الحقول"

#: strings.hrc:369
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr "عنوان مصدر البيانات"

#: strings.hrc:370
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr "الرجاء تحديد نوع دفتر العناوين."

#: strings.hrc:371
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 ""
"ليس في مصدر البيانات أية جداول.\n"
"أتريد إعداده كمصدر بيانات عناوين؟"

#: strings.hrc:372
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 "لا يبدو أن لديك أي حسابات GroupWise مضبوطة في إفليوشن.أمازلت ترغب في إعداد مصدر بيانات عنوان مع هذا؟"

#: strings.hrc:373
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "العناوين"

#: strings.hrc:374
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr "إنشاء مصدر بيانات عناوين"

#: strings.hrc:375
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr "تعذر إجراء الاتصال."

#: strings.hrc:376
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr "الرجاء التحقق من الإعدادات التي تم إجراؤها لمصدر البيانات."

#: strings.hrc:377
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr "بيانات العناوين - تعيين الحقل"

#: strings.hrc:378
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 ""
"ليست هناك أية حقول معينة الآن.\n"
"يمكن تعيين الحقول الآن أو لاحقًا بالقيام أولاً باختيار:\n"
"\"ملف - قالب - مصدر دفتر العناوين...\""

#: strings.hrc:380
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "حقل قاعدة البيانات"

#: strings.hrc:381
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "الجدول"

#: strings.hrc:382
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "الاستعلام"

#: strings.hrc:383
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr "أمر SQL"

#: strings.hrc:385
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr "مرشد عناصر المجموعات"

#: strings.hrc:386
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr "مرشد عناصر الجداول"

#: strings.hrc:387
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr "مرشد مربعات السرد"

#: strings.hrc:388
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr "مرشد القوائم المنسدلة"

#: strings.hrc:389
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr "تعذر إجراء اتصال الجدول بمصدر البيانات."

#: strings.hrc:391
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr " (التاريخ)"

#: strings.hrc:392
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr " (الوقت)"

#: strings.hrc:394
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr "سيظهر محتوى الحقل المحدد في قائمة القائمة المنسدلة."

#: strings.hrc:395
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 "ستظهر محتويات الحقل المحدد في مربع السرج في حالة تطابق الحقول المرتبطة."

#: strings.hrc:396
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 "يمكنك إما حفظ قيمة مربع التحرير والسرد في حقل قاعدة بيانات، أو استخدامها لأغراض العرض."

#: strings.hrc:398
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 "يمكنك إما حفظ قيمة مجموعة الخيارات في حقل قاعدة بيانات، أو استخدامها في عملية لاحقة."

#: yesno.hrc:29
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr "لا"

#: yesno.hrc:30
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr "نعم"

#: contentfieldpage.ui:34
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr ""

#: contentfieldpage.ui:81
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr ""

#: contenttablepage.ui:43
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr ""

#: contenttablepage.ui:57
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr ""

#: contenttablepage.ui:71
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr ""

#: contenttablepage.ui:148
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr ""

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

#: contenttablepage.ui:233
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr ""

#: datasourcepage.ui:17
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 ""
"كانت هذه كافة المعلومات المطلوبة لدمج بيانات العناوين في %PRODUCTNAME.\n"
"\n"
"والآن، ما عليك سوى إدخال الاسم الذي تريد استخدامه لتسجيل مصدر البيانات في %PRODUCTNAME."

#: datasourcepage.ui:38
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr ""

#: datasourcepage.ui:61
#, fuzzy
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr "الموقع"

#: datasourcepage.ui:74
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "تصفح..."

#: datasourcepage.ui:116
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "اجعل دفتر العناوين هذا متوفرًا لجميع الوحدات النمطية في %PRODUCTNAME."

#: datasourcepage.ui:153
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr "اسم دفتر العناوين"

#: datasourcepage.ui:191
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 "يوجد بالفعل مصدر بيانات آخر يحمل نفس الاسم. نظراً لأن أسماء مصادر البيانات يجب أن تكون فريدة بصفة عامة، فيجب اختيار اسم آخر."

#: defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr ""

#: defaultfieldselectionpage.ui:34
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr ""

#: defaultfieldselectionpage.ui:76
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr ""

#: fieldassignpage.ui:16
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 e-mail 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 ""
"لتضمين بيانات العناوين في القوالب، يجب أن يعرف %PRODUCTNAME أي الحقول تحتوي أية بيانات.\n"
"\n"
"على سبيل المثال، قد تكون قمت بحفظ عناوين البريد الإلكتروني في حقل يحمل الاسم \"email\"، أو \"E-mail\" أو \"EM\" - أو شيء مختلف تمامًا.\n"
"\n"
"انقر فوق الزر أدناه لفتح مربع حوار آخر حيث يمكن إدخال إعدادات مصدر البيانات."

#: fieldassignpage.ui:33
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr "تعيين الحقول"

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

#: fieldlinkpage.ui:49
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr ""

#: fieldlinkpage.ui:97
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr ""

#: gridfieldsselectionpage.ui:44
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr ""

#: gridfieldsselectionpage.ui:58
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr ""

#: gridfieldsselectionpage.ui:72
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr ""

#: gridfieldsselectionpage.ui:148
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr ""

#: gridfieldsselectionpage.ui:205
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr ""

#: gridfieldsselectionpage.ui:231
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr ""

#: gridfieldsselectionpage.ui:245
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr ""

#: gridfieldsselectionpage.ui:273
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr ""

#: gridfieldsselectionpage.ui:287
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr ""

#: gridfieldsselectionpage.ui:336
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr ""

#: gridfieldsselectionpage.ui:358
msgctxt "gridfieldsselectionpage|label2"
msgid "Table element"
msgstr ""

#: groupradioselectionpage.ui:44
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr ""

#: groupradioselectionpage.ui:58
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr ""

#: groupradioselectionpage.ui:72
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr ""

#: groupradioselectionpage.ui:149
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr ""

#: groupradioselectionpage.ui:210
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr ""

#: groupradioselectionpage.ui:230
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr ""

#: groupradioselectionpage.ui:245
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr ""

#: groupradioselectionpage.ui:287
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr ""

#: groupradioselectionpage.ui:310
msgctxt "groupradioselectionpage|label2"
msgid "Table element"
msgstr ""

#: invokeadminpage.ui:16
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 ""
"لإعداد مصدر البيانات الجديد، يلزم توفر معلومات إضافية.\n"
"\n"
"انقر فوق الزر التالي لفتح مربع حوار آخر لإدخال المعلومات المطلوبة فيه."

#: invokeadminpage.ui:31
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "الإعدادات"

#: invokeadminpage.ui:50
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 ""
"تعذر إجراء اتصال بمصدر البيانات.\n"
"قبل المتابعة، الرجاء التحقق من الإعدادات، أو (في الصفحة السابقة) اختيار نوع مصدر بيانات آخر."

#: optiondbfieldpage.ui:35
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr "أتريد حفظ القيمة في حقل قاعدة بيانات؟"

#: optiondbfieldpage.ui:53
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr "_نعم أريد حفظها في حقل قاعدة البيانات الآتي:"

#: optiondbfieldpage.ui:73
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr "_لا أريد حفظ القيمة في الاستمارة فحسب."

#: optionsfinalpage.ui:18
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr ""

#: optionsfinalpage.ui:48
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr ""

#: optionvaluespage.ui:28
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr ""

#: optionvaluespage.ui:45
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr ""

#: optionvaluespage.ui:90
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr ""

#: selecttablepage.ui:16
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 ""
"مصدر البيانات الخارجي الذي اخترته يحتوي على أكثر من دفتر عناوين واحد.\n"
"الرجاء تحديد المصدر الذي تريد العمل باستخدامه بشكل رئيسي:"

#: selecttypepage.ui:31
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr "إيفُليوشن"

#: selecttypepage.ui:49
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr ""

#: selecttypepage.ui:66
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "إيفُليوشن LDAP"

#: selecttypepage.ui:83
msgctxt "selecttypepage|firefox"
msgid "Firefox/Iceweasel"
msgstr "فيرفكس/آيسويل"

#: selecttypepage.ui:100
msgctxt "selecttypepage|thunderbird"
msgid "Thunderbird/Icedove"
msgstr "ثندربرد/آيسدوف"

#: selecttypepage.ui:117
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr "دفتر كدي للعناوين"

#: selecttypepage.ui:134
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr "دفتر ماك أوإس إكس للعناوين"

#: selecttypepage.ui:151
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr "مصدر بيانات خارجي آخر"

#: selecttypepage.ui:174
#, fuzzy
msgctxt "selecttypepage|label1"
msgid "Please Select the Type of Your External Address Book"
msgstr "الرجاء تحديد نوع دفتر العناوين الخارجي"

#: selecttypepage.ui:194
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 لك الوصول إلى بيانات العناوين الموجودة بالفعل في النظام. للقيام بهذا، سيُنشأ مصدر بيانات %PRODUCTNAME حيث تتوفر بيانات العناوين في شكل جداول.\n"
"\n"
"يساعدك هذا المرشد على إنشاء مصدر البيانات."

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

#: tableselectionpage.ui:72
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr ""

#: tableselectionpage.ui:100
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr ""

#: tableselectionpage.ui:133
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr ""

#: tableselectionpage.ui:174
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr ""

#: choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr "اختر مصدر البيانات"

#: choosedatasourcedialog.ui:90
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr "المدخلة"

#: generalpage.ui:36
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr "الاسم ال_قصير"

#: generalpage.ui:52
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "ال_نوع"

#: generalpage.ui:67
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr "المؤلف/المؤلفون"

#: generalpage.ui:82
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr "النا_شر"

#: generalpage.ui:97
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr "ال_فصل"

#: generalpage.ui:113
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr ""

#: generalpage.ui:129
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr ""

#: generalpage.ui:145
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr "ال_صفحة/الصفحات"

#: generalpage.ui:161
msgctxt "generalpage|year"
msgid "_Year"
msgstr "ال_سنة"

#: generalpage.ui:177
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr ""

#: generalpage.ui:210
msgctxt "generalpage|editor"
msgid "Editor"
msgstr ""

#: generalpage.ui:225
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr "عنوان ال_كتاب"

#: generalpage.ui:241
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr ""

#: generalpage.ui:257
msgctxt "generalpage|volume"
msgid "Volume"
msgstr ""

#: generalpage.ui:273
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr ""

#: generalpage.ui:289
msgctxt "generalpage|month"
msgid "_Month"
msgstr ""

#: generalpage.ui:305
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr ""

#: generalpage.ui:321
msgctxt "generalpage|university"
msgid "University"
msgstr ""

#: generalpage.ui:336
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr ""

#: generalpage.ui:351
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr ""

#: generalpage.ui:384
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr ""

#: generalpage.ui:399
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr ""

#: generalpage.ui:415
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr ""

#: generalpage.ui:431
msgctxt "generalpage|note"
msgid "_Note"
msgstr ""

#: generalpage.ui:447
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr ""

#: generalpage.ui:463
msgctxt "generalpage|url"
msgid "URL"
msgstr ""

#: generalpage.ui:496
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr ""

#: generalpage.ui:511
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr ""

#: generalpage.ui:527
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr ""

#: generalpage.ui:543
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr ""

#: generalpage.ui:559
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr ""

#: mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr ""

#: mappingdialog.ui:107
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr ""

#: mappingdialog.ui:122
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr ""

#: mappingdialog.ui:137
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr ""

#: mappingdialog.ui:152
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr ""

#: mappingdialog.ui:167
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr ""

#: mappingdialog.ui:228
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr ""

#: mappingdialog.ui:243
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr ""

#: mappingdialog.ui:258
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr ""

#: mappingdialog.ui:309
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr ""

#: mappingdialog.ui:324
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr ""

#: mappingdialog.ui:339
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr ""

#: mappingdialog.ui:390
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr ""

#: mappingdialog.ui:417
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr ""

#: mappingdialog.ui:432
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr ""

#: mappingdialog.ui:445
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr ""

#: mappingdialog.ui:496
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr ""

#: mappingdialog.ui:511
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr ""

#: mappingdialog.ui:526
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr ""

#: mappingdialog.ui:577
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr ""

#: mappingdialog.ui:592
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr ""

#: mappingdialog.ui:631
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr ""

#: mappingdialog.ui:646
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr ""

#: mappingdialog.ui:661
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr ""

#: mappingdialog.ui:712
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr ""

#: mappingdialog.ui:727
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr ""

#: mappingdialog.ui:742
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr ""

#: mappingdialog.ui:791
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr ""

#: mappingdialog.ui:806
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr ""

#: mappingdialog.ui:821
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr ""

#: mappingdialog.ui:836
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr ""

#: mappingdialog.ui:851
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr ""

#: mappingdialog.ui:970
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr ""

#: toolbar.ui:14
msgctxt "toolbar|TBC_FT_SOURCE"
msgid "Table"
msgstr ""

#: toolbar.ui:49
msgctxt "toolbar|TBC_FT_QUERY"
msgid "Search Key"
msgstr ""

#: toolbar.ui:84
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr ""

#: toolbar.ui:97
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr ""

#: toolbar.ui:110
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr ""

#: toolbar.ui:123
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr ""

#: toolbar.ui:136
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr ""

#: controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr "المحرف"

#: controlfontdialog.ui:105
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "الخط"

#: controlfontdialog.ui:127
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr "تأثيرات الخطوط"

#: datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr "نوع بيانات جديد"

#: datatypedialog.ui:85
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr "اطبع اسمًا لنوع البيانات الجديد:"

#: formlinksdialog.ui:9
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr "حقول الرابط"

#: formlinksdialog.ui:72
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr "اقترح"

#: formlinksdialog.ui:105
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 "يمكن استخدام النماذج الفرعية لعرض بيانات تفصيلية حول السجل الحالي للنموذج الرئيسي. و للقيام بهذا، يمكنك تحديد الأعمدة الموجودة في النموذج الفرعي التي تطابق الأعمدة في النموذج الرئيسي."

#: formlinksdialog.ui:125
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr "العنوان"

#: formlinksdialog.ui:137
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr "العنوان"

#: labelselectiondialog.ui:9
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr "تحديد حقل العنوان"

#: labelselectiondialog.ui:88
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr "هذه هي كل عناصر التحكم التي يمكن استخدامها حقول تسمية $controlclass$‏ $controlname$."

#: labelselectiondialog.ui:122
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr "لا إ_سناد"

#: taborder.ui:8
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr "ترتيب مفتاح Tab"

#: taborder.ui:21
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "تحريك لأ_على"

#: taborder.ui:35
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "تحريك لأ_سفل"

#: taborder.ui:49
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr "فرز تل_قائي"

#: taborder.ui:146
msgctxt "taborder|label2"
msgid "Controls"
msgstr "التحكّمات"

#: griddialog.ui:56
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr "خطي تصاعدي"

#: griddialog.ui:57
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr "خطي تنازلي"

#: griddialog.ui:58
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr "القيم الأصلية"

#: griddialog.ui:59
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr "تزايدي أسي"

#: griddialog.ui:70
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr "_حدّد"

#: sanedialog.ui:9
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr "ماسح ضوئي"

#: sanedialog.ui:46
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr "ي_سار:"

#: sanedialog.ui:62
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr "_فوق:"

#: sanedialog.ui:78
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr "ي_مين:"

#: sanedialog.ui:94
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "_تحت:"

#: sanedialog.ui:166
msgctxt "sanedialog|label1"
msgid "Scan area"
msgstr "منطقة المسح الضوئي"

#: sanedialog.ui:208
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr "معاينة"

#: sanedialog.ui:242
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr "الجهاز المست_خدم"

#: sanedialog.ui:258
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr "الدقة [_نقطة في البوصة]"

#: sanedialog.ui:312
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr "اعرض الخيارات المتقدمة"

#: sanedialog.ui:344
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "الخيارات:"

#: sanedialog.ui:416
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr "_حدد"

#: sanedialog.ui:500
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr "عنصر متجهي"

#: sanedialog.ui:629
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr "_عن الجهاز"

#: sanedialog.ui:644
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr "أ_نشئ معاينة"

#: sanedialog.ui:659
msgctxt "sanedialog|scanButton"
msgid "_Scan"
msgstr "ا_مسح"