-
Notifications
You must be signed in to change notification settings - Fork 0
/
ar.xliff
3372 lines (3372 loc) · 148 KB
/
ar.xliff
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd">
<file original="shoutit-iphone/Application/Info.plist" source-language="en" datatype="plaintext" target-language="ar">
<header>
<tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="7.1.1" build-num="7B1005"/>
</header>
<body>
<trans-unit id="CFBundleName">
<source>$(PRODUCT_NAME)</source>
<target>شاوت ات</target>
</trans-unit>
<trans-unit id="CFBundleShortVersionString">
<source>2.1.0</source>
</trans-unit>
</body>
</file>
<file original="shoutit-iphone/Application/Localizable.strings" source-language="en" datatype="plaintext" target-language="ar">
<header>
<tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="7.1.1" build-num="7B1005"/>
</header>
<body>
<trans-unit id="%@ Admins">
<source>%@ Admins</source>
<target>%@ مدراء</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%@ Listeners">
<source>%@ Listeners</source>
<target>%@ مستمعين</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%@ Pages">
<source>%@ Pages</source>
<target>%@ صفحات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%@ Shouts">
<source>%@ Shouts</source>
<target>%@ إعلانات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%d Shouts">
<source>%d Shouts</source>
<target>%d إعلانات</target>
<note>Search results count string</note>
</trans-unit>
<trans-unit id="(location.city), (location.country)">
<source>(location.city), (location.country)</source>
<target>(location.city), (location.country)</target>
<note>Shout detail location string</note>
</trans-unit>
<trans-unit id="(profileName) can now administrate this chat">
<source>(profileName) can now administrate this chat</source>
<target>(profileName) يستطيع الآن إدارة المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="(self.conversation.blocked.count)">
<source>(self.conversation.blocked.count)</source>
<target>(self.conversation.blocked.count)</target>
<note>Blocked Users count</note>
</trans-unit>
<trans-unit id="(self.conversation.users?.count ?? 0)">
<source>(self.conversation.users?.count ?? 0)</source>
<target>(self.conversation.users?.count ?? 0)</target>
<note>Participants count</note>
</trans-unit>
<trans-unit id="+99">
<source>+99</source>
<target>+99</target>
<note>More than 99 Notifications</note>
</trans-unit>
<trans-unit id="ATTACHMENTS">
<source>ATTACHMENTS</source>
<target>المرفقات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="About">
<source>About</source>
<target>حول</target>
<note>About screen title
Settings cell title</note>
</trans-unit>
<trans-unit id="Account">
<source>Account</source>
<target>الحساب</target>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="Add %d Photos">
<source>Add %d Photos</source>
<target>إضافة %d صور</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Add Member">
<source>Add Member</source>
<target>إضافة مشترك</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Administrator">
<source>Administrator</source>
<target>مدير</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="All Categories">
<source>All Categories</source>
<target>جميع التصنيفات</target>
<note>Default category - filter button title</note>
</trans-unit>
<trans-unit id="Already a member">
<source>Already a member</source>
<target>مشترك حاليا</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Are you sure?">
<source>Are you sure?</source>
<target>هل انت متأكد ؟</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Are you sure? All Shout data will be lost.">
<source>Are you sure? All Shout data will be lost.</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Attachment">
<source>Attachment</source>
<target>المرفقات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Auto">
<source>Auto</source>
<target>تلقائي</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Automatically Location Updates">
<source>Automatically Location Updates</source>
<target>تحديث موقع تلقائي</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Bio">
<source>Bio</source>
<target>المعلومات الشخصية</target>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="Bio has too many characters">
<source>Bio has too many characters</source>
<target>لايمكن ان يحتوي على الكثير من الأحرف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Block">
<source>Block</source>
<target>حظر</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Blocked">
<source>Blocked</source>
<target>محظور</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Browse">
<source>Browse</source>
<target>إستعرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="By Proceeding you also agree to Shoutit’s Terms of Service and Privacy Policy.">
<source>By Proceeding you also agree to Shoutit’s Terms of Service and Privacy Policy.</source>
<target>عند المتابعة ستكون قد وافقت على شروط الخدمة وسياسة الخصوصية لشاوت ات.</target>
<note>Signup screen terms and policy message message</note>
</trans-unit>
<trans-unit id="CLEAR">
<source>CLEAR</source>
<target>مسح</target>
<note>recent searches clear button title</note>
</trans-unit>
<trans-unit id="Call">
<source>Call</source>
<target>مكالمة</target>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Call Ended">
<source>Call Ended</source>
<note>Video call status message</note>
</trans-unit>
<trans-unit id="Call Failed">
<source>Call Failed</source>
<note>Video call status message</note>
</trans-unit>
<trans-unit id="Cancel">
<source>Cancel</source>
<target>إلغاء</target>
<note>Edit photo action sheet option</note>
</trans-unit>
<trans-unit id="Cannot add more images">
<source>Cannot add more images</source>
<note>Alert title - user tries to pick more than allowed number of images in media picker</note>
</trans-unit>
<trans-unit id="Cannot add more videos">
<source>Cannot add more videos</source>
<note>Alert title - user tries to pick more than allowed number of videos in media picker</note>
</trans-unit>
<trans-unit id="Categorie">
<source>Categorie</source>
<target>التصنيف</target>
<note>Shout details</note>
</trans-unit>
<trans-unit id="Categories">
<source>Categories</source>
<target>التصنيفات</target>
<note>Main search screen categories header</note>
</trans-unit>
<trans-unit id="Categories unavailable">
<source>Categories unavailable</source>
<target>التصنيفات غير متاحة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Categories unavilable">
<source>Categories unavilable</source>
<target>التصنيفات غير متاحة</target>
<note>Post signup 1 placeholder</note>
</trans-unit>
<trans-unit id="Category">
<source>Category</source>
<target>التصنيف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Change">
<source>Change</source>
<note>Edit photo action sheet option</note>
</trans-unit>
<trans-unit id="Change email">
<source>Change email</source>
<target>تغيير البريد الإلكتروني</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Change password">
<source>Change password</source>
<target>تغيير كلمة المرور</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Chat">
<source>Chat</source>
<target>محادثة</target>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Chat created by %@\nCreated on %@">
<source>Chat created by %1$@
Created on %2$@</source>
<note>Chat Info Bottom Description</note>
</trans-unit>
<trans-unit id="Chat created by Shoutit">
<source>Chat created by Shoutit</source>
<target>محادثة من شاوت ات</target>
<note>Chat Info Bottom Description</note>
</trans-unit>
<trans-unit id="Chats">
<source>Chats</source>
<target>المحادثات</target>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Choose location">
<source>Choose location</source>
<target>إختر موقع </target>
<note>Displayed on filter button when no location is chosen</note>
</trans-unit>
<trans-unit id="Close">
<source>Close</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Confirmation">
<source>Confirmation</source>
<target>موافقة </target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Connecting with %@...">
<source>Connecting with %@...</source>
<note>Video call status message</note>
</trans-unit>
<trans-unit id="Connecting...">
<source>Connecting...</source>
<note>Video call status message</note>
</trans-unit>
<trans-unit id="Contacts Friends">
<source>Contacts Friends</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Content unavailable">
<source>Content unavailable</source>
<target>المحتوى غير متاح</target>
<note>Default table view placeholder</note>
</trans-unit>
<trans-unit id="Conversation">
<source>Conversation</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Conversation Deleted succesfully">
<source>Conversation Deleted succesfully</source>
<target>تم مسح المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Conversation Shouts">
<source>Conversation Shouts</source>
<target>إعلانات المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Conversation reported succesfully">
<source>Conversation reported succesfully</source>
<target>تم التبليغ عن المحادثة بنجاح</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not establish connection right now.">
<source>Could not establish connection right now.</source>
<target>لايمكن تأسيس إتصال الآن </target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not get your data">
<source>Could not get your data</source>
<target>لايمكن الحصول على البيانات الخاصة بك</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not load photos">
<source>Could not load photos</source>
<target>لايمكن تحميل الصور</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not send message">
<source>Could not send message</source>
<target>لايمكن إرسال الرسالة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not send your location right now.">
<source>Could not send your location right now.</source>
<target>لايمكن إرسال موقعك الآن</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not subscribe to channel. Wrong Channel Name">
<source>Could not subscribe to channel. Wrong Channel Name</source>
<target>لايمكن الإشتراك في القناة, إسم القناة خاطئ </target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create Offer">
<source>Create Offer</source>
<target>إنشاء عرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create Page">
<source>Create Page</source>
<target>إنشاء صفحة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create Request">
<source>Create Request</source>
<target>إنشاء طلب</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create another Offer">
<source>Create another Offer</source>
<target>إنشاء عرض آخر</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create another Request">
<source>Create another Request</source>
<target>إنشاء طلب آخر</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Currency">
<source>Currency</source>
<target>العملة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Current Password">
<source>Current Password</source>
<target>كلمة المرور الحالية</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Current location:">
<source>Current location:</source>
<target>الموقع الحالي:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="DETAILS">
<source>DETAILS</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Date">
<source>Date</source>
<target>التاريخ</target>
<note>Shout details</note>
</trans-unit>
<trans-unit id="Delete">
<source>Delete</source>
<target>حذف</target>
<note>Edit photo action sheet option
Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Delete Conversation">
<source>Delete Conversation</source>
<target>حذف المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Description">
<source>Description</source>
<target>الشرح</target>
<note>Description cell placeholder text
Shout details</note>
</trans-unit>
<trans-unit id="Details">
<source>Details</source>
<target>التفاصيل </target>
<note>Shout details</note>
</trans-unit>
<trans-unit id="Discover">
<source>Discover</source>
<target>إكتشف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Discover Shouts">
<source>Discover Shouts</source>
<target>إكتشف الإعلانات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do nothing">
<source>Do nothing</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to close?">
<source>Do you want to close?</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to delete this conversation">
<source>Do you want to delete this conversation</source>
<target>هل ترغب بحذف هذه المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to delete this shout?">
<source>Do you want to delete this shout?</source>
<target>هل ترغب بحذف هذا الإعلان؟ </target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to send selected picture?">
<source>Do you want to send selected picture?</source>
<target>هل ترغب بإرسال الصورة المحددة؟</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to send selected profile?">
<source>Do you want to send selected profile?</source>
<target>هل ترغب في إرسال الملف الشخصي المحدد؟</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to send selected shout?">
<source>Do you want to send selected shout?</source>
<target>هل ترغب بإرسال الإعلان المحدد؟ </target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to send selected video?">
<source>Do you want to send selected video?</source>
<target>هل ترغب بإرسال الفيديو المحدد؟ </target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do you want to send your location?">
<source>Do you want to send your location?</source>
<target>هل ترغب بإرسال موقعك؟</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Don't be so shy. Say something.">
<source>Don't be so shy. Say something.</source>
<target>لا تخجل. اكتب رسالة.</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Done">
<source>Done</source>
<target>تم</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Edit">
<source>Edit</source>
<target>تعديل</target>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Edit Offer">
<source>Edit Offer</source>
<target>تعديل العرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Edit Request">
<source>Edit Request</source>
<target>تعديل الطلب</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Edit Shout Media">
<source>Edit Shout Media</source>
<note>Edit media alert title</note>
</trans-unit>
<trans-unit id="Email">
<source>Email</source>
<target>البريد الإلكتروني</target>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="EnterValidMail">
<source>EnterValidMail</source>
<target>أدخل بريد إلكتروني صحيح</target>
<note>Enter valid email.</note>
</trans-unit>
<trans-unit id="EnterValidMailOrUsername">
<source>EnterValidMailOrUsername</source>
<target>أدخل بريد إالكتروني صحيح أو إسم مستخدم</target>
<note>Enter valid email / username</note>
</trans-unit>
<trans-unit id="Entire country">
<source>Entire country</source>
<target>كامل الدولة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Exit Chat">
<source>Exit Chat</source>
<target>ترك المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="FREE">
<source>FREE</source>
<target>مجاناً</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Facebook">
<source>Facebook</source>
<target>فيسبوك</target>
<note>Create public chat cell title
Facebook cell title on sharing options in create shout view</note>
</trans-unit>
<trans-unit id="Facebook Friends">
<source>Facebook Friends</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Failed to obtain facebook publish permissions">
<source>Failed to obtain facebook publish permissions</source>
<note>Returned when updating permissions scope fails on API side</note>
</trans-unit>
<trans-unit id="Fields must not be empty">
<source>Fields must not be empty</source>
<target>لابمكن ترك الحقول فارغة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Find Friends">
<source>Find Friends</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="First name">
<source>First name</source>
<target>الإسم الأول</target>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="FirstNameValidationError">
<source>FirstNameValidationError</source>
<target>خطأ في الإسم الأول</target>
<note>Enter valid first name.</note>
</trans-unit>
<trans-unit id="Guest">
<source>Guest</source>
<target>ضيف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Have an account? Log in">
<source>Have an account? Log in</source>
<target>هل يوجد لديك حساب؟ تسجيل الدخول</target>
<note>Signup view</note>
</trans-unit>
<trans-unit id="Help">
<source>Help</source>
<target>المساعدة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Home">
<source>Home</source>
<target>الرئيسية</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Image">
<source>Image</source>
<target>صورة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Incoming Call">
<source>Incoming Call</source>
<target>مكالمة واردة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Incoming Call from ">
<source>Incoming Call from </source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Interests">
<source>Interests</source>
<target>إهتمامات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Invite Friends">
<source>Invite Friends</source>
<target>دعوة الأصدقاء</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Join Shoutit on shoutit.com">
<source>Join Shoutit on shoutit.com</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Joined">
<source>Joined</source>
<target>مسجل من</target>
<note>User profile date foined cell
User profile date joined cell</note>
</trans-unit>
<trans-unit id="K">
<source>K</source>
<target>ألف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="LOCATION">
<source>LOCATION</source>
<target>الموقع</target>
<note>Create public chat section title</note>
</trans-unit>
<trans-unit id="Last name">
<source>Last name</source>
<target>الإسم الأخير</target>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="LastNameValidationError">
<source>LastNameValidationError</source>
<target>خطأ في الإسم الأخير</target>
<note>Enter valid last name.</note>
</trans-unit>
<trans-unit id="Legal">
<source>Legal</source>
<target>قانوني</target>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="Listen">
<source>Listen</source>
<target>إستماع</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Listeners">
<source>Listeners</source>
<target>مستمعون</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Listening">
<source>Listening</source>
<target>إستماعات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Loading Messages...">
<source>Loading Messages...</source>
<target>تحميل الرسائل .....</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Loading suggestions">
<source>Loading suggestions</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Location">
<source>Location</source>
<target>الموقع</target>
<note>Edit profile placeholder text
Shout detail</note>
</trans-unit>
<trans-unit id="Log in">
<source>Log in</source>
<target>تسجيل الدخول</target>
<note>Signup view. Should be the same as whole text's part</note>
</trans-unit>
<trans-unit id="Log out">
<source>Log out</source>
<target>تسجيل الخروج</target>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="M">
<source>M</source>
<target>مليو</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="MEMBERS">
<source>MEMBERS</source>
<target>المشاركون</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Manage User">
<source>Manage User</source>
<target>إدارة المشترك</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Mark all as read">
<source>Mark all as read</source>
<target>تحديد الكل كمقروء</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Media">
<source>Media</source>
<target>وسائط متعددة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Mobile">
<source>Mobile</source>
<target>رقم الموبايل</target>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="More">
<source>More</source>
<target>المزيد</target>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="More shouts from %@">
<source>More shouts from %@</source>
<target>إعلانات بواسطة %@</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="My Pages">
<source>My Pages</source>
<target>صفحاتي</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="My Shouts">
<source>My Shouts</source>
<target>إعلاناتي</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Name">
<source>Name</source>
<target>الإسم</target>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="New Password">
<source>New Password</source>
<target>كلمة مرور جديدة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="New email">
<source>New email</source>
<target>بريد إلكتروني جدبد</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="New to Shoutit? Sign up">
<source>New to Shoutit? Sign up</source>
<target>جديد على شاوت ات؟ انشاء حساب</target>
<note>Signup view</note>
</trans-unit>
<trans-unit id="Next">
<source>Next</source>
<target>التالي</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No Messages to show">
<source>No Messages to show</source>
<target>لا يوجد رسائل للعرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No categores are available">
<source>No categores are available</source>
<target>لا يوجد تصنيفات متاحة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No content available yet">
<source>No content available yet</source>
<target>لا يوجد محتوى للعرض حتى الآن</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No conversations to show">
<source>No conversations to show</source>
<target>لا يوجد محادثات للعرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No images are available">
<source>No images are available</source>
<target>لا يوجد صور للعرض</target>
<note>Message for shout with no images</note>
</trans-unit>
<trans-unit id="No more messages to show">
<source>No more messages to show</source>
<target>لا يوجد رسائل أخرى للعرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No notifications to show">
<source>No notifications to show</source>
<target>لا يوجد إشعارات للعرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No pages available yet">
<source>No pages available yet</source>
<target>لا توجد صفحات الآن</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No results were found">
<source>No results were found</source>
<target>لا يوجد نتائج</target>
<note>Empty search results placeholder</note>
</trans-unit>
<trans-unit id="No shouts are available">
<source>No shouts are available</source>
<target>لا يوجد إعلانات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No shouts available yet">
<source>No shouts available yet</source>
<target>لا توجد إعلانات الآن</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No users were found">
<source>No users were found</source>
<target>لم يتم العثور على مستخدمين</target>
<note>User search empty message</note>
</trans-unit>
<trans-unit id="Notification">
<source>Notification</source>
<target>إشعار</target>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="Notification Settings">
<source>Notification Settings</source>
<target>ضبط الإشعارات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="OK">
<source>OK</source>
<target>موافقة</target>
<note>Alert button</note>
</trans-unit>
<trans-unit id="Offer">
<source>Offer</source>
<target>عرض</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Offers and Requests">
<source>Offers and Requests</source>
<target>عروض و طلبات</target>
<note>Filter shout type</note>
</trans-unit>
<trans-unit id="Only Offers">
<source>Only Offers</source>
<target>عروض فقط</target>
<note>Filter shout type</note>
</trans-unit>
<trans-unit id="Only Requests">
<source>Only Requests</source>
<target>طلبات فقط</target>
<note>Filter shout type</note>
</trans-unit>
<trans-unit id="Orders">
<source>Orders</source>
<target>المشتريات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Participants">
<source>Participants</source>
<target>المشاركون</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>كلمة المرور</target>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="PasswordValidationError">
<source>PasswordValidationError</source>
<target>خطأ في كلمة المرور</target>
<note>Password characters limit should be between 6-20</note>
</trans-unit>
<trans-unit id="Photo Library">
<source>Photo Library</source>
<target>مكتبة الصور</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please enter chat subject">
<source>Please enter chat subject</source>
<target>الرجاء ادخال موضوع المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please enter report message">
<source>Please enter report message</source>
<target>يرجى ادخال رسالة تبليغ</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please make sure that all media are uploaded before continuing">
<source>Please make sure that all media are uploaded before continuing</source>
<target>يرجى التأكد من تحميل كافة الصور او الفيديو قبل المتابعة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please make sure that your location services are enabled for Shoutit.">
<source>Please make sure that your location services are enabled for Shoutit.</source>
<target>يرجى التأكد من إتاحة موقعك لشاوت ات</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please provide a report message">
<source>Please provide a report message</source>
<target>يرجى تقديم رسالة تبليغ</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select %@">
<source>Please select %@</source>
<target>أختر %@</target>
<note>Create Shout: choose filter: Action sheet title</note>
</trans-unit>
<trans-unit id="Please select Category">
<source>Please select Category</source>
<target>يرجى إختيار تصنيف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select Currency">
<source>Please select Currency</source>
<target>يرجى إختيار عملة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select Type">
<source>Please select Type</source>
<target>يرجى إختيار نوع</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select category">
<source>Please select category</source>
<target>يرجى إختيار تصنيف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select sort type">
<source>Please select sort type</source>
<target>يرجى اختيار توع الفرز</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select type">
<source>Please select type</source>
<target>يرجى اختيار نوع</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please wait for upload to finish">
<source>Please wait for upload to finish</source>
<target>يرجى انتظار التحميل حتى ينتهي</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Privacy Policy">
<source>Privacy Policy</source>
<target>سياسة الخصوصية</target>
<note>Settings cell title
Signup screen part of terms and condition message. Must match that in whole text</note>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>الصفحة الشخصية</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Profile Reported Successfully">
<source>Profile Reported Successfully</source>
<target>تم التبليغ عن المستخدم بنجاح</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Promote to admin">
<source>Promote to admin</source>
<target>ترقية لمدير</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Public Chats">
<source>Public Chats</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Recent searches">
<source>Recent searches</source>
<target>تم البحث عنه</target>
<note>Recent searches header</note>
</trans-unit>
<trans-unit id="Related Interests">
<source>Related Interests</source>
<target>إهتمامات مشابهة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Related Shouts">
<source>Related Shouts</source>
<target>إعلانات مشابهة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Related shouts">
<source>Related shouts</source>
<target>إعلانات مشابهة</target>
<note>Shout detail</note>
</trans-unit>
<trans-unit id="Remove">
<source>Remove</source>
<target>حذف</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Remove Currency">
<source>Remove Currency</source>
<target>حذف العملة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Report Chat">
<source>Report Chat</source>
<target>تبليغ عن المحادثة</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Report Profile">
<source>Report Profile</source>
<target>تبليغ عن المستخدم</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Report Shout">
<source>Report Shout</source>
<target>تبليغ عن الإعلان</target>
<note>No comment provided by engineer.</note>