summaryrefslogtreecommitdiffstats
path: root/web/lang/it/acctfuncs_po.inc
blob: b4be9956f509e7fee4c95bcadf023f8994116a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?php
# Italian (Italiano) translation
# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com>

include_once("translator.inc");
global $_t;

$_t["it"]["Missing a required field."] = "Manca un campo obbligatorio.";

$_t["it"]["Search"] = "Cerca";

$_t["it"]["The account, %h%s%h, has been successfully created."] = "L'account %h%s%h è stato creato con successo.";

$_t["it"]["Error trying to modify account, %h%s%h: %s."] = "Errore durante la modifica dell'account %h%s%h: %s.";

$_t["it"]["The email address is invalid."] = "L'indirizzo email non risulta valido.";

$_t["it"]["Error trying to create account, %h%s%h: %s."] = "Errore durante la creazione dell'account %h%s%h: %s.";

$_t["it"]["The username, %h%s%h, is already in use."] = "Il nome utente %h%s%h è già in uso.";

$_t["it"]["Account Type"] = "Tipo di account";

$_t["it"]["The account, %h%s%h, has been successfully modified."] = "L'account %h%s%h è stato modificato con successo.";

$_t["it"]["Account Suspended"] = "Account sospeso";

$_t["it"]["Status"] = "Stato";

$_t["it"]["New Package Notify"] = "Notifica dei nuovi pacchetti";

$_t["it"]["IRC Nick"] = "Nick IRC";

$_t["it"]["Trusted user"] = "Trusted user";

$_t["it"]["No results matched your search criteria."] = "Nessun pacchetto corrisponde ai criteri della ricerca.";

$_t["it"]["Normal user"] = "Utente normale";

$_t["it"]["Never"] = "Mai";

$_t["it"]["User"] = "Utente";

$_t["it"]["Active"] = "Attivo";

$_t["it"]["Last Voted"] = "Ultimo votato";

$_t["it"]["Real Name"] = "Nome reale";

$_t["it"]["Edit Account"] = "Modifica l'account";

$_t["it"]["Password fields do not match."] = "I campi password non corrispondono.";

$_t["it"]["Language"] = "Lingua";

$_t["it"]["A Trusted User cannot assign Developer status."] = "Un Trusted User non può assegnare lo stato di sviluppatore.";

$_t["it"]["The address, %h%s%h, is already in use."] = "L'indirizzo %h%s%h è già in uso.";

$_t["it"]["No more results to display."] = "Non vi sono ulteriori risultati da visualizzare.";

$_t["it"]["Type"] = "Tipo";

$_t["it"]["Click on the Home link above to login."] = "Clicca su Inizio per autenticarti.";

$_t["it"]["Sort by"] = "Ordina per";

$_t["it"]["Re-type password"] = "Riscrivi la password";

$_t["it"]["Language is not currently supported."] = "Lingua attualmente non supportata.";

$_t["it"]["Any type"] = "Qualsiasi tipo";

$_t["it"]["Last vote"] = "Ultimo voto";

$_t["it"]["Suspended"] = "Sospeso";

$_t["it"]["Trusted User"] = "Trusted User";

$_t["it"]["Missing User ID"] = "Manca l'User ID";

$_t["it"]["Developer"] = "Sviluppatore";

$_t["it"]["View this user's packages"] = "Visualizza i pacchetti di quest'utente";

$_t["it"]["start and end with a letter or number"] = "inizia e finisce con una lettera o un numero";

$_t["it"]["Your password must be at least "] = "La password deve essere di almeno ";

$_t["it"]["The username is invalid."] = "Il nome utente non è valido.";

$_t["it"]["It must be "] = "Deve essere ";

$_t["it"]["can contain only one period, underscore or hyphen."] = "può contenere solo un punto, un trattino basso o un trattino.";

$_t["it"]["It must be between %s and %s characters long"] = "Deve contenere un minimo di %s ed un massimo di %s caratteri";

$_t["it"]["Your password must be at least %s characters."] = "La password deve contenere almeno %s caratteri.";

$_t["it"]["Can contain only one period, underscore or hyphen."] = "Può contenere solo un punto, un trattino basso o un trattino.";

$_t["it"]["Start and end with a letter or number"] = "Inizia e finisce con una lettera o un numero";

?>