Version Notes
New release, based on existing Dutch Language Package - official
Download this release
Release Info
Developer | Indigo Webstudio |
Extension | Dutch_Language_Package_Unoffical |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +22 -0
package.xml
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Dutch_Language_Package_Unoffical</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Dutch Language Package (Unofficial)</summary>
|
10 |
+
<description>= English =
|
11 |
+
Dutch Language Package - unofficial for Magento version 1.7 and above. 
|
12 |
+

|
13 |
+
= Dutch =
|
14 |
+
Taalpakket Nederlands - informeel (je-vorm) voor Magento versie 1.7 en hoger.</description>
|
15 |
+
<notes>New release, based on existing Dutch Language Package - official</notes>
|
16 |
+
<authors><author><name>Indigo Webstudio</name><user>indigow</user><email>petra@indigowebstudio.nl</email></author></authors>
|
17 |
+
<date>2013-10-24</date>
|
18 |
+
<time>21:30:22</time>
|
19 |
+
<contents></contents>
|
20 |
+
<compatible/>
|
21 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.0</min><max>1.7.0.2</max></package></required></dependencies>
|
22 |
+
</package>
|