aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/messages.po
blob: 97dd746c7cbc3e525589b082e63ccbcd691d3a4f (plain) (blame)
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
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
# FRIENDIKA Distribuited Social Network
# Copyright (C) 2010, 2011 Mike Macgirvin
# This file is distributed under the same license as the Friendika package.
# Mike Macgirvin, 2010
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 2.1.931\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-28 20:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Fabio Comuni <fabrix.xm@gmail.com>\n"
"Language-Team: Italian <fabrix.xm@gmail.com>\n"
"Language: It\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Language: it_IT\n"
"X-Source-Language: C\n"

#: ../../index.php:187 ../../index.php:194
msgid "Not Found"
msgstr "Non Trovato"

#: ../../index.php:188 ../../index.php:195
msgid "Page not found."
msgstr "Pagina non trovata."

#: ../../index.php:243 ../../mod/group.php:88 ../../index.php:250
msgid "Permission denied"
msgstr "Permesso negato"

#: ../../index.php:244 ../../mod/manage.php:75 ../../mod/wall_upload.php:42
#: ../../mod/follow.php:8 ../../mod/profile_photo.php:19
#: ../../mod/profile_photo.php:133 ../../mod/profile_photo.php:139
#: ../../mod/profile_photo.php:150 ../../mod/regmod.php:16
#: ../../mod/profiles.php:7 ../../mod/profiles.php:224
#: ../../mod/settings.php:14 ../../mod/settings.php:19
#: ../../mod/settings.php:206 ../../mod/photos.php:85 ../../mod/photos.php:772
#: ../../mod/display.php:303 ../../mod/invite.php:13 ../../mod/invite.php:50
#: ../../mod/contacts.php:101 ../../mod/register.php:25 ../../mod/network.php:6
#: ../../mod/notifications.php:56 ../../mod/item.php:57 ../../mod/item.php:616
#: ../../mod/message.php:8 ../../mod/message.php:116
#: ../../mod/dfrn_confirm.php:53 ../../mod/viewcontacts.php:13
#: ../../mod/group.php:19 ../../addon/facebook/facebook.php:110
#: ../../index.php:251 ../../mod/profiles.php:227 ../../mod/settings.php:208
#: ../../mod/photos.php:773 ../../mod/display.php:308 ../../mod/editpost.php:10
#: ../../mod/item.php:668 ../../mod/install.php:93 ../../mod/settings.php:15
#: ../../mod/settings.php:20 ../../mod/settings.php:211
#: ../../mod/contacts.php:106
msgid "Permission denied."
msgstr "Permesso negato."

#: ../../boot.php:808
msgid "Create a New Account"
msgstr "Crea un Nuovo Account"

#: ../../boot.php:809 ../../mod/register.php:443 ../../include/nav.php:61
#: ../../mod/register.php:445 ../../mod/register.php:463
msgid "Register"
msgstr "Regitrati"

#: ../../boot.php:815
msgid "Nickname or Email address: "
msgstr "Soprannome o indirizzo Email: "

#: ../../boot.php:816
msgid "Password: "
msgstr "Password: "

#: ../../boot.php:817 ../../boot.php:823 ../../include/nav.php:44
msgid "Login"
msgstr "Accedi"

#: ../../boot.php:821
msgid "Nickname/Email/OpenID: "
msgstr "Soprannome/Email/OpenID: "

#: ../../boot.php:822
msgid "Password (if not OpenID): "
msgstr "Password (se non OpenID): "

#: ../../boot.php:825
msgid "Forgot your password?"
msgstr "Dimenticata la password?"

#: ../../boot.php:826
msgid "Password Reset"
msgstr "Resetta password"

#: ../../boot.php:837 ../../include/nav.php:38
msgid "Logout"
msgstr "Esci"

#: ../../boot.php:1077 ../../boot.php:1078
msgid "prev"
msgstr "prec"

#: ../../boot.php:1079 ../../boot.php:1080
msgid "first"
msgstr "primo"

#: ../../boot.php:1108 ../../boot.php:1109
msgid "last"
msgstr "ultimo"

#: ../../boot.php:1111 ../../boot.php:1112
msgid "next"
msgstr "succ"

#: ../../boot.php:1831 ../../boot.php:1838
#, php-format
msgid "%s likes this."
msgstr "Piace a %s."

#: ../../boot.php:1831 ../../boot.php:1838
#, php-format
msgid "%s doesn't like this."
msgstr "Non piace a %s."

#: ../../boot.php:1835 ../../test.php:8 ../../boot.php:1842
#, php-format
msgid "<span  %1$s>%2$d people</span> like this."
msgstr "Piace a <span %1$s>%2$d persone</span>."

#: ../../boot.php:1837 ../../boot.php:1844
#, php-format
msgid "<span  %1$s>%2$d people</span> don't like this."
msgstr "Non piace a <span %1$s>%2$d persone</span>."

#: ../../boot.php:1843 ../../boot.php:1850
msgid "and"
msgstr "e"

#: ../../boot.php:1846 ../../boot.php:1853
#, php-format
msgid ", and %d other people"
msgstr ", e altre %d persone"

#: ../../boot.php:1847 ../../boot.php:1854
#, php-format
msgid "%s like this."
msgstr "Piace a %s."

#: ../../boot.php:1847 ../../boot.php:1854
#, php-format
msgid "%s don't like this."
msgstr "Non piace a %s."

#: ../../boot.php:2008 ../../boot.php:2015
msgid "No contacts"
msgstr "Nessun contatto"

#: ../../boot.php:2016 ../../mod/contacts.php:303
#: ../../include/acl_selectors.php:140 ../../include/acl_selectors.php:155
#: ../../include/nav.php:111 ../../mod/contacts.php:311
msgid "Contacts"
msgstr "Contatti"

#: ../../boot.php:2032 ../../mod/viewcontacts.php:17 ../../boot.php:2039
msgid "View Contacts"
msgstr "Guarda contatti"

#: ../../boot.php:2049 ../../mod/search.php:17 ../../include/nav.php:67
#: ../../boot.php:2056
msgid "Search"
msgstr "Cerca"

#: ../../boot.php:2204 ../../mod/profile.php:8 ../../boot.php:2211
msgid "No profile"
msgstr "Nessun profilo"

#: ../../boot.php:2261 ../../boot.php:2268
msgid "Connect"
msgstr "Connetti"

#: ../../boot.php:2271 ../../boot.php:2278
msgid "Location:"
msgstr "Posizione:"

#: ../../boot.php:2275 ../../boot.php:2282
msgid ", "
msgstr ", "

#: ../../boot.php:2283 ../../boot.php:2290
msgid "Gender:"
msgstr "Genere:"

#: ../../boot.php:2287 ../../boot.php:2294
msgid "Status:"
msgstr "Stato:"

#: ../../boot.php:2289 ../../boot.php:2296
msgid "Homepage:"
msgstr "Homepage:"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Monday"
msgstr "Lunedì"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Tuesday"
msgstr "Martedì"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Wednesday"
msgstr "Mercoledì"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Thursday"
msgstr "Giovedì"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Friday"
msgstr "Venerdì"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Saturday"
msgstr "Sabato"

#: ../../boot.php:2380 ../../boot.php:2387
msgid "Sunday"
msgstr "Domenica"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "January"
msgstr "Gennaio"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "February"
msgstr "Febbraio"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "March"
msgstr "Marzo"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "April"
msgstr "Aprile"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "May"
msgstr "Maggio"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "June"
msgstr "Giugno"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "July"
msgstr "Luglio"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "August"
msgstr "Agosto"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "September"
msgstr "Settembre"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "October"
msgstr "Ottobre"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "November"
msgstr "Novembre"

#: ../../boot.php:2384 ../../boot.php:2391
msgid "December"
msgstr "Dicembre"

#: ../../boot.php:2413 ../../boot.php:2419 ../../boot.php:2426
msgid "Birthdays this week:"
msgstr "Compleanni questa settimana:"

#: ../../boot.php:2414 ../../boot.php:2420 ../../boot.php:2427
msgid "(Adjusted for local time)"
msgstr "(Convertiti all'ora locale)"

#: ../../boot.php:2423 ../../boot.php:2431 ../../boot.php:2438
msgid "[today]"
msgstr "[oggi]"

#: ../../boot.php:2620 ../../boot.php:2628 ../../boot.php:2635
msgid "link to source"
msgstr "Collegamento all'originale"

#: ../../mod/manage.php:37
#, php-format
msgid "Welcome back %s"
msgstr "Bentornato %s"

#: ../../mod/manage.php:87
msgid "Manage Identities and/or Pages"
msgstr "Gestisci Indentità e/o Pagine"

#: ../../mod/manage.php:90
msgid ""
"(Toggle between different identities or community/group pages which share "
"your account details.)"
msgstr ""
"(Passa tra diverse identità o pagine di comunità/gruppi che condividono i "
"dettagli del tuo account.)"

#: ../../mod/manage.php:92
msgid "Select an identity to manage: "
msgstr "Seleziona una identità da gestire:"

#: ../../mod/manage.php:106 ../../mod/photos.php:800 ../../mod/photos.php:857
#: ../../mod/photos.php:1032 ../../mod/invite.php:64 ../../mod/install.php:109
#: ../../addon/twitter/twitter.php:156 ../../addon/twitter/twitter.php:175
#: ../../addon/statusnet/statusnet.php:163
#: ../../addon/statusnet/statusnet.php:189
#: ../../addon/statusnet/statusnet.php:207
#: ../../addon/facebook/facebook.php:151
#: ../../addon/randplace/randplace.php:179 ../../mod/photos.php:801
#: ../../mod/photos.php:858 ../../mod/photos.php:1066 ../../mod/install.php:123
msgid "Submit"
msgstr "Invia"

#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:109
#, php-format
msgid "Image exceeds size limit of %d"
msgstr "La dimensionde dell'immagine supera il limite di %d"

#: ../../mod/wall_upload.php:65 ../../mod/profile_photo.php:118
#: ../../mod/photos.php:570 ../../mod/photos.php:571
msgid "Unable to process image."
msgstr "Impossibile elaborare l'immagine."

#: ../../mod/wall_upload.php:79 ../../mod/wall_upload.php:88
#: ../../mod/wall_upload.php:95 ../../mod/item.php:184 ../../mod/message.php:93
#: ../../mod/item.php:212
msgid "Wall Photos"
msgstr "Foto Bacheca"

#: ../../mod/wall_upload.php:82 ../../mod/profile_photo.php:230
#: ../../mod/photos.php:588 ../../mod/photos.php:589
msgid "Image upload failed."
msgstr "Caricamento immagine fallito."

#: ../../mod/dfrn_notify.php:177 ../../mod/dfrn_notify.php:389
#: ../../mod/regmod.php:93 ../../mod/register.php:311
#: ../../mod/register.php:348 ../../mod/dfrn_request.php:545
#: ../../mod/lostpass.php:39 ../../mod/item.php:423
#: ../../mod/dfrn_confirm.php:649 ../../include/items.php:1350
#: ../../mod/dfrn_notify.php:475 ../../mod/item.php:475 ../../mod/item.php:498
#: ../../include/items.php:1373 ../../mod/register.php:329
#: ../../mod/register.php:366
msgid "Administrator"
msgstr "Amministratore"

#: ../../mod/dfrn_notify.php:179
msgid "noreply"
msgstr "nessuna risposta"

#: ../../mod/dfrn_notify.php:237
msgid "New mail received at "
msgstr "Nuova mail ricevuta su "

#: ../../mod/dfrn_notify.php:388 ../../mod/dfrn_notify.php:474
#, php-format
msgid "%s commented on an item at %s"
msgstr "%s ha commentato un elemento su %s"

#: ../../mod/profile.php:151 ../../mod/network.php:91 ../../mod/profile.php:156
#: ../../mod/profile.php:317 ../../mod/photos.php:1086
#: ../../mod/display.php:158 ../../mod/network.php:370 ../../mod/network.php:96
#: ../../mod/network.php:441 ../../mod/profile.php:164 ../../mod/profile.php:377
msgid "Share"
msgstr "Condividi"

#: ../../mod/profile.php:152 ../../mod/network.php:92 ../../mod/message.php:185
#: ../../mod/message.php:319 ../../mod/profile.php:157
#: ../../mod/editpost.php:63 ../../mod/network.php:97 ../../mod/message.php:186
#: ../../mod/message.php:320 ../../mod/profile.php:165
msgid "Upload photo"
msgstr "Carica foto"

#: ../../mod/profile.php:153 ../../mod/network.php:93 ../../mod/message.php:186
#: ../../mod/message.php:320 ../../mod/profile.php:158
#: ../../mod/editpost.php:64 ../../mod/network.php:98 ../../mod/message.php:187
#: ../../mod/message.php:321 ../../mod/profile.php:166
msgid "Insert web link"
msgstr "Inserisci link"

#: ../../mod/profile.php:154 ../../mod/network.php:94 ../../mod/profile.php:159
#: ../../mod/editpost.php:65 ../../mod/network.php:99 ../../mod/profile.php:167
msgid "Insert YouTube video"
msgstr "Inserisci video da YouTube"

#: ../../mod/profile.php:155 ../../mod/network.php:95 ../../mod/profile.php:162
#: ../../mod/editpost.php:68 ../../mod/network.php:97 ../../mod/network.php:102
#: ../../mod/profile.php:170
msgid "Set your location"
msgstr "Imposta la tua posizione"

#: ../../mod/profile.php:156 ../../mod/network.php:96 ../../mod/profile.php:163
#: ../../mod/editpost.php:69 ../../mod/network.php:98 ../../mod/network.php:103
#: ../../mod/profile.php:171
msgid "Clear browser location"
msgstr "Cancella la tua posizione data dal browser"

#: ../../mod/profile.php:157 ../../mod/profile.php:309
#: ../../mod/photos.php:1052 ../../mod/display.php:158 ../../mod/network.php:97
#: ../../mod/network.php:367 ../../mod/message.php:187
#: ../../mod/message.php:321 ../../mod/profile.php:164
#: ../../mod/profile.php:318 ../../mod/photos.php:1087
#: ../../mod/display.php:159 ../../mod/editpost.php:70 ../../mod/network.php:99
#: ../../mod/network.php:371 ../../mod/network.php:104
#: ../../mod/network.php:442 ../../mod/message.php:188
#: ../../mod/message.php:322 ../../mod/profile.php:172 ../../mod/profile.php:378
msgid "Please wait"
msgstr "Attendi"

#: ../../mod/profile.php:158 ../../mod/network.php:98 ../../mod/profile.php:165
#: ../../mod/editpost.php:71 ../../mod/network.php:100
#: ../../mod/network.php:105 ../../mod/profile.php:173
msgid "Permission settings"
msgstr "Impostazione permessi"

#: ../../mod/profile.php:165 ../../mod/network.php:104
#: ../../mod/profile.php:172 ../../mod/editpost.php:77
#: ../../mod/network.php:106 ../../mod/network.php:111 ../../mod/profile.php:180
msgid "CC: email addresses"
msgstr "CC: indirizzi email"

#: ../../mod/profile.php:167 ../../mod/network.php:106
#: ../../mod/profile.php:174 ../../mod/editpost.php:79
#: ../../mod/network.php:108 ../../mod/network.php:113 ../../mod/profile.php:182
msgid "Example: bob@example.com, mary@example.com"
msgstr "Esempio: bob@example.com, mary@example.com"

#: ../../mod/profile.php:300 ../../mod/photos.php:935 ../../mod/display.php:149
#: ../../mod/network.php:321 ../../mod/profile.php:308 ../../mod/photos.php:962
#: ../../mod/network.php:324 ../../mod/network.php:395 ../../mod/profile.php:368
msgid "Private Message"
msgstr "Messaggio privato"

#: ../../mod/profile.php:307 ../../mod/photos.php:1050
#: ../../mod/display.php:156 ../../mod/network.php:365
#: ../../mod/profile.php:315 ../../mod/photos.php:1084
#: ../../mod/network.php:368 ../../mod/network.php:439 ../../mod/profile.php:375
msgid "I like this (toggle)"
msgstr "Mi piace questo (metti/togli)"

#: ../../mod/profile.php:308 ../../mod/photos.php:1051
#: ../../mod/display.php:157 ../../mod/network.php:366
#: ../../mod/profile.php:316 ../../mod/photos.php:1085
#: ../../mod/network.php:369 ../../mod/network.php:440 ../../mod/profile.php:376
msgid "I don't like this (toggle)"
msgstr "Non mi piace questo (metti/togli)"

#: ../../mod/profile.php:321 ../../mod/photos.php:1071
#: ../../mod/photos.php:1111 ../../mod/photos.php:1140
#: ../../mod/display.php:170 ../../mod/network.php:380
#: ../../mod/profile.php:330 ../../mod/photos.php:1106
#: ../../mod/photos.php:1146 ../../mod/photos.php:1175
#: ../../mod/display.php:171 ../../mod/network.php:384
#: ../../mod/network.php:455 ../../mod/profile.php:390
msgid "This is you"
msgstr "Questo sei tu"

#: ../../mod/profile.php:361 ../../mod/photos.php:1168
#: ../../mod/display.php:234 ../../mod/network.php:386 ../../mod/group.php:137
#: ../../mod/profile.php:376 ../../mod/photos.php:1203
#: ../../mod/display.php:238 ../../mod/network.php:393
#: ../../mod/network.php:464 ../../mod/profile.php:436
msgid "Delete"
msgstr "Cancella"

#: ../../mod/profile.php:382 ../../mod/search.php:116 ../../mod/display.php:258
#: ../../mod/network.php:272 ../../mod/network.php:434
#: ../../mod/profile.php:397 ../../mod/display.php:262
#: ../../mod/network.php:275 ../../mod/network.php:441
#: ../../mod/network.php:303 ../../mod/network.php:512 ../../mod/profile.php:457
msgid "View $name's profile"
msgstr "Guarda il profilo di $name"

#: ../../mod/profile.php:414 ../../mod/display.php:312
#: ../../mod/register.php:422 ../../mod/network.php:471
#: ../../mod/profile.php:430 ../../mod/display.php:317
#: ../../mod/register.php:424 ../../mod/network.php:479
#: ../../mod/network.php:554 ../../mod/profile.php:490
#: ../../mod/register.php:442
msgid ""
"Shared content is covered by the <a "
"href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons "
"Attribution 3.0</a> license."
msgstr ""
"Il contenuto in comune è coperto dalla licenza <a "
"href=\"http://creativecommons.org/licenses/by/3.0/deed.it\">Creative Commons "
"Attribuzione 3.0</a>."

#: ../../mod/follow.php:167 ../../mod/follow.php:173
msgid "The profile address specified does not provide adequate information."
msgstr ""
"L'indirizzo del profilo specificato non fornisce adeguate informazioni."

#: ../../mod/follow.php:173 ../../mod/follow.php:179
msgid ""
"Limited profile. This person will be unable to receive direct/personal "
"notifications from you."
msgstr ""
"Profilo limitato. Questa persona non sarà in grado di ricevere nofiche "
"dirette/personali da te."

#: ../../mod/follow.php:224 ../../mod/follow.php:230
msgid "Unable to retrieve contact information."
msgstr "Impossibile recuperare informazioni sul contatto."

#: ../../mod/follow.php:270 ../../mod/follow.php:276
msgid "following"
msgstr "segue"

#: ../../mod/profile_photo.php:28
msgid "Image uploaded but image cropping failed."
msgstr "L'immagine è stata caricata, ma il ritaglio è fallito."

#: ../../mod/profile_photo.php:58 ../../mod/profile_photo.php:65
#: ../../mod/profile_photo.php:72 ../../mod/profile_photo.php:155
#: ../../mod/profile_photo.php:225 ../../mod/profile_photo.php:234
#: ../../mod/photos.php:106 ../../mod/photos.php:530 ../../mod/photos.php:849
#: ../../mod/photos.php:864 ../../mod/register.php:267
#: ../../mod/register.php:274 ../../mod/register.php:281
#: ../../mod/photos.php:531 ../../mod/photos.php:850 ../../mod/photos.php:865
#: ../../mod/register.php:285 ../../mod/register.php:292
#: ../../mod/register.php:299
msgid "Profile Photos"
msgstr "Foto del profilo"

#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68
#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:237
#, php-format
msgid "Image size reduction [%s] failed."
msgstr "Riduzione della dimensione dell'immagine [%s] fallito."

#: ../../mod/profile_photo.php:95
msgid "Unable to process image"
msgstr "Impossibile elaborare l'immagine"

#: ../../mod/profile_photo.php:228
msgid "Image uploaded successfully."
msgstr "Immagine caricata con successo."

#: ../../mod/home.php:23
#, php-format
msgid "Welcome to %s"
msgstr "Benvenuto su %s"

#: ../../mod/regmod.php:10
msgid "Please login."
msgstr "Accedi."

#: ../../mod/regmod.php:54
#, php-format
msgid "Registration revoked for %s"
msgstr "Registrazione revocata per %s"

#: ../../mod/regmod.php:92 ../../mod/register.php:310 ../../mod/register.php:328
#, php-format
msgid "Registration details for %s"
msgstr "Dettagli registrazione per %s"

#: ../../mod/regmod.php:96
msgid "Account approved."
msgstr "Account approvato."

#: ../../mod/profiles.php:21 ../../mod/profiles.php:234
#: ../../mod/profiles.php:339 ../../mod/dfrn_confirm.php:62
#: ../../mod/profiles.php:237 ../../mod/profiles.php:342
msgid "Profile not found."
msgstr "Profilo non trovato."

#: ../../mod/profiles.php:28
msgid "Profile Name is required."
msgstr "Il Nome Profilo è richiesto ."

#: ../../mod/profiles.php:196 ../../mod/profiles.php:199
msgid "Profile updated."
msgstr "Profilo aggiornato."

#: ../../mod/profiles.php:251 ../../mod/profiles.php:254
msgid "Profile deleted."
msgstr "Profilo elminato."

#: ../../mod/profiles.php:267 ../../mod/profiles.php:298
#: ../../mod/profiles.php:270 ../../mod/profiles.php:301
msgid "Profile-"
msgstr "Profilo-"

#: ../../mod/profiles.php:286 ../../mod/profiles.php:325
#: ../../mod/profiles.php:289 ../../mod/profiles.php:328
msgid "New profile created."
msgstr "Nuovo profilo creato."

#: ../../mod/profiles.php:304 ../../mod/profiles.php:307
msgid "Profile unavailable to clone."
msgstr "Impossibile duplicare il plrofilo."

#: ../../mod/profiles.php:367 ../../mod/profiles.php:370
msgid ""
"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
"be visible to anybody using the internet."
msgstr ""
"Questo è il tuo profilo <strong>publico</strong>.<br "
"/><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."

#: ../../mod/profiles.php:377 ../../mod/profiles.php:380
#: ../../mod/directory.php:89
msgid "Age: "
msgstr "Età : "

#: ../../mod/profiles.php:418 ../../mod/profiles.php:422
msgid "Profile Image"
msgstr "Immagine del Profilo"

#: ../../mod/settings.php:37 ../../mod/settings.php:38
msgid "Passwords do not match. Password unchanged."
msgstr "Le password non corrispondono. Passoword non cambiata."

#: ../../mod/settings.php:42 ../../mod/settings.php:43
msgid "Empty passwords are not allowed. Password unchanged."
msgstr "Password vuote non sono consentite. Password non cambiata."

#: ../../mod/settings.php:53 ../../mod/settings.php:54
msgid "Password changed."
msgstr "Password cambiata."

#: ../../mod/settings.php:55 ../../mod/settings.php:56
msgid "Password update failed. Please try again."
msgstr "Aggiornamento password fallito. Prova ancora."

#: ../../mod/settings.php:95 ../../mod/settings.php:96 ../../mod/settings.php:98
msgid " Please use a shorter name."
msgstr " Usa un nome più corto."

#: ../../mod/settings.php:97 ../../mod/settings.php:98
#: ../../mod/settings.php:100
msgid " Name too short."
msgstr " Nome troppo corto."

#: ../../mod/settings.php:103 ../../mod/settings.php:104
#: ../../mod/settings.php:106
msgid " Not valid email."
msgstr " Email non valida."

#: ../../mod/settings.php:105 ../../mod/settings.php:106
#: ../../mod/settings.php:108
msgid " Cannot change to that email."
msgstr "Non puoi usare quella email."

#: ../../mod/settings.php:161 ../../mod/settings.php:163
#: ../../mod/settings.php:166
msgid "Settings updated."
msgstr "Impostazioni aggiornate."

#: ../../mod/settings.php:211 ../../mod/settings.php:213
#: ../../mod/settings.php:216
msgid "Plugin Settings"
msgstr "Impostazioni Plugin"

#: ../../mod/settings.php:212 ../../mod/settings.php:214
#: ../../mod/settings.php:217
msgid "Account Settings"
msgstr "Impostazioni Account"

#: ../../mod/settings.php:218 ../../mod/settings.php:220
#: ../../mod/settings.php:223
msgid "No Plugin settings configured"
msgstr "Nessun Plugin ha delle configurazioni che puoi modificare"

#: ../../mod/settings.php:263 ../../mod/settings.php:266
#: ../../mod/settings.php:270
msgid "OpenID: "
msgstr "OpenID: "

#: ../../mod/settings.php:263 ../../mod/settings.php:266
#: ../../mod/settings.php:270
msgid "&nbsp;(Optional) Allow this OpenID to login to this account."
msgstr ""
"&nbsp;(Opzionale) Permetti a questo OpenID di accedere a questo account."

#: ../../mod/settings.php:295 ../../mod/settings.php:298
#: ../../mod/settings.php:302
msgid "Profile is <strong>not published</strong>."
msgstr "Il profilo <strong>non è pubblicato</strong>."

#: ../../mod/settings.php:352 ../../mod/settings.php:355
#: ../../mod/settings.php:363
msgid "Default Post Permissions"
msgstr "Permessi di default per i messaggi"

#: ../../mod/search.php:131 ../../mod/network.php:287 ../../mod/network.php:290
#: ../../mod/network.php:318
msgid "View in context"
msgstr "Vedi nel contesto"

#: ../../mod/photos.php:30
msgid "Photo Albums"
msgstr "Album Foto"

#: ../../mod/photos.php:34 ../../mod/photos.php:106 ../../mod/photos.php:780
#: ../../mod/photos.php:849 ../../mod/photos.php:864 ../../mod/photos.php:1198
#: ../../mod/photos.php:1209 ../../include/Photo.php:225
#: ../../include/Photo.php:232 ../../include/Photo.php:239
#: ../../include/items.php:959 ../../include/items.php:962
#: ../../include/items.php:965 ../../mod/photos.php:781
#: ../../mod/photos.php:850 ../../mod/photos.php:865 ../../mod/photos.php:1233
#: ../../mod/photos.php:1244 ../../include/items.php:982
#: ../../include/items.php:985 ../../include/items.php:988
msgid "Contact Photos"
msgstr "Foto dei contatti"

#: ../../mod/photos.php:95
msgid "Contact information unavailable"
msgstr "Informazione sul contatto non disponibile"

#: ../../mod/photos.php:116
msgid "Album not found."
msgstr "Album non trovato."

#: ../../mod/photos.php:134 ../../mod/photos.php:858 ../../mod/photos.php:859
msgid "Delete Album"
msgstr "Elimina album"

#: ../../mod/photos.php:197 ../../mod/photos.php:1033 ../../mod/photos.php:1067
msgid "Delete Photo"
msgstr "Elimina foto"

#: ../../mod/photos.php:468 ../../mod/photos.php:469
msgid "was tagged in a"
msgstr "è stato taggato in"

#: ../../mod/photos.php:468 ../../mod/like.php:110 ../../mod/photos.php:469
msgid "photo"
msgstr "foto"

#: ../../mod/photos.php:468 ../../mod/photos.php:469
msgid "by"
msgstr "da"

#: ../../mod/photos.php:558 ../../addon/js_upload/js_upload.php:306
#: ../../mod/photos.php:559
msgid "Image exceeds size limit of "
msgstr "L'immagine supera il limite di dimensione di "

#: ../../mod/photos.php:660 ../../mod/photos.php:661
msgid "No photos selected"
msgstr "Nessuna foto selezionata"

#: ../../mod/photos.php:807 ../../mod/photos.php:808
msgid "Upload Photos"
msgstr "Carica foto"

#: ../../mod/photos.php:810 ../../mod/photos.php:853 ../../mod/photos.php:811
#: ../../mod/photos.php:854
msgid "New album name: "
msgstr "Nome nuovo album: "

#: ../../mod/photos.php:811 ../../mod/photos.php:812
msgid "or existing album name: "
msgstr "o nome di un album esistente: "

#: ../../mod/photos.php:813 ../../mod/photos.php:1028 ../../mod/photos.php:814
#: ../../mod/photos.php:1062
msgid "Permissions"
msgstr "Permessi"

#: ../../mod/photos.php:868 ../../mod/photos.php:869
msgid "Edit Album"
msgstr "Modifica album"

#: ../../mod/photos.php:878 ../../mod/photos.php:1228 ../../mod/photos.php:879
#: ../../mod/photos.php:1263
msgid "View Photo"
msgstr "Vedi foto"

#: ../../mod/photos.php:908 ../../mod/photos.php:909
msgid "Photo not available"
msgstr "Foto non disponibile"

#: ../../mod/photos.php:929 ../../mod/photos.php:956
msgid "Edit photo"
msgstr "Modifica foto"

#: ../../mod/photos.php:931 ../../mod/photos.php:958
msgid "Use as profile photo"
msgstr "Usa come foto del profilo"

#: ../../mod/photos.php:944 ../../mod/photos.php:973
msgid "View Full Size"
msgstr "Vedi dimensione intera"

#: ../../mod/photos.php:1002 ../../mod/photos.php:1036
msgid "Tags: "
msgstr "Tag: "

#: ../../mod/photos.php:1012 ../../mod/photos.php:1046
msgid "[Remove any tag]"
msgstr "[Rimuovi tutti i tag]"

#: ../../mod/photos.php:1021 ../../mod/photos.php:1055
msgid "New album name"
msgstr "Nuovo nome album"

#: ../../mod/photos.php:1024 ../../mod/photos.php:1058
msgid "Caption"
msgstr "Didascalia"

#: ../../mod/photos.php:1026 ../../mod/photos.php:1060
msgid "Add a Tag"
msgstr "Aggiungi un tag"

#: ../../mod/photos.php:1030 ../../mod/photos.php:1064
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr ""
"Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"

#: ../../mod/photos.php:1214 ../../mod/photos.php:1249
msgid "Recent Photos"
msgstr "Foto recenti"

#: ../../mod/photos.php:1218 ../../mod/photos.php:1253
msgid "Upload New Photos"
msgstr "Carica nuova foto"

#: ../../mod/photos.php:1234 ../../mod/photos.php:1269
msgid "View Album"
msgstr "Vedi album"

#: ../../mod/display.php:15 ../../mod/display.php:307 ../../mod/item.php:546
#: ../../mod/display.php:312 ../../mod/item.php:598
msgid "Item not found."
msgstr "Elemento non trovato."

#: ../../mod/display.php:259 ../../mod/network.php:435
#: ../../mod/display.php:263 ../../mod/network.php:442 ../../mod/network.php:513
msgid "View $owner_name's profile"
msgstr "Guarda il profilo di $owner_name"

#: ../../mod/display.php:260 ../../mod/network.php:436
#: ../../mod/display.php:264 ../../mod/network.php:443 ../../mod/network.php:514
msgid "to"
msgstr "a"

#: ../../mod/display.php:261 ../../mod/network.php:437
#: ../../mod/display.php:265 ../../mod/network.php:444 ../../mod/network.php:515
msgid "Wall-to-Wall"
msgstr "Bacheca-A-Bacheca"

#: ../../mod/display.php:262 ../../mod/network.php:438
#: ../../mod/display.php:266 ../../mod/network.php:445 ../../mod/network.php:516
msgid "via Wall-To-Wall:"
msgstr "sulla sua Bacheca:"

#: ../../mod/display.php:300 ../../mod/display.php:305
msgid "Item has been removed."
msgstr "L'elemento è stato rimosso."

#: ../../mod/invite.php:28
#, php-format
msgid "%s : Not a valid email address."
msgstr "%s: Non è un indirizzo email valido."

#: ../../mod/invite.php:32
#, php-format
msgid "Please join my network on %s"
msgstr "Unisciti al mio social network su %s"

#: ../../mod/invite.php:38
#, php-format
msgid "%s : Message delivery failed."
msgstr "%s: Consegna del messaggio fallita."

#: ../../mod/invite.php:42
#, php-format
msgid "%d message sent."
msgid_plural "%d messages sent."
msgstr[0] "%d messaggio inviato."
msgstr[1] "%d messaggi inviati."

#: ../../mod/invite.php:57
msgid "Send invitations"
msgstr "Invia inviti"

#: ../../mod/invite.php:58
msgid "Enter email addresses, one per line:"
msgstr "Inserisci gli indirizzi email, uno per riga:"

#: ../../mod/invite.php:59 ../../mod/message.php:182 ../../mod/message.php:316
#: ../../mod/message.php:183 ../../mod/message.php:317
msgid "Your message:"
msgstr "Il tuo messaggio:"

#: ../../mod/invite.php:60
#, php-format
msgid "Please join my social network on %s"
msgstr "Unisciti al mio social network su %s"

#: ../../mod/invite.php:61
msgid "To accept this invitation, please visit:"
msgstr "Per accettare questo invito visita:"

#: ../../mod/invite.php:62
msgid ""
"Once you have registered, please connect with me via my profile page at:"
msgstr "Una volta registrato, connettiti con me sul mio profilo a:"

#: ../../mod/contacts.php:12
msgid "Invite Friends"
msgstr "Invita Amici"

#: ../../mod/contacts.php:16 ../../mod/contacts.php:19
msgid "Connect/Follow"
msgstr "Connetti/Segui"

#: ../../mod/contacts.php:17 ../../mod/contacts.php:20
msgid "Example: bob@example.com, http://example.com/barbara"
msgstr "Esempio: bob@example.com, http://example.com/barbara"

#: ../../mod/contacts.php:18 ../../mod/contacts.php:21
msgid "Follow"
msgstr "Segui"

#: ../../mod/contacts.php:38 ../../mod/contacts.php:119
#: ../../mod/contacts.php:43 ../../mod/contacts.php:124
msgid "Could not access contact record."
msgstr "Non si puo' accedere al contatto."

#: ../../mod/contacts.php:52 ../../mod/contacts.php:57
msgid "Could not locate selected profile."
msgstr "Non riesco a trovare il profilo selezionato."

#: ../../mod/contacts.php:83 ../../mod/contacts.php:88
msgid "Contact updated."
msgstr "Contatto aggiornato."

#: ../../mod/contacts.php:85 ../../mod/dfrn_request.php:402
#: ../../mod/contacts.php:90
msgid "Failed to update contact record."
msgstr "Errore aggiornando il contatto."

#: ../../mod/contacts.php:141 ../../mod/contacts.php:146
msgid "Contact has been blocked"
msgstr "Il contatto è stato bloccato"

#: ../../mod/contacts.php:141 ../../mod/contacts.php:146
msgid "Contact has been unblocked"
msgstr "Il contatto è stato sbloccato"

#: ../../mod/contacts.php:155 ../../mod/contacts.php:160
msgid "Contact has been ignored"
msgstr "Il contatto è ignorato"

#: ../../mod/contacts.php:155 ../../mod/contacts.php:160
msgid "Contact has been unignored"
msgstr "Il conttatto è non ignorato"

#: ../../mod/contacts.php:176 ../../mod/contacts.php:181
msgid "stopped following"
msgstr "tolto dai seguiti"

#: ../../mod/contacts.php:195 ../../mod/contacts.php:200
msgid "Contact has been removed."
msgstr "Il contatto è stato rimosso."

#: ../../mod/contacts.php:209 ../../mod/dfrn_confirm.php:114
#: ../../mod/contacts.php:214
msgid "Contact not found."
msgstr "Contatto non trovato."

#: ../../mod/contacts.php:223 ../../mod/contacts.php:344
#: ../../mod/contacts.php:228 ../../mod/contacts.php:352
msgid "Mutual Friendship"
msgstr "Reciproca amicizia"

#: ../../mod/contacts.php:227 ../../mod/contacts.php:348
#: ../../mod/contacts.php:232 ../../mod/contacts.php:356
msgid "is a fan of yours"
msgstr "è un tuo fan"

#: ../../mod/contacts.php:232 ../../mod/contacts.php:352
#: ../../mod/contacts.php:237 ../../mod/contacts.php:360
msgid "you are a fan of"
msgstr "sei un fan di"

#: ../../mod/contacts.php:248 ../../mod/contacts.php:256
msgid "Never"
msgstr "Mai"

#: ../../mod/contacts.php:252 ../../mod/contacts.php:260
msgid "(Update was successful)"
msgstr "(L'aggiornamento è stato completato)"

#: ../../mod/contacts.php:252 ../../mod/contacts.php:260
msgid "(Update was not successful)"
msgstr "(L'aggiornamento non è stato completato)"

#: ../../mod/contacts.php:255 ../../mod/contacts.php:263
msgid "Contact Editor"
msgstr "Editor dei Contatti"

#: ../../mod/contacts.php:256 ../../mod/contacts.php:264
msgid "Visit $name's profile"
msgstr "Visita il profilo di $name"

#: ../../mod/contacts.php:257 ../../mod/contacts.php:265
msgid "Block/Unblock contact"
msgstr "Blocca/Sblocca contatto"

#: ../../mod/contacts.php:258 ../../mod/contacts.php:266
msgid "Ignore contact"
msgstr "Ingnora il contatto"

#: ../../mod/contacts.php:259 ../../mod/contacts.php:267
msgid "Delete contact"
msgstr "Rimuovi contatto"

#: ../../mod/contacts.php:261 ../../mod/contacts.php:269
msgid "Last updated: "
msgstr "Ultimo aggiornameto: "

#: ../../mod/contacts.php:262 ../../mod/contacts.php:270
msgid "Update public posts: "
msgstr "Aggiorna messaggi pubblici: "

#: ../../mod/contacts.php:264 ../../mod/contacts.php:272
msgid "Update now"
msgstr "Aggiorna adesso"

#: ../../mod/contacts.php:267 ../../mod/contacts.php:275
msgid "Unblock this contact"
msgstr "Sblocca questo contatto"

#: ../../mod/contacts.php:267 ../../mod/contacts.php:275
msgid "Block this contact"
msgstr "Blocca questo contatto"

#: ../../mod/contacts.php:268 ../../mod/contacts.php:276
msgid "Unignore this contact"
msgstr "Rimuovi dai contatti ingorati"

#: ../../mod/contacts.php:268 ../../mod/contacts.php:276
msgid "Ignore this contact"
msgstr "Aggiungi ai contatti ignorati"

#: ../../mod/contacts.php:271 ../../mod/contacts.php:279
msgid "Currently blocked"
msgstr "Bloccato"

#: ../../mod/contacts.php:272 ../../mod/contacts.php:280
msgid "Currently ignored"
msgstr "Ignorato"

#: ../../mod/contacts.php:305 ../../mod/contacts.php:313
msgid "Show Blocked Connections"
msgstr "Mostra connessioni bloccate"

#: ../../mod/contacts.php:305 ../../mod/contacts.php:313
msgid "Hide Blocked Connections"
msgstr "Nascondi connessioni bloccate"

#: ../../mod/contacts.php:307 ../../mod/directory.php:38
#: ../../mod/contacts.php:315
msgid "Finding: "
msgstr "Cerco: "

#: ../../mod/contacts.php:308 ../../mod/contacts.php:316
msgid "Find"
msgstr "Trova"

#: ../../mod/contacts.php:368 ../../mod/viewcontacts.php:44
#: ../../mod/contacts.php:376
msgid "Visit $username's profile"
msgstr "Visita il profilo di $username"

#: ../../mod/contacts.php:369 ../../mod/contacts.php:377
msgid "Edit contact"
msgstr "Modifca contatto"

#: ../../mod/lockview.php:39
msgid "Remote privacy information not available."
msgstr "Informazioni remote sulla privacy non disponibili."

#: ../../mod/lockview.php:43
msgid "Visible to:"
msgstr "Visibile a:"

#: ../../mod/register.php:47
msgid "Invalid OpenID url"
msgstr "Url OpenID non valido"

#: ../../mod/register.php:62
msgid "Please enter the required information."
msgstr "Inserisci le informazioni richieste."

#: ../../mod/register.php:74
msgid "Please use a shorter name."
msgstr "Usa un nome più corto."

#: ../../mod/register.php:76
msgid "Name too short."
msgstr "Il Nome è troppo corto."

#: ../../mod/register.php:89
msgid "That doesn\\'t appear to be your full (First Last) name."
msgstr "Questo non sembra essere il tuo nome completo (Nome Cognome)."

#: ../../mod/register.php:92
msgid "Your email domain is not among those allowed on this site."
msgstr ""
"Il dominio della tua email non è tra quelli autorizzati su questo sito."

#: ../../mod/register.php:95
msgid "Not a valid email address."
msgstr "Indirizzo email invaildo."

#: ../../mod/register.php:101
msgid "Cannot use that email."
msgstr "Questa email non si puo' usare."

#: ../../mod/register.php:106
msgid ""
"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
"must also begin with a letter."
msgstr ""
"Il tuo \"soprannome\" puo' contenere solo \"a-z\", \"0-9\", \"-\", e \"_\", "
"e deve cominciare con una lettera."

#: ../../mod/register.php:112 ../../mod/register.php:212
msgid "Nickname is already registered. Please choose another."
msgstr "Soprannome già registrato. Scegline un'altro."

#: ../../mod/register.php:131
msgid "SERIOUS ERROR: Generation of security keys failed."
msgstr "ERRORE GRAVE: Generazione delle chiavi di sicurezza fallito."

#: ../../mod/register.php:198
msgid "An error occurred during registration. Please try again."
msgstr "Si è verificato un errore durante la registrazione. Prova ancora."

#: ../../mod/register.php:216 ../../mod/register.php:234
msgid "An error occurred creating your default profile. Please try again."
msgstr "Si è verificato un errore creando il tuo profilo. Prova ancora."

#: ../../mod/register.php:315 ../../mod/register.php:333
msgid ""
"Registration successful. Please check your email for further instructions."
msgstr ""
"Registrazione completata. Controlla la tua mail per ulteriori informazioni."

#: ../../mod/register.php:319 ../../mod/register.php:337
msgid "Failed to send email message. Here is the message that failed."
msgstr "Errore inviando il messaggio email. Questo è il messaggio non inviato."

#: ../../mod/register.php:324 ../../mod/register.php:342
msgid "Your registration can not be processed."
msgstr "La tua registrazione non puo' essere elaborata."

#: ../../mod/register.php:347 ../../mod/register.php:365
#, php-format
msgid "Registration request at %s"
msgstr "Richiesta di registrazione su %s"

#: ../../mod/register.php:351 ../../mod/register.php:369
msgid "Your registration is pending approval by the site owner."
msgstr ""
"La tua richiesta è in attesa di approvazione da parte del prorietario del "
"sito."

#: ../../mod/register.php:399 ../../mod/register.php:417
msgid ""
"You may (optionally) fill in this form via OpenID by supplying your OpenID "
"and clicking 'Register'."
msgstr ""
"Puoi (opzionalmento) riempire questa maschera via OpenID inserendo il tuo "
"OpenID e cliccando 'Registra'."

#: ../../mod/register.php:400 ../../mod/register.php:418
msgid ""
"If you are not familiar with OpenID, please leave that field blank and fill "
"in the rest of the items."
msgstr ""
"Se non hai familiarità con OpenID, lascia quel campo in bianco e riempi il "
"resto della maschera."

#: ../../mod/register.php:401 ../../mod/register.php:419
msgid "Your OpenID (optional): "
msgstr "Il tuo OpenID (opzionale): "

#: ../../mod/register.php:404
msgid ""
"Members of this network prefer to communicate with real people who use their "
"real names."
msgstr ""
"I membri di questo network preferiscono comunicare con persone reali che "
"usano i loro nomi reali."

#: ../../mod/register.php:413 ../../mod/register.php:415
#: ../../mod/register.php:433
msgid "Include your profile in member directory?"
msgstr "Includi il tuo profilo nell'elenco dei membir?"

#: ../../mod/register.php:416 ../../mod/dfrn_request.php:618
#: ../../mod/register.php:418 ../../mod/register.php:436
msgid "Yes"
msgstr "Si"

#: ../../mod/register.php:417 ../../mod/dfrn_request.php:619
#: ../../mod/register.php:419 ../../mod/register.php:437
msgid "No"
msgstr "No"

#: ../../mod/register.php:429 ../../mod/register.php:431
#: ../../mod/register.php:449
msgid "Registration"
msgstr "Registrazione"

#: ../../mod/register.php:437 ../../mod/register.php:439
#: ../../mod/register.php:457
msgid "Your Full Name (e.g. Joe Smith): "
msgstr "Il tuo Nome Completo (p.e. Mario Rossi): "

#: ../../mod/register.php:438 ../../mod/register.php:440
#: ../../mod/register.php:458
msgid "Your Email Address: "
msgstr "Il tuo Indirizzo Email: "

#: ../../mod/register.php:439 ../../mod/register.php:441
#: ../../mod/register.php:459
msgid ""
"Choose a profile nickname. This must begin with a text character. Your "
"profile address on this site will then be "
"'<strong>nickname@$sitename</strong>'."
msgstr ""
"Scegli un soprannome. Deve cominciare con un carattere. L'indirizzo del tuo "
"profilo sarà '<strong>soprannome@$sitename</strong>'."

#: ../../mod/register.php:440 ../../mod/register.php:442
#: ../../mod/register.php:460
msgid "Choose a nickname: "
msgstr "Scegli un soprannome: "

#: ../../mod/install.php:30 ../../mod/install.php:33
msgid "Could not create/connect to database."
msgstr "Impossibile creare/collegarsi al database."

#: ../../mod/install.php:35 ../../mod/install.php:38
msgid "Connected to database."
msgstr "Collegato al database."

#: ../../mod/install.php:66
msgid "Database import succeeded."
msgstr "Importazione database completata."

#: ../../mod/install.php:67 ../../mod/install.php:75
msgid ""
"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
msgstr ""
"IMPORTANTE: Devi impostare manualmente un operazione pianificata per il "
"poller"

#: ../../mod/install.php:68 ../../mod/install.php:75 ../../mod/install.php:175
#: ../../mod/install.php:76 ../../mod/install.php:86 ../../mod/install.php:189
msgid "Please see the file \"INSTALL.txt\"."
msgstr "Guarda il file \"INSTALL.txt\"."

#: ../../mod/install.php:73 ../../mod/install.php:84
msgid "Database import failed."
msgstr "Importazione database fallita."

#: ../../mod/install.php:74 ../../mod/install.php:85
msgid ""
"You may need to import the file \"database.sql\" manually using phpmyadmin "
"or mysql."
msgstr ""
"Potresti dover importare il file \"database.sql\" manualmente con phpmyadmin "
"o mysql"

#: ../../mod/install.php:84 ../../mod/install.php:98
msgid "Welcome to Friendika."
msgstr "Benvenuto su Friendika."

#: ../../mod/install.php:124 ../../mod/install.php:138
msgid "Could not find a command line version of PHP in the web server PATH."
msgstr ""
"Non riesco a trovare una versione da riga di comando di PHP nel PATH del "
"server web"

#: ../../mod/install.php:125 ../../mod/install.php:139
msgid ""
"This is required. Please adjust the configuration file .htconfig.php "
"accordingly."
msgstr "E' richiesto. Aggiorna il file .htconfig.php di conseguenza."

#: ../../mod/install.php:132 ../../mod/install.php:146
msgid ""
"The command line version of PHP on your system does not have "
"\"register_argc_argv\" enabled."
msgstr ""
"La versione da riga di comando di PHP nel sistema non ha abilitato "
"\"register_argc_argv\"."

#: ../../mod/install.php:133 ../../mod/install.php:147
msgid "This is required for message delivery to work."
msgstr "Ciò è richiesto per far funzionare la consegna dei messaggi."

#: ../../mod/install.php:155 ../../mod/install.php:169
msgid ""
"Error: the \"openssl_pkey_new\" function on this system is not able to "
"generate encryption keys"
msgstr ""
"Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di "
"generare le chiavi di criptazione"

#: ../../mod/install.php:156 ../../mod/install.php:170
msgid ""
"If running under Windows, please see "
"\"http://www.php.net/manual/en/openssl.installation.php\"."
msgstr ""
"Se stai eseguendo friendika su windows, guarda "
"\"http://www.php.net/manual/en/openssl.installation.php\"."

#: ../../mod/install.php:165 ../../mod/install.php:179
msgid ""
"Error: Apache webserver mod-rewrite module is required but not installed."
msgstr ""
"Errore: il modulo mod-rewrite di Apache &egreve; richiesto ma non installato"

#: ../../mod/install.php:167 ../../mod/install.php:181
msgid "Error: libCURL PHP module required but not installed."
msgstr "Errore: il modulo libCURL di PHP è richiesto ma non installato."

#: ../../mod/install.php:169 ../../mod/install.php:183
msgid ""
"Error: GD graphics PHP module with JPEG support required but not installed."
msgstr ""
"Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto ma non "
"installato."

#: ../../mod/install.php:171 ../../mod/install.php:185
msgid "Error: openssl PHP module required but not installed."
msgstr "Errore: il modulo openssl di PHP è richiesto ma non installato."

#: ../../mod/install.php:173 ../../mod/install.php:187
msgid "Error: mysqli PHP module required but not installed."
msgstr "Errore: il modulo mysqli di PHP è richiesto ma non installato"

#: ../../mod/install.php:184 ../../mod/install.php:198
msgid ""
"The web installer needs to be able to create a file called \".htconfig.php\" "
"in the top folder of your web server and it is unable to do so."
msgstr ""
"L'installazione web deve poter creare un file chiamato \".htconfig.php\" "
"nella cartella principale del tuo web server ma non è in grado di farlo."

#: ../../mod/install.php:185 ../../mod/install.php:199
msgid ""
"This is most often a permission setting, as the web server may not be able "
"to write files in your folder - even if you can."
msgstr ""
"Ciò è dovuto spesso a impostazioni di permessi, dato che il web server puo' "
"scrivere il file nella tua cartella, anche se tu puoi."

#: ../../mod/install.php:186 ../../mod/install.php:200
msgid ""
"Please check with your site documentation or support people to see if this "
"situation can be corrected."
msgstr ""
"Controlla la documentazione del tuo sito o con il personale di suporto se la "
"situazione puo' essere corretta."

#: ../../mod/install.php:187 ../../mod/install.php:201
msgid ""
"If not, you may be required to perform a manual installation. Please see the "
"file \"INSTALL.txt\" for instructions."
msgstr ""
"Altrimenti dovrai procedere con l'installazione manuale. Guarda il file "
"\"INSTALL.txt\" per istuzioni"

#: ../../mod/install.php:196 ../../mod/install.php:210
msgid ""
"The database configuration file \".htconfig.php\" could not be written. "
"Please use the enclosed text to create a configuration file in your web "
"server root."
msgstr ""
"Il file di configurazione del database \".htconfig.php\" non puo' essere "
"scritto. Usa il testo qui di seguito per creare un file di configurazione "
"nella cartella principale del tuo sito."

#: ../../mod/install.php:211 ../../mod/install.php:225
msgid "Errors encountered creating database tables."
msgstr "Errori creando le tabelle nel database."

#: ../../mod/network.php:18
msgid "Normal View"
msgstr "Vista normale"

#: ../../mod/network.php:20
msgid "New Item View"
msgstr "Vista Nuovi Elementi"

#: ../../mod/network.php:149 ../../mod/network.php:151 ../../mod/network.php:156
msgid "No such group"
msgstr "Nessun gruppo"

#: ../../mod/network.php:160 ../../mod/network.php:162 ../../mod/network.php:167
msgid "Group is empty"
msgstr "Il gruppo è vuoto"

#: ../../mod/network.php:164 ../../mod/network.php:166 ../../mod/network.php:171
msgid "Group: "
msgstr "Gruppo: "

#: ../../mod/notifications.php:28
msgid "Invalid request identifier."
msgstr "Identificativo richiesta invalido."

#: ../../mod/notifications.php:31 ../../mod/notifications.php:134
msgid "Discard"
msgstr "Scarta"

#: ../../mod/notifications.php:41 ../../mod/notifications.php:133
msgid "Ignore"
msgstr "Ignora"

#: ../../mod/notifications.php:72
msgid "Show Ignored Requests"
msgstr "Mostra richieste ignorate"

#: ../../mod/notifications.php:72
msgid "Hide Ignored Requests"
msgstr "Nascondi richieste ignorate"

#: ../../mod/notifications.php:105
msgid "Claims to be known to you: "
msgstr "Dice di conoscerti: "

#: ../../mod/notifications.php:105
msgid "yes"
msgstr "si"

#: ../../mod/notifications.php:105
msgid "no"
msgstr "no"

#: ../../mod/notifications.php:111
msgid "Approve as: "
msgstr "Approva come: "

#: ../../mod/notifications.php:112
msgid "Friend"
msgstr "Amico"

#: ../../mod/notifications.php:113
msgid "Fan/Admirer"
msgstr "Fan/Admiratore"

#: ../../mod/notifications.php:120
msgid "Notification type: "
msgstr "Tipo di notifica: "

#: ../../mod/notifications.php:121
msgid "Friend/Connect Request"
msgstr "Richiesta Amicizia/Connessione"

#: ../../mod/notifications.php:121
msgid "New Follower"
msgstr "Nuovo Seguace"

#: ../../mod/notifications.php:131
msgid "Approve"
msgstr "Approva"

#: ../../mod/notifications.php:140
msgid "No notifications."
msgstr "Nessuna notifica."

#: ../../mod/notifications.php:164
msgid "No registrations."
msgstr "Nessuna registrazione."

#: ../../mod/dfrn_request.php:92
msgid "This introduction has already been accepted."
msgstr "Questa presentazione è già stata accettata."

#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:347
msgid "Profile location is not valid or does not contain profile information."
msgstr ""
"La posizione del profilo non è valida o non contiene informazioni di profilo."

#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:352
msgid "Warning: profile location has no identifiable owner name."
msgstr ""
"Attenzione: la posizione del profilo non ha un identificabile proprietario."

#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:354
msgid "Warning: profile location has no profile photo."
msgstr "Attenzione: la posizione del profilo non ha una foto."

#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:357
#, php-format
msgid "%d required parameter was not found at the given location"
msgid_plural "%d required parameters were not found at the given location"
msgstr[0] "%d parametro richiesto non è stato trovato nella posizione data"
msgstr[1] "%d parametri richiesti non sono stati trovati nella posizione data"

#: ../../mod/dfrn_request.php:164
msgid "Introduction complete."
msgstr "Presentazione completa."

#: ../../mod/dfrn_request.php:188
msgid "Unrecoverable protocol error."
msgstr "Errore di protocollo non recuperabile."

#: ../../mod/dfrn_request.php:216
msgid "Profile unavailable."
msgstr "Profilo non disponibile."

#: ../../mod/dfrn_request.php:241
#, php-format
msgid "%s has received too many connection requests today."
msgstr "%s ha ricevuto troppe richieste di connessione per oggi."

#: ../../mod/dfrn_request.php:242
msgid "Spam protection measures have been invoked."
msgstr "Sono state attivate le misure di protezione contro lo spam."

#: ../../mod/dfrn_request.php:243
msgid "Friends are advised to please try again in 24 hours."
msgstr "Gli amici sono pregati di riprovare tra 24 ore."

#: ../../mod/dfrn_request.php:273
msgid "Invalid locator"
msgstr "Invalid locator"

#: ../../mod/dfrn_request.php:292
msgid "Unable to resolve your name at the provided location."
msgstr "Impossibile risolvere il tuo nome nella posizione indicata."

#: ../../mod/dfrn_request.php:305
msgid "You have already introduced yourself here."
msgstr "Ti sei già presentato qui."

#: ../../mod/dfrn_request.php:309
#, php-format
msgid "Apparently you are already friends with %s."
msgstr "Sembra che tu sia già amico di %s."

#: ../../mod/dfrn_request.php:330
msgid "Invalid profile URL."
msgstr "Indirizzo profilo invalido."

#: ../../mod/dfrn_request.php:336
msgid "Disallowed profile URL."
msgstr "Indirizzo profilo non permesso."

#: ../../mod/dfrn_request.php:423
msgid "Your introduction has been sent."
msgstr "La tua presentazione è stata inviata."

#: ../../mod/dfrn_request.php:477
msgid "Please login to confirm introduction."
msgstr "Accedi per confermare la presentazione."

#: ../../mod/dfrn_request.php:491
msgid ""
"Incorrect identity currently logged in. Please login to "
"<strong>this</strong> profile."
msgstr ""
"Accesso con identà incorretta. Accedi a <strong>questo</strong> profilo."

#: ../../mod/dfrn_request.php:536 ../../include/items.php:1341
#: ../../include/items.php:1364
msgid "[Name Withheld]"
msgstr "[Nome Nascosto]"

#: ../../mod/dfrn_request.php:543
msgid "Introduction received at "
msgstr "Introduzione ricevuta su "

#: ../../mod/dfrn_request.php:615
msgid "Friend/Connection Request"
msgstr "Richieste di Amicizia/Connessione"

#: ../../mod/dfrn_request.php:616
msgid "Please answer the following:"
msgstr "Rispondi al seguente:"

#: ../../mod/dfrn_request.php:617
msgid "Does $name know you?"
msgstr "$name ti conosce?"

#: ../../mod/dfrn_request.php:620
msgid "Add a personal note:"
msgstr "Aggiungi una nota personale:"

#: ../../mod/dfrn_request.php:621
msgid ""
"Please enter your profile address from one of the following supported social "
"networks:"
msgstr ""
"Inserisci l'indirizzo del tue profilo da uno dei seguenti supportati seocial "
"network:"

#: ../../mod/dfrn_request.php:622
msgid "Friendika"
msgstr "Friendika"

#: ../../mod/dfrn_request.php:623
msgid "StatusNet/Federated Social Web"
msgstr "StatusNet/Federated Social Web"

#: ../../mod/dfrn_request.php:624
msgid "Private (secure) network"
msgstr "Network (sicuro) privato"

#: ../../mod/dfrn_request.php:625
msgid "Public (insecure) network"
msgstr "Network (insicuro) pubblico"

#: ../../mod/dfrn_request.php:626
msgid "Your profile address:"
msgstr "L'indirizzo del tuo profilo:"

#: ../../mod/dfrn_request.php:627
msgid "Submit Request"
msgstr "Invia richiesta"

#: ../../mod/dfrn_request.php:628 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
#: ../../addon/js_upload/js_upload.php:41
msgid "Cancel"
msgstr "Annulla"

#: ../../mod/like.php:110
msgid "status"
msgstr "stato"

#: ../../mod/like.php:127
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "A %1$s piace %3$s di %2$s"

#: ../../mod/like.php:129
#, php-format
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "A %1$s non piace %3$s di %2$s"

#: ../../mod/lostpass.php:38
#, php-format
msgid "Password reset requested at %s"
msgstr "Richiesta recupero password su %s"

#: ../../mod/removeme.php:42 ../../mod/removeme.php:45
msgid "Remove My Account"
msgstr "Rimuovi il mio Account"

#: ../../mod/removeme.php:43
msgid ""
"This will completely remove your account. Once this has been done it is not "
"recoverable."
msgstr ""
"Questo rimuoverà completamente il tuo account. Una volta rimosso non si "
"potrà recuperarlo."

#: ../../mod/removeme.php:44
msgid "Please enter your password for verification:"
msgstr "Inserisci la tua password per verifica:"

#: ../../mod/apps.php:6
msgid "Applications"
msgstr "Applicazioni"

#: ../../mod/directory.php:32
msgid "Global Directory"
msgstr "Elenco Globale"

#: ../../mod/item.php:37
msgid "Unable to locate original post."
msgstr "Impossibile trovare il messaggio originale."

#: ../../mod/item.php:98 ../../mod/item.php:126
msgid "Empty post discarded."
msgstr "Messaggio vuoto scartato."

#: ../../mod/item.php:422 ../../mod/item.php:474
#, php-format
msgid "%s commented on your item at %s"
msgstr "%s ha commentato un tuo elemento su %s"

#: ../../mod/item.php:445 ../../mod/item.php:497
#, php-format
msgid "%s posted on your profile wall at %s"
msgstr "%s ha scritto sulla tua bacheca su %s"

#: ../../mod/item.php:471 ../../mod/item.php:523
msgid "System error. Post not saved."
msgstr "Errore di sistema. Messaggio non salvato."

#: ../../mod/item.php:489 ../../mod/item.php:541
#, php-format
msgid ""
"This message was sent to you by %s, a member of the Friendika social network."
msgstr ""
"Questo messaggio ti è stato inviato da %s, un membro del social network "
"Friendika."

#: ../../mod/item.php:491 ../../mod/item.php:543
msgid "You may visit them online at"
msgstr "Puoi visitarli online a "

#: ../../mod/item.php:493 ../../mod/item.php:545
msgid ""
"Please contact the sender by replying to this post if you do not wish to "
"receive these messages."
msgstr ""
"Contatta il mittente rispondendo a questo post se non vuoi ricevere questi "
"messaggi."

#: ../../mod/item.php:495 ../../mod/item.php:547
#, php-format
msgid "%s posted an update."
msgstr "%s ha inviato un aggiornamento."

#: ../../mod/tagrm.php:41
msgid "Tag removed"
msgstr "TAg rimosso"

#: ../../mod/tagrm.php:79
msgid "Remove Item Tag"
msgstr "Rimuovi tag dall'elemento"

#: ../../mod/tagrm.php:81
msgid "Select a tag to remove: "
msgstr "Seleziona un tag da rimuovere: "

#: ../../mod/tagrm.php:93
msgid "Remove"
msgstr "Rimuovi"

#: ../../mod/message.php:18
msgid "No recipient selected."
msgstr "Nessun destinatario selezionato."

#: ../../mod/message.php:23
msgid "[no subject]"
msgstr "[nessun oggetto]"

#: ../../mod/message.php:34
msgid "Unable to locate contact information."
msgstr "Impossibile trovare le informazioni del contatto."

#: ../../mod/message.php:102
msgid "Message sent."
msgstr "Messaggio inviato."

#: ../../mod/message.php:105
msgid "Message could not be sent."
msgstr "Il messaggio non puo' essere inviato."

#: ../../mod/message.php:125 ../../include/nav.php:100
msgid "Messages"
msgstr "Messaggi"

#: ../../mod/message.php:126
msgid "Inbox"
msgstr "In arrivo"

#: ../../mod/message.php:127
msgid "Outbox"
msgstr "Inviati"

#: ../../mod/message.php:128
msgid "New Message"
msgstr "Nuovo messaggio"

#: ../../mod/message.php:142
msgid "Message deleted."
msgstr "Messaggio cancellato."

#: ../../mod/message.php:158
msgid "Conversation removed."
msgstr "Conversazione rimossa."

#: ../../mod/message.php:177 ../../mod/message.php:178
msgid "Send Private Message"
msgstr "Invia messaggio privato"

#: ../../mod/message.php:178 ../../mod/message.php:312
#: ../../mod/message.php:179 ../../mod/message.php:313
msgid "To:"
msgstr "A:"

#: ../../mod/message.php:179 ../../mod/message.php:313
#: ../../mod/message.php:180 ../../mod/message.php:314
msgid "Subject:"
msgstr "Oggetto:"

#: ../../mod/message.php:221 ../../mod/message.php:222
msgid "No messages."
msgstr "Nessun messaggio."

#: ../../mod/message.php:234 ../../mod/message.php:235
msgid "Delete conversation"
msgstr "Cancella conversazione"

#: ../../mod/message.php:264 ../../mod/message.php:265
msgid "Message not available."
msgstr "Messaggio non disponibile."

#: ../../mod/message.php:301 ../../mod/message.php:302
msgid "Delete message"
msgstr "Cancella messaggio"

#: ../../mod/message.php:311 ../../mod/message.php:312
msgid "Send Reply"
msgstr "Invia risposta"

#: ../../mod/dfrn_confirm.php:231
msgid "Response from remote site was not understood."
msgstr "La risposta dal sito remota non è stata capita."

#: ../../mod/dfrn_confirm.php:240
msgid "Unexpected response from remote site: "
msgstr "Risposta dal sito remoto inaspettata: "

#: ../../mod/dfrn_confirm.php:248
msgid "Confirmation completed successfully."
msgstr "Conferma completata con successo."

#: ../../mod/dfrn_confirm.php:250 ../../mod/dfrn_confirm.php:264
#: ../../mod/dfrn_confirm.php:271
msgid "Remote site reported: "
msgstr "Il sito remoto riporta: "

#: ../../mod/dfrn_confirm.php:262
msgid "Temporary failure. Please wait and try again."
msgstr "Errore temporaneo. Attendi e riprova."

#: ../../mod/dfrn_confirm.php:269
msgid "Introduction failed or was revoked."
msgstr "La presentazione è fallita o è stata revocata."

#: ../../mod/dfrn_confirm.php:387
msgid "Unable to set contact photo."
msgstr "Impossibile impostare la foto del contatto."

#: ../../mod/dfrn_confirm.php:426
msgid "is now friends with"
msgstr "ora è amico di"

#: ../../mod/dfrn_confirm.php:494
#, php-format
msgid "No user record found for '%s' "
msgstr "Nessun utente trovato per '%s'"

#: ../../mod/dfrn_confirm.php:504
msgid "Our site encryption key is apparently messed up."
msgstr "La nostra chiave di criptazione del sito è apparentemente incasinata."

#: ../../mod/dfrn_confirm.php:515
msgid "Empty site URL was provided or URL could not be decrypted by us."
msgstr ""
"E' stato fornito un indirizzo vuoto o non possiamo decriptare l'indirizzo."

#: ../../mod/dfrn_confirm.php:527
msgid "Contact record was not found for you on our site."
msgstr "Il contatto non è stato trovato sul nostro sito."

#: ../../mod/dfrn_confirm.php:555
msgid ""
"The ID provided by your system is a duplicate on our system. It should work "
"if you try again."
msgstr ""
"L'ID fornito dal tuo sistema è duplicato sul nostro sistema. Dovrebbe "
"funzionare se provi ancora."

#: ../../mod/dfrn_confirm.php:566
msgid "Unable to set your contact credentials on our system."
msgstr ""
"Impossibile impostare le credenziali del tuo contatto sul nostro sistema."

#: ../../mod/dfrn_confirm.php:619
msgid "Unable to update your contact profile details on our system"
msgstr "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema"

#: ../../mod/dfrn_confirm.php:648
#, php-format
msgid "Connection accepted at %s"
msgstr "Connession accettata su %s"

#: ../../mod/openid.php:62 ../../mod/openid.php:109 ../../include/auth.php:105
#: ../../include/auth.php:130 ../../include/auth.php:183
msgid "Login failed."
msgstr "Accesso fallito."

#: ../../mod/openid.php:73 ../../include/auth.php:194
msgid "Welcome back "
msgstr "Bentornato "

#: ../../mod/dfrn_poll.php:78 ../../mod/dfrn_poll.php:392
#, php-format
msgid "%s welcomes %s"
msgstr "%s da il benvenuto a %s"

#: ../../mod/viewcontacts.php:32
msgid "No contacts."
msgstr "Nessuno contatto."

#: ../../mod/group.php:27
msgid "Group created."
msgstr "Gruppo creato."

#: ../../mod/group.php:33
msgid "Could not create group."
msgstr "Impossibile creare il gruppo."

#: ../../mod/group.php:43 ../../mod/group.php:123
msgid "Group not found."
msgstr "Gruppo non trovato."

#: ../../mod/group.php:56
msgid "Group name changed."
msgstr "Il nome del gruppo è cambiato."

#: ../../mod/group.php:79
msgid "Membership list updated."
msgstr "Lista adesioni aggiornata."

#: ../../mod/group.php:107
msgid "Group removed."
msgstr "Gruppo rimosso."

#: ../../mod/group.php:109
msgid "Unable to remove group."
msgstr "Impossibile rimuovere il gruppo."

#: ../../addon/twitter/twitter.php:64
msgid "Post to Twitter"
msgstr "Inva a Twitter"

#: ../../addon/twitter/twitter.php:122
msgid "Twitter Posting Settings"
msgstr "Impostazioni Invio a Twitter"

#: ../../addon/twitter/twitter.php:129
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
msgstr ""
"Nessuna coopia di chiavi per Twitter trovata. Contatta il tuo amministratore "
"del sito."

#: ../../addon/twitter/twitter.php:148
msgid ""
"At this Friendika instance the Twitter plugin was enabled but you have not "
"yet connected your account to your Twitter account. To do so click the "
"button below to get a PIN from Twitter which you have to copy into the input "
"box below and submit the form. Only your <strong>public</strong> posts will "
"be posted to Twitter."
msgstr ""
"Questa installazione di Friendika ha il plugin Twitter abilitato, ma non hai "
"ancora collegato il tuo account locale con il tuo account su Twitter. Per "
"farlo, clicca il bottone qui sotto per ottenere un PIN da Twitter, che "
"dovrai copiare nel box più sotto per poi inviare la form. Solo i tuoi "
"messaggi <strong>pubblici</strong> verranno inviati anche su Twitter."

#: ../../addon/twitter/twitter.php:149
msgid "Log in with Twitter"
msgstr "Accedi con Twitter"

#: ../../addon/twitter/twitter.php:151
msgid "Copy the PIN from Twitter here"
msgstr "Copia il PIN da Twitter qui"

#: ../../addon/twitter/twitter.php:165 ../../addon/statusnet/statusnet.php:197
msgid "Currently connected to: "
msgstr "Al momento collegato con:"

#: ../../addon/twitter/twitter.php:166
msgid ""
"If enabled all your <strong>public</strong> postings will be posted to the "
"associated Twitter account as well."
msgstr ""
"Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> verranno "
"inviati anche sull'account Twitter associato."

#: ../../addon/twitter/twitter.php:168
msgid "Send public postings to Twitter"
msgstr "Invia messaggi pubblici su Twitter"

#: ../../addon/twitter/twitter.php:172 ../../addon/statusnet/statusnet.php:204
msgid "Clear OAuth configuration"
msgstr "Cancella la configurazione OAuth"

#: ../../addon/statusnet/statusnet.php:78
msgid "Post to StatusNet"
msgstr "Invia a StatusNet"

#: ../../addon/statusnet/statusnet.php:146
msgid "StatusNet Posting Settings"
msgstr "Impostazioni di invio a StatusNet"

#: ../../addon/statusnet/statusnet.php:152
msgid ""
"No consumer key pair for StatusNet found. Register your Friendika Account as "
"an desktop client on your StatusNet account, copy the consumer key pair here "
"and enter the API base root.<br />Before you register your own OAuth key "
"pair ask the administrator if there is already a key pair for this Friendika "
"installation at your favorited StatusNet installation."
msgstr ""
"Nessuna coppia di chiavi consumer per StatusNet trovata. Regitstra il tuo "
"Account Friendika come un client desktop sul tuo account StatusNet, copia la "
"coppia di chiavi qui e inserisci l'url di base delle API.<br />Prima di "
"registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se "
"esiste già una coppia di chiavi per questa installazione di Friendika sulla "
"installazione di StatusNet che ti interessa."

#: ../../addon/statusnet/statusnet.php:154
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"

#: ../../addon/statusnet/statusnet.php:157
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"

#: ../../addon/statusnet/statusnet.php:160
msgid "Base API Path (remember the trailing /)"
msgstr "Indirizzo di base per le API (ricorda la / alla fine)"

#: ../../addon/statusnet/statusnet.php:181
msgid ""
"To connect to your StatusNet account click the button below to get a "
"security code from StatusNet which you have to copy into the input box below "
"and submit the form. Only your <strong>public</strong> posts will be posted "
"to StatusNet."
msgstr ""
"Per collegare il tuo account StatusNet, clicca sul bottone qui sotto per "
"ottenere un codice di sicurezza da StatusNet, che dovrai copiare nel box più "
"sotto per poi inviare la form. Solo i tuoi messaggi <strong>pubblci</strong> "
"saranno inviati a StatusNet."

#: ../../addon/statusnet/statusnet.php:182
msgid "Log in with StatusNet"
msgstr "Login con StatuNet"

#: ../../addon/statusnet/statusnet.php:184
msgid "Copy the security code from StatusNet here"
msgstr "Copia il codice di sicurezza da StatusNet qui"

#: ../../addon/statusnet/statusnet.php:198
msgid ""
"If enabled all your <strong>public</strong> postings will be posted to the "
"associated StatusNet account as well."
msgstr ""
"Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> verranno "
"inviati anche sull'account StatusNet associato."

#: ../../addon/statusnet/statusnet.php:200
msgid "Send public postings to StatusNet"
msgstr "Invia messaggi pubblici su StatusNet"

#: ../../addon/tictac/tictac.php:14
msgid "Three Dimensional Tic-Tac-Toe"
msgstr "Tic-Tac-Toe tridimensionale"

#: ../../addon/tictac/tictac.php:47
msgid "3D Tic-Tac-Toe"
msgstr "3D Tic-Tac-Toe"

#: ../../addon/tictac/tictac.php:52
msgid "New game"
msgstr "Nuovo gioco"

#: ../../addon/tictac/tictac.php:53
msgid "New game with handicap"
msgstr "Nuovo gioco con l'handicap"

#: ../../addon/tictac/tictac.php:54
msgid ""
"Three dimensional tic-tac-toe is just like the traditional game except that "
"it is played on multiple levels simultaneously. "
msgstr ""
"Tic-tac-toe tridimensionale è come il gioco tradizionale, solo che si gioca "
"su livelli multipli contemporaneamente."

#: ../../addon/tictac/tictac.php:55
msgid ""
"In this case there are three levels. You win by getting three in a row on "
"any level, as well as up, down, and diagonally across the different levels."
msgstr ""
"In questo caso ci sono tra livelli. Puoi vincere facendo tre caselle in fila "
"su ogni livello, anche verso l'alto, il basso e diagonalmente anche "
"attraverso i diversi livelli."

#: ../../addon/tictac/tictac.php:57
msgid ""
"The handicap game disables the center position on the middle level because "
"the player claiming this square often has an unfair advantage."
msgstr ""
"L'handicap disabilita la casella centrale sul livello di mezzo, perchè il "
"giocatore che si prende quella casella spesso ha un deciso vantaggio."

#: ../../addon/tictac/tictac.php:176
msgid "You go first..."
msgstr "Cominci tu..."

#: ../../addon/tictac/tictac.php:181
msgid "I'm going first this time..."
msgstr "Comincio io questa volta..."

#: ../../addon/tictac/tictac.php:187
msgid "You won!"
msgstr "Hai vinto!"

#: ../../addon/tictac/tictac.php:193 ../../addon/tictac/tictac.php:218
msgid "\"Cat\" game!"
msgstr "Stallo!"

#: ../../addon/tictac/tictac.php:216
msgid "I won!"
msgstr "Ho vinto!"

#: ../../addon/java_upload/java_upload.php:33
msgid "Select files to upload: "
msgstr "Seleziona i file da caricare: "

#: ../../addon/java_upload/java_upload.php:35
msgid ""
"Use the following controls only if the Java uploader [above] fails to launch."
msgstr ""
"Usa il seguente controllo solo se il il caricatore Java (qui sopra) non "
"parte."

#: ../../addon/facebook/facebook.php:116
msgid "Facebook disabled"
msgstr "Facebook disabilitato"

#: ../../addon/facebook/facebook.php:124
msgid "Facebook API key is missing."
msgstr "Chiave API Facebook mancante."

#: ../../addon/facebook/facebook.php:131
msgid "Facebook Connect"
msgstr "Facebook Connect"

#: ../../addon/facebook/facebook.php:137
msgid "Install Facebook post connector"
msgstr "Istalla il connettore con Facebook"

#: ../../addon/facebook/facebook.php:144
msgid "Remove Facebook post connector"
msgstr "Rimuovi il connettore con facebook"

#: ../../addon/facebook/facebook.php:150
msgid "Post to Facebook by default"
msgstr "Invia su Facebook di default"

#: ../../addon/facebook/facebook.php:174
msgid "Facebook"
msgstr "Facebook"

#: ../../addon/facebook/facebook.php:175
msgid "Facebook Connector Settings"
msgstr "Impostazioni Connettore Facebook"

#: ../../addon/facebook/facebook.php:189
msgid "Post to Facebook"
msgstr "Invia a Facebook"

#: ../../addon/facebook/facebook.php:230
msgid "Image: "
msgstr "Immagine: "

#: ../../addon/randplace/randplace.php:171
msgid "Randplace Settings"
msgstr "Impostazioni Randplace"

#: ../../addon/randplace/randplace.php:173
msgid "Enable Randplace Plugin"
msgstr "Abilita il plugin Randplace"

#: ../../addon/js_upload/js_upload.php:39
msgid "Upload a file"
msgstr "Carica un file"

#: ../../addon/js_upload/js_upload.php:40
msgid "Drop files here to upload"
msgstr "Trascina un file qui per caricarlo"

#: ../../addon/js_upload/js_upload.php:42
msgid "Failed"
msgstr "Fallito"

#: ../../addon/js_upload/js_upload.php:288
msgid "No files were uploaded."
msgstr "Nessun file è stato caricato."

#: ../../addon/js_upload/js_upload.php:294
msgid "Uploaded file is empty"
msgstr "Il file caricato è vuoto"

#: ../../addon/js_upload/js_upload.php:299
msgid "Uploaded file is too large"
msgstr "Il file caricato è troppo grande"

#: ../../addon/js_upload/js_upload.php:317
msgid "File has an invalid extension, it should be one of "
msgstr "Il file ha una estensione non valida, dovrebbe essere una di "

#: ../../addon/js_upload/js_upload.php:328
msgid "Upload was cancelled, or server error encountered"
msgstr ""
"Il caricamento è stato cancellato, o si è verificato un errore sul server"

#: ../../include/contact_selectors.php:32
msgid "Unknown | Not categorised"
msgstr "Sconosciuto | non categorizzato"

#: ../../include/contact_selectors.php:33
msgid "Block immediately"
msgstr "Blocca immediatamente"

#: ../../include/contact_selectors.php:34
msgid "Shady, spammer, self-marketer"
msgstr "Shady, spammer, self-marketer"

#: ../../include/contact_selectors.php:35
msgid "Known to me, but no opinion"
msgstr "Lo conosco, ma non ho oppinioni"

#: ../../include/contact_selectors.php:36
msgid "OK, probably harmless"
msgstr "E' ok, probabilmente innocuo"

#: ../../include/contact_selectors.php:37
msgid "Reputable, has my trust"
msgstr "Rispettabile, ha la mia fiducia"

#: ../../include/contact_selectors.php:55
msgid "Frequently"
msgstr "Frequentemente"

#: ../../include/contact_selectors.php:56
msgid "Hourly"
msgstr "Ogni ora"

#: ../../include/contact_selectors.php:57
msgid "Twice daily"
msgstr "Due volte al dì"

#: ../../include/contact_selectors.php:58
msgid "Daily"
msgstr "Giornalmente"

#: ../../include/contact_selectors.php:59
msgid "Weekly"
msgstr "Settimanalmente"

#: ../../include/contact_selectors.php:60
msgid "Monthly"
msgstr "Mensilmente"

#: ../../include/profile_selectors.php:6
msgid "Male"
msgstr "Maschio"

#: ../../include/profile_selectors.php:6
msgid "Female"
msgstr "Femmina"

#: ../../include/profile_selectors.php:6
msgid "Currently Male"
msgstr "Al momento maschio"

#: ../../include/profile_selectors.php:6
msgid "Currently Female"
msgstr "Al momento femmina"

#: ../../include/profile_selectors.php:6
msgid "Mostly Male"
msgstr "Prevalentemente maschio"

#: ../../include/profile_selectors.php:6
msgid "Mostly Female"
msgstr "Prevalentemente femmina"

#: ../../include/profile_selectors.php:6
msgid "Transgender"
msgstr "Transgenere"

#: ../../include/profile_selectors.php:6
msgid "Intersex"
msgstr "Bisessuale"

#: ../../include/profile_selectors.php:6
msgid "Transsexual"
msgstr "Transsessuale"

#: ../../include/profile_selectors.php:6
msgid "Hermaphrodite"
msgstr "Ermafrodito"

#: ../../include/profile_selectors.php:6
msgid "Neuter"
msgstr "Neutro"

#: ../../include/profile_selectors.php:6
msgid "Non-specific"
msgstr "Non-specifico"

#: ../../include/profile_selectors.php:6
msgid "Other"
msgstr "Altro"

#: ../../include/profile_selectors.php:6
msgid "Undecided"
msgstr "Indeciso"

#: ../../include/profile_selectors.php:19
msgid "Males"
msgstr "Maschi"

#: ../../include/profile_selectors.php:19
msgid "Females"
msgstr "Femmine"

#: ../../include/profile_selectors.php:19
msgid "Gay"
msgstr "Gay"

#: ../../include/profile_selectors.php:19
msgid "Lesbian"
msgstr "Lesbica"

#: ../../include/profile_selectors.php:19
msgid "No Preference"
msgstr "Nessuna preferenza"

#: ../../include/profile_selectors.php:19
msgid "Bisexual"
msgstr "Bisessuale"

#: ../../include/profile_selectors.php:19
msgid "Autosexual"
msgstr "Autosessuale"

#: ../../include/profile_selectors.php:19
msgid "Abstinent"
msgstr "Astinente"

#: ../../include/profile_selectors.php:19
msgid "Virgin"
msgstr "Vergine"

#: ../../include/profile_selectors.php:19
msgid "Deviant"
msgstr "Deviato"

#: ../../include/profile_selectors.php:19
msgid "Fetish"
msgstr "Fetish"

#: ../../include/profile_selectors.php:19
msgid "Oodles"
msgstr "Un sacco"

#: ../../include/profile_selectors.php:19
msgid "Nonsexual"
msgstr "Asessuato"

#: ../../include/profile_selectors.php:33
msgid "Single"
msgstr "Single"

#: ../../include/profile_selectors.php:33
msgid "Lonely"
msgstr "Solitario"

#: ../../include/profile_selectors.php:33
msgid "Available"
msgstr "Disoponibile"

#: ../../include/profile_selectors.php:33
msgid "Unavailable"
msgstr "Non disponibile"

#: ../../include/profile_selectors.php:33
msgid "Dating"
msgstr "Incontro"

#: ../../include/profile_selectors.php:33
msgid "Unfaithful"
msgstr "Infedele"

#: ../../include/profile_selectors.php:33
msgid "Sex Addict"
msgstr "Sesso-dipendente"

#: ../../include/profile_selectors.php:33
msgid "Friends"
msgstr "Amici"

#: ../../include/profile_selectors.php:33
msgid "Friends/Benefits"
msgstr "Amici con benefici"

#: ../../include/profile_selectors.php:33
msgid "Casual"
msgstr "Casual"

#: ../../include/profile_selectors.php:33
msgid "Engaged"
msgstr "Impegnato"

#: ../../include/profile_selectors.php:33
msgid "Married"
msgstr "Sposato"

#: ../../include/profile_selectors.php:33
msgid "Partners"
msgstr "Partners"

#: ../../include/profile_selectors.php:33
msgid "Cohabiting"
msgstr "Coinquilino"

#: ../../include/profile_selectors.php:33
msgid "Happy"
msgstr "Felice"

#: ../../include/profile_selectors.php:33
msgid "Not Looking"
msgstr "Non in cerca"

#: ../../include/profile_selectors.php:33
msgid "Swinger"
msgstr "Scambista"

#: ../../include/profile_selectors.php:33
msgid "Betrayed"
msgstr "Tradito"

#: ../../include/profile_selectors.php:33
msgid "Separated"
msgstr "Separato"

#: ../../include/profile_selectors.php:33
msgid "Unstable"
msgstr "Instabile"

#: ../../include/profile_selectors.php:33
msgid "Divorced"
msgstr "Divorziato"

#: ../../include/profile_selectors.php:33
msgid "Widowed"
msgstr "Vedovo"

#: ../../include/profile_selectors.php:33
msgid "Uncertain"
msgstr "Incerto"

#: ../../include/profile_selectors.php:33
msgid "Complicated"
msgstr "Complicato"

#: ../../include/profile_selectors.php:33
msgid "Don't care"
msgstr "Non interessa"

#: ../../include/profile_selectors.php:33
msgid "Ask me"
msgstr "Chiedimelo"

#: ../../include/acl_selectors.php:132
msgid "Visible To:"
msgstr "Visibile a:"

#: ../../include/acl_selectors.php:136 ../../include/acl_selectors.php:151
msgid "Groups"
msgstr "Gruppi"

#: ../../include/acl_selectors.php:147
msgid "Except For:"
msgstr "Eccetto per:"

#: ../../include/auth.php:27
msgid "Logged out."
msgstr "Sei uscito."

#: ../../include/datetime.php:44 ../../include/datetime.php:46
msgid "Miscellaneous"
msgstr "Varie"

#: ../../include/datetime.php:148
msgid "less than a second ago"
msgstr "meno di un secondo fa"

#: ../../include/datetime.php:151
msgid "year"
msgstr "anno"

#: ../../include/datetime.php:151
msgid "years"
msgstr "anni"

#: ../../include/datetime.php:152
msgid "month"
msgstr "mese"

#: ../../include/datetime.php:152
msgid "months"
msgstr "mesi"

#: ../../include/datetime.php:153
msgid "week"
msgstr "settimana"

#: ../../include/datetime.php:153
msgid "weeks"
msgstr "settimane"

#: ../../include/datetime.php:154
msgid "day"
msgstr "giorno"

#: ../../include/datetime.php:154
msgid "days"
msgstr "giorni"

#: ../../include/datetime.php:155
msgid "hour"
msgstr "ora"

#: ../../include/datetime.php:155
msgid "hours"
msgstr "ore"

#: ../../include/datetime.php:156
msgid "minute"
msgstr "minuto"

#: ../../include/datetime.php:156
msgid "minutes"
msgstr "minuti"

#: ../../include/datetime.php:157
msgid "second"
msgstr "secondo"

#: ../../include/datetime.php:157
msgid "seconds"
msgstr "secondi"

#: ../../include/datetime.php:164
msgid " ago"
msgstr " fa"

#: ../../include/nav.php:56 ../../include/nav.php:91
msgid "Home"
msgstr "Home"

#: ../../include/nav.php:64
msgid "Apps"
msgstr "Applicazioni"

#: ../../include/nav.php:77
msgid "Directory"
msgstr "Elenco"

#: ../../include/nav.php:87
msgid "Network"
msgstr "Rete"

#: ../../include/nav.php:96
msgid "Notifications"
msgstr "Notifiche"

#: ../../include/nav.php:104
msgid "Manage"
msgstr "Gestisci"

#: ../../include/nav.php:107
msgid "Settings"
msgstr "Impostazioni"

#: ../../include/nav.php:109
msgid "Profiles"
msgstr "Profili"

#: ../../include/items.php:1004 ../../include/items.php:1027
msgid "Birthday:"
msgstr "Compleanno:"

#: ../../include/items.php:1348 ../../include/items.php:1371
msgid "You have a new follower at "
msgstr "Hai un nuovo seguace su "

#: ../../include/group.php:130
msgid "Create a new group"
msgstr "Crea un nuovo gruppo"

#: ../../include/group.php:131
msgid "Everybody"
msgstr "Tutti"

#: ../../include/oembed.php:57
msgid "Embedding disabled"
msgstr "Inclusione disabilitata"

#: ../../boot.php:2418 ../../boot.php:2425
msgid "Birthday Reminders"
msgstr "Promemoria Compleanni"

#: ../../mod/profile.php:160 ../../mod/editpost.php:66 ../../mod/network.php:95
#: ../../mod/network.php:100 ../../mod/profile.php:168
msgid "Insert Vorbis [.ogg] video"
msgstr "Inserisci video Theora [.ogg]"

#: ../../mod/profile.php:161 ../../mod/editpost.php:67 ../../mod/network.php:96
#: ../../mod/network.php:101 ../../mod/profile.php:169
msgid "Insert Vorbis [.ogg] audio"
msgstr "Inserisci audio Vorbis [.ogg]"

#: ../../mod/profile.php:354 ../../mod/display.php:222
#: ../../mod/editpost.php:62 ../../mod/network.php:392
#: ../../mod/network.php:463 ../../mod/profile.php:414
msgid "Edit"
msgstr "Modifica"

#: ../../mod/search.php:54
msgid "No results."
msgstr "Nessun risultato."

#: ../../mod/photos.php:969
msgid "<< Prev"
msgstr "<< Prec"

#: ../../mod/photos.php:977
msgid "Next >>"
msgstr "Succ >>"

#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
msgid "Item not found"
msgstr "Elemento non trovato"

#: ../../mod/editpost.php:32
msgid "Edit post"
msgstr "Modifica messaggio"

#: ../../include/dba.php:31
#, php-format
msgid "Cannot locate DNS info for database server '%s'"
msgstr "Non trovo le informazioni DNS per il database server '%s'"

#: ../../boot.php:2016 ../../boot.php:2023
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
msgstr[0] "%d Contatto"
msgstr[1] "%d Contatti"

#: ../../mod/network.php:69 ../../mod/message.php:172 ../../mod/profile.php:137
msgid "Please enter a link URL:"
msgstr "Inserisci l'indirizzo del link:"

#: ../../mod/network.php:70 ../../mod/profile.php:138
msgid "Please enter a YouTube link:"
msgstr "Inserisci l'indirizzo di YouTube:"

#: ../../mod/network.php:71 ../../mod/profile.php:139
msgid "Please enter a video(.ogg) link/URL:"
msgstr "Inserisci il link a un video (.ogg):"

#: ../../mod/network.php:72 ../../mod/profile.php:140
msgid "Please enter an audio(.ogg) link/URL:"
msgstr "Inserisci il link a un audio (.ogg):"

#: ../../mod/network.php:73 ../../mod/profile.php:141
msgid "Where are you right now?"
msgstr "Dove sei ora?"

#: ../../mod/network.php:363
msgid "See more posts like this"
msgstr "Vedi altri post come questo"

#: ../../mod/network.php:382 ../../mod/profile.php:357
#, php-format
msgid "See all %d comments"
msgstr "Vedi tutti i %d commenti"

#: ../../mod/install.php:72
msgid "Proceed with Installation"
msgstr "Continua con l'installazione"

#: ../../mod/install.php:74
msgid "Your Friendika site database has been installed."
msgstr "Il database del tuo sito Friendika è stato installato."

#: ../../mod/install.php:78
msgid "Proceed to registration"
msgstr "Continua con la registrazione"

#: ../../mod/directory.php:92
msgid "Gender: "
msgstr "Genere:"

#: ../../mod/directory.php:118
msgid "No entries (some entries may be hidden)."
msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)."

#: ../../mod/friendika.php:12
msgid "This is Friendika version"
msgstr "Questo è Friendika versione"

#: ../../mod/friendika.php:13
msgid "running at web location"
msgstr "in esecuzione all'indirizzo"

#: ../../mod/friendika.php:15
msgid ""
"Shared content within the Friendika network is provided under the <a "
"href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons "
"Attribution 3.0 license</a>"
msgstr ""
"I contenuti condivisi nel network Friendika è rilasciato sotto la licenza <a "
"href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons "
"Attribution 3.0 license</a>"

#: ../../mod/friendika.php:17
msgid ""
"Please visit <a "
"href=\"http://project.friendika.com\">Project.Friendika.com</a> to learn "
"more about the Friendika project."
msgstr ""
"Visita <a href=\"http://project.friendika.com\">Project.Friendika.com</a> "
"per saperne di più sul progetto Friendika."

#: ../../mod/friendika.php:19
msgid "Bug reports and issues: please visit"
msgstr "Segnalazioni di bug e problemi: visita"

#: ../../mod/friendika.php:20
msgid ""
"Suggestions, praise, donations, etc. - please email \"Info\" at Friendika - "
"dot com"
msgstr ""
"Suggerimenti, preghiere, donazioni, etc - invia una email a \"Info\" at "
"Friendika - dot.com"

#: ../../mod/friendika.php:25
msgid "Installed plugins/addons/apps"
msgstr "Plugin/Addon/Applicazioni installate"

#: ../../mod/friendika.php:33
msgid "No installed plugins/addons/apps"
msgstr "Nessuno plugin/addons/applicazione installata"

#: ../../mod/match.php:10
msgid "Profile Match"
msgstr "Profili combacianti"

#: ../../mod/match.php:50
msgid "No matches"
msgstr "Nessun risultato"

#: ../../mod/profile.php:102
msgid "Status"
msgstr "Stato"

#: ../../mod/profile.php:103
msgid "Profile"
msgstr "Profilo"

#: ../../mod/profile.php:104
msgid "Photos"
msgstr "Foto"

#: ../../mod/settings.php:345
msgid "Export Personal Data"
msgstr "Esporta i Dati Personali"

#: ../../mod/contacts.php:15
msgid "Find People With Shared Interests"
msgstr "Trova persone che condividono i tuoi interessi"

#: ../../mod/contacts.php:252
msgid "Privacy Unavailable"
msgstr "Privacy non disponibile"

#: ../../mod/contacts.php:253
msgid "Private communications are not available for this contact."
msgstr "Le comunicazioni private non sono disponibili per questo contatto."