JLChen
2021-08-02 38f4fb064df09f344fc3237409c76a9fba2a8a9e
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
ÿþ/* No comment provided by engineer. */
" Your account is created. We have sent a confirmation email to %@. Please check your mails to validate your account. Once it is done, come back here and click on the button." = " Your account is created. We have sent a confirmation email to %@. Please check your mails to validate your account. Once it is done, come back here and click on the button.";
 
/* No comment provided by engineer. */
"%@ are writing..." = "%@ are writing...";
 
/* No comment provided by engineer. */
"%@ has joined" = "%@ has joined";
 
/* No comment provided by engineer. */
"%@ has left" = "%@ has left";
 
/* No comment provided by engineer. */
"%@ is busy." = "%@ o0J0qŠW0-N";
 
/* No comment provided by engineer. */
"%@ is no longer an admin" = "%@ is no longer an admin";
 
/* No comment provided by engineer. */
"%@ is not connected." = "%@ is not connected.";
 
/* No comment provided by engineer. */
"%@ is now an admin" = "%@ is now an admin";
 
/* No comment provided by engineer. */
"%@ is writing..." = "%@ is writing...";
 
/* No comment provided by engineer. */
"%@ would like to enable video" = "%@ o0Ó0Ç0ª0’0    g¹Rk0O(uh0W0f0D0~0Y00";
 
/* No comment provided by engineer. */
"%@\nReason was: %@" = "%1$@\nt1u: %2$@";
 
/* No comment provided by engineer. */
"(invalid string)" = "(invalid string)";
 
/* Email title for people wanting to send a bug report */
"<Please describe your problem or you will be ignored>" = "<Please describe your problem or you will be ignored>";
 
/* No comment provided by engineer. */
"\nConfirmation security\n\nSay: %@\nConfirm that your interlocutor\nsays: %@" = "\nConfirmation security\n\nSay: %1$@\nConfirm that your interlocutor\nsays: %2$@";
 
/* No comment provided by engineer. */
"A new version of your app is available, use the button below to download it." = "A new version of your app is available, use the button below to download it.";
 
/* No comment provided by engineer. */
"About" = "‚i‰";
 
/* No comment provided by engineer. */
"ACCEPT" = "1ŠïS";
 
/* No comment provided by engineer. */
"Accept" = "Ü_T{";
 
/* No comment provided by engineer. */
"Account configuration issue" = "¢0«0¦0ó0È0n0-Šš[k0OUL˜L0B0Š0~0Y00";
 
/* No comment provided by engineer. */
"Account expiring" = "¢0«0¦0ó0È0n0gP–L0RŒ0f0D0~0Y0";
 
/* No comment provided by engineer. */
"Add new email" = "Add new email";
 
/* No comment provided by engineer. */
"Add new phone number" = "Add new phone number";
 
/* No comment provided by engineer. */
"Add new SIP address" = "Add new SIP address";
 
/* No comment provided by engineer. */
"Address book" = "¢0É0ì0¹03^";
 
/* No comment provided by engineer. */
"Address incomplete" = "¢0É0ì0¹0L0!q¹Rg0Y0";
 
/* No comment provided by engineer. */
"Answer" = "ԏT{";
 
/* No comment provided by engineer. */
"Application logs" = "¢0×0ê0±0ü0·0ç0ó0í0°0";
 
/* No comment provided by engineer. */
"Are you sure to want to remove your proxy setup?" = "Are you sure to want to remove your proxy setup?";
 
/* No comment provided by engineer. */
"Assistant" = "¢0·0¹0¿0ó0È0";
 
/* No comment provided by engineer. */
"Assistant error" = "¢0·0¹0¿0ó0È0¨0é0ü0";
 
/* No comment provided by engineer. */
"Authentification needed" = "Š<ŠL0Å_‰";
 
/* No comment provided by engineer. */
"Average" = "s^GW";
 
/* No comment provided by engineer. */
"Bad credentials, check your account settings" = "<Šf…Q¹[L0 NckK0‚0W0Œ0~0[0“00¢0«0¦0ó0È0n0-Šš[’0ºxŠW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Bad gateway" = "Bad gateway";
 
/* No comment provided by engineer. */
"Battery is running low. Stop video ?" = "Ð0Ã0Æ0ê0ü0L0 N³W0f0D0~0Y00Ó0Ç0ª0’0B}†NW0~0Y0K0ÿ";
 
/* No comment provided by engineer. */
"Buy" = "üŒeQ";
 
/* No comment provided by engineer. */
"CALL" = "CALL";
 
/* No comment provided by engineer. */
"Call" = "|Ts0úQW0";
 
/* No comment provided by engineer. */
"Call %@" = "zváO-N %@";
 
/* No comment provided by engineer. */
"Call failed" = "zváO1YWe";
 
/* No comment provided by engineer. */
"Call quality: %d" = "Call quality: %d";
 
/* No comment provided by engineer. */
"Calls" = "Calls";
 
/* No comment provided by engineer. */
"Camera" = "«0á0é0";
 
/* No comment provided by engineer. */
"Camera not authorized" = "Camera not authorized";
 
/* No comment provided by engineer. */
"Camera's permission" = "Camera's permission";
 
/* No comment provided by engineer. */
"Can't find this file" = "Can't find this file";
 
/* No comment provided by engineer. */
"Cancel" = "­0ã0ó0»0ë0";
 
/* No comment provided by engineer. */
"CANCEL" = "­0ã0ó0»0ë0";
 
/* No comment provided by engineer. */
"Cannot call %@." = "Cannot call %@.";
 
/* No comment provided by engineer. */
"Cannot make call" = "zváOL0g0M0~0[0“0g0W0_0";
 
/* No comment provided by engineer. */
"Cannot purchase anything yet, please try again later." = "Cannot purchase anything yet, please try again later.";
 
/* No comment provided by engineer. */
"Cannot reach the server: either it is an invalid address or it may be temporary down." = "Cannot reach the server: either it is an invalid address or it may be temporary down.";
 
/* No comment provided by engineer. */
"Cannot retrieve your configuration. Please check credentials or try again later" = "Cannot retrieve your configuration. Please check credentials or try again later";
 
/* No comment provided by engineer. */
"Cannot send email" = "á0ü0ë0’0áOúQeg~0[0“0";
 
/* No comment provided by engineer. */
"Cannot send logs" = "í0°0’0áOúQeg~0[0“0g0W0_00";
 
/* No comment provided by engineer. */
"Cannot write image to photo library" = ";uÏP’0™Qwé0¤0Ö0é0ê0ü0k0øfM0¼0~0[0“0g0W0_0";
 
/* No comment provided by engineer. */
"Cannot write video to photo library" = "Cannot write video to photo library";
 
/* No comment provided by engineer. */
"Change your password" = "B0j0_0n0Ñ0¹0ï0ü0É0’0    Yôf";
 
/* No comment provided by engineer. */
"Changing your password" = "Changing your password";
 
/* No comment provided by engineer. */
"Chat room could not be created on server" = "Chat room could not be created on server";
 
/* No comment provided by engineer. */
"Chat room creation error" = "Chat room creation error";
 
/* No comment provided by engineer. */
"Chat with %@" = "Chat with %@";
 
/* No comment provided by engineer. */
"Checkbox" = "Á0§0Ã0¯0Ü0Ã0¯0¹0";
 
/* No comment provided by engineer. */
"Choose an action" = "xžbW0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"Choose the image size" = ";uÏPn0ã‰ÏP¦^’0xžbW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Conference" = "Op‹";
 
/* No comment provided by engineer. */
"Configuration failed" = "-Šš[L01YWeW0~0W0_00";
 
/* No comment provided by engineer. */
"Configuring account" = "¢0«0¦0ó0È0-Šš[";
 
/* No comment provided by engineer. */
"Confirm password" = "Ñ0¹0ï0ü0É0(ºxŠ)";
 
/* No comment provided by engineer. */
"Confirm the following SAS with peer:\nSay : %@\nYour correspondant should say : %@" = "Confirm the following SAS with peer:\nSay : %1$@\nYour correspondant should say : %2$@";
 
/* No comment provided by engineer. */
"Contact duplicate" = "Contact duplicate";
 
/* No comment provided by engineer. */
"Contact error" = "Contact error";
 
/* No comment provided by engineer. */
"Continue" = "š}Lˆ";
 
/* No comment provided by engineer. */
"Continue video" = "Ó0Ç0ª0’0š}Q0‹0";
 
/* No comment provided by engineer. */
"Conversation creation error" = "Conversation creation error";
 
/* No comment provided by engineer. */
"Could not configure your account, please check parameters or try again later" = "Could not configure your account, please check parameters or try again later";
 
/* No comment provided by engineer. */
"Debug" = "Ç0Ð0Ã0°0";
 
/* No comment provided by engineer. */
"Decline" = "Òb&T";
 
/* No comment provided by engineer. */
"Delete" = "JRd–";
 
/* No comment provided by engineer. */
"Delivered" = "Delivered";
 
/* No comment provided by engineer. */
"Deny" = "Òb&T";
 
/* No comment provided by engineer. */
"DENY" = "Òb&T";
 
/* No comment provided by engineer. */
"Deselect all" = "Y0y0f0n0xžb’0ã‰d–Y0‹00";
 
/* No comment provided by engineer. */
"Deselected" = "Deselected";
 
/* ICE has established a direct connection to the remote host */
"Direct connection" = "ôv¥c¥cš}";
 
/* No comment provided by engineer. */
"Disable logs" = "Disable logs";
 
/* No comment provided by engineer. */
"Do you want to delete selected contact?\nIt will also be deleted from your phone's address book." = "Do you want to delete selected contact?\nIt will also be deleted from your phone's address book.";
 
/* No comment provided by engineer. */
"Do you want to delete selected contacts?\nThey will also be deleted from your phone's address book." = "Do you want to delete selected contacts?\nThey will also be deleted from your phone's address book.";
 
/* No comment provided by engineer. */
"Do you want to delete selected logs?" = "xžbU0Œ0_0í0°0’0JRd–W0f0‚0ˆ00W0D0g0Y0K0ÿ";
 
/* No comment provided by engineer. */
"Do you want to delete selected recordings?" = "Do you want to delete selected recordings?";
 
/* No comment provided by engineer. */
"Do you want to delete the selected conversations?" = "Do you want to delete the selected conversations?";
 
/* No comment provided by engineer. */
"Do you want to delete the selected messages?" = "Do you want to delete the selected messages?";
 
/* No comment provided by engineer. */
"Do you want to delete this conversation?" = "Do you want to delete this conversation?";
 
/* No comment provided by engineer. */
"Do you want to leave and delete the selected conversations?" = "Do you want to leave and delete the selected conversations?";
 
/* No comment provided by engineer. */
"Do you want to leave and delete this conversation?" = "Do you want to leave and delete this conversation?";
 
/* No comment provided by engineer. */
"Do you want to leave this conversation?" = "Do you want to leave this conversation?";
 
/* No comment provided by engineer. */
"Done" = "Œ[†N";
 
/* No comment provided by engineer. */
"Download" = "Download";
 
/* Date formatting in History Details (also see http://cybersam.com/ios-dev/quick-guide-to-ios-dateformatting) */
"EEE dd MMM 'at' HH'h'mm" = "EEE dd MMM 'at' HH'h'mm";
 
/* Date formatting in History List, for current year (also see http://cybersam.com/ios-dev/quick-guide-to-ios-dateformatting) */
"EEE dd MMMM" = "EEE dd MMMM";
 
/* Date formatting in History List, for previous years (also see http://cybersam.com/ios-dev/quick-guide-to-ios-dateformatting) */
"EEE dd MMMM yyyy" = "EEE dd MMMM yyyy";
 
/* No comment provided by engineer. */
"Either configure a SIP proxy server from settings prior to place a call or use a valid SIP address (I.E sip:john@example.net)" = "SIP×0í0­0·0µ0ü0Ð0’0-Šš[Y0‹0k0o0SIP¢0É0ì0¹0k0û–qŠ’0K0Q0‹0K00O(uMRk0SIP¢0É0ì0¹0’0    g¹Rk0W0f0O0`0U0D0 (‹O SIP:john@example.net)";
 
/* No comment provided by engineer. */
"Either configure a SIP proxy server from settings prior to send a message or use a valid SIP address (I.E sip:john@example.net)" = "SIP×0í0­0·0µ0ü0Ð0’0-Šš[Y0‹0k0o0SIP¢0É0ì0¹0k0û–qŠ’0K0Q0‹0K00O(uMRk0SIP¢0É0ì0¹0’0    g¹Rk0W0f0O0`0U0D0 (‹O SIP:john@example.net)";
 
/* No comment provided by engineer. */
"Email addresses" = "á0ü0ë0¢0É0ì0¹0";
 
/* No comment provided by engineer. */
"Enable logs" = "í0°0’0    g¹Rk0Y0‹00";
 
/* No comment provided by engineer. */
"Error" = "¨0é0ü0";
 
/* No comment provided by engineer. */
"Error while changing your password" = "Error while changing your password";
 
/* No comment provided by engineer. */
"Error while downloading the file.\nThe file is probably encrypted.\nPlease retry to download this file after activating LIME." = "Error while downloading the file.\nThe file is probably encrypted.\nPlease retry to download this file after activating LIME.";
 
/* No comment provided by engineer. */
"Error: no mail account configured" = "Error: no mail account configured";
 
/* ICE processing has failed */
"Failed" = "1YWe";
 
/* No comment provided by engineer. */
"Failed configuring from the specified URL." = "cš[U0Œ0_0URLK0‰0-Šš[g0M0~0[0“0g0W0_00";
 
/* No comment provided by engineer. */
"Failure" = "1YWe";
 
/* No comment provided by engineer. */
"Fetching remote configuration" = "`”–-Šš[’0ÖS—_";
 
/* No comment provided by engineer. */
"Fetching remote configuration..." = "`”–-Šš[’0ÖS—_& ";
 
/* No comment provided by engineer. */
"File download error" = "Õ0¡0¤0ë0À0¦0ó0í0ü0É0¨0é0ü0";
 
/* No comment provided by engineer. */
"First name" = " TW[";
 
/* No comment provided by engineer. */
"GC_MSG" = "You have been added to a chat room";
 
/* No comment provided by engineer. */
"Go to settings" = "-Šš[x02€0";
 
/* No comment provided by engineer. */
"Group conversation is not supported." = "Group conversation is not supported.";
 
/* No comment provided by engineer. */
"Hello! Join me on Linphone! You can download it for free at: https://www.linphone.org/download" = "Hello! Join me on Linphone! You can download it for free at: https://www.linphone.org/download";
 
/* Template email for people wanting to send a bug report */
"Here are information about an issue I had on my device.\nI was doing ...\nI expected Linphone to ...\nInstead, I got an unexpected result: ..." = "Here are information about an issue I had on my device.\nI was doing ...\nI expected Linphone to ...\nInstead, I got an unexpected result: ...";
 
/* Date formatting in Chat List and Conversation bubbles, for current day (also see http://cybersam.com/ios-dev/quick-guide-to-ios-dateformatting) */
"HH:mm" = "HH:mm";
 
/* No comment provided by engineer. */
"I got it, continue" = "š}LˆW0~0Y00";
 
/* No comment provided by engineer. */
"IC_MSG" = "";
 
/* No comment provided by engineer. */
"ICloud Drive is unavailable." = "ICloud Drive is unavailable.";
 
/* No comment provided by engineer. */
"IM_FULLMSG" = "";
 
/* No comment provided by engineer. */
"IM_MSG" = "You have received a message";
 
/* No comment provided by engineer. */
"In apps not ready yet" = "In apps not ready yet";
 
/* ICE process is in progress */
"In progress" = "æQt-N";
 
/* No comment provided by engineer. */
"Incoming call" = "@wáO";
 
/* No comment provided by engineer. */
"Info" = "Info";
 
/* No comment provided by engineer. */
"Instant messages are end-to-end encrypted in secured conversations. It is possible to upgrade the security level of a conversation by authenticating participants. To do so, call the contact and follow the authentification process." = "Instant messages are end-to-end encrypted in secured conversations. It is possible to upgrade the security level of a conversation by authenticating participants. To do so, call the contact and follow the authentification process.";
 
/* No comment provided by engineer. */
"Invalid proxy address" = " Nckj0×0í0­0·0¢0É0ì0¹0";
 
/* No comment provided by engineer. */
"Invalid remote provisioning URL" = "Invalid remote provisioning URL";
 
/* No comment provided by engineer. */
"Invalid route" = " Nckj0ë0ü0È0";
 
/* No comment provided by engineer. */
"Invalid SIP address" = " Nckj0SIP¢0É0ì0¹0";
 
/* No comment provided by engineer. */
"Invalid username or domain" = " Nckj0æ0ü0¶0ü0 T‚0W0O0o0É0á0¤0ó0";
 
/* No comment provided by engineer. */
"Invalid." = "Invalid.";
 
/* No comment provided by engineer. */
"Last name" = " TW[";
 
/* No comment provided by engineer. */
"Later" = "Later";
 
/* No comment provided by engineer. */
"LEAVE" = "LEAVE";
 
/* No comment provided by engineer. */
"Let's go" = "Let's go";
 
/* No comment provided by engineer. */
"LIME identity key changed" = "LIME identity key changed";
 
/* No comment provided by engineer. */
"LIME identity key changed for %@" = "LIME identity key changed for %@";
 
/* No comment provided by engineer. */
"LIME requires ZRTP encryption.\nBy activating LIME you automatically activate ZRTP media encryption." = "LIME requires ZRTP encryption.\nBy activating LIME you automatically activate ZRTP media encryption.";
 
/* No comment provided by engineer. */
"LIME warning" = "LIME warning";
 
/* No comment provided by engineer. */
"Link my account" = "Link my account";
 
/* No comment provided by engineer. */
"Link your account" = "Link your account";
 
/* No comment provided by engineer. */
"Link your Linphone.org account %s to your phone number." = "Link your Linphone.org account %s to your phone number.";
 
/* No comment provided by engineer. */
"Low bandwidth" = "írD0/^ßW";
 
/* InAppSettingKit */
"Mail not configured" = "á0ü0ë0L0-Šš[U0Œ0f0D0~0[0“00";
 
/* No comment provided by engineer. */
"Man-in-the-middle attack detected" = "Man-in-the-middle attack detected";
 
/* No comment provided by engineer. */
"Man-in-the-middle attack detected for %@" = "Man-in-the-middle attack detected for %@";
 
/* No comment provided by engineer. */
"Mark as seen" = "Mark as seen";
 
/* No comment provided by engineer. */
"Mark Read" = "âe­Š";
 
/* No comment provided by engineer. */
"Max participant count exceeded" = "Max participant count exceeded";
 
/* No comment provided by engineer. */
"Max participant count exceeded by %@" = "Max participant count exceeded by %@";
 
/* No comment provided by engineer. */
"Maximum" = "g'Y";
 
/* No comment provided by engineer. */
"Maybe later" = "Maybe later";
 
/* No comment provided by engineer. */
"Message received" = "Message received";
 
/* No comment provided by engineer. */
"Minimum" = "g\";
 
/* No comment provided by engineer. */
"Missed call" = "Missed call";
 
/* No comment provided by engineer. */
"Missing required callbacks" = "Missing required callbacks";
 
/* No comment provided by engineer. */
"Missing required parameters" = "Missing required parameters";
 
/* Date formatting in Chat List, for all but current day (also see http://cybersam.com/ios-dev/quick-guide-to-ios-dateformatting) */
"MM/dd" = "MM/dd";
 
/* Date formatting in Conversation bubbles, for all but current day (also see http://cybersam.com/ios-dev/quick-guide-to-ios-dateformatting) */
"MM/dd - HH:mm" = "MM/dd - HH:mm";
 
/* ICE has established a connection to the remote host through one or several NATs */
"NAT(s) connection" = "NAT(s)¥cš}";
 
/* No comment provided by engineer. */
"Network down" = "Í0Ã0È0ï0ü0¯0n0À0¦0ó0";
 
/* No comment provided by engineer. */
"Network Error" = "Í0Ã0È0ï0ü0¯0n0¨0é0ü0";
 
/* No comment provided by engineer. */
"New subject : %@" = "New subject : %@";
 
/* No comment provided by engineer. */
"No" = "D0D0H0";
 
/* No comment provided by engineer. */
"No account" = "¢0«0¦0ó0È0L0B0Š0~0[0“0";
 
/* No comment provided by engineer. */
"No account configured" = "¢0«0¦0ó0È0L0-Šš[U0Œ0f0D0~0[0“00";
 
/* No comment provided by engineer. */
"No address" = "¢0É0ì0¹0L0B0Š0~0[0“0";
 
/* No comment provided by engineer. */
"No call in progress" = "No call in progress";
 
/* No comment provided by engineer. */
"No default account" = "Ç0Õ0©0ë0È0¢0«0¦0ó0È0L0B0Š0~0[0“0";
 
/* No comment provided by engineer. */
"No microphone" = "Þ0¤0¯0L0B0Š0~0[0“00";
 
/* No comment provided by engineer. */
"No response received from remote" = "No response received from remote";
 
/* No comment provided by engineer. */
"None" = "None";
 
/* ICE has not been activated for this call */
"Not activated" = "    g¹Rk0j0c0f0D0~0[0“00";
 
/* No comment provided by engineer. */
"Not implemented" = "*gŸ[ň";
 
/* No comment provided by engineer. */
"Not connected" = "Not connected";
 
/* No comment provided by engineer. */
"Nothing could be collected from your application, aborting now." = "Nothing could be collected from your application, aborting now.";
 
/* InAppSettingsKit */
"OK" = "OK";
 
/* No comment provided by engineer. */
"Operation could not be executed by server or remote client because it didn't have any context for it" = "Operation could not be executed by server or remote client because it didn't have any context for it";
 
/* No comment provided by engineer. */
"Operation is unauthorized because missing credential" = "Operation is unauthorized because missing credential";
 
/* No comment provided by engineer. */
"Outdated Version" = "Outdated Version";
 
/* No comment provided by engineer. */
"Password" = "Ñ0¹0ï0ü0É0";
 
/* No comment provided by engineer. */
"Passwords do not match." = "Ñ0¹0ï0ü0É0L0NôW0~0[0“00";
 
/* No comment provided by engineer. */
"Phone numbers" = "û–qŠju÷S";
 
/* No comment provided by engineer. */
"Photo library" = "™Qwé0¤0Ö0é0ê0ü0";
 
/* No comment provided by engineer. */
"Photo not authorized" = "Photo not authorized";
 
/* No comment provided by engineer. */
"Photo's permission" = "Photo's permission";
 
/* No comment provided by engineer. */
"Please confirm your country code and enter your phone number" = "Please confirm your country code and enter your phone number";
 
/* No comment provided by engineer. */
"Please confirm your country code and enter your phone number." = "Please confirm your country code and enter your phone number.";
 
/* No comment provided by engineer. */
"Please enter a password to your account" = "B0j0_0n0¢0«0¦0ó0È0n0Ñ0¹0ï0ü0É0’0eQ›RW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Please enter a username" = "æ0ü0¶0 T’0eQ›RW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Please enter and confirm your new password" = "Please enter and confirm your new password";
 
/* No comment provided by engineer. */
"Please enter your email" = "B0j0_0n0á0ü0ë0¢0É0ì0¹0’0eQ›RW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Please enter your phone number" = "B0j0_0n0û–qŠju÷S’0eQ›RW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Please enter your username" = "B0j0_0n0æ0ü0¶0 T’0eQ›RW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Please enter your username and password" = "Please enter your username and password";
 
/* No comment provided by engineer. */
"Please make sure your device is connected to the internet and double check your SIP account configuration in the settings." = "¤0ó0¿0ü0Í0Ã0È0k0¥cš}U0Œ0f0J0Š00ŒNd0n0Á0§0Ã0¯0L0SIP¢0«0¦0ó0È0-Šš[k0ØNNU0Œ0f0D0‹0S0h0’0ºxŠW0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"Please terminate GSM call first." = "Please terminate GSM call first.";
 
/* No comment provided by engineer. */
"Provisioning Load error" = "×0í0Ó0¸0ç0Ë0ó0°0n0­Š0úQW0¨0é0ü0";
 
/* No comment provided by engineer. */
"Read" = "Read";
 
/* No comment provided by engineer. */
"Recordings" = "Recordings";
 
/* No comment provided by engineer. */
"Connected" = "Connected";
 
/* No comment provided by engineer. */
"Connection failed" = "Connection failed";
 
/* No comment provided by engineer. */
"Connection failed because authentication is missing or invalid for %@@%@.\nYou can provide password again, or check your account configuration in the settings." = "Connection failed because authentication is missing or invalid for %1$@@%2$@.\nYou can provide password again, or check your account configuration in the settings.";
 
/* No comment provided by engineer. */
"Connection failure" = "Connection failure";
 
/* No comment provided by engineer. */
"Connection in progress" = "Connection in progress";
 
/* ICE has established a connection through a relay */
"Relay connection" = "ê0ì0ü0¥cš}";
 
/* No comment provided by engineer. */
"Remote configuration" = "`”–-Šš[";
 
/* No comment provided by engineer. */
"Remote configuration successfully fetched and applied." = "ê0â0ü0È0-Šš[o0ck8^k0i(uU0Œ0~0W0_00";
 
/* No comment provided by engineer. */
"Remove account(s) and self destruct" = "Remove account(s) and self destruct";
 
/* No comment provided by engineer. */
"Reply" = "ԏáO";
 
/* No comment provided by engineer. */
"Resend" = "Q";
 
/* No comment provided by engineer. */
"Resource moved permanently" = "Resource moved permanently";
 
/* No comment provided by engineer. */
"Resource no longer exists" = "Resource no longer exists";
 
/* No comment provided by engineer. */
"Save" = "ÝOX[";
 
/* No comment provided by engineer. */
"Security level decreased" = "Security level decreased";
 
/* No comment provided by engineer. */
"Security level decreased because of %@" = "Security level decreased because of %@";
 
/* No comment provided by engineer. */
"Select all" = "Y0y0f0’0xžb";
 
/* No comment provided by engineer. */
"Select the source" = "Select the source";
 
/* No comment provided by engineer. */
"Select your country" = "ýV’0xžbW0f0O0`0U0D0";
 
/* No comment provided by engineer. */
"Selected" = "xžbn0";
 
/* No comment provided by engineer. */
"Send logs" = "í0°0’0áO";
 
/* No comment provided by engineer. */
"Sending logs" = "í0°0’0áO-N";
 
/* No comment provided by engineer. */
"Sent" = "Sent";
 
/* No comment provided by engineer. */
"Server error, please try again later." = "µ0ü0Ð0¨0é0ü00Œ_{0i0J0fŠW0O0`0U0D0";
 
/* No comment provided by engineer. */
"Server request error" = "µ0ü0Ð0ê0¯0¨0¹0È0¨0é0ü0";
 
/* No comment provided by engineer. */
"Server timeout" = "µ0ü0Ð0¿0¤0à0¢0¦0È0";
 
/* No comment provided by engineer. */
"Settings" = "-Šš[";
 
/* No comment provided by engineer. */
"Shop" = "Shop";
 
/* No comment provided by engineer. */
"Show" = "‹•O0";
 
/* No comment provided by engineer. */
"SIP addresses" = "SIP¢0É0ì0¹0";
 
/* No comment provided by engineer. */
"Stop video" = "Ó0Ç0ª0’0\PbkY0‹0";
 
/* No comment provided by engineer. */
"Success" = "Œ[†N";
 
/* No comment provided by engineer. */
"Temporarily unavailable" = "Temporarily unavailable";
 
/* No comment provided by engineer. */
"The confirmation code is invalid. \nPlease check your SMS and try again." = "The confirmation code is invalid. \nPlease check your SMS and try again.";
 
/* No comment provided by engineer. */
"The confirmation code is invalid. \nPlease try again." = "The confirmation code is invalid. \nPlease try again.";
 
/* No comment provided by engineer. */
"There is no network connection available, enable WIFI or WWAN prior to configure an account" = "Í0Ã0È0ï0ü0¯0¥cš}L0B0Š0~0[0“00WIFI~0_0o0â0Ð0¤0ë0Í0Ã0È0ï0ü0¯0L0    g¹RK0i0F0K0’0ºxŠW0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"There is no network connection available, enable WIFI or WWAN prior to configure an account." = "There is no network connection available, enable WIFI or WWAN prior to configure an account.";
 
/* No comment provided by engineer. */
"There is no network connection available, enable WIFI or WWAN prior to place a call" = "Í0Ã0È0ï0ü0¯0¥cš}L0B0Š0~0[0“00WIFI~0_0o0â0Ð0¤0ë0Í0Ã0È0ï0ü0¯0L0    g¹RK0i0F0K0’0ºxŠW0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"This account does not exist." = "]0n0¢0«0¦0ó0È0o0X[(WW0~0[0“0";
 
/* No comment provided by engineer. */
"This account is already activated." = "]0n0¢0«0¦0ó0È0o0Y0g0k0    g¹RSU0Œ0f0D0~0Y0";
 
/* No comment provided by engineer. */
"This account is already in use." = "]0n0¢0«0¦0ó0È0o0Y0g0k0O(uU0Œ0f0D0~0Y0";
 
/* No comment provided by engineer. */
"This account is already connected." = "This account is already connected.";
 
/* No comment provided by engineer. */
"This account is not activated yet." = "]0n0¢0«0¦0ó0È0o0    g¹Rk0U0Œ0f0D0~0[0“0";
 
/* No comment provided by engineer. */
"This alias does not exist." = "This alias does not exist.";
 
/* InAppSettingsKit */
"This device is not configured for sending Email. Please configure the Mail settings in the Settings app." = "S0n0_jhVk0o0á0ü0ë0áOn0-Šš[L0U0Œ0f0D0~0[0“00á0ü0ë0¢0×0ê0…Qg0-Šš[’0Lˆc0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"This email address is already used." = "]0n0á0ü0ë0¢0É0ì0¹0o0Y0g0k0O(uU0Œ0f0D0~0Y0";
 
/* No comment provided by engineer. */
"This email does not exist." = "]0n0á0ü0ë0¢0É0ì0¹0o0X[(WW0~0[0“0";
 
/* No comment provided by engineer. */
"This message is not encrypted." = "S0n0á0Ã0»0ü0¸0o0—f÷SSU0Œ0f0D0~0[0“0";
 
/* No comment provided by engineer. */
"This operation will load a remote configuration. Continue ?" = "S0n0Íd\Oo00`”–-Šš[’0í0ü0É0W0~0Y00š}Q0~0Y0K0ÿ";
 
/* No comment provided by engineer. */
"This phone number is already used. Please type a different number. \nYou can delete your existing account if you want to reuse your phone number." = "S0n0û–qŠju÷So0Y0g0k0O(uU0Œ0f0D0~0Y00UF0ju÷S’0eQ›RW0f0O0`0U0D00\n‚0W00Q¦^B0j0_0n0û–qŠju÷S’0)R(uY0‹04XTo00Y0g0k0X[(WY0‹0¢0«0¦0ó0È0’0JRd–W0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"TODAY" = "ÊNåe";
 
/* No comment provided by engineer. */
"Transfer error" = "⎐¨0é0ü0";
 
/* No comment provided by engineer. */
"Trust has been denied. Make a call to start the authentication process again." = "Trust has been denied. Make a call to start the authentication process again.";
 
/* No comment provided by engineer. */
"Unknown" = " Nf";
 
/* No comment provided by engineer. */
"Unknown country code" = " Nfj0ýVju÷S";
 
/* No comment provided by engineer. */
"Unknown error" = " Nfj0¨0é0ü0";
 
/* No comment provided by engineer. */
"Unknown error (%@)." = " Nfj0¨0é0ü0 (%@)";
 
/* No comment provided by engineer. */
"Unknown error, please try again later." = " Nfj0¨0é0ü0g0Y00Œ_{0i0J0fŠW0O0`0U0D0";
 
/* No comment provided by engineer. */
"Unsupported content" = "µ0Ý0ü0È0U0Œ0f0D0j0D0³0ó0Æ0ó0Ä0g0Y0";
 
/* No comment provided by engineer. */
"Video cannot be activated because of low bandwidth condition, only audio is available" = "Ó0Ç0ª0L0    g¹Rn0_000NO/^ßWE^o0-Šš[g0M0~0[0“00NO/^ßWE^o0ó—ðXn00n0)R(ug0-Šš[L0ïSý€g0Y00";
 
/* No comment provided by engineer. */
"Video request" = "Video request";
 
/* No comment provided by engineer. */
"Voice mail" = "Ü0¤0¹0á0ü0ë0";
 
/* No comment provided by engineer. */
"Warning" = "f‹JT";
 
/* No comment provided by engineer. */
"Warning: an email will be created with 3 attachments:\n- Application logs\n- Linphone configuration\n- Chats history.\nThey may contain private informations (MIGHT contain clear-text password!).\nYou can remove one or several of these attachments before sending your email, however there are all important to diagnostize your issue." = "á0ü0ë0k0o03d0n0ûmØNÕ0¡0¤0ë0L0X[(WW0~0Y0:\n- ¢0×0ê0n0í0°0\n- Linphonen0-Šš[\n- Á0ã0Ã0È0e\tk\nN,‚n0Å`1X’0(Æ0­0¹0È0k0Ñ0¹0ï0ü0É0L0+T~0Œ0f0D0‹0ïSý€'`L0B0Š0~0Y0L0ÿ)’0+T“0g0‚0ˆ0D0g0Y00\ná0ü0ë0n0áOMRk0ûmØNÕ0¡0¤0ë0n0JRd–o0g0M0~0Y0L0OUL˜n0ã‰zlk0o0Å_‰K0‚0W0Œ0~0[0“00";
 
/* No comment provided by engineer. */
"Warning: an email will be created with application logs. It may contain private informations (but no password!).\nThese logs are important to diagnostize your issue." = "á0ü0ë0L0í0°0’0O(uW0f0\ObU0Œ0~0Y00N,‚n0Å`1Xo0+T~0Œ0f0D0f0‚0ˆ0D0(Ñ0¹0ï0ü0É0o0!qW0g0ÿ) 0 \nS0Œ0‰0n0í0°0o0OUL˜n0ã‰zlk0o0Å_‰K0‚0W0Œ0~0[0“00";
 
/* No comment provided by engineer. */
"We have sent a SMS with a validation code to %@. To complete your phone number verification, please enter the 4 digit code below:" = "SMSg0%@k0Š<г0ü0É0’0áOW0~0W0_00B0j0_0n0û–qŠju÷Sn0ºxŠ’0Œ[†NY0‹0k0o004Ahn0³0ü0É0’0eQ›RW0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"What will my phone number be used for?" = "What will my phone number be used for?";
 
/* No comment provided by engineer. */
"Yes" = "o0D0";
 
/* No comment provided by engineer. */
"YESTERDAY" = "(fåe";
 
/* No comment provided by engineer. */
"You already own an account." = "You already own an account.";
 
/* No comment provided by engineer. */
"You are no longer an admin of the chat room" = "You are no longer an admin of the chat room";
 
/* No comment provided by engineer. */
"You are now an admin of the chat room" = "You are now an admin of the chat room";
 
/* No comment provided by engineer. */
"You are trying to send a message using LIME to a contact not verified by ZRTP.\nPlease call this contact and verify his ZRTP key before sending your messages." = "You are trying to send a message using LIME to a contact not verified by ZRTP.\nPlease call this contact and verify his ZRTP key before sending your messages.";
 
/* No comment provided by engineer. */
"You cancelled your account." = "You cancelled your account.";
 
/* No comment provided by engineer. */
"You have already purchased an account but it does not exist anymore." = "You have already purchased an account but it does not exist anymore.";
 
/* No comment provided by engineer. */
"You have been added to a chat room" = "You have been added to a chat room";
 
/* No comment provided by engineer. */
"You have joined the group" = "You have joined the group";
 
/* No comment provided by engineer. */
"You have left the group" = "You have left the group";
 
/* No comment provided by engineer. */
"You have missed a call." = "You have missed a call.";
 
/* No comment provided by engineer. */
"You have received a message." = "You have received a message.";
 
/* No comment provided by engineer. */
"You have received an encrypted message you are unable to decrypt from %@.\nYou need to call your correspondant in order to exchange your ZRTP keys if you want to decrypt the future messages you will receive." = "You have received an encrypted message you are unable to decrypt from %@.\nYou need to call your correspondant in order to exchange your ZRTP keys if you want to decrypt the future messages you will receive.";
 
/* No comment provided by engineer. */
"You missed a call from %@" = "%@ K0‰0n0|Ts0úQW0k0Ü_T{g0M0~0[0“0g0W0_0";
 
/* No comment provided by engineer. */
"You must authorize the application to have access to address book.\nToggle the application in Settings > Privacy > Contacts" = "-Šš[ > ×0é0¤0Ð0·0ü0 > #a}HQK0‰0\n¢0×0ê0k0¢0É0ì0¹03^x0n0¢0¯0»0¹0)jP–’0NH0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"Select a contact or create a new one." = "Select a contact or create a new one.";
 
/* No comment provided by engineer. */
"You need to plug a microphone to your device to use the application." = "You need to plug a microphone to your device to use the application.";
 
/* No comment provided by engineer. */
"Your account has expired." = "B0j0_0n0¢0«0¦0ó0È0o0gP–L0RŒ0f0D0~0Y00";
 
/* No comment provided by engineer. */
"Your account is not a Linphone account.\nWe can not change your password." = "B0j0_0n0¢0«0¦0ó0È0o0LINPHONE¢0«0¦0ó0È0g0o0B0Š0~0[0“00\nÑ0¹0ï0ü0É0n0    Yôfo0úQeg~0[0“00";
 
/* No comment provided by engineer. */
"Your account will expire in %i days." = "B0j0_0n0¢0«0¦0ó0È0n0    g¹RgP–o0‹kŠ0 %i åeg0Y00";
 
/* No comment provided by engineer. */
"Your activation code contains invalid characters." = "Your activation code contains invalid characters.";
 
/* No comment provided by engineer. */
"Your confirmation password doesn't match your password" = "Your confirmation password doesn't match your password";
 
/* No comment provided by engineer. */
"Your country code is invalid." = "Your country code is invalid.";
 
/* No comment provided by engineer. */
"Your country code is too long." = "Your country code is too long.";
 
/* No comment provided by engineer. */
"Your country code is too short." = "Your country code is too short.";
 
/* No comment provided by engineer. */
"Your phone number is too short." = "Your phone number is too short.";
 
/* No comment provided by engineer. */
"Your phone number is too long." = "Your phone number is too long.";
 
/* No comment provided by engineer. */
"Your device is not configured to send emails. Please configure mail application prior to send logs." = "J0OD0n0_jhVg0á0ü0ë0n0áO-Šš[L0U0Œ0f0D0~0[0“00í0°0n0áOn0MRk0á0ü0ë0n0-Šš[’0Lˆc0f0O0`0U0D00";
 
/* No comment provided by engineer. */
"Your email contains invalid characters." = "Your email contains invalid characters.";
 
/* No comment provided by engineer. */
"Your email is invalid" = "Your email is invalid";
 
/* No comment provided by engineer. */
"Your email is malformed." = "Your email is malformed.";
 
/* No comment provided by engineer. */
"Your friends will find your more easily if you link your account to your phone number. \n\nYou will see in your address book who is using Linphone and your friends will know that they can reach you on Linphone as well." = "Your friends will find your more easily if you link your account to your phone number. \n\nYou will see in your address book who is using Linphone and your friends will know that they can reach you on Linphone as well.";
 
/* No comment provided by engineer. */
"Your friends will find your more easily if you link your account to your phone number. \n\nYou will see in your address book who is using Linphone and your friends will know that they can reach you on Linphone as well. \n\nYou can use your phone number with only one Linphone account. If you had already linked your number to an other account but you prefer to use this one, simply link it now and your number will automatically be moved to this account." = "Your friends will find your more easily if you link your account to your phone number. \n\nYou will see in your address book who is using Linphone and your friends will know that they can reach you on Linphone as well. \n\nYou can use your phone number with only one Linphone account. If you had already linked your number to an other account but you prefer to use this one, simply link it now and your number will automatically be moved to this account.";
 
/* No comment provided by engineer. */
"Your password contains invalid characters." = "Your password contains invalid characters.";
 
/* No comment provided by engineer. */
"Your password has been successfully changed" = "B0j0_0n0Ñ0¹0ï0ü0É0n0    YôfL0Œ[†NW0~0W0_00";
 
/* No comment provided by engineer. */
"Your password is too long." = "Your password is too long.";
 
/* No comment provided by engineer. */
"Your password is too short." = "Your password is too short.";
 
/* No comment provided by engineer. */
"Your phone number is invalid." = "B0j0_0n0û–qŠju÷So0!q¹Rg0Y0";
 
/* No comment provided by engineer. */
"Your SIP address will be sip:%s@sip.linphone.org" = "B0j0_0n0SIP¢0É0ì0¹0o0 %s@sip.linphone.org g0Y0";
 
/* No comment provided by engineer. */
"Your username contains invalid characters." = "Your username contains invalid characters.";
 
/* No comment provided by engineer. */
"Your username is invalid." = "Your username is invalid.";
 
/* No comment provided by engineer. */
"Your username is too long." = "Your username is too long.";
 
/* No comment provided by engineer. */
"Your username is too short." = "Your username is too short.";
 
/* No comment provided by engineer. */
"ZRTP activation" = "ZRTP     g¹R";
 
/* No comment provided by engineer. */
"ZRTP verification" = "ZRTP i<Š";