blob: 8928eb57d854f6043f599864a9d4d7149e6e4977 (
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
|
<?php
# Italian (Italiano) translation
# Translators: Giovanni Scafora <giovanni@archlinux.org> and Pierluigi Picciau <pierluigi88@gmail.com>
include_once("translator.inc");
global $_t;
$_t["it"]["Missing package ID."] = "Manca l'ID del pacchetto.";
$_t["it"]["Invalid category ID."] = "L'ID della categoria non è valido.";
$_t["it"]["Enter your comment below."] = "Inserisci un commento qui sotto.";
$_t["it"]["You are not allowed to delete this comment."] = "Non puoi cancellare questo commento.";
$_t["it"]["Missing comment ID."] = "Manca l'ID del commento.";
$_t["it"]["Package category updated."] = "La categoria del pacchetto è stata aggiornata.";
$_t["it"]["You must be logged in before you can edit package information."] = "Devi autenticarti prima di poter modificare le informazioni del pacchetto.";
$_t["it"]["Comment has been deleted."] = "Il commento è stato rimosso.";
$_t["it"]["You've found a bug if you see this...."] = "Se vedi questo, hai appena trovato un bug....";
$_t["it"]["Comment has been added."] = "Il commento è stato inserito.";
$_t["it"]["Select new category"] = "Seleziona una nuova categoria";
|