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

main.po « LC_MESSAGES « ar « i18n - github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1380d34abe4984f6ab8a03ff2e98c7b48b4e6e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
# Jappix - An open social platform
# These are the default english strings of Jappix
# -------------------------------------------------
# License: AGPL
# Authors: Valérian Saliou, JanCBorchardt
# Translators:
# Valérian Saliou <valerian@valeriansaliou.name>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Jappix\n"
"PO-Revision-Date: 2014-05-08 10:20+0100\n"
"Last-Translator: Valérian Saliou <valerian@valeriansaliou.name>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/jappix/language/"
"ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"POT-Creation-Date: \n"
"X-Generator: Poedit 1.6.5\n"

msgid "default:LTR"
msgstr "default:RTL"

msgid ""
"JavaScript is missing in your web browser, so that you will not be able to "
"launch Jappix! Please fix this."
msgstr "الجافا سكريبت في متصفحك مفقود، لن تتمكن من بدأ Jappix! يرجى إصلاحه."

msgid "Social channel, chat and more."
msgstr ""

msgid "Create your public profile."
msgstr ""

msgid "A mini-chat for your website."
msgstr ""

msgid "Get Jappix, get support."
msgstr ""

msgid "Statistics around Jappix."
msgstr ""

msgid "Legal disclaimer for Jappix."
msgstr ""

msgid "Download Jappix for free."
msgstr ""

msgid "Contribute to the Jappix code."
msgstr ""

msgid "Jappix for your company."
msgstr ""

msgid "Find a public Jappix node."
msgstr ""

msgid "Credits"
msgstr ""

msgid "Association"
msgstr ""

msgid "Web agency"
msgstr ""

msgid "Legal"
msgstr ""

msgid "Legal disclaimer"
msgstr ""

msgid "Terms of use and legal"
msgstr ""

msgid "Owner"
msgstr ""

msgid "Node owner"
msgstr ""

msgid "By using our service, you accept %s."
msgstr ""

msgid "our terms of use"
msgstr ""

msgid ""
"Jappix has been interrupted by a network issue, a bug or bad login (check "
"that you entered the right credentials), sorry for the inconvenience."
msgstr ""
"Jappix قد إتقطع بسبب مشكلة في الشبكة، مشكلة أو دخول سيء (تأكد أنك أدخلت "
"المعلومات بشكل صحيح)، نأسف على الإزعاج."

msgid "The element list on this server could not be obtained!"
msgstr "هذا العنصر من القائمة على هذا الخادم لا يمكن الوصول إليه."

msgid ""
"Your password has been changed, now you can connect to your account with "
"your new login data."
msgstr ""
"لقد تم تغيير رقمك السري، بإمكانك الآن إستخدام حسابك مع المعلومات الجديدة."

msgid "Your XMPP account has been removed, bye!"
msgstr "لقد تم حذف حسابك XMPP, وداعًا!"

msgid "You have been logged out of your XMPP account, have a nice day!"
msgstr "لقد تم تسجيل خروجك من حسابك XMPP, يومًا طيبًا لك!"

msgid "The room you tried to join doesn't seem to exist."
msgstr ""

msgid "The groupchat has been removed."
msgstr ""

msgid "The user that you want to reach is not present in the room."
msgstr "المستخدم الذي تحاول الوصول إليه غير متواجد في الغرفة."

msgid "Please enter the group chat address to join."
msgstr "يرجى إدخال عنوان مجموعة الدردشة للدخول."

msgid "Please enter your nickname to join %s."
msgstr "يرجى إدخال إسمك المستعار للدخول %s."

msgid "This room (%s) is protected with a password."
msgstr "هذه الغرفة (%s) .محميّة بكلمة مرور"

msgid "Your browser is out of date!"
msgstr "متصفحك قديم و عديم الصلاحية"

msgid "Last %s version is better!"
msgstr ""

msgid "Login"
msgstr "دخول"

msgid "Register"
msgstr "تسجيل"

msgid "Here we go!"
msgstr "هنا ننطلق!"

msgid "Server"
msgstr "خادم"

msgid "Password"
msgstr "كلمة سر"

msgid "Remember me"
msgstr "تذكرني"

msgid "This tool has been disabled!"
msgstr ""

msgid ""
"Due to a network issue, you were disconnected. What do you want to do now?"
msgstr "بسبب مشكلة في الشبكة، أصبحت غير متصل. ماذا تريد أن تفعل الآن؟"

msgid "Reconnect"
msgstr "إعادة إتصال"

msgid "Messages"
msgstr "رسائل"

msgid "Profile"
msgstr "ملف شخصي"

msgid "Options"
msgstr "خيّارات"

msgid "Disconnect"
msgstr "غير متصل"

msgid "Filter"
msgstr "مرشح"

msgid "Add a friend"
msgstr "أضف صديق."

msgid "Your groupchats"
msgstr "غرفة الدردشة الخاصة بك"

msgid "Manage your favorite groupchats"
msgstr "تحكم بغرف الدردشة المفضلة لديك"

msgid "More stuff"
msgstr "خيارات أكثر"

msgid "Show all friends"
msgstr "أعرض جميع الأصدقاء"

msgid "Only show connected friends"
msgstr "أعرض فقط الأصدقاء المتصلين"

msgid "Groupchat presence messages"
msgstr ""

msgid "No chat images auto-load"
msgstr ""

msgid "Message archives"
msgstr "أرشفة الرسائل"

msgid "Date"
msgstr "التاريخ"

msgid "A short message?"
msgstr "رسالة قصيرة؟"

msgid "How are you?"
msgstr "كيف حالك؟"

msgid "What are you doing?"
msgstr "ماذا تفعل؟"

msgid "Join a chat"
msgstr "دخول الدردشة"

msgid "Status"
msgstr "حالة"

msgid "Available"
msgstr "متاح"

msgid "Talkative"
msgstr "ثرثرة"

msgid "Away"
msgstr "بالخارج"

msgid "Not available"
msgstr "غير متصل"

msgid "Busy"
msgstr "مشغول"

msgid "Offline"
msgstr ""

msgid "Mood"
msgstr "مزاجي"

msgid "None"
msgstr "لا شيء"

msgid "Crazy"
msgstr "مجنون"

msgid "Excited"
msgstr "متحمس"

msgid "Playful"
msgstr "لعوب"

msgid "Happy"
msgstr "سعيد"

msgid "Shocked"
msgstr "مصدوم"

msgid "Hot"
msgstr "حر!"

msgid "Sad"
msgstr "حزين"

msgid "Amorous"
msgstr "مغرم"

msgid "Confident"
msgstr "واثق"

msgid "Activity"
msgstr "نشيط"

msgid "Chores"
msgstr "أعمال منزلية"

msgid "Drinking"
msgstr "يشرب"

msgid "Eating"
msgstr "يأكل"

msgid "Exercising"
msgstr "يمارس التمارين"

msgid "Grooming"
msgstr "تبرج"

msgid "Appointment"
msgstr "تجهيز"

msgid "Inactive"
msgstr "غير نشط"

msgid "Relaxing"
msgstr "مسترخي"

msgid "Talking"
msgstr "يتحدث"

msgid "Traveling"
msgstr "مسافر"

msgid "Working"
msgstr "يعمل"

msgid "View profile"
msgstr "مشاهدة الملف الشخصي"

msgid "This is a repeat from %s"
msgstr ""

msgid "Repeat this notice"
msgstr "كرّر هذه الملاحظة"

msgid "Remove this notice"
msgstr "أحذف هذه الملاحظة"

msgid "Your profile"
msgstr "ملفك الشخصي"

msgid "Identity"
msgstr "الهوية"

msgid "Profile image"
msgstr "صورة الملف الشخصي"

msgid "Others"
msgstr "آخرين"

msgid "Other"
msgstr ""

msgid "Personal"
msgstr "شخصي"

msgid "Complete name"
msgstr "الإسم كامل"

msgid "Nickname"
msgstr "الإسم المستعار"

msgid "First name"
msgstr "الإسم الأول"

msgid "Last name"
msgstr "الإسم الأخير"

msgid "Date of birth"
msgstr "تاريخ عيد الميلاد"

msgid "Contact"
msgstr "إتصل"

msgid "E-mail"
msgstr "البريد الإلكتروني"

msgid "Phone"
msgstr "الهاتف"

msgid "Website"
msgstr "الموقع الشخصي"

msgid "Current"
msgstr "الحالي"

msgid "Delete"
msgstr "حذف"

msgid "What a pity! You have no profile image defined in your identity card!"
msgstr "كم مثير للشفقة! لا توجد صورة للملف الشخصي في هويتك!"

msgid "Address"
msgstr "العنوان"

msgid "Street"
msgstr "الشارع"

msgid "City"
msgstr "المدينة"

msgid "Postal code"
msgstr "الرمز البريدي"

msgid "Country"
msgstr "الدولة"

msgid "Biography"
msgstr "نبذة شخصية"

msgid "Important notice"
msgstr "ملاحظة هامة"

msgid ""
"Be careful with the information you store into your profile, because it "
"might be accessible by everyone (even someone you don't want to)."
msgstr ""

msgid ""
"Not everything is private on XMPP; this is one of those things, your public "
"profile (vCard)."
msgstr "لا يوجد شي خاص على XMPP; هذه واحدة من الأمور، ملفك الشخصي عام (vCard)."

msgid ""
"It is strongly recommended to upload a profile image (%s maximum), like a "
"picture of yourself, because that makes you easily recognizable by your "
"friends."
msgstr ""

msgid "Save"
msgstr "إحفظ"

msgid "Cancel"
msgstr "إلغاء"

msgid "Edit options"
msgstr "تحرير الخيارات"

msgid "Channel"
msgstr "القناة"

msgid "Commands"
msgstr ""

msgid "Sounds"
msgstr "الأصوات"

msgid "Privacy"
msgstr "الخصوصية"

msgid "Message archiving"
msgstr "أرشفة الرسالة"

msgid "Store an history of your chats"
msgstr ""

msgid "Geolocation"
msgstr "تحديد الموقع الجغرافي"

msgid "Disabled"
msgstr ""

msgid "Store all chats"
msgstr ""

msgid "Store friend chats"
msgstr ""

msgid "Remove all archives"
msgstr ""

msgid "Empty"
msgstr "خالي"

msgid "Empty channel"
msgstr "قناة خالية"

msgid "Persistent"
msgstr "مستمر"

msgid "Maximum notices"
msgstr "الحد الأقصى للملاحظات"

msgid "Account"
msgstr "الحساب"

msgid "Change password"
msgstr "تغيير كلمة السر"

msgid "Delete account"
msgstr "حذف الحساب"

msgid "Old"
msgstr "العمر"

msgid "New (2 times)"
msgstr "جديد (عنصرين)"

msgid "Suggested chatrooms"
msgstr ""

msgid "Skip"
msgstr ""

msgid "Continue"
msgstr "إستمرار"

msgid "To"
msgstr "إلى"

msgid "Close"
msgstr "أغلق"

msgid "unknown"
msgstr "غير معروف"

msgid "Unavailable"
msgstr "غير متاح"

msgid "is now"
msgstr "الآن"

msgid "Please wait while your avatar is uploaded..."
msgstr "المرجو الانتضار ، يتم رفع صورتك"

msgid "Here it is! A new beautiful profile image!"
msgstr "إنها هنا! صورة ملف شخصي جديدة."

msgid "The image file is not supported or has a bad size."
msgstr "ملف الصورة لا يدعم أو الحجم لا يتناسب."

msgid "Reply"
msgstr "الرد"

msgid "Error"
msgstr "خطأ"

msgid "Click here to solve the error"
msgstr "انقر هنا لحل المشكل"

msgid "You"
msgstr "أنت"

msgid "Remove"
msgstr "حذف"

msgid "Rename"
msgstr "إعادة الإسم"

msgid "Hi, I am %s, I would like to add you as my friend."
msgstr "مرحبا، أنا %s، أرغب بإضافتك كصديق لدي."

msgid "Smiley insertion"
msgstr "إضافة رمز"

msgid "Change style"
msgstr "التنسيق"

msgid "Text in bold"
msgstr "نص عريض"

msgid "Text in italic"
msgstr "نص مائل"

msgid "Underlined text"
msgstr "نص أسفله خط"

msgid "Send a file"
msgstr ""

msgid ""
"Once uploaded, your friend will be prompted to download the file you sent."
msgstr ""

msgid "Save chat"
msgstr "حفظ الدردشة"

msgid ""
"Click on the following link to get the chat log, and wait. Then click again "
"to get the file."
msgstr ""
"إضغط على الوصلة التالية للحصول على سجل الدردشة وإنتظر. ومن ثم إضغط مجددًا "
"للحصول على الملف."

msgid "This chat is empty!"
msgstr "هذه دردشة خالية!"

msgid "Generate file!"
msgstr "إنشاء ملف!"

msgid "Download file!"
msgstr "تحميل الملف"

msgid "Clean current chat"
msgstr "مسح الدردشة الحالية"

msgid "Show user profile"
msgstr "إظهار ملف العضو الشخصي"

msgid "Add this contact to your friends"
msgstr "قم بإضافة هذا الحساب إلى أصدقائك"

msgid "Add this groupchat to your favorites"
msgstr "قم بإضافة مجموعة الدردشة هذه إلى المفضلة"

msgid "All tabs"
msgstr "جميع التبويب"

msgid "Join groupchat"
msgstr ""

msgid "Close this tab"
msgstr "أغلق هذا التبويب"

msgid "no subject defined for this room."
msgstr "لا يوجد عنوان إلى هذه الغرفة"

msgid "Administration panel for this room"
msgstr "لوحة التحكم إلى هذه الغرفة"

msgid "Moderators"
msgstr "المدراء"

msgid "Participants"
msgstr "المشاركون"

msgid "Visitors"
msgstr "الزوار"

msgid "Manage favorite rooms"
msgstr "التحكم بالغرف المفضلة"

msgid "Change favorites"
msgstr "تغيير المفضلة"

msgid "Search a room"
msgstr "إختر غرفة"

msgid "Select a favorite"
msgstr "إختر مفضلة"

msgid "Getting the name..."
msgstr "الحصول على إسم"

msgid "Gateway"
msgstr "بوابة"

msgid "Name"
msgstr "الإسم"

msgid "Room"
msgstr "غرفة"

msgid "Add"
msgstr "إضافة"

msgid "Edit"
msgstr "تحرير"

msgid "Search a room on"
msgstr "يبحث عن غرفة"

msgid "No room found on this server."
msgstr "لا توجد غرفة على هذا الخادم."

msgid "Service discovery"
msgstr "استكشاف الخدمة"

msgid "Server to query"
msgstr "خادم للإستعلام"

msgid "Sorry, but the entity didn't return any result!"
msgstr ""

msgid "Accounts"
msgstr "حسابات"

msgid "Authentications"
msgstr "مصادقة"

msgid "Automation"
msgstr "تشغيل آلي"

msgid "Clients"
msgstr "عملاء"

msgid "Collaboration"
msgstr "إشتراك"

msgid "Components"
msgstr "محتويات"

msgid "Rooms"
msgstr "غرف"

msgid "Directories"
msgstr ""

msgid "Gateways"
msgstr "بوابة"

msgid "News"
msgstr ""

msgid "Hierarchy"
msgstr ""

msgid "Proxies"
msgstr ""

msgid "Publication/Subscription"
msgstr ""

msgid "Storage"
msgstr ""

msgid "Service offline or broken"
msgstr ""

msgid "Your inbox"
msgstr "بريدك الوارد"

msgid "Available actions"
msgstr ""

msgid "Clean"
msgstr ""

msgid "New"
msgstr "جديد"

msgid "Received"
msgstr ""

msgid "Subject"
msgstr "موضوع"

msgid "Content"
msgstr "محتوى"

msgid "Send message"
msgstr "أرسل رسالة"

msgid "Your inbox is empty."
msgstr "بريدك الوارد فارغ"

msgid "MUC administration"
msgstr ""

msgid "You administrate this room"
msgstr "أنت تدير هذه الغرفة"

msgid "Enter new subject"
msgstr "قم بادخال موضوع جديد"

msgid "Configuration"
msgstr ""

msgid "Authorizations"
msgstr ""

msgid "Member list"
msgstr ""

msgid "Owner list"
msgstr ""

msgid "Administrator list"
msgstr ""

msgid "Outcast list"
msgstr ""

msgid "Add an input"
msgstr ""

msgid "Destroy this MUC"
msgstr ""

msgid "Yes, let's do it!"
msgstr ""

msgid "Your friend is paying attention to the conversation."
msgstr "صديقك يعير اهتماما للمحادثة"

msgid "Your friend is writing a message..."
msgstr ""

msgid "Your friend stopped writing a message."
msgstr ""

msgid "Your friend is doing something else."
msgstr ""

msgid "Your friend closed the chat."
msgstr ""

msgid "Requesting this service..."
msgstr ""

msgid "Loading"
msgstr ""

msgid "changed his/her nickname to %s"
msgstr ""

msgid "joined the chat room"
msgstr ""

msgid "left the chat room"
msgstr ""

msgid "%s left"
msgstr ""

msgid "%s joined"
msgstr ""

msgid "no status"
msgstr ""

msgid "has been kicked"
msgstr ""

msgid "has been banned"
msgstr ""

msgid "no reason"
msgstr ""

msgid "Communicate with the entire world!"
msgstr ""

msgid ""
"Jappix is an open social platform, that let's you easily get or keep in "
"touch with everyone."
msgstr ""

msgid ""
"Join the millions of users who are currently using the XMPP Network (Google "
"Talk, etc), don't stay out!"
msgstr ""

msgid "Hi there!"
msgstr ""

msgid "Welcome to %1s, “%2s”."
msgstr ""

msgid "Login to your existing XMPP account or create a new one for free!"
msgstr ""

msgid ""
"For your account safety, when you login or register, make sure your password "
"remains secret."
msgstr ""

msgid ""
"Login to your existing XMPP account. You can also use the %s to join a "
"groupchat."
msgstr ""

msgid "Previous"
msgstr ""

msgid "General"
msgstr ""

msgid "Advanced"
msgstr ""

msgid "Resource"
msgstr ""

msgid "Priority"
msgstr ""

msgid "Low"
msgstr ""

msgid "Medium"
msgstr ""

msgid "High"
msgstr ""

msgid ""
"Enter the groupchat you want to join and the nick you want to have. You can "
"also go back to the %s."
msgstr ""

msgid "login page"
msgstr ""

msgid "Share this link with your friends:"
msgstr ""

msgid ""
"Register a new XMPP account to join your friends on your own social cloud. "
"That's simple!"
msgstr ""

msgid "Required"
msgstr ""

msgid "You have been registered, here is your XMPP address:"
msgstr ""

msgid "Manager"
msgstr ""

msgid "Encrypted"
msgstr ""

msgid "Unencrypted"
msgstr ""

msgid "Where are you?"
msgstr ""

msgid "What's up with you?"
msgstr ""

msgid "Type something you want to share with your friends..."
msgstr ""

msgid "Fetching the social channel..."
msgstr ""

msgid "You are synchronized with your network."
msgstr ""

msgid "Cannot send anything: you can only receive notices!"
msgstr ""

msgid "Media viewer"
msgstr ""

msgid "Browse"
msgstr ""

msgid "Command"
msgstr ""

msgid "Subscribe"
msgstr ""

msgid "Join"
msgstr ""

msgid "Automatic"
msgstr ""

msgid "Search"
msgstr ""

msgid "No result!"
msgstr ""

msgid "No notifications."
msgstr ""

msgid "would like to add you as a friend."
msgstr ""

msgid "would like you to join this chatroom:"
msgstr ""

msgid "Do you accept?"
msgstr ""

msgid "Yes"
msgstr ""

msgid "No"
msgstr ""

msgid "would like to get authorization."
msgstr ""

msgid "would like to send you a file: “%s”."
msgstr ""

msgid "has received a file exchange request: “%s”."
msgstr ""

msgid "has accepted to receive your file: “%s”."
msgstr ""

msgid "has rejected to receive your file: “%s”."
msgstr ""

msgid "could not receive your file: “%s”."
msgstr ""

msgid "Do you want to see the friends %s suggests you?"
msgstr ""

msgid "commented an item you follow: “%s”."
msgstr ""

msgid "liked your post: “%s”."
msgstr ""

msgid "quoted you somewhere: “%s”."
msgstr ""

msgid "published on your wall: “%s”."
msgstr ""

msgid "tagged you in a photo (%s)."
msgstr ""

msgid "tagged you in a video (%s)."
msgstr ""

msgid ""
"validated your account. Your public profile will be available in a few "
"moments."
msgstr ""

msgid "has removed your public profile after your request. We will miss you!"
msgstr ""

msgid ""
"has saved your new public profile settings. They will be applied in a few "
"moments."
msgstr ""

msgid ""
"could not validate your account to create or update your public profile. "
"Check your credentials."
msgstr ""

msgid "Open"
msgstr ""

msgid "Show"
msgstr ""

msgid "Hide"
msgstr ""

msgid "Submit"
msgstr ""

msgid "Client"
msgstr ""

msgid "System"
msgstr ""

msgid "Local time"
msgstr ""

msgid "Comments"
msgstr ""

msgid "User profile"
msgstr ""

msgid "See his/her position on the globe"
msgstr ""

msgid "Confirm"
msgstr ""

msgid "anonymous mode"
msgstr ""

msgid "Groups"
msgstr ""

msgid "Unclassified"
msgstr ""

msgid "Authorize"
msgstr ""

msgid "Ask for authorization"
msgstr ""

msgid "Unblock"
msgstr ""

msgid "Prohibit"
msgstr ""

msgid "Block"
msgstr ""

msgid "Chat"
msgstr ""

msgid "Groupchat"
msgstr ""

msgid "Jappix Mobile"
msgstr ""

msgid "Desktop"
msgstr ""

msgid "Mobile"
msgstr ""

msgid "Please wait..."
msgstr ""

msgid "Please enable JavaScript"
msgstr ""

msgid "Show comments"
msgstr ""

msgid "Loading comments..."
msgstr ""

msgid "Could not get the comments!"
msgstr ""

msgid "Comments locked!"
msgstr ""

msgid "Type your comment here..."
msgstr ""

msgid "Your channel"
msgstr ""

msgid "Channel of"
msgstr ""

msgid "More notices..."
msgstr ""

msgid "Attach a file"
msgstr ""

msgid "Send"
msgstr ""

msgid "Unattach the file"
msgstr ""

msgid ""
"An error occured while uploading your file: maybe it is too big (%s maximum) "
"or forbidden!"
msgstr ""

msgid "Authorization failed"
msgstr ""

msgid "Registration failed, please choose a different username"
msgstr ""

msgid "Service unavailable"
msgstr ""

msgid "Internal server error, try later"
msgstr ""

msgid "Your form has been sent."
msgstr ""

msgid "Application"
msgstr ""

msgid "Media integration"
msgstr ""

msgid "Keep local chat archives"
msgstr ""

msgid "XMPP links"
msgstr ""

msgid "Open XMPP links with Jappix"
msgstr ""

msgid "changed the subject to:"
msgstr ""

msgid "Welcome!"
msgstr ""

msgid "Friends"
msgstr ""

msgid "Welcome to Jappix, your own social cloud!"
msgstr ""

msgid ""
"Before you start using it, you will have to change some settings, search for "
"friends and complete your profile."
msgstr ""

msgid "Enable notification sounds"
msgstr ""

msgid "Share your position on the globe"
msgstr ""

msgid "Offline friends"
msgstr ""

msgid "Don't hide offline friends"
msgstr ""

msgid ""
"Use this tool to find your friends on the server you are using right now, or "
"add them later."
msgstr ""

msgid "Good job! Now, you can share Jappix with your friends!"
msgstr ""

msgid ""
"When you will press the save button, the profile editor will be opened. "
"Happy socializing!"
msgstr ""

msgid "Share Jappix on %s"
msgstr ""

msgid "Follow Jappix topic on %s"
msgstr ""

msgid "Using Jappix, an open social platform. I am %s!"
msgstr ""

msgid "Unknown name"
msgstr ""

msgid "Unknown country"
msgstr ""

msgid "Click to enable"
msgstr ""

msgid "Click to disable"
msgstr ""

msgid "Installation"
msgstr ""

msgid "Jappix installation"
msgstr ""

msgid "Welcome to the Jappix installation!"
msgstr ""

msgid ""
"This tool will help you installing Jappix, the first full-featured XMPP-"
"based social platform, on your server with ease."
msgstr ""

msgid "Installation Steps:"
msgstr ""

msgid "Welcome"
msgstr "مرحباً"

msgid "Storage configuration"
msgstr ""

msgid "Administrator account"
msgstr "حساب المدير"

msgid "Main configuration"
msgstr ""

msgid "Hosts configuration"
msgstr ""

msgid "Services installation"
msgstr ""

msgid ""
"If the current language does not match yours (%1s), you can make Jappix "
"speak %2s it will be saved."
msgstr ""

msgid ""
"If you want to get some help about the Jappix installation and "
"configuration, you can use our whole documentation, available at:"
msgstr ""

msgid "It's time to build your own social cloud: just go to the next step!"
msgstr ""

msgid ""
"Jappix stores persistent data (such as shared files, chat logs, your own "
"music and its configuration) into multiple storage folders."
msgstr ""

msgid ""
"Jappix must be able to write in this folder to create its sub-directories. "
"If not, you must set the rights of %1s to %2s or change the folder owner to "
"%3s (depending of your configuration)."
msgstr ""

msgid "The folder is writable, you can continue!"
msgstr ""

msgid ""
"Jappix offers you the possibility to manage your configuration, install new "
"plugins or search for updates. That's why you must create an administrator "
"account to access the manager."
msgstr ""

msgid ""
"When Jappix will be installed, just click on the manager link on the home "
"page to access it."
msgstr ""

msgid "Oops, you missed something or the two passwords do not match!"
msgstr ""

msgid ""
"Jappix needs that you specify some values to work. Please correct the "
"following inputs (or keep the default values, which are sufficient for most "
"people)."
msgstr ""

msgid ""
"Note that if you don't specify a value which is compulsory, it will be "
"automatically completed with the default one."
msgstr ""

msgid ""
"Need help? You'd better read our documentation page about how to fill this "
"form!"
msgstr ""

msgid "User"
msgstr ""

msgid "Service"
msgstr ""

msgid "Service name"
msgstr ""

msgid "Service description"
msgstr ""

msgid "Owner name"
msgstr ""

msgid "Owner website"
msgstr ""

msgid "Connection"
msgstr ""

msgid "Lock the host"
msgstr ""

msgid "Anonymous mode"
msgstr ""

msgid "HTTP authentication"
msgstr ""

msgid "Registration allowed"
msgstr ""

msgid "Use the built-in BOSH proxy"
msgstr ""

msgid "Manager link"
msgstr ""

msgid "Groupchats to join"
msgstr ""

msgid "Suggest groupchats"
msgstr ""

msgid "Encryption"
msgstr ""

msgid "HTTPS storage"
msgstr ""

msgid "Force HTTPS"
msgstr ""

msgid "Compression"
msgstr ""

msgid "Cache assets"
msgstr ""

msgid ""
"This page helps you specify the default hosts Jappix will connect to. You "
"can leave it as it is and continue if you want to use the official service "
"hosts."
msgstr ""

msgid ""
"Maybe you don't know what a BOSH server is? In fact, this is a relay between "
"a Jappix client and a XMPP server, which is necessary because of technical "
"limitations."
msgstr ""

msgid "Main host"
msgstr ""

msgid "Groupchat host"
msgstr ""

msgid "Pubsub host"
msgstr ""

msgid "Anonymous host"
msgstr ""

msgid "Directory host"
msgstr ""

msgid "BOSH host"
msgstr ""

msgid "WebSocket host"
msgstr ""

msgid ""
"You can install some extra softwares on your server, to extend your Jappix "
"features. Some others might be modified, because of security restrictions "
"which are set by default."
msgstr ""

msgid ""
"To perform this, you must be able to access your server's shell and be "
"logged in as root. Remember this is facultative, Jappix will work without "
"these modules, but some of its features will be unavailable."
msgstr ""

msgid ""
"After you finished the setup, Jappix will generate the cache files. It might "
"be slow, just wait until the application is displayed and do not press any "
"button."
msgstr ""

msgid "Thanks for using Jappix!"
msgstr ""

msgid "Next"
msgstr ""

msgid "Finish"
msgstr ""

msgid "Check again"
msgstr ""

msgid ""
"The folder is not writable, set the right permissions to the %s directory."
msgstr ""

msgid "%s is installed on your system."
msgstr ""

msgid "%1s is not installed on your system, you should install %2s."
msgstr ""

msgid "PHP maximum upload size is sufficient (%s)."
msgstr ""

msgid ""
"PHP maximum upload size is not sufficient (%1s), you should define it to %2s "
"in %3s."
msgstr ""

msgid "Jappix manager"
msgstr ""

msgid "Manager access"
msgstr ""

msgid "Statistics"
msgstr ""

msgid "Hosts"
msgstr ""

msgid "Design"
msgstr ""

msgid "Repeat"
msgstr ""

msgid "All"
msgstr ""

msgid "Horizontal"
msgstr ""

msgid "Vertical"
msgstr ""

msgid "Center"
msgstr ""

msgid "Left"
msgstr ""

msgid "Right"
msgstr ""

msgid "Top"
msgstr ""

msgid "Bottom"
msgstr ""

msgid "Adapt"
msgstr ""

msgid "Color"
msgstr ""

msgid "Users"
msgstr ""

msgid ""
"This is a restricted area: only the authorized users can manage this Jappix "
"node."
msgstr ""

msgid "Please use the form below to login to the administration panel."
msgstr ""

msgid ""
"To improve security, sessions are limited in time and when your browser will "
"be closed, you will be logged out."
msgstr ""

msgid "Credentials"
msgstr ""

msgid "You have been logged out. Goodbye!"
msgstr ""

msgid ""
"Oops, you could not be recognized as a valid administrator. Check your "
"credentials!"
msgstr ""

msgid ""
"Basic statistics are processed by Jappix about some important things, you "
"can find them below."
msgstr ""

msgid "Change your Jappix node configuration with this tool."
msgstr ""

msgid "Change the XMPP hosts that this Jappix node serves with this tool."
msgstr ""

msgid ""
"All this Jappix node stored files can be managed with this tool: please "
"select a sub-folder and start editing its content!"
msgstr ""

msgid "Jappix is fully customisable: you can change its design right here."
msgstr ""

msgid "This is not a valid image, please use PNG, GIF or JPG!"
msgstr ""

msgid "This is not a valid image, please use the PNG format!"
msgstr ""

msgid "The image could not be received, would you mind retry?"
msgstr ""

msgid "Your service logo has been successfully changed!"
msgstr ""

msgid "Your image was added to the list!"
msgstr ""

msgid "Changes saved!"
msgstr ""

msgid "Logo"
msgstr ""

msgid ""
"You can set your own service logo to replace the default one. Take care of "
"the size and the main color of each logo!"
msgstr ""

msgid "Upload each logo with the recommended maximum pixel size."
msgstr ""

msgid ""
"Your logo format must be PNG. Leave a field empty and the logo will not be "
"changed."
msgstr ""

msgid "Remove this logo"
msgstr ""

msgid "View this logo"
msgstr ""

msgid ""
"You can define more than one administrator for this Jappix node. You can "
"also change a password with this tool."
msgstr ""

msgid ""
"Update your Jappix node with this tool, or check if a new one is available. "
"Informations about the latest version are also displayed (in english)."
msgstr ""

msgid "Access statistics"
msgstr ""

msgid "Share statistics"
msgstr ""

msgid "Other statistics"
msgstr ""

msgid "January"
msgstr ""

msgid "February"
msgstr ""

msgid "March"
msgstr ""

msgid "April"
msgstr ""

msgid "May"
msgstr ""

msgid "June"
msgstr ""

msgid "July"
msgstr ""

msgid "August"
msgstr ""

msgid "September"
msgstr ""

msgid "October"
msgstr ""

msgid "November"
msgstr ""

msgid "December"
msgstr ""

msgid "Monday"
msgstr ""

msgid "Tuesday"
msgstr ""

msgid "Wednesday"
msgstr ""

msgid "Thursday"
msgstr ""

msgid "Friday"
msgstr ""

msgid "Saturday"
msgstr ""

msgid "Sunday"
msgstr ""

msgid "Total"
msgstr ""

msgid "Archives"
msgstr ""

msgid "Music"
msgstr ""

msgid "Backgrounds"
msgstr ""

msgid "Share"
msgstr ""

msgid "Background"
msgstr ""

msgid "Notice"
msgstr ""

msgid "Your design preferences have been saved!"
msgstr ""

msgid "Please check your inputs: something is missing!"
msgstr ""

msgid ""
"Change your Jappix node background with this tool. You can either set a "
"custom color or an uploaded image. Let your creativity flow!"
msgstr ""

msgid "Use default background"
msgstr ""

msgid "Use your own image"
msgstr ""

msgid "Select a background to use and change the display options."
msgstr ""

msgid "Use your own color"
msgstr ""

msgid "Type the hexadecimal color value you want to use as a background."
msgstr ""

msgid "Manage backgrounds"
msgstr ""

msgid ""
"You can add a new background to the list with this tool. Please send a valid "
"image."
msgstr ""

msgid "If you want to remove some backgrounds, use the browser below."
msgstr ""

msgid ""
"Define a homepage notice for all your users, such as a warn, an important "
"message or an advert with this tool."
msgstr ""

msgid "Simple notice"
msgstr ""

msgid ""
"This notice only needs simple text to be displayed, but no code is allowed!"
msgstr ""

msgid "Advanced notice"
msgstr ""

msgid ""
"You can customize your notice with embedded HTML, CSS and JavaScript, but "
"you need to code the style."
msgstr ""

msgid "Available updates"
msgstr ""

msgid "What's new?"
msgstr ""

msgid "Your storage folders are not writable, please apply the good rights!"
msgstr ""

msgid ""
"%1s may cause problems to the proxy, please increase %2s value up to %3s!"
msgstr ""

msgid ""
"You are using a development version of Jappix. Update it through our "
"repository by executing: %s."
msgstr ""

msgid ""
"A new Jappix version is available! Check what is new and launch the update!"
msgstr ""

msgid "Your version is out to date. Update it now to %s by clicking here!"
msgstr ""

msgid ""
"Your version seems to be up to date, but you can check updates manually by "
"clicking here."
msgstr ""

msgid "Check for updates"
msgstr ""

msgid "Update in progress"
msgstr ""

msgid ""
"Jappix has been updated: you are now running the latest version. Have fun!"
msgstr ""

msgid "The update has failed! Please try again later."
msgstr ""

msgid "Downloading package..."
msgstr ""

msgid "Removing current Jappix system files..."
msgstr ""

msgid "Extracting package..."
msgstr ""

msgid "Regenerating storage folder tree..."
msgstr ""

msgid "Jappix is now up to date!"
msgstr ""

msgid "Aborted: socket error!"
msgstr ""

msgid "Aborted: buffer error!"
msgstr ""

msgid "Aborted: everything is not writable!"
msgstr ""

msgid "Aborted: could not extract the package!"
msgstr ""

msgid "Visits"
msgstr ""

msgid "Daily"
msgstr ""

msgid "Weekly"
msgstr ""

msgid "Monthly"
msgstr ""

msgid "Yearly"
msgstr ""

msgid "Size"
msgstr ""

msgid "Clean everything"
msgstr ""

msgid "Purge cache"
msgstr ""

msgid "Purge logs"
msgstr ""

msgid "Purge sent files"
msgstr ""

msgid "Purge updates"
msgstr ""

msgid "The storage folder you wanted to clean is now empty!"
msgstr ""

msgid ""
"Keep your Jappix node fresh and fast, clean the storage folders regularly!"
msgstr ""

msgid ""
"Upload your music (Ogg Vorbis, MP3 or WAV) to be able to listen to it in "
"Jappix!"
msgstr ""

msgid "The file you want to upload must be smaller than %s."
msgstr ""

msgid ""
"You can check what your users store on your server and remove undesired "
"content with this tool."
msgstr ""

msgid "Title"
msgstr ""

msgid "Artist"
msgstr ""

msgid "Album"
msgstr ""

msgid "File"
msgstr ""

msgid "Upload"
msgstr ""

msgid "The folder is empty."
msgstr ""

msgid "The music could not be received, please retry!"
msgstr ""

msgid ""
"This is not a valid music file, please encode in Ogg Vorbis, MP3 or WAV!"
msgstr ""

msgid "Your music has been added!"
msgstr ""

msgid "The selected elements have been removed."
msgstr ""

msgid "You must select elements to remove!"
msgstr ""

msgid ""
"Add a new user with this tool, or change a password (type an existing "
"username). Please submit a strong password!"
msgstr ""

msgid "Manage"
msgstr ""

msgid "List"
msgstr ""

msgid ""
"Remove users with this tool. Note that you cannot remove a user if he is the "
"only one remaining."
msgstr ""

msgid "The user has been added!"
msgstr ""

msgid "The chosen users have been removed."
msgstr ""

msgid "You must select one or more users to be removed!"
msgstr ""

msgid "Yesterday"
msgstr ""

msgid "%s days ago"
msgstr ""

msgid "User currently active"
msgstr ""

msgid "Last seen: %s"
msgstr ""

msgid "Inactive since: %s"
msgstr ""

msgid "Your friend seems not to have received your message(s)!"
msgstr ""

msgid "Static content server"
msgstr ""

msgid "This is the static content server for %1s, “%2s”."
msgstr ""

msgid "User uploads server"
msgstr ""

msgid "This is the user uploads server for %1s, “%2s”."
msgstr ""

msgid "Suggested friends"
msgstr ""

msgid "Check all"
msgstr ""

msgid "Uncheck all"
msgstr ""

msgid "Choose"
msgstr ""

msgid "List name"
msgstr ""

msgid "Allow"
msgstr ""

msgid "Deny"
msgstr ""

msgid "Group"
msgstr ""

msgid "Subscription"
msgstr ""

msgid "Both"
msgstr ""

msgid "From"
msgstr ""

msgid "Everybody"
msgstr ""

msgid "Send messages"
msgstr ""

msgid "Send queries"
msgstr ""

msgid "See my status"
msgstr ""

msgid "Send his/her status"
msgstr ""

msgid "Everything"
msgstr ""

msgid "Item"
msgstr ""

msgid "Order"
msgstr ""

msgid "Active for this session"
msgstr ""

msgid "Always active"
msgstr ""

msgid "User directory"
msgstr ""

msgid "Search a friend"
msgstr ""

msgid ""
"The feature requested is not implemented by the recipient or server and "
"therefore cannot be processed."
msgstr ""

msgid "Send him/her a message"
msgstr ""

msgid "Start a chat with him/her"
msgstr ""

msgid "Available shortcuts:"
msgstr ""

msgid "%s removes the chat logs"
msgstr ""

msgid "%s joins a groupchat"
msgstr ""

msgid "%s closes the chat"
msgstr ""

msgid "%s shows the user profile"
msgstr ""

msgid "%s sends a message to the room"
msgstr ""

msgid "%s changes your nickname"
msgstr ""

msgid "%s sends a message to someone in the room"
msgstr ""

msgid "%s changes the room topic"
msgstr ""

msgid "%s kicks a user of the room"
msgstr ""

msgid "%s bans a user of the room"
msgstr ""

msgid "%s invites someone to join the room"
msgstr ""

msgid "Public profile"
msgstr ""

msgid "Your profile anywhere on the Web."
msgstr ""

msgid ""
"%s is a Jappix.com service which makes your XMPP profile public. It is "
"easier to share it. No XMPP account is required to view your social channel, "
"your current position and your contact details."
msgstr ""

msgid ""
"Furthermore, every picture you post in your social channel is added to a "
"beautiful picture timeline. You can now view the pictures you shared year by "
"year."
msgstr ""

msgid ""
"You can also use your XMPP avatar as a single avatar for every website, blog "
"and forum you use. When you change it on XMPP, the new avatar appears "
"everywhere. What a genius improvement!"
msgstr ""

msgid "Yay, let's create your public profile!"
msgstr ""

msgid "Enable my public profile"
msgstr ""

msgid "Jappix for your phone"
msgstr ""

msgid "A single phone app for messages, channels, profiles and much more!"
msgstr ""

msgid ""
"This notification is only informative, maybe the data it links to have been "
"removed."
msgstr ""

msgid "You haven't provided any file to download"
msgstr ""

msgid "You cannot download a file if you don't provide a key"
msgstr ""

msgid "Woah this file isn't found, please double check"
msgstr ""

msgid "The key you provided does not have the permission to download this file"
msgstr ""

msgid "Statistics are currently disabled in the settings."
msgstr ""

msgid "New event!"
msgstr ""

msgid "%s is typing..."
msgstr ""

msgid ""
"The security code you entered is invalid. Please retry with another one."
msgstr ""

msgid "The username you picked is not available. Please try another one."
msgstr ""

msgid "There was an error registering your account. Please retry."
msgstr ""

msgid "Username"
msgstr ""

msgid "Enter password"
msgstr ""

msgid "Once again..."
msgstr ""

msgid "Code"
msgstr ""

msgid "Security code"
msgstr ""

msgid "Advertising space available!"
msgstr ""

msgid "Advertise here"
msgstr ""

msgid "Analytics (%s)"
msgstr ""

msgid "Track visits"
msgstr ""

msgid "Piwik URL"
msgstr ""

msgid "Piwik tracking ID"
msgstr ""

msgid "Advertising (%s)"
msgstr ""

msgid "Enable ads"
msgstr ""

msgid "Standard ads key"
msgstr ""

msgid "Content ads key"
msgstr ""

msgid "AdSense client ID"
msgstr ""

msgid "AdSense slot"
msgstr ""

msgid "Stop"
msgstr ""

msgid "Mute"
msgstr ""

msgid "Unmute"
msgstr ""

msgid "Is calling you"
msgstr ""

msgid "Initiating call"
msgstr ""

msgid "Connecting to call..."
msgstr ""

msgid "Waiting..."
msgstr ""

msgid "Ringing..."
msgstr ""

msgid "Declined the call"
msgstr ""

msgid "Call error"
msgstr ""

msgid "Ended the call"
msgstr ""

msgid "Call ended"
msgstr ""

msgid "Call canceled"
msgstr ""

msgid "Canceled the call"
msgstr ""

msgid "Is already in a call"
msgstr ""

msgid "Ending call..."
msgstr ""

msgid "Accept"
msgstr ""

msgid "Decline"
msgstr ""

msgid "Okay"
msgstr ""

msgid "Retry"
msgstr ""

msgid "Audio Call"
msgstr ""

msgid "Video Call"
msgstr ""