We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030008c commit d3f198fCopy full SHA for d3f198f
1 file changed
lang/lang.it.php
@@ -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