-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.xliff
3064 lines (3064 loc) · 130 KB
/
de.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="de">
<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>
</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="de">
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%@ Listeners">
<source>%@ Listeners</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%@ Pages">
<source>%@ Pages</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%@ Shouts">
<source>%@ Shouts</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%d Shouts">
<source>%d Shouts</source>
<note>Search results count string</note>
</trans-unit>
<trans-unit id="(location.city), (location.country)">
<source>(location.city), (location.country)</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="(self.conversation.blocked.count)">
<source>(self.conversation.blocked.count)</source>
<note>Blocked Users count</note>
</trans-unit>
<trans-unit id="(self.conversation.users?.count ?? 0)">
<source>(self.conversation.users?.count ?? 0)</source>
<note>Participants count</note>
</trans-unit>
<trans-unit id="+99">
<source>+99</source>
<note>More than 99 Notifications</note>
</trans-unit>
<trans-unit id="ATTACHMENTS">
<source>ATTACHMENTS</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="About">
<source>About</source>
<note>About screen title
Settings cell title</note>
</trans-unit>
<trans-unit id="Account">
<source>Account</source>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="Add %d Photos">
<source>Add %d Photos</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Add Member">
<source>Add Member</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Administrator">
<source>Administrator</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="All Categories">
<source>All Categories</source>
<note>Default category - filter button title</note>
</trans-unit>
<trans-unit id="Already a member">
<source>Already a member</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Are you sure?">
<source>Are you sure?</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Auto">
<source>Auto</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Automatically Location Updates">
<source>Automatically Location Updates</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Bio">
<source>Bio</source>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="Bio has too many characters">
<source>Bio has too many characters</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Block">
<source>Block</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Blocked">
<source>Blocked</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Browse">
<source>Browse</source>
<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>
<note>Signup screen terms and policy message message</note>
</trans-unit>
<trans-unit id="CLEAR">
<source>CLEAR</source>
<note>recent searches clear button title</note>
</trans-unit>
<trans-unit id="Call">
<source>Call</source>
<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>
<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>
<note>Shout details</note>
</trans-unit>
<trans-unit id="Categories">
<source>Categories</source>
<note>Main search screen categories header</note>
</trans-unit>
<trans-unit id="Categories unavailable">
<source>Categories unavailable</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Categories unavilable">
<source>Categories unavilable</source>
<note>Post signup 1 placeholder</note>
</trans-unit>
<trans-unit id="Category">
<source>Category</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Change password">
<source>Change password</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Chat">
<source>Chat</source>
<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>
<note>Chat Info Bottom Description</note>
</trans-unit>
<trans-unit id="Chats">
<source>Chats</source>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Choose location">
<source>Choose location</source>
<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>
<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>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Conversation Shouts">
<source>Conversation Shouts</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Conversation reported succesfully">
<source>Conversation reported succesfully</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not get your data">
<source>Could not get your data</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not load photos">
<source>Could not load photos</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Could not send message">
<source>Could not send message</source>
<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>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create Offer">
<source>Create Offer</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create Page">
<source>Create Page</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create Request">
<source>Create Request</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create another Offer">
<source>Create another Offer</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Create another Request">
<source>Create another Request</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Currency">
<source>Currency</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Current Password">
<source>Current Password</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Current location:">
<source>Current location:</source>
<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>
<note>Shout details</note>
</trans-unit>
<trans-unit id="Delete">
<source>Delete</source>
<note>Edit photo action sheet option
Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Delete Conversation">
<source>Delete Conversation</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Description">
<source>Description</source>
<note>Description cell placeholder text
Shout details</note>
</trans-unit>
<trans-unit id="Details">
<source>Details</source>
<note>Shout details</note>
</trans-unit>
<trans-unit id="Discover">
<source>Discover</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Discover Shouts">
<source>Discover Shouts</source>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Done">
<source>Done</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Edit">
<source>Edit</source>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="Edit Offer">
<source>Edit Offer</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Edit Request">
<source>Edit Request</source>
<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>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="EnterValidMail">
<source>EnterValidMail</source>
<note>Enter valid email.</note>
</trans-unit>
<trans-unit id="EnterValidMailOrUsername">
<source>EnterValidMailOrUsername</source>
<note>Enter valid email / username</note>
</trans-unit>
<trans-unit id="Entire country">
<source>Entire country</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Exit Chat">
<source>Exit Chat</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="FREE">
<source>FREE</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Facebook">
<source>Facebook</source>
<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>
<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>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="FirstNameValidationError">
<source>FirstNameValidationError</source>
<note>Enter valid first name.</note>
</trans-unit>
<trans-unit id="Guest">
<source>Guest</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Have an account? Log in">
<source>Have an account? Log in</source>
<note>Signup view</note>
</trans-unit>
<trans-unit id="Help">
<source>Help</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Home">
<source>Home</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Image">
<source>Image</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Incoming Call">
<source>Incoming Call</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Invite Friends">
<source>Invite Friends</source>
<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>
<note>User profile date foined cell
User profile date joined cell</note>
</trans-unit>
<trans-unit id="K">
<source>K</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="LOCATION">
<source>LOCATION</source>
<note>Create public chat section title</note>
</trans-unit>
<trans-unit id="Last name">
<source>Last name</source>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="LastNameValidationError">
<source>LastNameValidationError</source>
<note>Enter valid last name.</note>
</trans-unit>
<trans-unit id="Legal">
<source>Legal</source>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="Listen">
<source>Listen</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Listeners">
<source>Listeners</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Listening">
<source>Listening</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Loading Messages...">
<source>Loading Messages...</source>
<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>
<note>Edit profile placeholder text
Shout detail</note>
</trans-unit>
<trans-unit id="Log in">
<source>Log in</source>
<note>Signup view. Should be the same as whole text's part</note>
</trans-unit>
<trans-unit id="Log out">
<source>Log out</source>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="M">
<source>M</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="MEMBERS">
<source>MEMBERS</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Manage User">
<source>Manage User</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Mark all as read">
<source>Mark all as read</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Media">
<source>Media</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Mobile">
<source>Mobile</source>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="More">
<source>More</source>
<note>Shout detail tab bar item</note>
</trans-unit>
<trans-unit id="More shouts from %@">
<source>More shouts from %@</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="My Pages">
<source>My Pages</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="My Shouts">
<source>My Shouts</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Name">
<source>Name</source>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="New Password">
<source>New Password</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="New email">
<source>New email</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="New to Shoutit? Sign up">
<source>New to Shoutit? Sign up</source>
<note>Signup view</note>
</trans-unit>
<trans-unit id="Next">
<source>Next</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No Messages to show">
<source>No Messages to show</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No categores are available">
<source>No categores are available</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No content available yet">
<source>No content available yet</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No conversations to show">
<source>No conversations to show</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No images are available">
<source>No images are available</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No notifications to show">
<source>No notifications to show</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No pages available yet">
<source>No pages available yet</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No results were found">
<source>No results were found</source>
<note>Empty search results placeholder</note>
</trans-unit>
<trans-unit id="No shouts are available">
<source>No shouts are available</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No shouts available yet">
<source>No shouts available yet</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="No users were found">
<source>No users were found</source>
<note>User search empty message</note>
</trans-unit>
<trans-unit id="Notification">
<source>Notification</source>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="Notification Settings">
<source>Notification Settings</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="OK">
<source>OK</source>
<note>Alert button</note>
</trans-unit>
<trans-unit id="Offer">
<source>Offer</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Offers and Requests">
<source>Offers and Requests</source>
<note>Filter shout type</note>
</trans-unit>
<trans-unit id="Only Offers">
<source>Only Offers</source>
<note>Filter shout type</note>
</trans-unit>
<trans-unit id="Only Requests">
<source>Only Requests</source>
<note>Filter shout type</note>
</trans-unit>
<trans-unit id="Orders">
<source>Orders</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Participants">
<source>Participants</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<note>Settings cell title</note>
</trans-unit>
<trans-unit id="PasswordValidationError">
<source>PasswordValidationError</source>
<note>Password characters limit should be between 6-20</note>
</trans-unit>
<trans-unit id="Photo Library">
<source>Photo Library</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please enter chat subject">
<source>Please enter chat subject</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please enter report message">
<source>Please enter report message</source>
<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>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please provide a report message">
<source>Please provide a report message</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select %@">
<source>Please select %@</source>
<note>Create Shout: choose filter: Action sheet title</note>
</trans-unit>
<trans-unit id="Please select Category">
<source>Please select Category</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select Currency">
<source>Please select Currency</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select Type">
<source>Please select Type</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select category">
<source>Please select category</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select sort type">
<source>Please select sort type</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Please select type">
<source>Please select type</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Privacy Policy">
<source>Privacy Policy</source>
<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>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Profile Reported Successfully">
<source>Profile Reported Successfully</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Promote to admin">
<source>Promote to admin</source>
<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>
<note>Recent searches header</note>
</trans-unit>
<trans-unit id="Related Interests">
<source>Related Interests</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Related Shouts">
<source>Related Shouts</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Related shouts">
<source>Related shouts</source>
<note>Shout detail</note>
</trans-unit>
<trans-unit id="Remove">
<source>Remove</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Remove Currency">
<source>Remove Currency</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Report Chat">
<source>Report Chat</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Report Profile">
<source>Report Profile</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Report Shout">
<source>Report Shout</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Request">
<source>Request</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Results">
<source>Results</source>
<note>Search results section header</note>
</trans-unit>
<trans-unit id="Results for '%@'">
<source>Results for '%@'</source>
<note>Search results for search phrase section header</note>
</trans-unit>
<trans-unit id="SHARING">
<source>SHARING</source>
<note>Create public chat section title
Sharing section header on create shout</note>
</trans-unit>
<trans-unit id="SUGGESTED USERS">
<source>SUGGESTED USERS</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Search Shoutit">
<source>Search Shoutit</source>
<note>Search text field placeholder</note>
</trans-unit>
<trans-unit id="Search Users">
<source>Search Users</source>
<note>Search users placeholder</note>
</trans-unit>
<trans-unit id="Search in %@ shouts">
<source>Search in %@ shouts</source>
<note>Search text field placeholder</note>
</trans-unit>
<trans-unit id="See All Shouts">
<source>See All Shouts</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Select Shout">
<source>Select Shout</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Send">
<source>Send</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Send Attachment">
<source>Send Attachment</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Sending message">
<source>Sending message</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Settings">
<source>Settings</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Shout">
<source>Shout</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Shout Reported Successfully">
<source>Shout Reported Successfully</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Shout deleted Successfully">
<source>Shout deleted Successfully</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Shouts">
<source>Shouts</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Shouts in %@">
<source>Shouts in %@</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Sign up">
<source>Sign up</source>
<note>Signup view. Should be the same as whole text's part</note>
</trans-unit>
<trans-unit id="Sort By">
<source>Sort By</source>
<note>Sort type button title label</note>
</trans-unit>
<trans-unit id="Stop Listening">
<source>Stop Listening</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Suggested Pages">
<source>Suggested Pages</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Suggested Users">
<source>Suggested Users</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Suggestions">
<source>Suggestions</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Take Photo">
<source>Take Photo</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Take Photo or Video">
<source>Take Photo or Video</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Take Video">
<source>Take Video</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Tap to add to chat">
<source>Tap to add to chat</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Tap to load archive messages">
<source>Tap to load archive messages</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Terms of Service">
<source>Terms of Service</source>
<note>Settings cell title
Signup screen part of terms and condition message. Must match that in whole text</note>
</trans-unit>
<trans-unit id="The maximum length of the video is 60 seconds. Choose a shorter movie.">
<source>The maximum length of the video is 60 seconds. Choose a shorter movie.</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="There is no suggestions for you at the moment">
<source>There is no suggestions for you at the moment</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Turn Off">
<source>Turn Off</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Turn On">
<source>Turn On</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Twitter">
<source>Twitter</source>
<note>Create public chat cell title</note>
</trans-unit>
<trans-unit id="Type">
<source>Type</source>
<note>Shout type button title label</note>
</trans-unit>
<trans-unit id="Type a message">
<source>Type a message</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Unblock">
<source>Unblock</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Unknown Location">
<source>Unknown Location</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Unsupported Title">
<source>Unsupported Title</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Username">
<source>Username</source>
<note>Edit profile placeholder text</note>
</trans-unit>
<trans-unit id="Verify New Password">
<source>Verify New Password</source>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Video">
<source>Video</source>