File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </author >
1818 </authors >
1919 <releases >
20- <release version =" 1.2.2" date =" 2012-05-21" min =" 2.2" >
20+ <release version =" 1.2.2" date =" 2012-05-21" min =" 2.2" max = " 2.3.x " >
2121 - Add `?debug=raw` mode that outputs the page XML as raw XML
2222 - Fix indentation issues
2323 - Minor tweaks to CSS for better consistency
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments