summaryrefslogtreecommitdiff
path: root/settings/localization/it_IT.inc
blob: 72019353718a895b5f0885e55f40ffbc53757426 (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
<?php

/*
+-----------------------------------------------------------------------+
| language/it_IT/labels.inc                                             |
|                                                                       |
| Language file of the RoundCube Webmail client                         |
| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland                 |
| Licensed under the GNU GPL                                            |
|                                                                       |
+-----------------------------------------------------------------------+
| Author: Matteo Bonora <develop@matteobonora.it>                       |
+-----------------------------------------------------------------------+

*/

$labels = array();
$labels['menu'] = 'Menù';
$labels['managefolders'] = 'Gestisci Cartelle';
$labels['account'] = 'Amministrazione Account';
$labels['classic'] = 'Predefinito';
$labels['remotefolders'] = 'Cartelle Speciali';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Anteprima Skin';

?>