Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Localizable.strings « ar.lproj « LocalizedStrings « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e450b6cea114f98571445d31300382b714cee483 (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
/**
 * Apple Strings File
 * Generated by Twine 0.10.1
 * Language: ar
 */

/********** Strings **********/

/* About button text (should be short) */
"about" = "نبذة عنا";

/* Button text (should be short) */
"back" = "رجوع";

/* Button text (should be short) */
"cancel" = "إلغاء";

/* Button which interrupts country download */
"cancel_download" = "إلغاء التنزيل";

/* Button which deletes downloaded country */
"delete" = "حذف";

/* Button to dismiss dialog forever */
"do_not_ask_me_again" = "لا تسئلني مرة أخرى";

/* Button "do not interrupt download" if user touched actively downloading country */
"do_nothing" = "استمرار";

"download_maps" = "تنزيل الخرائط";

/* Settings/Downloader - Download confirmation button */
"download_x_kb" = "التنزيل %qu كيلو بايت";

/* Settings/Downloader - Download confirmation button */
"download_x_mb" = "التنزيل %qu ميجا بايت";

/* Settings/Downloader - info for country when download fails */
"download_has_failed" = "فشلت عملية التنزيل، انقر مرة أخرى لإعداة المحاولة";

/* Settings/Downloader - info for downloaded country */
"downloaded_x_y_touch_to_delete" = "تم تنزيل (%1$qu %2$@)، المس لحذفها";

/* Settings/Downloader - country info current download progress */
"downloading_x_touch_to_cancel" = "جاري التنزيل %qu%%، انقر للإلغاء";

/* Settings/Downloader - info for country which started downloading */
"downloading" = "جاري التنزيل…";

"get_it_now" = "احصل عليه الآن";

/* Text to show occasionaly with a proposal to Like our program on Facebook */
"share_on_facebook_text" = "شكرا لاستخدامك MAPS.ME! هل يعجبك التطبيق؟ أخبر أصدقاءك عن التطبيق! سيكون ذلك هو غاية الامتنان بالنسبة لنا.";

/* Settings/Downloader - size string, only strings different from English should be translated */
"kb" = "ك.ب.";

/* Choose measurement on first launch alert - choose metric system button */
"kilometres" = "كيلومتر";

/* Leave Review dialog - Review button */
"leave_a_review" = "اترك تعليق";

/* View and button titles for accessibility */
"maps" = "الخرائط";

/* View and button titles for accessibility */
"downloader_maps" = "الخرائط:";

/* Settings/Downloader - info for country in the download queue */
"marked_for_downloading" = "تم تحديد العنصر لتنزيله، انقر للإلغاء";

/* Settings/Downloader - size string, only strings different from English should be translated */
"mb" = "م.ب.";

"gb" = "GB";

/* Choose measurement on first launch alert - choose imperial system button */
"miles" = "ميل";

/* View and button titles for accessibility */
"my_position" = "موقعي";

"ok" = "موافق";

/* Settings/Downloader - No free space dialog message */
"free_disk_space_for_country_x" = "الرجاء إخلاء بعض المساحة في ذاكرة جهازك أولا لكي تتمكن من تنزيل %@";

/* Leave Review dialog - Not now button (remind me later) */
"remind_me_later" = "ذكرني لاحقاً";

/* Update maps later/Buy pro version later button text */
"later" = "لاحقا";

/* Don't show some dialog any more */
"never" = "أبدا";

/* Leave Review dialog - Complain button (goes to support site) */
"report_an_issue" = "الإبلاغ عن مشكلة";

/* View and button titles for accessibility */
"search" = "البحث";

/* Search box placeholder text */
"search_map" = "ابحث في الخريطة";

/* Settings/Downloader - info for not downloaded country */
"touch_to_download" = "انقر للتنزيل";

/* Settings/Downloader - 3G download warning dialog confirm button */
"use_cellular_data" = "نعم";

/* Settings/Downloader - No internet connection dialog message */
"use_wifi_recommendation_text" = "نحن نوصي باستخدام واي فاي لتنزيل الخرائط الكبيرة";

/* Choose measurement on first launch alert - title */
"which_measurement_system" = "ما هو نظام القياس المفضل لديك؟";

/* Location services are disabled by user alert - message */
"location_is_disabled_long_text" = "التطبيق أو جميع خدمات تحديد المواقع معطلة لديك في الوقت الحالي. الرجاء تفعيلها في الإعدادات.";

/* Location Services are not available on the device alert - message */
"device_doesnot_support_location_services" = "جهازك لا يدعم خدمات تحديد المواقع.";

/* View and button titles for accessibility */
"zoom_to_country" = "عرض على الخريطة";

/* Message to display at the center of the screen when the country is added to the downloading queue */
"country_status_added_to_queue" = "^\nقد تم إضافته الى صف الانتظار لعملية التنزيل";

/* Message to display at the center of the screen when the country is downloading */
"country_status_downloading" = "جاري التنزيل\n^\n^";

/* Button text for the button at the center of the screen when the country is not downloaded */
"country_status_download" = "(^ ^)\nتحميل الخريطة";

/* Button text for the button at the center of the screen when the country is not downloaded and the size should not be shown */
"country_status_download_without_size" = "تحميل الخريطة";

/* Button text for the button at the center of the screen when the country is not downloaded */
"country_status_download_without_routing" = "(^ ^)\nتنزيل خريطة بدون تحديد خط السير";

/* Message to display at the center of the screen when the country download has failed */
"country_status_download_failed" = "فشلت عملية تنزيل";

/* Button text for the button under the country_status_download_failed message */
"try_again" = "محاولة مرة أخرى";

"app_name" = "MAPS.ME";

"about_menu_title" = "حول MAPS.ME";

"downloading_touch_to_cancel" = "جاري تنزيل %d%% ، انقر للإلغاء";

"downloaded_touch_to_delete" = "تم تنزيل (%@)، انقر للحذف";

"connection_settings" = "اعدادات الاتصال";

"download_mb_or_kb" = "تنزيل %@";

"close" = "اغلاق";

"unsupported_phone" = "أنت بحاجة الى OpenGL بأجهزة تسريع. لسوء الحظ جهازك لا يدعم هذه الخاصية.";

"download" = "تنزيل";

"external_storage_is_not_available" = "خاصية التخزين بواسطة البطاقة الرقمية الآمنة\الناقل التسلسلي الشامل غير متاحة مع الخرائط التي تم تنزيلها.";

"disconnect_usb_cable" = "الرجاء فصل كابل الناقل التسلسلي الشامل أو إدخال بطاقة الذاكرة من أجل استخدام MAPS.ME.";

"not_enough_free_space_on_sdcard" = "الرجاء إخلاء بعض المساحة في تخزين البطاقة الرقمية الآمنة\الناقل التسلسلي الشامل أولا من أجل استخدام هذا التطبيق.";

"not_enough_memory" = "لا يوجد ذاكرة كافية لتشغيل التطبيق.";

"free_space_for_country" = "الرجاء إخلاء %1$@ على جهازك أولا من أجل تنزيل %2$@";

"download_resources" = "قبل أن تبدأ، دعنا نقوم بتنزيل خريطة العالم العامة على جهازك.\nانها بحاجة الى %@ من البيانات.";

"getting_position" = "الحصول على الموقع الحالي";

"download_resources_continue" = "الذهاب الى الخريطة";

"downloading_country_can_proceed" = "تنزيل %@. يمكنك الآن\nالمتابعة الى الخريطة.";

"download_country_ask" = "هل تريد تنزيل %@؟";

"update_country_ask" = "هل تريد تحديث %@ ؟";

/* REMOVE THIS STRING AFTER REFACTORING */
"download_location_map_proposal" = "يمكنك تنزيل خريطة\nموقعك الحالية.";

/* REMOVE THIS_STRING AFTER REFACTORING */
"download_location_update_map_proposal" = "يمكنك تحديث خريطة\nموقعك الحالي.";

/* REMOVE THIS STRING AFTER REFACTORING */
"download_location_map_up_to_date" = "خريطة موقعك\nالحالي (%@) مُحَدَثَة";

/* REMOVE THIS STRING AFTER REFACTORING */
"pause" = "توقف مؤقت";

/* REMOVE THIS STRING AFTER REFACTORING */
"continue_download" = "استمرار";

"downloaded_touch_to_update" = "تم تنزيل (%@) ، انقر للتحديث أو الحذف";

"update_mb_or_kb" = "تحديث %@";

/* Show popup notification when we have downloaded countries without search (from Lite version) */
"search_update_maps" = "أنت بحاجة الى تحديث الخرائط من أجل وظيفة البحث:";

/* Show popup notification on app start when we have out-of-date maps */
"advise_update_maps" = "هناك تحديثات متوافرة للخرائط التالية:";

/* Show popup notification in Pro version that Lite can be deleted */
"suggest_uninstall_lite" = "أنت لست بحاجة الى  MAPS.ME Lite بعد الآن، لذلك يمكنك إلغاء تثبيته.";

/* Show popup notification on top of the map when country was downloaded. */
"download_country_success" = "تم تنزيل %@ بنجاح.";

/* Show popup notification on top of the map when country download has failed. */
"download_country_failed" = "فشلت عملية تنزيل %@";

/* Add New Bookmark Set dialog title */
"add_new_set" = "إضافة مجموعة جديدة";

/* Place Page - Add To Bookmarks button */
"add_to_bookmarks" = "إضافة الى الإشارات المرجعية";

/* Bookmark Color dialog title */
"bookmark_color" = "لون الإشارة المرجعية";

/* Add Bookmark Set dialog - hint when set name is empty */
"bookmark_set_name" = "اسم مجموعة الإشارات المرجعية";

/* Bookmark Sets dialog title */
"bookmark_sets" = "مجموعات الإشارات المرجعية";

/* Bookmarks - dialog title */
"bookmarks" = "الإشارات المرجعية";

/* Add bookmark dialog - bookmark color */
"color" = "اللون";

/* Default bookmarks set name */
"my_places" = "أماكني";

/* Add bookmark dialog - bookmark name */
"name" = "الاسم";

/* Editor title above street and house number */
"address" = "العنوان";

/* Place Page - Remove Pin button */
"remove_pin" = "إزالة الدبوس";

/* Add bookmark dialog - bookmark set, Bookmarks dialog - Bookmark set cell */
"set" = "المجموعة";

/* Text hint in Bookmarks dialog when no any bookmarks are added */
"bookmarks_usage_hint" = "ليس لديك أي إشارات مرجعية بعد.\nانقر على أي مكان على الخريطة لإضافة إشارة مرجعية.\nيمكنك أيضا استيراد الإشارات المرجعية من المصادر الأخرى وعرضها في MAPS.ME. افتح ملف KML/KMZ الذي يحتوي على الدبابيس المحفوظة من البريد الالكتروني، دروب بوكس أو ويب لينك.";

/* Text hint in Bookmarks dialog when at least one bookmark is added */
"bookmarks_usage_hint_import_only" = "يمكن استيراد الإشارات المرجعية من المصادر الأخرى و عرضها على MAPS.ME. افتح ملف KML/KMZ الذي يحتوي على الإشارات المرجعية المحفوظة من البريد الالكتروني، دروب بوكس أو ويب لينك.";

/* Settings button in system menu */
"settings" = "الإعدادات";

/* Header of settings activity where user defines storage path */
"maps_storage" = "تخزين الخرائط";

/* Detailed description of Maps Storage settings button */
"maps_storage_summary" = "اختر المكان الذي ينبغي تنزيل الخرائط  فيه.";

/* Question dialog for transferring maps from one storage to another */
"move_maps" = "هل تريد نقل الخرائط؟";

/* Ask to wait user several minutes (some long process in modal dialog). */
"wait_several_minutes" = "يمكن أن تستغرق هذه العملية عدة دقائق.\nالرجاء الانتظار…";

/* Show bookmarks from this category on a map or not */
"visible" = "مرئي";

/* Toast which is displayed when GPS has been deactivated */
"gps_is_disabled_long_text" = "تم تعطيل خاصية نظام تحديد المواقع العالمي. الرجاء تفعيله في الاعدادات.";

/* Measurement units title in settings activity */
"measurement_units" = "وحدات القياس.";

/* Detailed description of Measurement Units settings button */
"measurement_units_summary" = "اختر من بين الأميال و الكيلو مترات.";

/* Do search in all sources */
"search_mode_all" = "كل مكان";

/* Do search near my position only */
"search_mode_nearme" = "بجواري";

/* Do search in current viewport only */
"search_mode_viewport" = "على الشاشة";

/* Search Suggestion */
"food" = "الطعام";

/* Search Suggestion */
"transport" = "النقل";

/* Search Suggestion */
"fuel" = "الغاز";

/* Search Suggestion */
"parking" = "الاصطفاف";

/* Search Suggestion */
"shop" = "المتجر";

/* Search Suggestion */
"hotel" = "الفندق";

/* Search Suggestion */
"tourism" = "سياحة";

/* Search Suggestion */
"entertainment" = "التسلية";

/* Search Suggestion */
"atm" = "ماكينة الصراف الآلي";

/* Search Suggestion */
"bank" = "البنك";

/* Search Suggestion */
"pharmacy" = "الصيدلية";

/* Search Suggestion */
"hospital" = "المستشفى";

/* Search Suggestion */
"toilet" = "الحمام";

/* Search Suggestion */
"post" = "البريد";

/* Search Suggestion */
"police" = "الشرطة";

/* String in search result list, when nothing found */
"no_search_results_found" = "لم يتم العثور على أي نتائج";

/* Notes field in Bookmarks view */
"description" = "ملاحظات";

/* Button text */
"share_by_email" = "مشاركة بواسطة البريد الالكتروني";

/* Email Subject when sharing bookmarks category */
"share_bookmarks_email_subject" = "تم مشاركة اشارات MAPS.ME المرجعية معك";

/* Email text when sharing bookmarks category */
"share_bookmarks_email_body" = "مرحباً،\n\nمرفق طياً اشاراتي المرجعية من خرائط MAPS.ME المتوافرة بدون الاتصال مع الانترنت. الرجاء فتحها اذا كان لديك تطبيق MAPS.ME مثبت على جهازك. اذا لم يكن التطبيق مثبت لديك، قم بتنزيله على جهازك أندرويد أو آي او إس من خلال الرابط التالي: http://maps.me/get?kmz\n\nاستمتع بالسفر مع MAPS.ME!";

/* message title of loading file */
"load_kmz_title" = "تحميل الإشارات المرجعية";

/* Kmz file successful loading */
"load_kmz_successful" = "تم تحميل الإشارات المرجعية بنجاح! يمكنك العثور عليها على الخريطة أو على شاشة إدارة الإشارات المرجعية.";

/* Kml file loading failed */
"load_kmz_failed" = "فشلت عملية تحميل الإشارات المرجعية. قد يكون الملف تالف.";

/* resource for context menu */
"edit" = "تعديل";

/* Warning message when doing search around current position */
"unknown_current_position" = "لم يتم التعرف على موقعك بعد.";

/* Warning message when location country isn't downloaded during search (see also download_location_map_proposal). */
"download_location_country" = "تنزيل دولة (%@) موقعك الحالي";

/* Warning message when viewport country isn't downloaded during search */
"download_viewport_country_to_search" = "تنزيل الدولة (%@) التي تبحث فيها";

/* Alert message that we can't run Map Storage settings due to some reasons. */
"cant_change_this_setting" = "نأسف، اعدادات تخزين الخرائط معطلة حالياً.";

/* Alert message that downloading is in progress. */
"downloading_is_active" = "جاري الآن تنزيل الدولة";

/* Message that will be shown in alert view, when we ask user to leave review on App Store */
"appStore_message" = "نأمل أن تكون قد استمتعت باستخدام MAPS.ME! إذا كان الأمر كذلك، الرجاء تقييم التطبيق في App Store. يستغرق ذلك أقل من دقيقة لكنه يفيدنا بالفعل. شكرا لك على دعمك!";

/* No, thanks */
"no_thanks" = "لا، شكرا";

/* Share one specific bookmark using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 */
"bookmark_share_sms" = "هاي، تفقد الدبوس الخاص بي على MAPS.ME! %1$@ أو %2$@. ليس لديك أي خرائط تعمل بدون الاتصال مع الانترنت مثبتة على جهازك؟ قم بتحميلها من هنا: http://maps.me/get";

/* Share my position using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link WITHOUT NAME. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 */
"my_position_share_sms" = "هاي، تفقد الموقع الخاص بي على MAPS.ME! %1$@ أو %2$@. ليس لديك أي خرائط تعمل بدون الاتصال مع الانترنت مثبتة على جهازك؟ قم بتحميلها من هنا: http://maps.me/get";

/* Subject for emailed bookmark */
"bookmark_share_email_subject" = "هاي، تفقد الدبوس الخاص بي على خريطة MAPS.ME!";

/* Share one specific bookmark using EMail, %1$@ is bookmark's name, %2$@ is ge0:// link and %3$@ http://ge0.me */
"bookmark_share_email" = "مرحبا،\n\nقمت بوضع دبوس: %1$@ على MAPS.ME، خرائط العالم بدون الاتصال مع الانترنت. انقر على هذا الرابط %2$@ أو الرابط التالي %3$@ لمشاهدة الموقع على الخريطة.\n\nشكرا لك.";

/* Subject for emailed position */
"my_position_share_email_subject" = "يا هلا، تحقق من موقعي الحالي على خريطة MAPS.ME!";

/* Share my position using EMail, %1$@ is ge0:// and %2$@ is http://ge0.me link WITHOUT NAME */
"my_position_share_email" = "مرحبا،\n\nأنا هنا الآن: %1$@. انقر على هذا الرابط %2$@ أو ذلك الرابط %3$@ لمشاهدة المكان على الخريطة.\n\nشكرا لك.";

/* Android share by Message/SMS button text (including SMS) */
"share_by_message" = "مشاركة بواسطة رسالة";

/* Share button text which opens menu with more buttons, like Message, EMail, Facebook etc. */
"share" = "مشاركة";

/* iOS share by Message button text (including SMS) */
"message" = "رسالة";

/* Share by email button text, also used in editor. */
"email" = "البريد الالكتروني";

/* Copy Link */
"copy_link" = "نسخ الرابط";

/* Text for the button that returns to caller application */
"more_info" = "إظهار مزيد من المعلومات";

/* Text for message when used successfully copied something */
"copied_to_clipboard" = "تم النسخ الى الحافظة: %1$@";

/* Setting label for statistics turn on/off */
"allow_statistics" = "ارسال الاحصائيات";

/* place preview title */
"info" = "المعلومات";

/* Used for bookmark editing */
"done" = "تم";

/* Summary for preferences in MWM */
"yopme_pref_summary" = "اختر اعدادات الشاشة الخلفية";

/* Title for yopme preferences in MWM */
"yopme_pref_title" = "اعدادات الشاشة الخلفية";

/* Hint for upper-right icon p2b */
"show_on_backscreen" = "إظهار في الشاشة الخلفية";

/* Prints version number in About dialog */
"version" = "الاصدار: %@";

/* Data version in «About» screen */
"data_version" = "Data version: %d";

/* Confirmation in downloading countries dialog */
"are_you_sure" = "هل أنت واثق أنك تريد الاستمرار؟";

/* Title for tracks category in bookmarks manager */
"tracks" = "المسارات";

/* Length of track in cell that describes route */
"length" = "الطول";

"share_my_location" = "مشاركة موقعي";

"menu_search" = "بحث";

/* Settings general group in settings screen */
"prefs_group_general" = "General settings";

/* Settings information group in settings screen */
"prefs_group_information" = "Information";

/* Settings screen: "Map" category title */
"prefs_group_map" = "الخريطة";

/* Settings screen: "Miscellaneous" category title */
"prefs_group_misc" = "مُتَنَوّعة";

"prefs_group_route" = "الملاحة";

"pref_zoom_title" = "أزرار التكبير";

"pref_zoom_summary" = "عرض على الشاشة";

/* Settings «Map» category: «Night style» title */
"pref_map_style_title" = "الوضع الليلي";

/* «Map style» entry value */
"pref_map_style_default" = "إغلاق";

/* «Map style» entry value */
"pref_map_style_night" = "تشغيل";

/* «Map style» entry value */
"pref_map_style_auto" = "تلقائي";

/* Settings «Map» category: «Perspective view» title */
"pref_map_3d_title" = "العرض المنظوري";

/* Settings «Map» category: «3D buildings» title */
"pref_map_3d_buildings_title" = "مباني ثلاثية الأبعاد";

/* Settings «Map» category: «3D buildings» summary */
"pref_map_3d_buildings_subtitle" = "تؤثر على عمر البطارية";

/* Settings «Route» category: «Tts enabled» title */
"pref_tts_enable_title" = "تعليمات صوتية";

/* Settings «Route» category: «Tts language» title */
"pref_tts_language_title" = "لغة الصوت";

/* Settings «Route» category: «Tts unavailable» subtitle */
"pref_tts_unavailable" = "غير متاح";

/* Title for "Other" section in TTS settings. */
"pref_tts_other_section_title" = "آخر";

"pref_tts_how_to_set_up_voice" = "كيفية ضبط الصوت";

/* Settings «Map» category: «Record track» title */
"pref_track_record_title" = "المسار الأخير";

"pref_map_auto_zoom" = "تكبير تلقائي";

"duration_disabled" = "لا يعمل";

"duration_1_hour" = "1 ساعة";

"duration_2_hours" = "2 ساعة";

"duration_6_hours" = "6 ساعات";

"duration_12_hours" = "12 ساعة";

"duration_1_day" = "1 يوم";

"recent_track_help_text" = "يرجى ملاحظة الآتي: تفعيل هذه الوظيفة يسبب زيادة في استخدام البطارية.";

"pref_track_ios_caption" = "يُظهر المسار الأخير مسار سفرك.";

"pref_track_ios_subcaption" = "يرجى تحديد نطاق وقت حفظ المسار.";

"placepage_distance" = "المسافة";

"placepage_coordinates" = "الإحداثيات";

"placepage_unsorted" = "لم يتم فرزها";

"search_show_on_map" = "مشاهدة على الخريطة";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_ok" = "تم تحسين وسيلة تخزين بيانات الخريطة. الرجاء اعادة تشغيل التطبيق .\n\nلا حاجة بعد الآن لمجلد MAPS.ME في البطاقة الرقمية الآمنة، يمكنك حذفه.";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_failed" = "بسبب التغييرات في نظام أندرويد4.4 ، نحن بحاجة لتحسين وسيلة تخزين بيانات الخريطة، لكن لا يوجد حيز كافٍ لنسخ بيانات الخريطة.\n\nالرجاء إخلاء الذاكرة، وإلا ستتوافر الخرائط في وضع القراءة فقط.";

/* Used to warn user when fixing KitKat issue */
"bookmark_move_fail" = "نحن بحاجة لنقل الإشارات المرجعية الخاصة بك الى الذاكرة الداخلية، لكن لا يوجد حيز كافٍ لها. الرجاء إخلاء الذاكرة، وإلا لن تكون  الإشارات المرجعية متاحة.";

/* Used to warn user when fixing KitKat issue */
"kitkat_optimization_in_progress" = "لقد تم الآن تحسين وسيلة تخزين الخرائط. الرجاء الانتظار، سيستغرق الأمر دقائق قليلة.";

/* Used in More Apps menu */
"free" = "مجاني";

/* Used in More Apps menu */
"buy" = "شراء";

/* 1st search button-like result */
"search_on_map" = "البحث في الخريطة";

/* toast with an error */
"no_route_found" = "لم يتم العثور على أي مسار";

/* route title */
"route" = "المسار";

/* category title */
"routes" = "المسارات";

/* Show on first launch. */
"maps_licence_info" = "This applications uses geographical data (including maps, business listings, points of interest, borders of countries and regions, etc.) taken from the OpenStreetMap project. We do not warrant any consistency, accuracy, completeness or applicability of the OpenStreetMap data.";

/* Show on first launch. */
"agree" = "I agree";

/* Show on first launch */
"disagree" = "I disagree";

/* text of notification */
"download_map_notification" = "تنزيل خريطة المكان الذي توجد فيه";

/* text of notification */
"pro_version_is_free_today" = "تطبيق MAPS.ME مجاني اليوم! قم بتنزيله الآن وأخبر أصدقائك.";

/* Dialog for transferring maps from lite to pro. */
"move_lite_maps_to_pro" = "نحن ننقل خرائط التنزيلات الخاصة بك من MAPS.ME Lite إلى MAPS.ME. يمكن أن يستغرق بضع دقائق";

/* Message to display when maps moved. */
"move_lite_maps_to_pro_ok" = "تم بنجاح نقل خرائطك التي تم تنزيلها إلى MAPS.ME.";

/* Message to display when maps move failed. */
"move_lite_maps_to_pro_failed" = "فشل نقل خرائطك يُرجى حذف MAPS.ME Lite وتنزيل الخرائط مرة أخرى.";

/* Text in menu */
"settings_and_more" = "الإعدادات والمزيد";

/* Text in menu */
"website" = "الموقع الإلكتروني";

/* Text in menu */
"maps_me_community" = "مجتمع MAPS.ME";

/* Text in menu */
"like_on_facebook" = "أعجبني على الفيسبوك";

/* Text in menu */
"follow_on_twitter" = "تابعونا على تويتر";

/* Text in menu */
"contact_us" = "أتصل بنا";

/* Settings: Send feedback button and dialog title */
"feedback" = "تعقيب";

/* Text in menu */
"subscribe_to_news" = "أشترك في نشرتنا الإخبارية";

/* Text in menu */
"rate_the_app" = "تقييم التطبيق";

/* Text in menu */
"help" = "مساعدة";

/* Text in menu */
"copyright" = "حقوق الطبع والنشر";

/* Text in menu */
"report_a_bug" = "الإبلاغ عن خطأ";

/* Email subject */
"subscribe_me_subject" = "يرجى اشتراكي في النشرة البريدية لدى MAPS.ME";

/* Email body */
"subscribe_me_body" = "أريد أن أكون أول من يعرف آخر الأخبار والتحديثات والترقيات. يمكنني إلغاء اشتراكي في أي وقت.";

/* About text */
"about_text" = "توفر لكم MAPS.ME أحدث الخرائط دون الاتصال بالإنترنت لكافة دول وكافة مدن العالم. سافر وتمتع بالثقة التامة: إينما كنت، تساعدك MAPS.ME على تحديد مكانك على الخريطة، والعثور على أقرب مطعم أو فندق أو بنك أو محطة غاز الخ لا يتطلب الاتصال بالإنترنت.\n\nنحن نعمل دوماً على إدخال مزايا جديدة على التطبيق ونود أن نسمع منك رأيك عن الكيفية التي يمكن بها تحسين تطبيق MAPS.ME في رأيك. إذا واجهتك أي مشاكل مع التطبيق، لا تتردد في الاتصال بنا على support@maps.me. نحن نرد على كافة الطلبات.\n\nهل أعجبك تطبيق MAPS.ME وترغب في دعمنا؟ هناك بعض الطرق السهلة والمجانية بالكامل لعمل ذلك.\n\n- انشر رأيك على متجر التطبيقات الخاص بك\n- اعجب بصفحتنا على موقع Facebook http://www.facebook.com/mapswithme\n- أو أخبر والدتك وأصدقائك وزملائك عن تطبيق MAPS.ME :)\n\nشكراً لك على وجودك معنا. نحن نقدر جداً دعمك لنا!\n\nيُرجى ملاحظة نحن نستقي بيانات الخرائط من OpenStreetMap، مشروع خرائط يشبه موسوعة Wikipedia ويتيح هذا المشروع للمستخدمين إنشاء وتحرير الخرائط. إذا كنت ترى أن هناك خطأ ما أو شيء غير موجود على الخريطة، يمكنك تصحيح الخرائط مباشرة على http://openstreetmap.org، وسوف تظهر تغييراتك على تطبيق MAPS.ME في الإصدار القادم للتطبيق.";

/* Alert text */
"email_error_body" = "لم يتم تعيين البريد الإلكتروني للعميل. يرجى تكوينه أو استخدام أي وسيلة أخرى للاتصال بنا على %@";

/* Alert title */
"email_error_title" = "هناك خطأ في إرسال البريد الإلكتروني";

/* Settings item title */
"pref_calibration_title" = "معايرة البوصلة";

/* Search Suggestion */
"wifi" = "واي فاي";

/* Update map suggestion */
"routing_map_outdated" = "يرجى تحديث الخريطة لإنشاء مسار.";

/* Update maps suggestion */
"routing_update_maps" = "إصدار MAPS.ME الجديد يسمح بإنشاء مسارات انطلاقاً من موقعك الحالي نحو المكان الذي تتجه إليه. يرجى تحديث الخرائط لاستخدام هذه الميزة.";

/* Update all button text */
"downloader_update_all_button" = "تحديث الكل";

/* Cancel all button text */
"downloader_cancel_all" = "إلغاء الكل";

/* Downloaded maps category */
"downloader_downloaded_subtitle" = "تم تنزيلها";

/* Downloaded maps category */
"downloader_available_maps" = "متاح";

/* Country queued for download */
"downloader_queued" = "مَصْفوف";

"downloader_near_me_subtitle" = "بالقرب مني";

"downloader_status_maps" = "الخرائط";

"downloader_download_all_button" = "تنزيل الكل";

"downloader_downloading" = "يتم تنزيل:";

"downloader_search_results" = "تم العثور على";

/* Disclaimer message */
"routing_disclaimer" = "عند إنشاء مسارات الطرق في تطبيق MAPS.ME، يرجى أخذ التالي في الحسبان:\n\n  - المسارات المقترحة تعتبر مجرد اقتراحات فقط.\n - حالة الطريق وقوانينه والإشارات الموجودة فيه لها الأولولية أثناء تقديم نصائح الملاحة.\n - قد تكون الخريطة خاطئة أو قديمة، لذا فإنه يمكن ألا تُرسم المسارات بالشكل الأمثل.\n\n  كن آمنا على الطريق وانتبه لتفسك!";

/* Outdated maps category */
"downloader_outdated_maps" = "انتهت صلاحيته";

/* Up to date maps category */
"downloader_uptodate_maps" = "محدّث";

/* Status of outdated country in the list */
"downloader_status_outdated" = "تحديث";

/* Status of failed country in the list */
"downloader_status_failed" = "فشل";

/* Displayed in a dialog that appears when a user tries to delete a map while the app is in the follow route mode */
"downloader_delete_map_while_routing_dialog" = "لحذف الخريطة يرجى إيقاف الملاحة.";

/* Show when user try build route, but we don't know where he */
"routing_failed_unknown_my_position" = "الموقع الحالي غير مُعَرّف. يرجى تحديد موقع لإنشاء مسار.";

/* Show if use has not routing file, or InconsistentMWMandRoute */
"routing_failed_has_no_routing_file" = "هناك حاجة إلى بيانات إضافية لإنشاء مسار. بدء التحميل؟";

/* StartPointNotFound */
"routing_failed_start_point_not_found" = "لا يمكن حساب المسار. لا توجد طرق قرب نقطة البداية لديك.";

/* EndPointNotFound */
"routing_failed_dst_point_not_found" = "لا يمكن حساب المسار. لا توجد طرق بالقرب من وجهتك المقصودة.";

/* PointsInDifferentMWM */
"routing_failed_cross_mwm_building" = "يمكن فقط إنشاء المسارات التي توجد بشكل كامل ضمن خريطة واحدة.";

/* RouteNotFound */
"routing_failed_route_not_found" = "لم يتم العثور على مسار بين المنشأ والوُجْهَة المحددة. الرجاء تحديد نقطة بداية أو نهاية مختلفة.";

/* InternalError */
"routing_failed_internal_error" = "حدث خطأ داخلي. يرجى محاولة حذف الخريطة وإعادة تنزيلها مرة أخرى. إذا استمرت المشكلة يرجى الاتصال بنا على support@maps.me.";

/* Context menu item for downloader. */
"downloader_download_map_and_routing" = "تنزيل الخريطة + تحديد المسار";

/* Context menu item for downloader. */
"downloader_download_routing" = "تنزيل تحديد المسار";

/* Context menu item for downloader. */
"downloader_delete_routing" = "إزالة تحديد المسار";

/* Context menu item for downloader. */
"downloader_download_map" = "تنزيل الخريطة";

"downloader_download_map_no_routing" = "تنزيل خريطة بدون تحديد خط السير";

/* Button for routing. */
"routing_go" = "انطلق!";

/* Item status in downloader. */
"downloader_retry" = "تكرار";

/* Item in context menu. */
"downloader_map_and_routing" = "الخريطة + تحديد المسار";

/* Item in context menu. */
"downloader_delete_map" = "حذف الخريطة";

/* Item in context menu. */
"downloader_update_map" = "تحديث الخريطة";

/* Item in context menu. */
"downloader_update_map_and_routing" = "تحديث الخريطة + تحديد المسار";

/* Item in context menu. */
"downloader_map_only" = "الخريطة فقط";

/* Toolbar title */
"toolbar_application_menu" = "قائمة التطبيق";

/* Preference text */
"pref_use_google_play" = "استخدم خدمات جوجل بلاي لتتعرف على موقعك الحالي";

/* Text for rating dialog */
"rating_just_rated" = "لقد قمت بتقييم تطبيقك للتو";

/* Text for rating dialog */
"rating_user_since" = "أنا مستخدم لتطبيق MAPS.ME منذ %@";

/* Text for rating dialog */
"rating_do_like_maps" = "هل تطبيق MAPS.ME يعجبك؟";

/* Text for rating dialog */
"rating_tap_star" = "انقر على النجمة لتقييم التطبيق.";

/* Text for rating dialog */
"rating_thanks" = "شكرا لك!";

/* Text for rating dialog */
"rating_share_ideas" = "شارك أي أفكار أو مشاكل، حتى نتمكن من تحسين التطبيق من أجلك.";

/* Text for rating dialog */
"rating_send_feedback" = "إرسال التعليق";

/* Text for g+ dialog */
"rating_google_plus" = "اضغط على g+ لتخبر أصدقاءك عن التطبيق.";

/* Text for routing error dialog */
"routing_download_maps_along" = "تنزيل الخرائط على طول الطريق";

/* Text for routing error dialog */
"routing_download_map" = "Scarica la mappa";

/* Text for routing error dialog */
"routing_download_map_and_routing" = "Scarica la mappa aggiornata e i dati del percorso per ottenere tutte le funzionalità MAPS.ME.";

/* Text for routing error dialog */
"routing_get_routing_data" = "Ottieni i dati del percorso";

/* Text for routing error dialog */
"routing_get_additional_data" = "dati aggiuntivi richiesti per creare i percorsi dalla tua posizione.";

/* Text for routing error dialog */
"routing_requires_all_map" = "Creare un percorso necessita la presenza di tutte le mappe scaricate e aggiornate dalla tua posizione alla destinazione.";

/* Text for routing error dialog */
"routing_not_enough_space" = "Spazio non sufficiente";

/* Text for routing error dialog */
"routing_download_more_than_avail" = "Devi scaricare %@ MB, ma lo spazio disponibile è di soli %@ MB.";

/* Text for routing error dialog */
"routing_download_roaming" = "أنت على وشك تنزيل %@ م.ب باستخدام البيانات المتنقلة (في وضع التجوال). وهذا قد يؤدي إلى مصاريف إضافية اعتمادا على خطة البيانات المتنقلة الخاصة بالمشغل الخاص بك.";

/* bookmark button text */
"bookmark" = "إشارة مرجعية";

/* map is not downloaded */
"not_found_map" = "الخريطة الخاصة بالمكان الذي تتواجد فيه لا يتم تنزيلها";

/* location service disabled */
"enable_location_services" = "الرجاء تفعيل خدمة تحديد المواقع";

/* download map */
"download_map" = "قم بتنزيل الخريطة الخاصة بموقعك";

/* download map on iPhone */
"download_map_iphone" = "قم بتنزيل خريطة الموقع الحالي على جهاز آيفون الخاص بك";

/* clear pin */
"nearby" = "قريب";

/* clear pin */
"clear_pin" = "مسح الرقم السري";

/* location is undefined */
"undefined_location" = "الموقع الحالي غير مُعَرّف";

/* download country of your location */
"download_country" = "تنزيل دولة موقعك الحالي";

/* download failed */
"download_failed" = "فشلت عملية تنزيل";

/* get the map */
"get_the_map" = "احصل على الخريطة";

"save" = "حفظ";

"edit_description_hint" = "أوصافك (نصّ أو html)";

"new_group" = "مجموعة جديدة";

"create" = "إنشاء";

/* red color */
"red" = "أحمر";

/* yellow color */
"yellow" = "أصفر";

/* blue color */
"blue" = "أزرق";

/* green color */
"green" = "أخضر";

/* purple color */
"purple" = "أرجواني";

/* orange color */
"orange" = "برتقالي";

/* brown color */
"brown" = "بني";

/* pink color */
"pink" = "وردي";

/* Wi-Fi available */
"WiFi_available" = "نعم";


/********** Routing dialogs strings **********/

"dialog_routing_disclaimer_title" = "عند اتباع المسار، يُرجى وضع ما يلي في الاعتبار:";

"dialog_routing_disclaimer_priority" = "— دائمًا ما يكون لظروف الطريق وقوانين وإشارات المرور الأولوية على المشورة الملاحية;";

"dialog_routing_disclaimer_precision" = "— قد تكون الخريطة غير دقيقة وقد لا يكون المسار المقترح هو المسار الأمثل دائمًا للوصول إلى الوجهة.;";

"dialog_routing_disclaimer_recommendations" = "— يتم التعامل مع المسارات المقترحة كتوصيات فقط;";

"dialog_routing_disclaimer_borders" = "— تحذير بشأن مسارات في منطقة حدودية: المسارات التي تم إنشاؤها بواسطة تطبيقنا قد تعبر حدود الدولة في أماكن غير مصرح بها في بعض الأحيان;";

"dialog_routing_disclaimer_beware" = "يجب أن تظل يقظًا وآمنًا على الطريق!";

"dialog_routing_check_gps" = "تحقق من إشارة نظام تحديد المواقع العالمي \"GPS\"";

"dialog_routing_error_location_not_found" = "تعذر إنشاء مسار. لا يمكن تحديد إحداثيات GPS الحالية.";

"dialog_routing_location_turn_wifi" = "يُرجى التحقق من إشارة GPS لديك. ويساعد تمكين خدمة Wi-Fi في تحسين دقة تحديد موقعك.";

"dialog_routing_location_turn_on" = "تمكين خدمات المواقع";

"dialog_routing_location_unknown_turn_on" = "تعذر تحديد إحداثيات نظام تحديد المواقع العالمي GPS الحالية. قم بتمكين خدمات المواقع لحساب المسار.";

"dialog_routing_location_unknown" = "تعذر تحديد مواقع إحداثيات نظام تحديد المواقع العالمي GPS الحالية.";

"dialog_routing_download_files" = "تنزيل الملفات المطلوبة";

"dialog_routing_download_and_update_all" = "قم بتنزيل وتحديث كافة الخرائط ومعلومات التوجيه على طول الطريق المتوقع لحساب المسار.";

"dialog_routing_routes_size" = "ملفات معلومات التوجيه";

"dialog_routing_unable_locate_route" = "تعذر تحديد موقع المسار";

"dialog_routing_cant_build_route" = "تعذر إنشاء مسار.";

"dialog_routing_change_start_or_end" = "برجاء تعديل نقطة بدء وجهتك.";

"dialog_routing_change_start" = "تعديل نقطة البدء";

"dialog_routing_start_not_determined" = "لم يتم إنشاء المسار. تعذر تحديد موقع نقطة البدء.";

"dialog_routing_select_closer_start" = "يُرجى تحديد نقطة بدء أكثر قربًا للطريق.";

"dialog_routing_change_end" = "تعديل الوجهة";

"dialog_routing_end_not_determined" = "لم يتم إنشاء المسار. تعذر تحديد موقع الوجهة.";

"dialog_routing_select_closer_end" = "يُرجى تحديد نقطة وجهة تقع أكثر قربًا من الطريق.";

"dialog_routing_system_error" = "خطأ في النظام";

"dialog_routing_application_error" = "تعذر إنشاء مسار نتيجة وجود خطأ في التطبيق.";

"dialog_routing_try_again" = "برجاء إعادة المحاولة";

"dialog_routing_send_error" = "الإبلاغ عن المشكلة";

"dialog_routing_if_get_cross_route" = "هل تريد إنشاء مسار مباشر بشكل أكبر يمتد عبر أكثر من خريطة؟";

"dialog_routing_cross_route_is_optimal" = "هناك مسار أفضل يعبر حافة هذه الخريطة.";

"not_now" = "ليس الآن";

"dialog_routing_build_route" = "إنشاء";

"dialog_routing_download_and_build_cross_route" = "هل ترغب في تنزيل الخريطة وإنشاء مسار أفضل يمتد عبر أكثر من خريطة؟";

"dialog_routing_download_cross_route" = "تنزيل الخريطة لإنشاء مسار أفضل يعبر حافة هذه الخريطة.";

"dialog_routing_cross_route_always" = "اعبر هذه الحدود دائمًا";


/********** Strings for downloading map from search **********/

"search_without_internet_advertisement" = "لبدء البحث وإنشاء الطرق، يرجى تنزيل الخريطة، وسوف لن تحتاج إلى اتصال بالإنترنت بعد الآن.";

"search_select_map" = "اختيار الخريطة";

"search_select_other_map" = "اختيار خريطة أخرى";

/* «Show» context menu */
"show" = "عرض";

/* «Hide» context menu */
"hide" = "إخفاء";

/* «Rename» context menu */
"rename" = "إعادة تسمية";

/* Bottom sheet: expand button (should be short) */
"bottom_sheet_more" = "المزيد…";

/* Failed planning route message in navigation view */
"routing_planning_error" = "فشل في تخطيط المسار";

/* Arrive routing message in navigation view */
"routing_arrive" = "الوصول: %s";

/* Text for routing::IRouter::FileTooOld dialog. */
"dialog_routing_download_and_update_maps" = "لإنشاء مسار، يرجى تنزيل وتحديث جميع الخرائط على امتداد الطريق.";

"rate_alert_title" = "يعجبك التطبيق؟";

"rate_alert_default_message" = "شكرا لاستخدامك MAPS.ME. من فضلك، أَعْطِ تقييمك للتطبيق. ملاحظاتك تساعدنا على أن نصبح أفضل.";

"rate_alert_five_star_message" = "مرحا! نحن أيضا نحبك!";

"rate_alert_four_star_message" = "شكرا لك، سوف نبذل قصارى جهدنا!";

"rate_alert_less_than_four_star_message" = "لديك أي فكرة حول كيف يمكننا أن نجعله أفضل؟";

"categories" = "التصنيفات";

"history" = "السجل";

"next_turn_then" = "ثم";

"closed" = "مغلق";

"back_to" = "العودة إلى %@";

"search_not_found" = "المعذرة، لم أعثر على أي شيء.";

"search_not_found_query" = "يرجى تجربة استعلام آخر.";

"search_not_found_map" = "فضلا، قم بتنزيل الخريطة التي تبحث فيها.";

"search_not_found_location" = "قم بتنزيل الخريطة الخاصة بموقعك الجغرافي.";

"search_history_title" = "سجل البحث";

"search_history_text" = "الوصول إلى استعلامات البحث الحديثة بسرعة.";

"clear_search" = "مسح تاريخ البحث";

/* Title for settings to enable/disable showcase menu button */
"showcase_settings_title" = "رؤية العروض";

/* Place Page link to Wikipedia article (if map object has it). */
"read_in_wikipedia" = "Wikipedia";

"p2p_route_planning" = "تخطيط الطريق";

"p2p_your_location" = "موقعك";

"p2p_from" = "نقطة المغادرة";

"p2p_to" = "نقطة الوصول";

"p2p_start" = "البداية";

"p2p_planning" = "جار التخطيط…";

"p2p_from_here" = "من";

"p2p_to_here" = "الطريق إلى";

"p2p_only_from_current" = "تتوافر إمكانية التنقل فقط من خلال موقعك الحالي. هل تريد أن نخطط لك طريقاً بديلاً؟";

"p2p_reroute_from_current" = "هل ترغب في أن نرسم مسار لك من موقعك الحالي؟";

"p2p_add_stop" = "Add stop";

"p2p_remove_stop" = "Remove stop";

"whats_new_next_button" = "التالي";

"editor_time_add" = "إضافة جدول";

"editor_time_delete" = "حذف جدول";

/* Text for allday switch. */
"editor_time_allday" = "طوال اليوم (24 ساعة)";

"editor_time_open" = "مفتوح";

"editor_time_close" = "مغلق";

"editor_time_add_closed" = "إضافة ساعات راحة";

"editor_time_title" = "ساعات العمل";

"editor_time_advanced" = "الوضع المتقدم";

"editor_time_simple" = "الوضع البسيط";

"editor_hours_closed" = "ساعات الراحة";

"editor_example_values" = "أمثلة على القيم";

"editor_correct_mistake" = "تصحيح الخطأ";

"editor_correct_mistake_message" = "قمت بخطأ في التحرير. يرجى تصحيح الخطأ أو التبديل إلى الوضع البسيط.";

"editor_add_select_location" = "الموقع";

"editor_done_dialog_1" = "لقد غيرت خريطة العالم. لا تخفي ذلك! اخبر أصدقاءك، وغيروها معا.";

"editor_done_dialog_2" = "هذا هو تعديلك الثاني بالخريطة. أنت الآن في الترتيب رقم %d في قائمة محرري الخريطة. اخبر أصدقاءك عن ذلك.";

"editor_done_dialog_3" = "لقد عدلت الخريطة، اخبر أصدقائك عن ذلك، وعدلوا الخريطة معا.";

"share_with_friends" = "شارك مع الأصدقاء";

"editor_report_problem_desription_1" = "يرجى وصف المشكلة بالتفاصيل حتى يتسنى لفريق OpenStreeMap إصلاح الخطأ.";

"editor_report_problem_desription_2" = "أو افعل ذلك بنفسك من خلال الموقع http://www.openstreetmap.org/";

"editor_report_problem_send_button" = "إرسال";

"editor_report_problem_title" = "مشكلة";

"editor_report_problem_no_place_title" = "المكان غير موجودٍ";

"editor_report_problem_under_construction_title" = "مغلق للصيانة";

"editor_report_problem_duplicate_place_title" = "مكان متكرر";

"first_launch_congrats_title" = "MAPS.ME جاهز للاستخدام";

"first_launch_congrats_text" = "ابحث وتصفح كل مكان في العالم بدون اتصال, مجانا.";

"migrate_title" = "هام!";

/* Android uses image instead of text. */
"download_all" = "تنزيل الكل";

"delete_all" = "حذف الكل";

"autodownload" = "التنزيل التلقائي";

"disable_autodownload" = "تعطيل التنزيل التلقائي";

/* Place Page opening hours text */
"closed_now" = "مغلق الآن";

/* Place Page opening hours text */
"daily" = "يوميا";

"twentyfour_seven" = "ليلا ونهارا";

"day_off_today" = "مغلق اليوم";

"day_off" = "مغلق";

"today" = "اليوم";

"sunrise_to_sunset" = "من الشروق إلى المغيب";

"sunset_to_sunrise" = "من غروب الشمس وحتى الشروق";

"add_opening_hours" = "اضف ساعات عمل";

"edit_opening_hours" = "حرر ساعات عمل";

"profile" = "الملف الشخصي";

"no_osm_account" = "ليس لديك حساب في OpenStreetMap؟";

"register_at_openstreetmap" = "التسجيل";

"password_8_chars_min" = "كلمة المرور (8 أحرف بحد أدنى)";

"invalid_username_or_password" = "اسم المستخدم أو كلمة المرور غير صالحة.";

"login" = "تسجيل الدخول";

"password" = "كلمة المرور";

"forgot_password" = "هل نسيت كلمة المرور؟";

/* Forgot Password dialog title */
"restore_password" = "استعادة كلمة المرور";

"enter_email_address_to_reset_password" = "أدخل عنوان البريد الإلكتروني الذي استخدمته عند التسجيل وسنرسل لك رابط لتجديد كلمة المرور";

"reset_password" = "إعادة تعيين كلمة المرور";

"username" = "اسم المستخدم";

"osm_account" = "حساب OSM";

"logout" = "تسجيل الخروج";

"login_and_edit_map_motivation_message" = "قم بتسجيل الدخول وعدل البيانات الخاصة بالمكان على الخريطة وسنجعلها متاحة لملايين المستخدمين الآخرين. لنجعل العالم أفضل معا.";

/* Information text: "Last upload 11.01.2016" */
"last_upload" = "آخر تحميل";

/* Motivates user to login/register, title above login buttons. */
"you_have_edited_your_first_object" = "لقد قمت بتعديلك الأول!";

"thank_you" = "شكرا لك";

"login_with_google" = "تسجيل الدخول عبر جوجل";

"login_with_facebook" = "تسجيل الدخول عبر فيسبوك";

"login_with_openstreetmap" = "قم بتسجيل الدخول في www.openstreetmap.org";

"edit_place" = "تعديل المكان";

"place_name" = "اسم المكان";

/* title above languages list cells in the editor, below editable name text field. */
"other_languages" = "لغات أخرى";

/* small button to open list with names in different languages */
"show_more" = "إظهار أكثر";

/* small button to close list with names in different languages */
"show_less" = "إظهار أقل";

"add_language" = "إضافة لغة";

"street" = "الشارع";

/* Editable House Number text field (in address block). */
"house_number" = "رقم المنزل";

"details" = "التفاصيل";

/* Text field to enter non-existing street name, below list of known streets around */
"add_street" = "إضافة شارع";

"choose_language" = "اختر اللغة";

"choose_street" = "اختر الشارع";

"postal_code" = "الرمز البريدي";

"cuisine" = "المطبخ";

"select_cuisine" = "اختر المطبخ";

/* login text field */
"email_or_username" = "البريد الإلكتروني أو اسم المستخدم";

"phone" = "الهاتف";

"please_note" = "يرجى العلم أنه،";

"common_no_wifi_dialog" = "لا يوجد اتصال واي فاي. هل ترغب في استخدام بيانات الهاتف للاتصال؟";

"downloader_delete_map_dialog" = "سيتم حذف جميع التغييرات بالخريطة بالإضافة إلى حذف الخريطة نفسها.";

"downloader_update_maps" = "تحديث الخرائط";

"downloader_mwm_migration_dialog" = "لإنشاء مسار، فأنت تحتاج إلى تحديث كافة الخرائط ثم إعادة تخطيط المسار مرة أخرى.";

"downloader_search_field_hint" = "اعثر على الخريطة";

"migration_update_all_button" = "تحديث جميع الخرائط";

"migration_delete_all_download_current_button" = "تنزيل الخريطة الحالية وحذف الخرائط القديمة";

"migration_download_error_dialog" = "خطأ بالتنزيل";

"common_check_internet_connection_dialog" = "يرجى التحقق من الإعدادات والتأكد من اتصال جهازك بالإنترنت.";

"downloader_no_space_title" = "مساحة غير كافية";

"downloader_no_space_message" = "من فضلك، قم بإزالة البيانات غير الضرورية";

"editor_general_auth_error_dialog" = "خطأ بتسجيل الدخول العام.";

"editor_login_error_dialog" = "خطأ في تسجيل الدخول.";

"editor_login_failed_dialog" = "فشل تسجيل الدخول";

"editor_username_error_dialog" = "اسم المستخدم غير صحيح";

"editor_place_edited_dialog" = "لقد قمت بتعديل هدف!";

"editor_login_with_osm" = "تسجيل الدخول عبر OpenStreetMap";

"editor_profile_changes" = "التغييرات التي تم التحقق منها";

"editor_profile_unsent_changes" = "لم ترسل:";

"editor_focus_map_on_location" = "اسحب الخريطة لتحدد الموقع الصحيح للهدف.";

"editor_add_select_category" = "اختر الفئة";

"editor_add_select_category_popular_subtitle" = "شائع";

"editor_add_select_category_all_subtitle" = "جميع الفئات";

"editor_edit_place_title" = "تعديل";

"editor_add_place_title" = "إٍضافة";

"editor_edit_place_name_hint" = "اسم المكان";

"editor_edit_place_category_title" = "الفئة";

"detailed_problem_description" = "وصف مفصل للمشكلة";

"editor_report_problem_other_title" = "مشكلة مختلفة";

"placepage_report_problem_button" = "الإبلاغ عن مشكلة";

"placepage_add_business_button" = "إضافة مؤسسة";

"whatsnew_smallmwm_header" = "لقد طلبتم ذلك، وها نحن قد لبينا طلبكم";

"whatsnew_smallmwm_message" = "لقد قسمنا الخرائط إلى أجزاء. الآن يمكنك تنزيل مناطق منفصلة، وليس البلد بأكمله.";

"whatsnew_search_header" = "بحث جديد";

"whatsnew_search_message" = "لقد طورنا كليا البحث بالعنوان. فلترى بنفسك.";

"whatsnew_editor_title" = "تعديل الخريطة *";

"whatsnew_editor_message_1" = "قم بإضافة أماكن جديدة للخريطة، وعدل أماكن حالية مباشرة من التطبيق.";

"whatsnew_editor_message_2" = "*تستخدم MAPS.ME البيانات الخاصة بخريطة OpenStreetMap.";

"onboarding_offline_navigation_title" = "لن تضل الطريق أبدا بعد الآن";

"onboarding_offline_navigation_message" = "قم بتخطيط أفضل طرق السيارات والمشاة، حتى مع عدم وجود اتصال بالإنترنت!";

"onboarding_offline_navigation_title_2" = "الملاحة في وضع غير متصل";

"onboarding_offline_navigation_message_2" = "خطط أفضل طرق السيارات والمشاة.";

"onboarding_offline_maps_title" = "MAPS.ME — وصول إلى الخرائط على مستوى العالم دون إنترنت";

"onboarding_offline_maps_message" = "قم بتنزيل خرائط للمنطقة المطلوب مرة واحدة، واستخدم وظائف الملاحة والبحث دون الحاجة للاتصال بالإنترنت.";

"onboarding_notifications_message" = "تابع إخطارات التحديث للحصول على أحدث الخرائط";

"onboarding_notifications_title" = "تفعيل إخطارات التحديث";

"onboarding_location_title" = "ساعدنا في العثور عليك";

"onboarding_location_message" = "لاستخدام الملاحة والميزات الأخرى، فنحن بحاجة إلى تحديد موقعك الجغرافي.";

"onboarding_permissions_title" = "Allow MAPS.ME access to storage and location";

"onboarding_permissions_message" = "So you can download maps, see places and traffic near you and use navigation.";

"onboarding_storage_permissions_title" = "Grant access";

"onboarding_storage_permissions_message" = "Change permissions settings in your device. Needs a storage access to use MAPS.ME.";

"onboarding_detail_permissions_title" = "MAPS.ME needs access to";

"onboarding_detail_permissions_storage_title" = "Storage";

"onboarding_detail_permissions_storage_message" = "To save and use downloaded maps offline and save bookmarks.";

"onboarding_detail_permissions_location_title" = "Location";

"onboarding_detail_permissions_location_message" = "To see places and traffic near you and use navigation.";

"onboarding_detail_permissions_storage_path_message" = "You can also change a destination to save downloaded maps.";

"onboarding_welcome_title" = "Welcome to MAPS.ME";

"onboarding_welcome_first_subtitle" = "Free, fast, detailed and entirely offline maps with turn-by-turn navigation.";

"onboarding_welcome_second_subtitle" = "By launching the application, you agree to <a href=\"http://legal.my.com/us/maps/tou/\">Terms</a> of Use and <a href=\"https://legal.my.com/us/maps/privacy/\">Privacy Policy</a>.";

"dialog_incorrect_feature_position" = "تغيير الموقع";

"message_invalid_feature_position" = "لا يمكن تحديد موقع الكائن هنا";

"login_to_make_edits_visible" = "قم بتسجيل الدخول حتى يتمكن باقي المستخدمين من رؤية التغييرات التي قمت بها.";

"no_migration_during_navigation" = "التحديث ممنوع أثناء الملاحة.";

/* Error dialog no space */
"migration_no_space_message" = "للتنزيل، فأنت تحتاج إلى توفير مساحة أكبر. من فضلك، احذف البيانات غير الضرورية.";

"editor_sharing_title" = "لقد قمت بتحديث خرائط تطبيق MAPS.ME";

"editor_comment_will_be_sent" = "سوف نرسل تعليقك إلى فريق رسم الخرائط.";

"editor_unsupported_category_message" = "لقد قمت بإضافة مكان ينتمي لفئة غير متوفرة لدينا بعد. سوف تظهر على الخريطة لاحقا.";

/* Downloaded 10 **of** 20 <- it is that "of" */
"downloader_of" = "%1$d من%2$d";

"download_over_mobile_header" = "تنزيل باستخدام اتصال الشبكة الخلوية؟";

"download_over_mobile_message" = "قد يكون هذا مكلفا جدا لبعض الخطط أو عند التجوال.";

"error_enter_correct_house_number" = "أدخل رقم منزل صحيح";

"editor_storey_number" = "عدد الطوابق (بحد أقصى %d)";

/* Error message in Editor when a user tries to set the number of floors for a building higher than 25 */
"error_enter_correct_storey_number" = "تحرير المبنى بحد أقصى 25 طابقًا";

"editor_zip_code" = "الرمز البريدي";

"error_enter_correct_zip_code" = "أدخل الرمز البريدي الصحيح";

/* Place Page title for long tap */
"placepage_unknown_place" = "مكان غير معروف";

"editor_other_info" = "معلومات إضافية";

"editor_detailed_description_hint" = "تعليق مفصل";

"editor_detailed_description" = "سيتم إرسال التغييرات التي اقترحتها إلى مجتمع OpenStreetMap. اذكر التفاصيل التي لا يمكن تحريرها في MAPS.ME";

"editor_more_about_osm" = "المزيد عن OpenStreetMap";

"editor_operator" = "معامل";

"editor_tag_description" = "أدخل الشركة أو المؤسسة أو الشخص المسؤول عن المنشآت.";

"editor_no_local_edits_title" = "ليست لديك تعديلات محلية";

"editor_no_local_edits_description" = "يوضح هذا عدد التغييرات المقترحة على الخريطة والتي يمكن الوصول إليها حاليًا فقط من على جهازك.";

"editor_send_to_osm" = "إرسال الى OSM";

"editor_remove" = "إزالة";

"downloader_my_maps_title" = "خرائطي";

"downloader_no_downloaded_maps_title" = "لم تقم بتنزيل أية خرائط";

"downloader_no_downloaded_maps_message" = "قم بتنزيل خرائط للبحث عن مكان والتنقل بدون اتصال بالإنترنت.";

"downloader_find_place_hint" = "البحث في المدينة أو البلد";

/* Error title that appears after certain time without location. */
"current_location_unknown_title" = "هل تريد متابعة اكتشاف موقعك الحالي؟";

/* Error that appears after certain time without location. */
"current_location_unknown_message" = "الموقع الحالي غير معروف. ربما تتواجد داخل مبنى أو نفق.";

"current_location_unknown_continue_button" = "استمرار";

"current_location_unknown_stop_button" = "إيقاف";

"current_location_unknown_error_title" = "الموقع الحالي غير معروف.";

"current_location_unknown_error_message" = "حدث خطأ أثناء البحث عن موقعك. تأكد من أن جهازك يعمل بشكل صحيح وأعد المحاولة لاحقًا.";

"whatsnew_update_editor_title" = "لقد قمنا بتحديث محرر الخريطة";

"whatsnew_update_editor_message" = "قام مستخدمو MAPS.ME بإجراء 200000 تغيير على الخرائط. معًا سنحصل على الخرائط الأكثر تفصيلاً في العالم. انضم إلينا!";

/* Additional text in whats new */
"whatsnew_update_editor_message_update" = "لاستخدام مُحَرّر الخريطة، يرجى تحديث جميع الخرائط.";

"location_services_disabled_header" = "تم تعطيل تحديد الموقع";

"location_services_disabled_message" = "قم بتفعيل الوصول إلى الموقع الجغرافي في إعدادات الجهاز";

"location_services_disabled_1" = "1. افتح الإعدادات";

"location_services_disabled_2" = "2. انقر على الموقع";

/* iOS Dialog for the case when the location permission is not granted */
"location_services_disabled_3" = "3. اختيار أثناء استخدام التطبيق";

"placepage_parking_surface" = "سطح";

"placepage_parking_multistorey" = "متعدد الطوابق";

"placepage_parking_underground" = "تحت الارض";

"placepage_parking_rooftop" = "سطح المبنى";

"placepage_parking_sheds" = "حظائر";

"placepage_parking_carports" = "مظلات سيارات";

"placepage_parking_boxes" = "صناديق جراج";

"placepage_parking_pay" = "دفع";

"placepage_parking_free" = "مجانًا";

"placepage_parking_interval" = "دفع عن فترة";

"placepage_entrance_number" = "رقم";

"placepage_entrance_type" = "المدخل";

"placepage_flat" = "تطبيق";

"placepage_open_24_7" = "24 / 7";

"place_page_booking_rating" = "التصنيف: %s";

"place_page_starting_from" = "من%s";

"meter" = "م";

"kilometer" = "كم";

"kilometers_per_hour" = "كم/ساعة";

"mile" = "ميل";

"foot" = "قدم";

"miles_per_hour" = "ميل/ساعة";

"day" = "ي";

"hour" = "س";

"minute" = "د";

"placepage_place_description" = "الوصف";

"placepage_more_button" = "المزيد";

"placepage_more_reviews_button" = "More Reviews";

"book_button" = "حجز";

"placepage_call_button" = "اتصال";

"placepage_edit_bookmark_button" = "تحرير العلامة المرجعية";

"placepage_bookmark_name_hint" = "اسم العلامة المرجعية";

"placepage_personal_notes_hint" = "ملاحظات شخصية";

"placepage_delete_bookmark_button" = "حذف العلامة المرجعية";

"editor_edits_sent_message" = "لقد تم إرسال التغييرات التي اقترحتها";

"editor_comment_hint" = "تعليق…";

"editor_reset_edits_message" = "هل تريد مسح كافة التغييرات المحلية؟";

"editor_reset_edits_button" = "مسح";

"editor_remove_place_message" = "إزالة مكان تمت إضافته؟";

"editor_remove_place_button" = "إزالة";

"editor_status_sending" = "جارِ الإرسال…";

"editor_place_doesnt_exist" = "المكان غير موجود";

"text_more_button" = "…المزيد";

/* Phone number error message */
"error_enter_correct_phone" = "أدخل رقم هاتف صحيح";

"error_enter_correct_web" = "أدخل عنوان ويب صالح";

"error_enter_correct_email" = "أدخل بريدا إلكترونيا صالحا";

"error_enter_correct" = "أدخل قيمة صالحة";

"editor_profile_changes_for_next_place" = "التغييرات في المكان التالي: %d";

"editor_profile_rating_place" = "المركز في التصنيف";

"booking_dialog_not_connect_header" = "لحجز الفندق، يُرجى تمكين الاتصال بالإنترنت";

"button_try" = "جربه";

"refresh" = "تحديث";

"last_update" = "أخر تحديث: %s";

"booking_checkin" = "موجود في: %s";

"booking_checkout" = "غادر: %s";

"placepage_add_place_button" = "إضافة مكان ما للخريطة";

/* Displayed when saving some edits to the map to warn against publishing personal data */
"editor_share_to_all_dialog_title" = "هل ترغب في إرساله لجميع المستخدمين؟";

/* iOS Dialog before publishing the modifications to the public map. */
"editor_share_to_all_dialog_message_1" = "تأكد من أنك لم تقم بإدخال أي بيانات شخصية.";

"editor_share_to_all_dialog_message_2" = "سنقوم بمراجعة هذه التغييرات. إذا كانت لدينا أي أسئلة فسوف نتصل بك عبر البريد الإلكتروني.";

"navigation_overview_button" = "استعراض";

"navigation_stop_button" = "توقف";

/* Text on an empty bookmark page */
"bookmarks_empty_title" = "حفظ الإشارات المرجعية";

"bookmarks_empty_message_1" = "انقر على ★ لحفظ الأماكن المفضلة من أجل إمكانية الوصول السريع.";

"bookmarks_empty_message_2" = "جلب العلامات المرجعية من البريد الإلكتروني والإنترنت.";

"bookmarks_empty_message_3" = "غادر: %s";

/* Name of the group for booked hotels */
"bookmarks_group_name" = "فنادق تم حجزها";

"place_page_button_read_descriprion" = "اقرأ";

/* iOS dialog for the case when recent track recording is on and the app comes back from background */
"recent_track_background_dialog_title" = "تريد تعطيل التسجيل الخاص بمسار سفرك الأخير؟";

/* If a hotel is being shared */
"sharing_booking" = "أو قم بالحجز عبر booking.com";

"off_recent_track_background_button" = "تعطيل";

/* For sharing via SMS and so on */
"sharing_call_action_look" = "انظر";

"continue_recent_track_background_button" = "استمرار";

"recent_track_background_dialog_message" = "يستخدم MAPS.ME موقعك الجغرافي في الخلفية لتسجيل مسار سفرك الأخير.";

"whatsnew_car_navigation_header" = "ملاحة المركبات سهلة الاستخدام";

"whatsnew_car_navigation_message" = "• تستحوذ عناصر الملاحة على مساحة أقل.\n• نحن نعرض السرعة كما وأضفنا كذلك التكبير التلقائي.";

"whatsnew_cycle_navigation_2_header" = "ملاحة الدراجات";

"whatsnew_cycle_navigation_2_message" = "• تضع ملاحة الدراجات بيانات التضاريس في الاعتبار.\n• نحن نخلق طرق أسهل مع الأخذ بعين الاعتبار منحدرات الطريق.";

"whatsnew_booking_2_header" = "البحث بسهولة عن فندق";

"whatsnew_booking_2_message" = "تظهر نتائج البحث التقييم والفئة السعرية للفندق.";

"whatsnew_cycle_navigation_header" = "التوجيه الملاحي مع الدراجات (إصدار تجريبي)";

"whatsnew_cycle_navigation_message" = "نختبر الآن التوجيه الملاحي مع الدراجات للموسم الجديد. جرب طريق الدراجات المفضل لديك باستخدام MAPS.ME، واطلعنا على رأيك.";

/* Rate on Google Play (Android only) */
"rate_gp" = "تصنيف على Google Play";

/* Share with friends: menu item title */
"tell_friends" = "أخبر صديق";

/* Share with friends: sharing text */
"tell_friends_text" = "مرحبًا! تثبيت MAPS.ME!";

/* About short text (below logo) */
"about_description" = "MAPS.ME هو تطبيق أساسي للسفر بدون اتصال بالإنترنت. يعتمد برنامج MAPS.ME على بيانات OpenStreetMap ويتيح تحريرها.";

/* Text in menu */
"blog" = "المدونة";

/* Hint near allow statictics checkbox */
"allow_statistics_hint" = "تجميح إحصائيات الاستخدام يساعد في تحسين التطبيق.";

"general_settings" = "إعدادات عامة";

"date" = "التاريخ %d";

/* "Report a bug" -> "Generaal Feedback" -> "Something is not working" */
"something_is_not_working" = "شيء ما لا يعمل";

/* For the first routing */
"accept" = "قبول";

"accept_and_continue" = "Accept and continue";

/* For the first routing */
"decline" = "رفض";

"whats_new_route_profile_title" = "الأفضل العثور على حل بدلا من السقوط في خندق";

"whats_new_route_profile_message" = "بالنسبة لمسارات المشاة والدراجات نحن الآن نعرض تشكيل الارتفاع.";

"whats_new_booking_improve_title" = "توفير عند حجز الفنادق";

"whats_new_booking_improve_message" = "تحتوي نتائج البحث عن الفنادق الآن على فئة السعر.\nوأضفنا أيضًا أكثر من 110000 فندق.";

/* For place page hotel facilities block */
"placepage_hotel_facilities" = "مرافق";

/* For place page hotel nearby block */
"placepage_hotel_nearby" = "قريبة";

/* For ordering a taxi (as opposed to hotels or other things) */
"taxi_order" = "طلب تاكسي";

/* How long it is until the taxi arrives */
"taxi_wait" = "متوقع في %s";

/* When there are no available taxis nearby */
"taxi_not_found" = "لا يمكن العثور على تاكسي قريب";

"install_app" = "تثبيت";

/* `Filter` is a noun here */
"booking_filters" = "عامل التصفية";

"booking_filters_reset" = "إعادة تعيين";

/* Beginning from a particular value and */
"booking_filters_rating" = "تصنيف من";

"booking_filters_rating_any" = "أي";

"booking_filters_ragting_good" = "جيد";

"booking_filters_rating_very_good" = "جيد جداً";

"booking_filters_rating_excellent" = "ممتاز";

"booking_filters_price_category" = "فئة الأسعار";

"search_no_results_title" = "لم يتم العثور على نتائج";

"search_no_results_message" = "جرب مصطلح بحث أكثر عمومية أو التصغير أو إعادة تعيين عامل التصفية.";

"search_no_results_expand_area_button" = "تصغير";

"search_no_results_reset_button" = "إعادة تعيين عامل التصفية";

/* noun */
"search_in_table" = "قائمة";

"booking_based_on_reviews" = "استناداً إلى %d من مراجعات الفنادق";

"booking_show_more" = "إظهار المزيد";

"booking_reviews" = "المراجعات";

"booking_hotel" = "الفندق";

/* hotel room */
"booking_hotel_room" = "الغرفة";

/* A neologism for a chat based on geographical proximity */
"chat" = "Geochat";

/* Verb. Text on a button that opens the chat. */
"chat_open" = "فتح";

"whatsnew_uber_header" = "MAPS.ME وUber";

"whatsnew_uber_message" = "اطلب تاكسي Uber مباشرة من التطبيق!";

"dialog_taxi_offline" = "طلب تاكسي غير متاح في وضع الطيران.";

"dialog_taxi_error" = "طلب تاكسي غير متاح مؤقتا.";

/* Abbreviated for all languages. */
"advertisement" = "AD";

"mobile_data_dialog" = "استخدام إنترنت المحمول لإظهار المعلومات التفصيلية؟";

"mobile_data_option_always" = "استخدام دائمًا";

"mobile_data_option_today" = "اليوم فقط";

"mobile_data_option_not_today" = "عدم الاستخدام اليوم";

"mobile_data" = "انترنت المحمول";

"mobile_data_description" = "الإنترنت المحمول مطلوب لعرض معلومات تفصيلية عن الأماكن مثل الصور الفوتوغرافية والأسعار والمراجعات.";

"mobile_data_option_never" = "عدم الاستخدام مطلقًا";

"mobile_data_option_ask" = "السؤال دوماً";

"traffic_update_maps_text" = "لعرض البيانات المرورية، يجب تحديث الخرائط.";

"traffic_outdated" = "البيانات المرورية قديمة.";

"big_font" = "زيادة حجم الخط على الخريطة";

"traffic_update_app" = "الرجاء تحديث MAPS.ME";

/* "traffic" as in road congestion */
"traffic_update_app_message" = "لعرض البيانات المرورية، يجب تحديث التطبيق.";

/* "traffic" as in "road congestion" */
"traffic_data_unavailable" = "البيانات المرورية غير متاحة";

"banner_deliveryclub_title" = "توصيل الطعام";

"banner_deliveryclub_message" = "توصيل سريع من 4000 مطعم. اطلب من Delivery Club.";

"banner_lamoda_title" = "متجر الملابس والأحذية على الإنترنت";

"banner_lamoda_message" = "أكثر من 1000 علامة تجارية. خصم يصل إلى 70%. توصيل مجاني في كافة أنحاء البلاد.";

"banner_tutu_title" = "تذاكر القطار على الإنترنت";

"banner_tutu_message" = "تذاكر القطار إلى أي مدينة على الإنترنت - الأسعار والبحث والحجز.";

"banner_geerbest_title" = "متجر إلكترونيات على الإنترنت";

"banner_geerbest_message" = "بحث سريع في أكثر من 50000 صنف بأسعار منخفضة.";

"banner_rentalcars_title" = "إيجار السيارات على الإنترنت";

"banner_rentalcars_message" = "800 شركة تأجير سيارات في أكثر من 49000 مكان لتأجير السيارات.";

"banner_viator_title" = "بحث عن الرحلات على الإنترنت";

"banner_viator_message" = "بحث في أكثر من 50000 رحلة في كافة أنحاء العالم.";

/* december */
"whatsnew_traffic" = "البيانات المرورية في 36 دولة";

/* december */
"whatsnew_traffic_text" = "معلومات مرورية حديثة وأسرع مسارات القيادة التي تعتمد عليها!";

/* december */
"whatsnew_traffic_roaming" = "المعلومات المرورية أثناء التجوال";

/* december */
"whatsnew_traffic_roaming_text" = "يتطلب أقل من 1 ميجابايت من عرض نطاق المحمول لكل رحلة.";

/* december */
"whatsnew_order_taxi" = "طلب تاكسي";

/* december */
"whatsnew_order_taxi_text" = "تحتوي معظم صفحات المواقع الآن على زر لطلب تاكسي.";

/* january */
"whatsnew_improved_search" = "بحث محسّن";

/* january */
"whatsnew_improved_search_text" = "حتى الاستعلامات التي بها أخطاء إملائية يمكن أن تحقق نتائج بحث دقيقة.";

/* january */
"whatsnew_filters_in_search" = "عوامل تصفية البحث";

/* january */
"whatsnew_filters_in_search_text" = "البحث عن الفنادق وفقًا للسعر والتصنيف.";

/* january */
"whatsnew_font_size" = "حجم الخط";

/* january */
"whatsnew_font_size_text" = "يمكن جعل التسميات على الخريطة أكبر.";

/* "Translation is no needed, because it's a company name" */
"uber" = "Uber";

/* Seven points and higher */
"booking_filter_rating_num_good" = "7.0+";

/* Eight points and higher */
"booking_filter_rating_num_very_good" = "8.0+";

/* Nine points and higher */
"booking_filter_rating_num_excellent" = "9.0+";

"booking_filter_price_low" = "$";

"booking_filter_price_medium" = "$$";

"booking_filter_price_high" = "$$$";

/* Simplified colour scheme for traffic information, fewer colours are used to display traffic jams on the map. The string should be kept as short as possible */
"pref_traffic_simplified_colors_title" = "ألوان مرور مبسطة";

"enable_logging" = "تمكين التسجيل";

"whatsnew_more_info_on_hotels_title" = "معلومات إضافية عن الفنادق";

"whatsnew_more_info_on_hotels_message" = "مظهر جديد كلية لصفحات الفنادق: افحص الصور، ومراجعات المستخدمين والمعلومات الأخرى على الإنترنت.";

"whatsnew_better_routing_title" = "تخطيط المسارات المحسّن";

"whatsnew_better_routing_message" = "• المزيد من التقدير الدقيق لوقت الوصول.\n• يضع التطبيق في الاعتبار المناطق المحظورة وعلامات الطريق.";

"whatsnew_smaller_mwm_title" = "الخرائط أصبحت أصغر";

"whatsnew_smaller_mwm_message" = "الخرائط تتطلب مساحة تخزين أقل بمقدار 20%.";

"whatsnew_waypoints_title" = "نقاط الطريق في المسار";

"whatsnew_waypoints_message" = "المس الأماكن لإضافة نقاط طريق إلى المسار.";

"whatsnew_viator_title" = "Viator title";

"whatsnew_viator_message" = "Viator message";

"whatsnew_driving_style_title" = "نمط خريطة جديد للقيادة";

"whatsnew_driving_style_message" = "وضع التنقل بالسيارة أصبح سهل الاستخدام.";

"more_on_bookingcom" = "المزيد عن Booking.com";

"details_on_bookingcom" = "تفاصيل حول Booking.com";

"reviews_on_bookingcom" = "المزيد من المراجعات عن Booking.com";

"offline_place_page_more_information" = "اتصل بالإنترنت للحصول على مزيد من التفاصيل حول المكان.";

"failed_load_information" = "فشل تحميل المعلومات.";

"booking_search" = "Booking.com";

"whats_new_auto_update_updating_maps" = "تحديث الخرائط";

"whats_new_auto_update_title" = "قم بتحديث الخرائط التي قمت بنتزيلها";

"whats_new_auto_update_message" = "تحديث الخرائط والاحتفاظ بالمعلومات حول الكائنات محدثة";

"whats_new_auto_update_button_size" = "تحديث (%s)";

"whats_new_auto_update_button_later" = "تحديث يدوياً في وقت لاحق";

"search_hotel_filter_apartment" = "شُقَق";

"search_hotel_filter_camp_site" = "تخييم";

"search_hotel_filter_chalet" = "شاليه";

"search_hotel_filter_guest_house" = "دار الضيافة";

"search_hotel_filter_hostel" = "نزُل";

"search_hotel_filter_resort" = "منتج";

"search_hotel_filter_hotel" = "الفندق";

"search_hotel_filter_motel" = "موتيل";

"create_campaign_button" = "مطالبة هذه الشركة";

"view_campaign_button" = "تم عمل إعلان عن الشركة";

"search_hotel_filters_type" = "النوع";

/* Settings: "Send general feedback" button */
"feedback_general" = "تعقيب عام";

"on" = "تشغيل";

"off" = "إيقاف";

"prefs_languages_information" = "نحن نستخدم نظام النص إلى كلام (TTS) للتعليمات الصوتية. تستخدم العديد من أجهزة Android نظام Google TTS، يمكنك تنزيله من أو تحديثه من Google Play (https://play.google.com/store/apps/details?id=com.google.android.tts)";

"prefs_languages_information_off" = "بالنسبة للغة العربية واليونانية والرومانية قد تحتاج إلى تثبيت نظام نص إلى كلام (TTS) إضافي (حيث إن نظام Google TTS لا يدعم اللغات بعد (من Google Play مثل Vocalizer TTS أو SVOX Classics.\nلإدارة الإعدادات لتخليق الكلام، في الجهاز الخاص بك افتح الإعدادات –> اللغة والإدخال –> الكلام –> إخراج نص إلى كلام. هنا يمكنك تنزيل حزمة لغة إضافية أو تحديد محرك النص إلى كلام المفضل.";

"prefs_languages_information_off_link" = "لمزيد من المعلومات الرجاء مراجعة هذا الدليل.";

"whatsnew_transliteration_title" = "كتابة بالحروف اللاتينية";

"whatsnew_transliteration_message" = "إذا كان الشارع أو الهدف ليس له اسم بلغتك. فسيتم هجاؤه بالحروف اللاتينية.";

"learn_more" = "Learn more";

"exit" = "Exit";

"routing_add_start_point" = "Add start point to plan a route.";

"routing_add_finish_point" = "Add finish to plan a route.";

"use" = "Use";

"viator_title" = "Attractions and tours";