Skip to content

Commit d3f198f

Browse files
committed
Create lang.it.php
1 parent 030008c commit d3f198f

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

lang/lang.it.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
3+
$about = array(
4+
'name' => 'Italian',
5+
'author' => array(
6+
'name' => 'Davide Grobberio',
7+
'email' => 'davide@zaniniadv.it',
8+
'website' => 'http://www.zaniniadv.it'
9+
),
10+
'release-date' => '2013-01-27'
11+
);
12+
13+
14+
/*
15+
* EXTENSION: Debug Devkit
16+
* Localisation strings
17+
*/
18+
19+
$dictionary = array(
20+
21+
'Debug' =>
22+
'Debug',
23+
24+
'Params' =>
25+
'Parametri',
26+
27+
'XML' =>
28+
'XML',
29+
30+
'Result' =>
31+
'Risultati'
32+
33+
);
34+

0 commit comments

Comments
 (0)