aboutsummaryrefslogtreecommitdiff
path: root/source/ar/wizards/messages.po
blob: 13f79f936a715822276416f9d8e70f8b851e91d0 (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
#. extracted from wizards/com/sun/star/wizards/common
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: 2021-01-19 13:14+0100\n"
"PO-Revision-Date: 2021-12-16 22:10+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/ar/>\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: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1516047284.000000\n"

#. gbiMx
#: wizards/com/sun/star/wizards/common/strings.hrc:32
msgctxt "RID_COMMON_START_0"
msgid "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk."
msgstr "تعذّر إنشاء الدّليل ’%1‘.<BR>لربمّا تكون المساحة المتبقيّة في القرص الصّلب غير كافية."

#. BPmbE
#: wizards/com/sun/star/wizards/common/strings.hrc:33
msgctxt "RID_COMMON_START_1"
msgid "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed."
msgstr "تعذّر إنشاء المستند النّصّي.<BR>رجاءً تحقّق من أنّ وحدة ’PRODUCTNAME رايتر‘ مثبّتة."

#. R9k3A
#: wizards/com/sun/star/wizards/common/strings.hrc:34
msgctxt "RID_COMMON_START_2"
msgid "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed."
msgstr "تعذّر إنشاء الجدول الممتدّ.<BR>رجاءً تحقّق من أنّ وحدة ’PRODUCTNAME كالك‘ مثبّتة."

#. XfFf9
#: wizards/com/sun/star/wizards/common/strings.hrc:35
msgctxt "RID_COMMON_START_3"
msgid "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed."
msgstr "تعذّر إنشاء العرض التقديمي.<BR>رجاءً تحقّق من أنّ وحدة ’PRODUCTNAME إمبريس‘ مثبّتة."

#. QEUL9
#: wizards/com/sun/star/wizards/common/strings.hrc:36
msgctxt "RID_COMMON_START_4"
msgid "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed."
msgstr "تعذّر إنشاء الرسم.<BR>رجاءً تحقّق من أنّ وحدة ’PRODUCTNAME درو‘ مثبّتة."

#. GA9Kx
#: wizards/com/sun/star/wizards/common/strings.hrc:37
msgctxt "RID_COMMON_START_5"
msgid "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed."
msgstr "تعذّر إنشاء المعادلة.<BR>فضلًا تحقّق من أنّ وحدة ’PRODUCTNAME ماث‘ مثبّتة."

#. EcX4n
#: wizards/com/sun/star/wizards/common/strings.hrc:38
msgctxt "RID_COMMON_START_6"
msgid "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'."
msgstr "تعذّر العثور على الملفّات المطلوبة.<BR>رجاءً ابدأ إعداد %PRODUCTNAME واختر ’أصلح‘."

#. tDe6R
#: wizards/com/sun/star/wizards/common/strings.hrc:39
msgctxt "RID_COMMON_START_7"
msgid "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?"
msgstr "الملفّ ’<PATH>‘ موجود بالفعل.<BR><BR>أتريد الكتابة فوق الملف الموجود؟"

#. cBvPx
#: wizards/com/sun/star/wizards/common/strings.hrc:40
msgctxt "RID_COMMON_START_8"
msgid "Yes"
msgstr "نعم"

#. 2FDDE
#: wizards/com/sun/star/wizards/common/strings.hrc:41
msgctxt "RID_COMMON_START_9"
msgid "Yes to All"
msgstr "نعم للكلّ"

#. DA7Ex
#: wizards/com/sun/star/wizards/common/strings.hrc:42
msgctxt "RID_COMMON_START_10"
msgid "No"
msgstr "لا"

#. Bj7fX
#: wizards/com/sun/star/wizards/common/strings.hrc:43
msgctxt "RID_COMMON_START_11"
msgid "Cancel"
msgstr "ألغِ"

#. qA4hF
#: wizards/com/sun/star/wizards/common/strings.hrc:44
msgctxt "RID_COMMON_START_12"
msgid "~Finish"
msgstr "أ~نهِ"

#. 5wgzB
#: wizards/com/sun/star/wizards/common/strings.hrc:45
msgctxt "RID_COMMON_START_13"
msgid "< ~Back"
msgstr "< ال~سّابق"

#. 8tQ6Y
#: wizards/com/sun/star/wizards/common/strings.hrc:46
msgctxt "RID_COMMON_START_14"
msgid "~Next >"
msgstr "ال~تّالي >"

#. rGMDu
#: wizards/com/sun/star/wizards/common/strings.hrc:47
msgctxt "RID_COMMON_START_15"
msgid "~Help"
msgstr "مسا~عدة"

#. Fwi3p
#: wizards/com/sun/star/wizards/common/strings.hrc:48
msgctxt "RID_COMMON_START_16"
msgid "Steps"
msgstr "الخطوات"

#. Dwrqq
#: wizards/com/sun/star/wizards/common/strings.hrc:49
msgctxt "RID_COMMON_START_17"
msgid "Close"
msgstr "أغلق"

#. DNAyQ
#: wizards/com/sun/star/wizards/common/strings.hrc:50
msgctxt "RID_COMMON_START_18"
msgid "OK"
msgstr "حسنًا"

#. CGNe5
#: wizards/com/sun/star/wizards/common/strings.hrc:51
msgctxt "RID_COMMON_START_19"
msgid "The file already exists. Do you want to overwrite it?"
msgstr "الملفّ موجود بالفعل. أتريد الكتابة فوقه؟"

#. PAQXq
#: wizards/com/sun/star/wizards/common/strings.hrc:52
msgctxt "RID_COMMON_START_20"
msgid "Template created via <wizard_name> on <current_date>."
msgstr "أنشأ <wizard_name> القالب في <current_date>."

#. HoGJx
#: wizards/com/sun/star/wizards/common/strings.hrc:53
msgctxt "RID_COMMON_START_21"
msgid ""
"The wizard could not be run, because important files were not found.\n"
"Under 'Tools - Options - %PRODUCTNAME - Paths' click the 'Default' button to reset the paths to the original default settings.\n"
"Then run the wizard again."
msgstr ""
"تعذّر تشغيل المرشد لعدم العثور على الملفات الهامّة.\n"
"انقر من ’أدوات - خيارات - %PRODUCTNAME - المسارات‘ زرّ ”المبدئيّ“ لتصفير المسارات إلى الإعدادات المبدئيّة.\n"
"ثمّ أعِد تشغيل المرشد."

#. PZ7yz
#: wizards/com/sun/star/wizards/common/strings.hrc:56
msgctxt "RID_LETTERWIZARDDIALOG_START_1"
msgid "Letter Wizard"
msgstr "مرشد الخطابات"

#. evGjG
#: wizards/com/sun/star/wizards/common/strings.hrc:57
msgctxt "RID_LETTERWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "تسمية 9"

#. isxnF
#: wizards/com/sun/star/wizards/common/strings.hrc:58
msgctxt "RID_LETTERWIZARDDIALOG_START_3"
msgid "~Business Letter"
msgstr "خطاب ~عمل"

#. 6giKm
#: wizards/com/sun/star/wizards/common/strings.hrc:59
msgctxt "RID_LETTERWIZARDDIALOG_START_4"
msgid "~Formal Personal Letter"
msgstr "خطاب شخصي ~رسمي"

#. JWyzn
#: wizards/com/sun/star/wizards/common/strings.hrc:60
msgctxt "RID_LETTERWIZARDDIALOG_START_5"
msgid "~Personal Letter"
msgstr "خطاب ~شخصي"

#. PEsFA
#: wizards/com/sun/star/wizards/common/strings.hrc:61
msgctxt "RID_LETTERWIZARDDIALOG_START_6"
msgid "~Use letterhead paper with pre-printed elements"
msgstr "ا~ستخدام ورقاً له رأس بعناصر مطبوعة مسبقاً"

#. VCpSG
#: wizards/com/sun/star/wizards/common/strings.hrc:62
msgctxt "RID_LETTERWIZARDDIALOG_START_7"
msgid "~Logo"
msgstr "~الشعار"

#. k9mU7
#: wizards/com/sun/star/wizards/common/strings.hrc:63
msgctxt "RID_LETTERWIZARDDIALOG_START_8"
msgid "Return address"
msgstr "عنوان المرسل"

#. vAgUQ
#: wizards/com/sun/star/wizards/common/strings.hrc:64
msgctxt "RID_LETTERWIZARDDIALOG_START_9"
msgid "~Include footer"
msgstr "~شمل التذييل"

#. Gsz9u
#: wizards/com/sun/star/wizards/common/strings.hrc:65
msgctxt "RID_LETTERWIZARDDIALOG_START_10"
msgid "~Return address in envelope window"
msgstr "نافذة إر~جاع العنوان في مغلّف"

#. sEKpq
#: wizards/com/sun/star/wizards/common/strings.hrc:66
msgctxt "RID_LETTERWIZARDDIALOG_START_11"
msgid "~Logo"
msgstr "~الشعار"

#. WWBec
#: wizards/com/sun/star/wizards/common/strings.hrc:67
msgctxt "RID_LETTERWIZARDDIALOG_START_12"
msgid "~Return address in envelope window"
msgstr "نافذة إر~جاع العنوان في مغلّف"

#. cnnfv
#: wizards/com/sun/star/wizards/common/strings.hrc:68
msgctxt "RID_LETTERWIZARDDIALOG_START_13"
msgid "Letter signs"
msgstr "علامات حروف"

#. gErf6
#: wizards/com/sun/star/wizards/common/strings.hrc:69
msgctxt "RID_LETTERWIZARDDIALOG_START_14"
msgid "S~ubject line"
msgstr "س~طر الموضوع"

#. rxihY
#: wizards/com/sun/star/wizards/common/strings.hrc:70
msgctxt "RID_LETTERWIZARDDIALOG_START_15"
msgid "Salu~tation"
msgstr "ال~تحية"

#. FCjnE
#: wizards/com/sun/star/wizards/common/strings.hrc:71
msgctxt "RID_LETTERWIZARDDIALOG_START_16"
msgid "Fold ~marks"
msgstr "علامات ال~طيّ"

#. SngqG
#: wizards/com/sun/star/wizards/common/strings.hrc:72
msgctxt "RID_LETTERWIZARDDIALOG_START_17"
msgid "~Complimentary close"
msgstr "~ختام إطرائي"

#. wZFLu
#: wizards/com/sun/star/wizards/common/strings.hrc:73
msgctxt "RID_LETTERWIZARDDIALOG_START_18"
msgid "~Footer"
msgstr "ت~ذييل الصفحة"

#. SGv2k
#: wizards/com/sun/star/wizards/common/strings.hrc:74
msgctxt "RID_LETTERWIZARDDIALOG_START_19"
msgid "~Use user data for return address"
msgstr "ا~ستخدام بيانات المستخدم لعنوان المرسل"

#. 24XGJ
#: wizards/com/sun/star/wizards/common/strings.hrc:75
msgctxt "RID_LETTERWIZARDDIALOG_START_20"
msgid "~New sender address:"
msgstr "~عنوان مُرسِل جديد:"

#. uDppM
#: wizards/com/sun/star/wizards/common/strings.hrc:76
msgctxt "RID_LETTERWIZARDDIALOG_START_21"
msgid "Use placeholders for ~recipient's address"
msgstr "استخدام العناصر النائبة لعنوان المست~لم"

#. AkZCA
#: wizards/com/sun/star/wizards/common/strings.hrc:77
msgctxt "RID_LETTERWIZARDDIALOG_START_22"
msgid "Use address database for ~mail merge"
msgstr "استخدام قاعدة بيانات العناوين ل~دمج المراسلات"

#. VKfXe
#: wizards/com/sun/star/wizards/common/strings.hrc:78
msgctxt "RID_LETTERWIZARDDIALOG_START_23"
msgid "Include ~only on second and following pages"
msgstr "تضمين ف~قط على الصفحتين الثانية والتالية"

#. uwLyZ
#: wizards/com/sun/star/wizards/common/strings.hrc:79
msgctxt "RID_LETTERWIZARDDIALOG_START_24"
msgid "~Include page number"
msgstr "ت~ضمين رقم الصفحة"

#. 3E8JG
#: wizards/com/sun/star/wizards/common/strings.hrc:80
msgctxt "RID_LETTERWIZARDDIALOG_START_25"
msgid "Letter Template"
msgstr "قالب خطاب"

#. CDuy7
#: wizards/com/sun/star/wizards/common/strings.hrc:81
msgctxt "RID_LETTERWIZARDDIALOG_START_26"
msgid "Create a ~letter from this template"
msgstr "أنشئ ~خطابًا من هذا القالب"

#. sZhk5
#: wizards/com/sun/star/wizards/common/strings.hrc:82
msgctxt "RID_LETTERWIZARDDIALOG_START_27"
msgid "Make ~manual changes to this letter template"
msgstr "أجرِ تغييرات ي~دويّة على قالب الخطابات هذا"

#. BRSmc
#: wizards/com/sun/star/wizards/common/strings.hrc:83
msgctxt "RID_LETTERWIZARDDIALOG_START_28"
msgid "Page design"
msgstr "تصميم الصّفحة"

#. GsEGH
#: wizards/com/sun/star/wizards/common/strings.hrc:84
msgctxt "RID_LETTERWIZARDDIALOG_START_29"
msgid "Page design"
msgstr "تصميم الصّفحة"

#. jHVif
#: wizards/com/sun/star/wizards/common/strings.hrc:85
msgctxt "RID_LETTERWIZARDDIALOG_START_30"
msgid "Page design"
msgstr "تصميم الصّفحة"

#. 2JKh5
#: wizards/com/sun/star/wizards/common/strings.hrc:86
msgctxt "RID_LETTERWIZARDDIALOG_START_31"
msgid "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired."
msgstr "يساعدك هذا المرشد على إنشاء قالب خطابات. يمكنك بعد ذلك استخدامه كأساس لكتابة الخطابات متى ما شئت."

#. akv7q
#: wizards/com/sun/star/wizards/common/strings.hrc:87
msgctxt "RID_LETTERWIZARDDIALOG_START_32"
msgid "~Height:"
msgstr "الارت~فاع:"

#. EEiBz
#: wizards/com/sun/star/wizards/common/strings.hrc:88
msgctxt "RID_LETTERWIZARDDIALOG_START_33"
msgid "~Width:"
msgstr "ال~عرض:"

#. 6xJQn
#: wizards/com/sun/star/wizards/common/strings.hrc:89
msgctxt "RID_LETTERWIZARDDIALOG_START_34"
msgid "S~pacing to left margin:"
msgstr "الت~باعد إلى الهامش الأيسر:"

#. 9FpA3
#: wizards/com/sun/star/wizards/common/strings.hrc:90
msgctxt "RID_LETTERWIZARDDIALOG_START_35"
msgid "Spacing ~to top margin:"
msgstr "التب~اعد إلى الهامش العلوي:"

#. dTwib
#: wizards/com/sun/star/wizards/common/strings.hrc:91
msgctxt "RID_LETTERWIZARDDIALOG_START_36"
msgid "Height:"
msgstr "الارتفاع:"

#. 99LRq
#: wizards/com/sun/star/wizards/common/strings.hrc:92
msgctxt "RID_LETTERWIZARDDIALOG_START_37"
msgid "Width:"
msgstr "العرض:"

#. ZDVjd
#: wizards/com/sun/star/wizards/common/strings.hrc:93
msgctxt "RID_LETTERWIZARDDIALOG_START_38"
msgid "S~pacing to left margin:"
msgstr "الت~باعد إلى الهامش الأيسر:"

#. 5iMWo
#: wizards/com/sun/star/wizards/common/strings.hrc:94
msgctxt "RID_LETTERWIZARDDIALOG_START_39"
msgid "Spacing ~to top margin:"
msgstr "التب~اعد إلى الهامش العلوي:"

#. rcMTJ
#: wizards/com/sun/star/wizards/common/strings.hrc:95
msgctxt "RID_LETTERWIZARDDIALOG_START_40"
msgid "Height:"
msgstr "الارتفاع:"

#. HjHXQ
#: wizards/com/sun/star/wizards/common/strings.hrc:96
msgctxt "RID_LETTERWIZARDDIALOG_START_42"
msgid "Sender's address"
msgstr "عنوان المُرسِل"

#. Y4XMj
#: wizards/com/sun/star/wizards/common/strings.hrc:97
msgctxt "RID_LETTERWIZARDDIALOG_START_43"
msgid "Name:"
msgstr "الاسم:"

#. oRiGP
#: wizards/com/sun/star/wizards/common/strings.hrc:98
msgctxt "RID_LETTERWIZARDDIALOG_START_44"
msgid "Street:"
msgstr "الشارع:"

#. g6UXt
#: wizards/com/sun/star/wizards/common/strings.hrc:99
msgctxt "RID_LETTERWIZARDDIALOG_START_45"
msgid "ZIP code/State/City:"
msgstr "الرمز البريدي/المحافظة/المدينة:"

#. CEFNE
#: wizards/com/sun/star/wizards/common/strings.hrc:100
msgctxt "RID_LETTERWIZARDDIALOG_START_46"
msgid "Recipient's address"
msgstr "عنوان المُرسَل إليه"

#. BgERg
#: wizards/com/sun/star/wizards/common/strings.hrc:101
msgctxt "RID_LETTERWIZARDDIALOG_START_47"
msgid "Footer"
msgstr "تذييل"

#. Pgcir
#: wizards/com/sun/star/wizards/common/strings.hrc:102
msgctxt "RID_LETTERWIZARDDIALOG_START_48"
msgid "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings."
msgstr "يُنشئ هذا المرشد قالب خطاب يتيح لك إنشاء خطابات متعدّدة بنفس التخطيط و الإعدادات."

#. C9EDv
#: wizards/com/sun/star/wizards/common/strings.hrc:103
msgctxt "RID_LETTERWIZARDDIALOG_START_49"
msgid "To create another new letter out of the template just navigate to the template location and double-click it."
msgstr "لإنشاء خطاب جديد آخر من القالب انتقل فقط إلى موقع القالب و اضغط المزدوج عليه."

#. 2mzob
#: wizards/com/sun/star/wizards/common/strings.hrc:104
msgctxt "RID_LETTERWIZARDDIALOG_START_50"
msgid "Template name:"
msgstr "اسم القالب:"

#. YChhB
#: wizards/com/sun/star/wizards/common/strings.hrc:105
msgctxt "RID_LETTERWIZARDDIALOG_START_51"
msgid "Location and file name:"
msgstr "مكان الملف واسمه:"

#. vYEGn
#: wizards/com/sun/star/wizards/common/strings.hrc:106
msgctxt "RID_LETTERWIZARDDIALOG_START_52"
msgid "How do you want to proceed?"
msgstr "كيف تريد الإستمرار؟"

#. DDBef
#: wizards/com/sun/star/wizards/common/strings.hrc:107
msgctxt "RID_LETTERWIZARDDIALOG_START_53"
msgid "Please choose the type of letter and page design"
msgstr "رجاء اختر نوع الخطاب وتصميم الصفحة"

#. pFFLg
#: wizards/com/sun/star/wizards/common/strings.hrc:108
msgctxt "RID_LETTERWIZARDDIALOG_START_54"
msgid "Select the items to be printed"
msgstr "اختر العناصر المطلوب طباعتها"

#. 8FYw4
#: wizards/com/sun/star/wizards/common/strings.hrc:109
msgctxt "RID_LETTERWIZARDDIALOG_START_55"
msgid "Specify items already on your letterhead paper"
msgstr "حدّد العناصر الموجودة مسبقاً في ورق الخطاب ذي الرأس"

#. RECUL
#: wizards/com/sun/star/wizards/common/strings.hrc:110
msgctxt "RID_LETTERWIZARDDIALOG_START_56"
msgid "Specify the sender and recipient information"
msgstr "حدّد معلومات المُرسل والمُرسَل إليه"

#. 5f9zG
#: wizards/com/sun/star/wizards/common/strings.hrc:111
msgctxt "RID_LETTERWIZARDDIALOG_START_57"
msgid "Fill in the information you would like in the footer"
msgstr "املأ المعلومات المُرادة في التذييل"

#. hHreD
#: wizards/com/sun/star/wizards/common/strings.hrc:112
msgctxt "RID_LETTERWIZARDDIALOG_START_58"
msgid "Please specify last settings"
msgstr "رجاء حدّد التعيينات الأخيرة"

#. CeUvi
#: wizards/com/sun/star/wizards/common/strings.hrc:113
msgctxt "RID_LETTERWIZARDDIALOG_START_59"
msgid "Subject:"
msgstr "الموضوع:"

#. hbTAj
#: wizards/com/sun/star/wizards/common/strings.hrc:114
msgctxt "RID_LETTERWIZARDDIALOG_START_60"
msgid "Elegant"
msgstr "أنيق"

#. eDsBH
#: wizards/com/sun/star/wizards/common/strings.hrc:115
msgctxt "RID_LETTERWIZARDDIALOG_START_61"
msgid "Modern"
msgstr "عصري"

#. 3DbUx
#: wizards/com/sun/star/wizards/common/strings.hrc:116
msgctxt "RID_LETTERWIZARDDIALOG_START_62"
msgid "Office"
msgstr "مكتب"

#. C86GB
#: wizards/com/sun/star/wizards/common/strings.hrc:117
msgctxt "RID_LETTERWIZARDDIALOG_START_63"
msgid "Bottle"
msgstr "زجاجة"

#. farXN
#: wizards/com/sun/star/wizards/common/strings.hrc:118
msgctxt "RID_LETTERWIZARDDIALOG_START_64"
msgid "Mail"
msgstr "بريد"

#. 6YXv2
#: wizards/com/sun/star/wizards/common/strings.hrc:119
msgctxt "RID_LETTERWIZARDDIALOG_START_65"
msgid "Marine"
msgstr "بحري"

#. QdyaD
#: wizards/com/sun/star/wizards/common/strings.hrc:120
msgctxt "RID_LETTERWIZARDDIALOG_START_66"
msgid "Red Line"
msgstr "الخط الأحمر"

#. ULU4V
#: wizards/com/sun/star/wizards/common/strings.hrc:123
msgctxt "RID_LETTERWIZARDSALUTATION_START_1"
msgid "To Whom it May Concern"
msgstr "لمن يهمه الأمر"

#. TcsLz
#: wizards/com/sun/star/wizards/common/strings.hrc:124
msgctxt "RID_LETTERWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam"
msgstr "السيد/السيدة العزيزة"

#. 6HtBZ
#: wizards/com/sun/star/wizards/common/strings.hrc:125
msgctxt "RID_LETTERWIZARDSALUTATION_START_3"
msgid "Hello"
msgstr "مرحبًا"

#. kFwFo
#: wizards/com/sun/star/wizards/common/strings.hrc:128
msgctxt "RID_LETTERWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr "مع تحيات"

#. ArtjY
#: wizards/com/sun/star/wizards/common/strings.hrc:129
msgctxt "RID_LETTERWIZARDGREETING_START_2"
msgid "Best regards"
msgstr "أطيب التمنيات"

#. xLdAz
#: wizards/com/sun/star/wizards/common/strings.hrc:130
msgctxt "RID_LETTERWIZARDGREETING_START_3"
msgid "Cheers"
msgstr "ابتهج"

#. zSG9q
#: wizards/com/sun/star/wizards/common/strings.hrc:133
msgctxt "RID_LETTERWIZARDROADMAP_START_1"
msgid "Page Design"
msgstr "تصميم الصفحة"

#. vezch
#: wizards/com/sun/star/wizards/common/strings.hrc:134
msgctxt "RID_LETTERWIZARDROADMAP_START_2"
msgid "Letterhead Layout"
msgstr "تخطيط رأس الورق"

#. pbqyP
#: wizards/com/sun/star/wizards/common/strings.hrc:135
msgctxt "RID_LETTERWIZARDROADMAP_START_3"
msgid "Printed Items"
msgstr "العناصر المطبوعة"

#. XUjGa
#: wizards/com/sun/star/wizards/common/strings.hrc:136
msgctxt "RID_LETTERWIZARDROADMAP_START_4"
msgid "Recipient and Sender"
msgstr "المستلِم والمرسِل"

#. mV7hr
#: wizards/com/sun/star/wizards/common/strings.hrc:137
msgctxt "RID_LETTERWIZARDROADMAP_START_5"
msgid "Footer"
msgstr "تذييل"

#. qT5pG
#: wizards/com/sun/star/wizards/common/strings.hrc:138
msgctxt "RID_LETTERWIZARDROADMAP_START_6"
msgid "Name and Location"
msgstr "الإسم و المكان"

#. AZSy8
#: wizards/com/sun/star/wizards/common/strings.hrc:141
msgctxt "RID_FAXWIZARDDIALOG_START_1"
msgid "Fax Wizard"
msgstr "مرشد الفاكسات"

#. DZhsU
#: wizards/com/sun/star/wizards/common/strings.hrc:142
msgctxt "RID_FAXWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "تسمية 9"

#. rwpLs
#: wizards/com/sun/star/wizards/common/strings.hrc:143
msgctxt "RID_FAXWIZARDDIALOG_START_3"
msgid "~Business Fax"
msgstr "~فاكس العمل"

#. vga5J
#: wizards/com/sun/star/wizards/common/strings.hrc:144
msgctxt "RID_FAXWIZARDDIALOG_START_4"
msgid "~Personal Fax"
msgstr "فاكس ش~خصي"

#. NfJjw
#: wizards/com/sun/star/wizards/common/strings.hrc:145
msgctxt "RID_FAXWIZARDDIALOG_START_5"
msgid "~Logo"
msgstr "~الشعار"

#. GoGhW
#: wizards/com/sun/star/wizards/common/strings.hrc:146
msgctxt "RID_FAXWIZARDDIALOG_START_6"
msgid "S~ubject line"
msgstr "س~طر الموضوع"

#. LEVvS
#: wizards/com/sun/star/wizards/common/strings.hrc:147
msgctxt "RID_FAXWIZARDDIALOG_START_7"
msgid "S~alutation"
msgstr "ت~حيّة"

#. yCrAe
#: wizards/com/sun/star/wizards/common/strings.hrc:148
msgctxt "RID_FAXWIZARDDIALOG_START_8"
msgid "~Complimentary close"
msgstr "~ختام إطرائي"

#. RJBJc
#: wizards/com/sun/star/wizards/common/strings.hrc:149
msgctxt "RID_FAXWIZARDDIALOG_START_9"
msgid "~Footer"
msgstr "ت~ذييل الصفحة"

#. K2ysF
#: wizards/com/sun/star/wizards/common/strings.hrc:150
msgctxt "RID_FAXWIZARDDIALOG_START_10"
msgid "~Use user data for return address"
msgstr "ا~ستخدام بيانات المستخدم لعنوان المرسل"

#. 7uFfZ
#: wizards/com/sun/star/wizards/common/strings.hrc:151
msgctxt "RID_FAXWIZARDDIALOG_START_11"
msgid "~New return address"
msgstr "عنوان مر~سل جديد"

#. efBSo
#: wizards/com/sun/star/wizards/common/strings.hrc:152
msgctxt "RID_FAXWIZARDDIALOG_START_12"
msgid "My Fax Template"
msgstr "قالب الفاكس خاصتي"

#. sQqFH
#: wizards/com/sun/star/wizards/common/strings.hrc:153
msgctxt "RID_FAXWIZARDDIALOG_START_13"
msgid "Create a ~fax from this template"
msgstr "إنشاء فا~كس من هذا القالب"

#. YdfgK
#: wizards/com/sun/star/wizards/common/strings.hrc:154
msgctxt "RID_FAXWIZARDDIALOG_START_14"
msgid "Make ~manual changes to this fax template"
msgstr "عمل تغييرات ~يدويّة على قالب الفاكس هذا"

#. feuFe
#: wizards/com/sun/star/wizards/common/strings.hrc:155
msgctxt "RID_FAXWIZARDDIALOG_START_15"
msgid "Page design"
msgstr "تصميم الصّفحة"

#. VyP8j
#: wizards/com/sun/star/wizards/common/strings.hrc:156
msgctxt "RID_FAXWIZARDDIALOG_START_16"
msgid "Page design"
msgstr "تصميم الصّفحة"

#. u7oAX
#: wizards/com/sun/star/wizards/common/strings.hrc:157
msgctxt "RID_FAXWIZARDDIALOG_START_17"
msgid "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed."
msgstr "يساعدك هذا المرشد على إنشاء قالب فاكسات. يمكن بعدها استخدام القالب لإنشاء فاكس عند الحاجة."

#. 3zpAU
#: wizards/com/sun/star/wizards/common/strings.hrc:158
msgctxt "RID_FAXWIZARDDIALOG_START_18"
msgid "Return address"
msgstr "عنوان المرسل"

#. mNzqb
#: wizards/com/sun/star/wizards/common/strings.hrc:159
msgctxt "RID_FAXWIZARDDIALOG_START_19"
msgid "Name:"
msgstr "الاسم:"

#. dKJDD
#: wizards/com/sun/star/wizards/common/strings.hrc:160
msgctxt "RID_FAXWIZARDDIALOG_START_20"
msgid "Street:"
msgstr "الشارع:"

#. EFPdr
#: wizards/com/sun/star/wizards/common/strings.hrc:161
msgctxt "RID_FAXWIZARDDIALOG_START_21"
msgid "ZIP code/State/City:"
msgstr "الرمز البريدي/المحافظة/المدينة:"

#. n5WG4
#: wizards/com/sun/star/wizards/common/strings.hrc:162
msgctxt "RID_FAXWIZARDDIALOG_START_22"
msgid "Footer"
msgstr "تذييل"

#. 4r9Bt
#: wizards/com/sun/star/wizards/common/strings.hrc:163
msgctxt "RID_FAXWIZARDDIALOG_START_23"
msgid "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings."
msgstr "يُنشئ هذا المرشد قالب فاكسات يتيح لك إنشاء فاكسات متعدّدة بنفس التخطيط و الإعدادات."

#. 58yuF
#: wizards/com/sun/star/wizards/common/strings.hrc:164
msgctxt "RID_FAXWIZARDDIALOG_START_24"
msgid "To create another new fax out of the template, go to the location where you saved the template and double-click the file."
msgstr "لإنشاء فاكس آخر من القالب نفسه، اذهب إلى المكان الذي حفظت القالب فيه وقم بالضغط المزدوج على الملف."

#. keXXU
#: wizards/com/sun/star/wizards/common/strings.hrc:165
msgctxt "RID_FAXWIZARDDIALOG_START_25"
msgid "Template name:"
msgstr "اسم القالب:"

#. SAmkQ
#: wizards/com/sun/star/wizards/common/strings.hrc:166
msgctxt "RID_FAXWIZARDDIALOG_START_26"
msgid "Location and file name:"
msgstr "الموضع واسم الملف:"

#. RgqPC
#: wizards/com/sun/star/wizards/common/strings.hrc:167
msgctxt "RID_FAXWIZARDDIALOG_START_27"
msgid "What do you want to do next?"
msgstr "ما الذي تريد عمله بعد ذلك؟"

#. bc9Rt
#: wizards/com/sun/star/wizards/common/strings.hrc:168
msgctxt "RID_FAXWIZARDDIALOG_START_28"
msgid "Choose the type of fax and a page design"
msgstr "اختر نوع الفاكس وتصميم الصفحة"

#. FR29z
#: wizards/com/sun/star/wizards/common/strings.hrc:169
msgctxt "RID_FAXWIZARDDIALOG_START_29"
msgid "Select items to include in the fax template"
msgstr "اختر العناصر لشملها في قالب الفاكس"

#. MpY3M
#: wizards/com/sun/star/wizards/common/strings.hrc:170
msgctxt "RID_FAXWIZARDDIALOG_START_30"
msgid "Specify sender and recipient information"
msgstr "حدّد معلومات المُرسِل والمُرسَل إليه"

#. vDdmJ
#: wizards/com/sun/star/wizards/common/strings.hrc:171
msgctxt "RID_FAXWIZARDDIALOG_START_31"
msgid "Enter text for the footer"
msgstr "أَدْخِل النص للتذييل"

#. RceCM
#: wizards/com/sun/star/wizards/common/strings.hrc:172
msgctxt "RID_FAXWIZARDDIALOG_START_32"
msgid "Choose a name and save the template"
msgstr "اختر اسمًا واحفظ القالب"

#. q2EeC
#: wizards/com/sun/star/wizards/common/strings.hrc:173
msgctxt "RID_FAXWIZARDDIALOG_START_33"
msgid "Include ~only on second and following pages"
msgstr "تضمين ف~قط على الصفحتين الثانية والتالية"

#. p4XqG
#: wizards/com/sun/star/wizards/common/strings.hrc:174
msgctxt "RID_FAXWIZARDDIALOG_START_34"
msgid "~Include page number"
msgstr "ت~ضمين رقم الصفحة"

#. 2FBzM
#: wizards/com/sun/star/wizards/common/strings.hrc:175
msgctxt "RID_FAXWIZARDDIALOG_START_35"
msgid "~Date"
msgstr "ال~تاريخ"

#. T6DPe
#: wizards/com/sun/star/wizards/common/strings.hrc:176
msgctxt "RID_FAXWIZARDDIALOG_START_36"
msgid "~Type of message"
msgstr "~نوع الرسالة"

#. BAKHS
#: wizards/com/sun/star/wizards/common/strings.hrc:177
msgctxt "RID_FAXWIZARDDIALOG_START_37"
msgid "Fax Number:"
msgstr "رقم الفاكس:"

#. NuY9E
#: wizards/com/sun/star/wizards/common/strings.hrc:178
msgctxt "RID_FAXWIZARDDIALOG_START_38"
msgid "Use placeholders for ~recipient's address"
msgstr "استخدام العناصر النائبة لعنوان المست~لم"

#. gqzFF
#: wizards/com/sun/star/wizards/common/strings.hrc:179
msgctxt "RID_FAXWIZARDDIALOG_START_39"
msgid "Use address database for ~mail merge"
msgstr "استخدام قاعدة بيانات العناوين ل~دمج المراسلات"

#. rBKKD
#: wizards/com/sun/star/wizards/common/strings.hrc:180
msgctxt "RID_FAXWIZARDDIALOG_START_40"
msgid "~New return address"
msgstr "عنوان مر~سل جديد"

#. jqF7R
#: wizards/com/sun/star/wizards/common/strings.hrc:181
msgctxt "RID_FAXWIZARDDIALOG_START_41"
msgid "To:"
msgstr "إلى:"

#. uTdFt
#: wizards/com/sun/star/wizards/common/strings.hrc:182
msgctxt "RID_FAXWIZARDDIALOG_START_42"
msgid "From:"
msgstr "من:"

#. tGSTD
#: wizards/com/sun/star/wizards/common/strings.hrc:183
msgctxt "RID_FAXWIZARDDIALOG_START_43"
msgid "Fax:"
msgstr "الفاكس:"

#. RGEE3
#: wizards/com/sun/star/wizards/common/strings.hrc:184
msgctxt "RID_FAXWIZARDDIALOG_START_44"
msgid "Tel:"
msgstr "الهاتف:"

#. Cpknu
#: wizards/com/sun/star/wizards/common/strings.hrc:185
msgctxt "RID_FAXWIZARDDIALOG_START_45"
msgid "Email:"
msgstr "البريد الالكتروني:"

#. o7E32
#: wizards/com/sun/star/wizards/common/strings.hrc:186
msgctxt "RID_FAXWIZARDDIALOG_START_46"
msgid "This template consists of"
msgstr "يتكون هذا القالب من"

#. BatGE
#: wizards/com/sun/star/wizards/common/strings.hrc:187
msgctxt "RID_FAXWIZARDDIALOG_START_47"
msgid "page"
msgstr "صفحة"

#. tARDK
#: wizards/com/sun/star/wizards/common/strings.hrc:188
msgctxt "RID_FAXWIZARDDIALOG_START_48"
msgid "Please inform us if transmission errors occur."
msgstr "يرجى إعلامنا إذا حدثت أخطاء في الإرسال."

#. FVaFV
#: wizards/com/sun/star/wizards/common/strings.hrc:189
msgctxt "RID_FAXWIZARDDIALOG_START_49"
msgid "Bottle"
msgstr "زجاجة"

#. rV8hB
#: wizards/com/sun/star/wizards/common/strings.hrc:190
msgctxt "RID_FAXWIZARDDIALOG_START_50"
msgid "Lines"
msgstr "أسطر"

#. BurVc
#: wizards/com/sun/star/wizards/common/strings.hrc:191
msgctxt "RID_FAXWIZARDDIALOG_START_51"
msgid "Marine"
msgstr "بحري"

#. SAhLc
#: wizards/com/sun/star/wizards/common/strings.hrc:192
msgctxt "RID_FAXWIZARDDIALOG_START_52"
msgid "Classic Fax"
msgstr "الفاكس التقليدي"

#. NsjQw
#: wizards/com/sun/star/wizards/common/strings.hrc:193
msgctxt "RID_FAXWIZARDDIALOG_START_53"
msgid "Classic Fax from Private"
msgstr "فاكس تقليدي من جهة خاصة"

#. 8D3Fo
#: wizards/com/sun/star/wizards/common/strings.hrc:194
msgctxt "RID_FAXWIZARDDIALOG_START_54"
msgid "Modern Fax"
msgstr "فاكس حديث"

#. GbpmY
#: wizards/com/sun/star/wizards/common/strings.hrc:195
msgctxt "RID_FAXWIZARDDIALOG_START_55"
msgid "Modern Fax from Private"
msgstr "فاكس حديث من مصدر خاص"

#. 92KXy
#: wizards/com/sun/star/wizards/common/strings.hrc:196
msgctxt "RID_FAXWIZARDDIALOG_START_56"
msgid "Fax"
msgstr "الفاكس"

#. nvzmZ
#: wizards/com/sun/star/wizards/common/strings.hrc:199
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_1"
msgid "Important Information!"
msgstr "معلومات هامة!"

#. m28A3
#: wizards/com/sun/star/wizards/common/strings.hrc:200
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_2"
msgid "For your information"
msgstr "لمعلوماتك"

#. CqfVA
#: wizards/com/sun/star/wizards/common/strings.hrc:201
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_3"
msgid "News!"
msgstr "أخبار!"

#. wmwqS
#: wizards/com/sun/star/wizards/common/strings.hrc:204
msgctxt "RID_FAXWIZARDSALUTATION_START_1"
msgid "To whom it may concern,"
msgstr "لمن يهمه الأمر،"

#. qFub6
#: wizards/com/sun/star/wizards/common/strings.hrc:205
msgctxt "RID_FAXWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam,"
msgstr "السيّد(ة) المحترم(ة)،"

#. Wj4BU
#: wizards/com/sun/star/wizards/common/strings.hrc:206
msgctxt "RID_FAXWIZARDSALUTATION_START_3"
msgid "Hello,"
msgstr "مرحبًا،"

#. F9BRv
#: wizards/com/sun/star/wizards/common/strings.hrc:207
msgctxt "RID_FAXWIZARDSALUTATION_START_4"
msgid "Hi,"
msgstr "تحياتي،"

#. HSnqu
#: wizards/com/sun/star/wizards/common/strings.hrc:210
msgctxt "RID_FAXWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr "مع تحيات"

#. iAXD7
#: wizards/com/sun/star/wizards/common/strings.hrc:211
msgctxt "RID_FAXWIZARDGREETING_START_2"
msgid "Yours faithfully"
msgstr "المخلص لك"

#. isKNt
#: wizards/com/sun/star/wizards/common/strings.hrc:212
msgctxt "RID_FAXWIZARDGREETING_START_3"
msgid "Regards"
msgstr "مع احترامي"

#. uoAfE
#: wizards/com/sun/star/wizards/common/strings.hrc:213
msgctxt "RID_FAXWIZARDGREETING_START_4"
msgid "Love"
msgstr "المحب"

#. 3XsPc
#: wizards/com/sun/star/wizards/common/strings.hrc:216
msgctxt "RID_FAXWIZARDROADMAP_START_1"
msgid "Page Design"
msgstr "تصميم الصفحة"

#. u3Sj9
#: wizards/com/sun/star/wizards/common/strings.hrc:217
msgctxt "RID_FAXWIZARDROADMAP_START_2"
msgid "Items to Include"
msgstr "العناصر المشمولة"

#. 9vMk6
#: wizards/com/sun/star/wizards/common/strings.hrc:218
msgctxt "RID_FAXWIZARDROADMAP_START_3"
msgid "Sender and Recipient"
msgstr "المُرسِل والمُرسَل إليه"

#. 7naC3
#: wizards/com/sun/star/wizards/common/strings.hrc:219
msgctxt "RID_FAXWIZARDROADMAP_START_4"
msgid "Footer"
msgstr "تذييل"

#. CDajE
#: wizards/com/sun/star/wizards/common/strings.hrc:220
msgctxt "RID_FAXWIZARDROADMAP_START_5"
msgid "Name and Location"
msgstr "الاسم و المكان"

#. N6985
#: wizards/com/sun/star/wizards/common/strings.hrc:223
msgctxt "RID_AGENDAWIZARDDIALOG_START_1"
msgid "Agenda Wizard"
msgstr "مرشد جداول الأعمال"

#. AV2GE
#: wizards/com/sun/star/wizards/common/strings.hrc:224
msgctxt "RID_AGENDAWIZARDDIALOG_START_2"
msgid "Make ~manual changes to this agenda template"
msgstr "القيام بتعديلات ~يدوية على قالب جدول الأعمال هذا"

#. LoA9c
#: wizards/com/sun/star/wizards/common/strings.hrc:225
msgctxt "RID_AGENDAWIZARDDIALOG_START_3"
msgid "Template name:"
msgstr "اسم القالب:"

#. oCobD
#: wizards/com/sun/star/wizards/common/strings.hrc:226
msgctxt "RID_AGENDAWIZARDDIALOG_START_4"
msgid "Location and file name:"
msgstr "الموضع واسم الملف:"

#. ye9pG
#: wizards/com/sun/star/wizards/common/strings.hrc:227
msgctxt "RID_AGENDAWIZARDDIALOG_START_5"
msgid "What do you want to do next?"
msgstr "ما الذي تريد عمله تالياً؟"

#. CDpkF
#: wizards/com/sun/star/wizards/common/strings.hrc:228
msgctxt "RID_AGENDAWIZARDDIALOG_START_6"
msgid "Please choose the page design for the agenda"
msgstr "رجاء اختر تصميم الصفحة لجدول الأعمال"

#. GrttH
#: wizards/com/sun/star/wizards/common/strings.hrc:229
msgctxt "RID_AGENDAWIZARDDIALOG_START_7"
msgid "Please select the headings you wish to include in your agenda template"
msgstr "رجاء اختر العناوين التي تريدّ شملها في قالب المفكرة"

#. EPBuf
#: wizards/com/sun/star/wizards/common/strings.hrc:230
msgctxt "RID_AGENDAWIZARDDIALOG_START_8"
msgid "Please enter general information for the event"
msgstr "لطفا إدخال معلومات عامّة عن الحدث"

#. 66asU
#: wizards/com/sun/star/wizards/common/strings.hrc:231
msgctxt "RID_AGENDAWIZARDDIALOG_START_9"
msgid "Please specify items for the agenda"
msgstr "رجاء حدّد نقاط المفكرة"

#. tRVBT
#: wizards/com/sun/star/wizards/common/strings.hrc:232
msgctxt "RID_AGENDAWIZARDDIALOG_START_10"
msgid "Please select the names you wish to include in your agenda template"
msgstr "رجاء اختر الأسماء التي تريد شملها في قالب جدول الأعمال"

#. jEmHD
#: wizards/com/sun/star/wizards/common/strings.hrc:233
msgctxt "RID_AGENDAWIZARDDIALOG_START_11"
msgid "Choose a name and save the template"
msgstr "اختر اسمًا واحفظ القالب"

#. CGnuL
#: wizards/com/sun/star/wizards/common/strings.hrc:234
msgctxt "RID_AGENDAWIZARDDIALOG_START_12"
msgid "Include form for recording minutes"
msgstr "تضمين نموذج لتسجيل نقاط المحضر"

#. r3FDF
#: wizards/com/sun/star/wizards/common/strings.hrc:235
msgctxt "RID_AGENDAWIZARDDIALOG_START_13"
msgid "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed."
msgstr "يساعدك هذا المرشد على إنشاء قالب جداول أعمال. يمكن استخدام القالب بعدها لإنشاء جدول أعمال عند الحاجة."

#. Crj5S
#: wizards/com/sun/star/wizards/common/strings.hrc:236
msgctxt "RID_AGENDAWIZARDDIALOG_START_14"
msgid "Time:"
msgstr "الوقت:"

#. BbdSb
#: wizards/com/sun/star/wizards/common/strings.hrc:237
msgctxt "RID_AGENDAWIZARDDIALOG_START_15"
msgid "Name:"
msgstr "الاسم:"

#. MLLAs
#: wizards/com/sun/star/wizards/common/strings.hrc:238
msgctxt "RID_AGENDAWIZARDDIALOG_START_16"
msgid "Location:"
msgstr "الموقع:"

#. WdYDt
#: wizards/com/sun/star/wizards/common/strings.hrc:239
msgctxt "RID_AGENDAWIZARDDIALOG_START_17"
msgid "Placeholders will be used in empty fields. You can replace placeholders with text later."
msgstr "سيتم استخدام العناصر النائبة في الحقول الفارغة. يمكن استبدال العناصر النائبة بالنصّ لاحقًا."

#. raUGn
#: wizards/com/sun/star/wizards/common/strings.hrc:240
msgctxt "RID_AGENDAWIZARDDIALOG_START_18"
msgid "..."
msgstr "..."

#. QgtRY
#: wizards/com/sun/star/wizards/common/strings.hrc:241
msgctxt "RID_AGENDAWIZARDDIALOG_START_19"
msgid "Create an ~agenda from this template"
msgstr "إنشاء ~مفكرة من هذا القالب"

#. TUJyC
#: wizards/com/sun/star/wizards/common/strings.hrc:242
msgctxt "RID_AGENDAWIZARDDIALOG_START_20"
msgid "To create a new agenda out of the template, go to the location where you saved the template and double-click the file."
msgstr "لإنشاء مفكرة جديدة من القالب، اذهب إلى المكان الذي حفظت فيه القالب وقم بالضغط المزدوج على الملف."

#. GbdcR
#: wizards/com/sun/star/wizards/common/strings.hrc:243
msgctxt "RID_AGENDAWIZARDDIALOG_START_21"
msgid "Agenda item"
msgstr "نقطة مفكّرة"

#. SDSFD
#: wizards/com/sun/star/wizards/common/strings.hrc:244
msgctxt "RID_AGENDAWIZARDDIALOG_START_22"
msgid "Responsible"
msgstr "المسؤول"

#. F3Adz
#: wizards/com/sun/star/wizards/common/strings.hrc:245
msgctxt "RID_AGENDAWIZARDDIALOG_START_23"
msgid "Duration"
msgstr "المدة"

#. HYNHN
#: wizards/com/sun/star/wizards/common/strings.hrc:246
msgctxt "RID_AGENDAWIZARDDIALOG_START_24"
msgid "Meeting called by"
msgstr "تم استدعاء الاجتماع بواسطة"

#. TbMxN
#: wizards/com/sun/star/wizards/common/strings.hrc:247
msgctxt "RID_AGENDAWIZARDDIALOG_START_25"
msgid "Chairperson"
msgstr "الرئيس"

#. ufPrd
#: wizards/com/sun/star/wizards/common/strings.hrc:248
msgctxt "RID_AGENDAWIZARDDIALOG_START_26"
msgid "Minute keeper"
msgstr "برنامج Minute keeper"

#. fAtJw
#: wizards/com/sun/star/wizards/common/strings.hrc:249
msgctxt "RID_AGENDAWIZARDDIALOG_START_27"
msgid "Moderator"
msgstr "الوسيط"

#. YR9Je
#: wizards/com/sun/star/wizards/common/strings.hrc:250
msgctxt "RID_AGENDAWIZARDDIALOG_START_28"
msgid "Attendees"
msgstr "الحضور"

#. qCFqz
#: wizards/com/sun/star/wizards/common/strings.hrc:251
msgctxt "RID_AGENDAWIZARDDIALOG_START_29"
msgid "Observers"
msgstr "المشرفون"

#. ro92A
#: wizards/com/sun/star/wizards/common/strings.hrc:252
msgctxt "RID_AGENDAWIZARDDIALOG_START_30"
msgid "Facility personnel"
msgstr "موظف المنشأة"

#. jrfhT
#: wizards/com/sun/star/wizards/common/strings.hrc:253
msgctxt "RID_AGENDAWIZARDDIALOG_START_31"
msgid "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names."
msgstr "سيحتوي قالب جدول الأعمال على عناصر نائبة لأسماء الأشخاص المحدّدين. عند إنشاء جدول أعمال من القالب، يمكنك استبدال هذه العناصر النائبة بالأسماء المناسبة."

#. F4f4a
#: wizards/com/sun/star/wizards/common/strings.hrc:254
msgctxt "RID_AGENDAWIZARDDIALOG_START_32"
msgid "Type of meeting"
msgstr "نوع الاجتماع"

#. ESsKC
#: wizards/com/sun/star/wizards/common/strings.hrc:255
msgctxt "RID_AGENDAWIZARDDIALOG_START_33"
msgid "Please read"
msgstr "يرجى قراءة"

#. wLBAB
#: wizards/com/sun/star/wizards/common/strings.hrc:256
msgctxt "RID_AGENDAWIZARDDIALOG_START_34"
msgid "Please bring"
msgstr "يرجى جلب"

#. GhLVq
#: wizards/com/sun/star/wizards/common/strings.hrc:257
msgctxt "RID_AGENDAWIZARDDIALOG_START_35"
msgid "Notes"
msgstr "ملاحظات"

#. Fmprn
#: wizards/com/sun/star/wizards/common/strings.hrc:258
msgctxt "RID_AGENDAWIZARDDIALOG_START_36"
msgid "The agenda template will include placeholders for the selected items."
msgstr "سيحتوي قالب المفكرة على عناصر نائبة للنقاط المُحدّدة."

#. bCFEm
#: wizards/com/sun/star/wizards/common/strings.hrc:259
msgctxt "RID_AGENDAWIZARDDIALOG_START_38"
msgid "Date:"
msgstr "التاريخ:"

#. ZzHUC
#: wizards/com/sun/star/wizards/common/strings.hrc:260
msgctxt "RID_AGENDAWIZARDDIALOG_START_39"
msgid "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings."
msgstr "يُنشئ هذا المرشد قالب جدوال أعمال يتيح لك إنشاء جداول أعمال بنفس التخطيط و الإعدادات."

#. CS6WP
#: wizards/com/sun/star/wizards/common/strings.hrc:261
msgctxt "RID_AGENDAWIZARDDIALOG_START_40"
msgid "Page design:"
msgstr "تصميم الصفحة:"

#. jy3wH
#: wizards/com/sun/star/wizards/common/strings.hrc:262
msgctxt "RID_AGENDAWIZARDDIALOG_START_41"
msgid "myAgendaTemplate.stw"
msgstr "myAgendaTemplate.stw"

#. YpeTB
#: wizards/com/sun/star/wizards/common/strings.hrc:263
msgctxt "RID_AGENDAWIZARDDIALOG_START_42"
msgid "My Agenda Template"
msgstr "قالب مفكرتي"

#. ZK3nA
#: wizards/com/sun/star/wizards/common/strings.hrc:264
msgctxt "RID_AGENDAWIZARDDIALOG_START_43"
msgid "An error occurred while saving the agenda template."
msgstr "حصل خطأ أثناء حفظ قالب جدول المواعيد."

#. kFgjn
#: wizards/com/sun/star/wizards/common/strings.hrc:265
msgctxt "RID_AGENDAWIZARDDIALOG_START_44"
msgid "Name"
msgstr "الاسم"

#. CxHbd
#: wizards/com/sun/star/wizards/common/strings.hrc:266
msgctxt "RID_AGENDAWIZARDDIALOG_START_45"
msgid "Date"
msgstr "التاريخ"

#. tatFa
#: wizards/com/sun/star/wizards/common/strings.hrc:267
msgctxt "RID_AGENDAWIZARDDIALOG_START_46"
msgid "Time"
msgstr "الوقت"

#. NF7DK
#: wizards/com/sun/star/wizards/common/strings.hrc:268
msgctxt "RID_AGENDAWIZARDDIALOG_START_47"
msgid "Location"
msgstr "الموقع"

#. AHnSd
#: wizards/com/sun/star/wizards/common/strings.hrc:269
msgctxt "RID_AGENDAWIZARDDIALOG_START_48"
msgid "Click to replace this text"
msgstr "اضغط لاستبدال هذا النص"

#. s34pT
#: wizards/com/sun/star/wizards/common/strings.hrc:270
msgctxt "RID_AGENDAWIZARDDIALOG_START_50"
msgid "Page Design"
msgstr "تصميم الصفحة"

#. pAEvU
#: wizards/com/sun/star/wizards/common/strings.hrc:271
msgctxt "RID_AGENDAWIZARDDIALOG_START_51"
msgid "General Information"
msgstr "معلومات عامة"

#. SmygH
#: wizards/com/sun/star/wizards/common/strings.hrc:272
msgctxt "RID_AGENDAWIZARDDIALOG_START_52"
msgid "Headings to Include"
msgstr "العناوين المشمولة"

#. QU872
#: wizards/com/sun/star/wizards/common/strings.hrc:273
msgctxt "RID_AGENDAWIZARDDIALOG_START_53"
msgid "Names"
msgstr "الأسماء"

#. u2Sqc
#: wizards/com/sun/star/wizards/common/strings.hrc:274
msgctxt "RID_AGENDAWIZARDDIALOG_START_54"
msgid "Agenda Items"
msgstr "عناصر جدول المواعيد"

#. rSC3E
#: wizards/com/sun/star/wizards/common/strings.hrc:275
msgctxt "RID_AGENDAWIZARDDIALOG_START_55"
msgid "Name and Location"
msgstr "الاسم و المكان"

#. VNixB
#: wizards/com/sun/star/wizards/common/strings.hrc:276
msgctxt "RID_AGENDAWIZARDDIALOG_START_56"
msgid "An error occurred while opening the agenda template."
msgstr "حصل خطأ أثناء فتح قالب جدول المواعيد."

#. N49Hk
#: wizards/com/sun/star/wizards/common/strings.hrc:277
msgctxt "RID_AGENDAWIZARDDIALOG_START_57"
msgid "Type of meeting"
msgstr "نوع الاجتماع"

#. 3f6B3
#: wizards/com/sun/star/wizards/common/strings.hrc:278
msgctxt "RID_AGENDAWIZARDDIALOG_START_58"
msgid "Please bring"
msgstr "يرجى جلب"

#. WpCxA
#: wizards/com/sun/star/wizards/common/strings.hrc:279
msgctxt "RID_AGENDAWIZARDDIALOG_START_59"
msgid "Please read"
msgstr "يرجى قراءة"

#. DaJoE
#: wizards/com/sun/star/wizards/common/strings.hrc:280
msgctxt "RID_AGENDAWIZARDDIALOG_START_60"
msgid "Notes"
msgstr "ملاحظات"

#. nPBgD
#: wizards/com/sun/star/wizards/common/strings.hrc:281
msgctxt "RID_AGENDAWIZARDDIALOG_START_61"
msgid "Meeting called by"
msgstr "تم استدعاء الاجتماع بواسطة"

#. UD4br
#: wizards/com/sun/star/wizards/common/strings.hrc:282
msgctxt "RID_AGENDAWIZARDDIALOG_START_62"
msgid "Chairperson"
msgstr "الرئيس"

#. wGDBD
#: wizards/com/sun/star/wizards/common/strings.hrc:283
msgctxt "RID_AGENDAWIZARDDIALOG_START_63"
msgid "Attendees"
msgstr "الحضور"

#. Es3Fq
#: wizards/com/sun/star/wizards/common/strings.hrc:284
msgctxt "RID_AGENDAWIZARDDIALOG_START_64"
msgid "Minute keeper"
msgstr "برنامج Minute keeper"

#. m4CU7
#: wizards/com/sun/star/wizards/common/strings.hrc:285
msgctxt "RID_AGENDAWIZARDDIALOG_START_65"
msgid "Moderator"
msgstr "الوسيط"

#. gDUai
#: wizards/com/sun/star/wizards/common/strings.hrc:286
msgctxt "RID_AGENDAWIZARDDIALOG_START_66"
msgid "Observers"
msgstr "المشرفون"

#. gmLrv
#: wizards/com/sun/star/wizards/common/strings.hrc:287
msgctxt "RID_AGENDAWIZARDDIALOG_START_67"
msgid "Facility personnel"
msgstr "موظف المنشأة"

#. vqMwf
#: wizards/com/sun/star/wizards/common/strings.hrc:288
msgctxt "RID_AGENDAWIZARDDIALOG_START_68"
msgid "Insert"
msgstr "إدراج"

#. 8tmWD
#: wizards/com/sun/star/wizards/common/strings.hrc:289
msgctxt "RID_AGENDAWIZARDDIALOG_START_69"
msgid "Remove"
msgstr "إزالة"

#. n9RuF
#: wizards/com/sun/star/wizards/common/strings.hrc:290
msgctxt "RID_AGENDAWIZARDDIALOG_START_70"
msgid "Move up"
msgstr "تحريك للأعلى"

#. 8uZEg
#: wizards/com/sun/star/wizards/common/strings.hrc:291
msgctxt "RID_AGENDAWIZARDDIALOG_START_71"
msgid "Move down"
msgstr "تحريك للأسفل"

#. wEi4D
#: wizards/com/sun/star/wizards/common/strings.hrc:292
msgctxt "RID_AGENDAWIZARDDIALOG_START_72"
msgid "Date:"
msgstr "التاريخ:"

#. M5kGV
#: wizards/com/sun/star/wizards/common/strings.hrc:293
msgctxt "RID_AGENDAWIZARDDIALOG_START_73"
msgid "Time:"
msgstr "الوقت:"

#. tBdwg
#: wizards/com/sun/star/wizards/common/strings.hrc:294
msgctxt "RID_AGENDAWIZARDDIALOG_START_74"
msgid "Location:"
msgstr "الموقع:"

#. 3CGDF
#: wizards/com/sun/star/wizards/common/strings.hrc:295
msgctxt "RID_AGENDAWIZARDDIALOG_START_75"
msgid "Topics"
msgstr "المواضيع"

#. AoNjk
#: wizards/com/sun/star/wizards/common/strings.hrc:296
msgctxt "RID_AGENDAWIZARDDIALOG_START_76"
msgid "Num."
msgstr "الرقم"

#. CCvzr
#: wizards/com/sun/star/wizards/common/strings.hrc:297
msgctxt "RID_AGENDAWIZARDDIALOG_START_77"
msgid "Topic"
msgstr "موضوع"

#. dfSBC
#: wizards/com/sun/star/wizards/common/strings.hrc:298
msgctxt "RID_AGENDAWIZARDDIALOG_START_78"
msgid "Responsible"
msgstr "المسؤول"

#. kAATa
#: wizards/com/sun/star/wizards/common/strings.hrc:299
msgctxt "RID_AGENDAWIZARDDIALOG_START_79"
msgid "Time"
msgstr "الوقت"

#. qbFeF
#: wizards/com/sun/star/wizards/common/strings.hrc:300
msgctxt "RID_AGENDAWIZARDDIALOG_START_80"
msgid "Additional information"
msgstr "معلومات إضافية"

#. eNKuq
#: wizards/com/sun/star/wizards/common/strings.hrc:301
msgctxt "RID_AGENDAWIZARDDIALOG_START_81"
msgid "Minutes for"
msgstr "مَحضَر لـ"

#. 5JYYE
#: wizards/com/sun/star/wizards/common/strings.hrc:302
msgctxt "RID_AGENDAWIZARDDIALOG_START_82"
msgid "Discussion:"
msgstr "الحوار:"

#. VFngE
#: wizards/com/sun/star/wizards/common/strings.hrc:303
msgctxt "RID_AGENDAWIZARDDIALOG_START_83"
msgid "Conclusion:"
msgstr "الخاتمة:"

#. 5W9i7
#: wizards/com/sun/star/wizards/common/strings.hrc:304
msgctxt "RID_AGENDAWIZARDDIALOG_START_84"
msgid "To do:"
msgstr "للعمل:"

#. FRhyg
#: wizards/com/sun/star/wizards/common/strings.hrc:305
msgctxt "RID_AGENDAWIZARDDIALOG_START_85"
msgid "Responsible party:"
msgstr "الجهة المسؤولة:"

#. yqeru
#: wizards/com/sun/star/wizards/common/strings.hrc:306
msgctxt "RID_AGENDAWIZARDDIALOG_START_86"
msgid "Deadline:"
msgstr "الخط الأحمر:"

#. L5Eso
#: wizards/com/sun/star/wizards/common/strings.hrc:307
msgctxt "RID_AGENDAWIZARDDIALOG_START_87"
msgid "Blue"
msgstr "الأزرق"

#. AHeXK
#: wizards/com/sun/star/wizards/common/strings.hrc:308
msgctxt "RID_AGENDAWIZARDDIALOG_START_88"
msgid "Classic"
msgstr "تقليدي"

#. 7DoeB
#: wizards/com/sun/star/wizards/common/strings.hrc:309
msgctxt "RID_AGENDAWIZARDDIALOG_START_89"
msgid "Colorful"
msgstr "ملون"

#. 4GDXH
#: wizards/com/sun/star/wizards/common/strings.hrc:310
msgctxt "RID_AGENDAWIZARDDIALOG_START_90"
msgid "Elegant"
msgstr "أنيق"

#. KgwSV
#: wizards/com/sun/star/wizards/common/strings.hrc:311
msgctxt "RID_AGENDAWIZARDDIALOG_START_91"
msgid "Green"
msgstr "أخضر"

#. dfFxv
#: wizards/com/sun/star/wizards/common/strings.hrc:312
msgctxt "RID_AGENDAWIZARDDIALOG_START_92"
msgid "Grey"
msgstr "رمادي"

#. TgsQK
#: wizards/com/sun/star/wizards/common/strings.hrc:313
msgctxt "RID_AGENDAWIZARDDIALOG_START_93"
msgid "Modern"
msgstr "عصري"

#. G45tP
#: wizards/com/sun/star/wizards/common/strings.hrc:314
msgctxt "RID_AGENDAWIZARDDIALOG_START_94"
msgid "Orange"
msgstr "برتقالي"

#. AFeWr
#: wizards/com/sun/star/wizards/common/strings.hrc:315
msgctxt "RID_AGENDAWIZARDDIALOG_START_95"
msgid "Red"
msgstr "أحمر"

#. 9hNNV
#: wizards/com/sun/star/wizards/common/strings.hrc:316
msgctxt "RID_AGENDAWIZARDDIALOG_START_96"
msgid "Simple"
msgstr "بسيط"

#. wH3TZ
msgctxt "stock"
msgid "_Add"
msgstr "أ_ضف"

#. S9dsC
msgctxt "stock"
msgid "_Apply"
msgstr "ط_بّق"

#. TMo6G
msgctxt "stock"
msgid "_Cancel"
msgstr "أل‍_‍غ"

#. MRCkv
msgctxt "stock"
msgid "_Close"
msgstr "أغل_ق"

#. nvx5t
msgctxt "stock"
msgid "_Delete"
msgstr "اح_ذف"

#. YspCj
msgctxt "stock"
msgid "_Edit"
msgstr "ح_رّر"

#. imQxr
msgctxt "stock"
msgid "_Help"
msgstr "م_ساعدة"

#. RbjyB
msgctxt "stock"
msgid "_New"
msgstr "_جديد"

#. dx2yy
msgctxt "stock"
msgid "_No"
msgstr "_كلا"

#. M9DsL
msgctxt "stock"
msgid "_OK"
msgstr "_حسنا"

#. VtJS9
msgctxt "stock"
msgid "_Remove"
msgstr "أ_زِل"

#. C69Fy
msgctxt "stock"
msgid "_Reset"
msgstr "ت_صفير"

#. mgpxh
msgctxt "stock"
msgid "_Yes"
msgstr "_نعم"