Capita_TI - Version 1.0.2

Version Notes

Configurable API URL

Download this release

Release Info

Developer Daniel Deady
Extension Capita_TI
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.2

app/code/community/Capita/TI/Model/Api/Abstract.php CHANGED
@@ -84,7 +84,7 @@ class Capita_TI_Model_Api_Abstract extends Zend_Http_Client
84
 
85
  protected function getEndpoint($path)
86
  {
87
- $baseUrl = Mage::getStoreConfig('capita_ti/base_url');
88
  return rtrim($baseUrl, DS) . DS . ltrim($path, DS);
89
  }
90
 
84
 
85
  protected function getEndpoint($path)
86
  {
87
+ $baseUrl = Mage::getStoreConfig('capita_ti/authentication/base_url');
88
  return rtrim($baseUrl, DS) . DS . ltrim($path, DS);
89
  }
90
 
app/code/community/Capita/TI/Model/Email.php CHANGED
@@ -81,8 +81,8 @@ class Capita_TI_Model_Email extends Mage_Core_Model_Email
81
  */
82
  public function sendFirstUse()
83
  {
84
- $addresses = explode(',', Mage::getStoreConfig('capita_ti/first_use_email'));
85
- if ($addresses) {
86
  $username = Mage::getStoreConfig('capita_ti/authentication/username');
87
  $this->setFromEmail(Mage::getStoreConfig('trans_email/ident_general/email'))
88
  ->setFromName(Mage::getStoreConfig('trans_email/ident_general/name'))
81
  */
82
  public function sendFirstUse()
83
  {
84
+ if (Mage::getStoreConfigFlag('capita_ti/first_use_email')) {
85
+ $addresses = explode(',', Mage::getStoreConfig('capita_ti/first_use_email'));
86
  $username = Mage::getStoreConfig('capita_ti/authentication/username');
87
  $this->setFromEmail(Mage::getStoreConfig('trans_email/ident_general/email'))
88
  ->setFromName(Mage::getStoreConfig('trans_email/ident_general/name'))
app/code/community/Capita/TI/Model/Source/Baseurl.php ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * SmartMATE Magento Connect Terms of Use
4
+ *
5
+ * 1. Agreement to these Terms of use
6
+ * These Terms govern your use of the SmartMATE Magento Connect. These Terms do
7
+ * not relate to any other Capita Translation and Interpreting Limited
8
+ * (“Capita”) website or service or your use of any other Capita website or
9
+ * service and these Terms do not govern your use of the language services you may
10
+ * wish to receive from Capita.
11
+ * By accessing or using the SmartMATE Magento Connect you agree with and consent
12
+ * to these Terms and you represent that you have the legal authority to accept
13
+ * the Terms on behalf of yourself and any party you represent.
14
+ *
15
+ * 2. Intellectual property Rights
16
+ * All Intellectual Property Rights (including but not limited to trademarks,
17
+ * copyright (including rights in computer software), trade secrets, trade or
18
+ * business names, domain names and other similar rights or obligations whether
19
+ * registerable or not in any country and applications for any of the foregoing)
20
+ * in the SmartMATE Magento Connect belong to Capita and no permission whatsoever
21
+ * is given to you for the SmartMATE Magento Connect to be (without limitation)
22
+ * sold, distributed or edited.
23
+ *
24
+ * 3. NO WARRANTY
25
+ * THE SMARTMATE MAGENTO CONNECT IS PROVIDED TO YOU ON AN “AS-IS” BASIS,
26
+ * WITHOUT REPRESENTATIONS, WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
27
+ * OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES, REPRESENTATIONS OR
28
+ * CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A
29
+ * PARTICULAR PURPOSE.
30
+ * CAPITA DOES NOT WARRANT THAT THE FUNCTIONS OR CONTENT CONTAINED ON THE
31
+ * SMARTMATE MAGENTO CONNECT WILL BE ERROR-FREE, THAT DEFECTS WILL BE CORRECTED,
32
+ * OR THAT CAPITA OR ITS THIRD PARTIES SERVERS ARE FREE OF VIRUSES OR OTHER
33
+ * HARMFUL COMPONENTS. CAPITA DOES NOT WARRANT OR MAKE ANY REPRESENTATION
34
+ * REGARDING USE OF THE SMARTMATE MAGENTO CONNECT IN TERMS OF ACCURACY,
35
+ * RELIABILITY, OR OTHERWISE.
36
+ * You are solely responsible for determining the appropriateness of using the
37
+ * SmartMATE Magento Connect and you assume all risks associated with this,
38
+ * including but not limited compliance with applicable laws, damage to or loss of
39
+ * data, programs or equipment, and unavailability or interruption of operations.
40
+ * YOUR USE OF THE SMARTMATE MAGENTO CONNECT IS SOLEY AT YOUR RISK.
41
+ *
42
+ * 4. LIMITATION OF LIABILITY
43
+ * IN NO EVENT SHALL CAPITA BE LIABLE TO YOU FOR ANY INCIDENTAL, DIRECT, INDIRECT,
44
+ * PUNITIVE, ACTUAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY OR OTHER DAMAGES, INCLUDING
45
+ * WITHOUT LIMITATION, LOSS OF REVENUE OR INCOME, LOST PROFITS, OR SIMILAR DAMAGES
46
+ * SUFFERED OR INCURRED BY YOU OR ANY THIRD PARTY HOWEVER CAUSED AND ON ANY THEORY
47
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
48
+ * NEGLIGENCE OR OTHERWISE) OR OTHERWISE THAT ARISE IN CONNECTION WITH YOUR USE OF
49
+ * THE SMARTMATE MAGENTO CONNECT (OR THE TERMINATION THEREOF FOR ANY REASON), EVEN
50
+ * IF CAPITA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
51
+ *
52
+ * 5. Indemnification for breach of the Terms
53
+ * You agree to indemnify and hold harmless Capita from and against any and all
54
+ * loss, expenses, damages, and costs, including without limitation reasonable
55
+ * attorney fees, resulting, whether directly or indirectly, from your violation
56
+ * of the Terms.
57
+ *
58
+ * 6. General
59
+ * These Terms are governed by and shall be construed in accordance with English
60
+ * law and the parties submit to the exclusive jurisdiction of the English courts.
61
+ * If any provision of these Terms is invalid or unenforceable under applicable
62
+ * law, it shall not affect the validity or enforceability of the remainder of the
63
+ * terms of these Terms and such provision shall be reformed to the minimum extent
64
+ * necessary to make such provision valid and enforceable.
65
+ *
66
+ * @author Daniel Deady <daniel@5ms.uk.com>
67
+ * @copyright Copyright (c) 2017 5M Solutions Ltd. (http://www.5ms.co.uk/)
68
+ */
69
+
70
+ class Capita_TI_Model_Source_Baseurl
71
+ {
72
+
73
+ public function getOptions()
74
+ {
75
+ /* @var $helper Capita_TI_Helper_Data */
76
+ $helper = Mage::helper('capita_ti');
77
+ return array(
78
+ 'https://api.capitatranslationinterpreting.com/api/v1.0' => $helper->__('Production'),
79
+ 'https://api.capitatranslationinterpreting.com/staging/api/v1.0' => $helper->__('Staging')
80
+ );
81
+ }
82
+
83
+ public function toOptionArray()
84
+ {
85
+ /* @var $helper Capita_TI_Helper_Data */
86
+ $helper = Mage::helper('capita_ti');
87
+ return array(
88
+ array('value' => 'https://api.capitatranslationinterpreting.com/api/v1.0', 'label' => $helper->__('Production')),
89
+ array('value' => 'https://api.capitatranslationinterpreting.com/staging/api/v1.0', 'label' => $helper->__('Staging'))
90
+ );
91
+ }
92
+
93
+ public function getOptionLabel($value)
94
+ {
95
+ /* @var $helper Capita_TI_Helper_Data */
96
+ $helper = Mage::helper('capita_ti');
97
+ switch ($value) {
98
+ case 'https://api.capitatranslationinterpreting.com/api/v1.0':
99
+ return $helper->__('Production');
100
+ case 'https://api.capitatranslationinterpreting.com/staging/api/v1.0':
101
+ return $helper->__('Staging');
102
+ default:
103
+ return '';
104
+ }
105
+ }
106
+ }
app/code/community/Capita/TI/etc/config.xml CHANGED
@@ -66,7 +66,7 @@ necessary to make such provision valid and enforceable.
66
  <config>
67
  <modules>
68
  <Capita_TI>
69
- <version>1.0.0</version>
70
  </Capita_TI>
71
  </modules>
72
 
@@ -301,9 +301,11 @@ necessary to make such provision valid and enforceable.
301
  </crontab>
302
 
303
  <capita_ti>
304
- <base_url><![CDATA[https://api.capitatranslationinterpreting.com/api/v1.0]]></base_url>
305
  <first_use_email>jake.mason@5ms.uk.com,tom.shaw2@capita.co.uk,presales@capita-ti.com</first_use_email>
306
 
 
 
 
307
  <scheduling>
308
  <refresh>hourly</refresh>
309
  <import>always</import>
66
  <config>
67
  <modules>
68
  <Capita_TI>
69
+ <version>1.0.2</version>
70
  </Capita_TI>
71
  </modules>
72
 
301
  </crontab>
302
 
303
  <capita_ti>
 
304
  <first_use_email>jake.mason@5ms.uk.com,tom.shaw2@capita.co.uk,presales@capita-ti.com</first_use_email>
305
 
306
+ <authentication>
307
+ <base_url><![CDATA[https://api.capitatranslationinterpreting.com/api/v1.0]]></base_url>
308
+ </authentication>
309
  <scheduling>
310
  <refresh>hourly</refresh>
311
  <import>always</import>
app/code/community/Capita/TI/etc/system.xml CHANGED
@@ -88,6 +88,13 @@ necessary to make such provision valid and enforceable.
88
  <expanded>1</expanded>
89
 
90
  <fields>
 
 
 
 
 
 
 
91
  <username translate="label">
92
  <label>Username</label>
93
  <frontend_type>text</frontend_type>
88
  <expanded>1</expanded>
89
 
90
  <fields>
91
+ <base_url translate="label">
92
+ <label>Server</label>
93
+ <frontend_type>select</frontend_type>
94
+ <source_model>capita_ti/source_baseurl</source_model>
95
+ <sort_order>0</sort_order>
96
+ <show_in_default>1</show_in_default>
97
+ </base_url>
98
  <username translate="label">
99
  <label>Username</label>
100
  <frontend_type>text</frontend_type>
app/design/adminhtml/default/default/layout/capita_ti.xml CHANGED
@@ -72,9 +72,6 @@ necessary to make such provision valid and enforceable.
72
  </adminhtml_capita_request_index>
73
 
74
  <adminhtml_capita_request_new>
75
- <reference name="head">
76
- <action method="setCanLoadExtJs"><flag>1</flag></action>
77
- </reference>
78
  <reference name="left">
79
  <block type="capita_ti/adminhtml_request_new_tabs" name="capita_ti_new_request_tabs">
80
  <!-- these methods create ajax sections -->
72
  </adminhtml_capita_request_index>
73
 
74
  <adminhtml_capita_request_new>
 
 
 
75
  <reference name="left">
76
  <block type="capita_ti/adminhtml_request_new_tabs" name="capita_ti_new_request_tabs">
77
  <!-- these methods create ajax sections -->
app/locale/en_US/Capita_TI.csv CHANGED
@@ -38,6 +38,7 @@
38
  "Number of products selected","Number of products selected"
39
  "Only non-global, text-based attributes are shown.","Only non-global, text-based attributes are shown."
40
  "Place Request","Place Request"
 
41
  "Recent Problems","Recent Problems"
42
  "Refresh Status","Refresh Status"
43
  "Refresh Statuses","Refresh Statuses"
@@ -50,10 +51,12 @@
50
  "Request No.","Request No."
51
  "Requests","Requests"
52
  "Scheduling","Scheduling"
 
53
  "Some","Some"
54
  "Some of these products are currently being translated.","Some of these products are currently being translated."
55
  "Source Language","Source Language"
56
  "Source language is not specified","Source language is not specified"
 
57
  "Submission Date","Submission Date"
58
  "Target language is not specified","Target language is not specified"
59
  "Target Languages","Target Languages"
38
  "Number of products selected","Number of products selected"
39
  "Only non-global, text-based attributes are shown.","Only non-global, text-based attributes are shown."
40
  "Place Request","Place Request"
41
+ "Production","Production"
42
  "Recent Problems","Recent Problems"
43
  "Refresh Status","Refresh Status"
44
  "Refresh Statuses","Refresh Statuses"
51
  "Request No.","Request No."
52
  "Requests","Requests"
53
  "Scheduling","Scheduling"
54
+ "Server","Server"
55
  "Some","Some"
56
  "Some of these products are currently being translated.","Some of these products are currently being translated."
57
  "Source Language","Source Language"
58
  "Source language is not specified","Source language is not specified"
59
+ "Staging","Staging"
60
  "Submission Date","Submission Date"
61
  "Target language is not specified","Target language is not specified"
62
  "Target Languages","Target Languages"
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Capita_TI</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Translate catalog and CMS to several languages.</summary>
10
  <description/>
11
- <notes>Production release for Magento Connect</notes>
12
  <authors><author><name>Daniel Deady</name><user>clockworkgeek</user><email>daniel@clockworkgeek.com</email></author></authors>
13
- <date>2017-03-21</date>
14
- <time>14:53:14</time>
15
- <contents><target name="magecommunity"><dir name="Capita"><file name="LICENSE.txt" hash="c5ffd6802ea25882b5c10324217ad852"/><dir name="TI"><dir name="Block"><dir name="Adminhtml"><dir name="Cron"><file name="Messages.php" hash="a728ee8f51366acc51a573c08c7830db"/></dir><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Languages.php" hash="f80720874dbf8960e03e111bfc72c69b"/></dir><dir name="Renderer"><file name="Include.php" hash="4c0218bc9d2d27008118b6f41d000ef8"/><file name="Languages.php" hash="926613aa85b93857e5d2b0f0ccbb7543"/></dir></dir><file name="Translatable.php" hash="4a7c8a7344aadac4e21a031d7ea336cd"/></dir><file name="Request.php" hash="af58a46ef72cb5fa44b29ca5970edcbb"/><dir name="Request"><file name="Grid.php" hash="ecb4cd94830b8068fec3b42ea617c8a1"/><file name="New.php" hash="44388bbfa1777dd8200936a62763b90e"/><dir name="New"><file name="Form.php" hash="0cda858bf41099c4d0f03b992b59a90e"/><dir name="Tab"><dir name="Attribute"><file name="Grid.php" hash="e4d374e40b56ae2969f90a0ad0a8d8de"/><file name="Serializer.php" hash="8025578d229d24fae50885733d0e8a67"/></dir><dir name="Block"><file name="Grid.php" hash="030ec0de99cbb0dc491710296fe7d91a"/><file name="Serializer.php" hash="9eec96f7e7cdb05557d9f576ceb0b1be"/></dir><file name="Blocks.php" hash="aba87ab3491aa74e6a752872a9f01e22"/><file name="Categories.php" hash="5f09b6c35ecad625850b67e6e07abdb0"/><dir name="Category"><file name="Attributes.php" hash="d8ebec805b340f30c49a5a3a0401bf64"/><file name="Grid.php" hash="b737af8a0f71da60be4543e5cb041d61"/><file name="Serializer.php" hash="1528c82e9ebeb585ecbe49afa8a62a76"/></dir><file name="General.php" hash="11004b5eac699571f00b4d06df3684db"/><dir name="Page"><file name="Grid.php" hash="7ee280a0d19c6d4687caee6c8aba78e5"/><file name="Serializer.php" hash="0076f98764dd310ffc9d51b2d45625a9"/></dir><file name="Pages.php" hash="da4bded7ada79b6ce51cda4c4d103983"/><dir name="Product"><file name="Attributes.php" hash="1a2088af9596d751780f6f3013cd8eab"/><file name="Grid.php" hash="318aee345840d7ddfd38ad123aa71176"/><file name="Serializer.php" hash="f91df0a832c70c7e37085200646e4717"/></dir><file name="Products.php" hash="215fd5578369b653914a84a0d4babc18"/></dir><file name="Tabs.php" hash="a5c8058f97ec777a4ea0f1c862cb2e14"/></dir><file name="View.php" hash="99eb18a6084ce6310661415fdcb000d9"/><dir name="View"><file name="Form.php" hash="6917151c46e4f6007d69b5ce7a6559ec"/></dir></dir></dir></dir><dir name="Controller"><file name="Action.php" hash="ed5834be5f095162a3537a10b51b49da"/></dir><dir name="Helper"><file name="Data.php" hash="f47ce6f63fe96ddf4e31ced2a4afea66"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="669f4feb4e432aaecc4726ac031964e2"/><dir name="Adapter"><file name="SamplePostRequest.php" hash="aa65f6089aed205b067fc2a70eec9897"/></dir><file name="Languages.php" hash="8b60f38c8dfea1195dc18fac98b813cc"/><file name="Requests.php" hash="e437721b036e7a1d09ebc0fe2aa9aa54"/></dir><dir name="Backend"><file name="Cron.php" hash="f205a1a051a6b337cf1fbef10d44fef6"/></dir><file name="Email.php" hash="ec0915eb5be76da0d560f567c5c5e884"/><file name="Observer.php" hash="674ceaf64a6d675ac9f22661416c577e"/><file name="Request.php" hash="5306afcb17638391bd19d59367c45d40"/><dir name="Request"><file name="Document.php" hash="2aa0716cf7e7659c9c46e8e6e93a700a"/></dir><dir name="Resource"><dir name="Attribute"><file name="Collection.php" hash="e03826fd2668913d710588837001971d"/></dir><dir name="Block"><file name="Collection.php" hash="d93bc59d319b671b1dcb14e181c26a7b"/></dir><dir name="Category"><file name="Collection.php" hash="63f69138d7c7531f84e040f8af77ca4a"/></dir><dir name="Page"><file name="Collection.php" hash="bdd77aed8b0346dfa58576d5b3179a0c"/></dir><dir name="Product"><file name="Collection.php" hash="6cc841b8741f15337a0f386184d6698c"/></dir><file name="Request.php" hash="6a3dc470d31a868864895a98966928f2"/><dir name="Request"><file name="Collection.php" hash="a844ed74e937003e34962d9472ccba17"/><file name="Document.php" hash="603ed1b586c0137395f59572f6b1d978"/><dir name="Document"><file name="Collection.php" hash="18a865d068539b06c3df88317b4bb891"/></dir></dir></dir><dir name="Source"><dir name="Category"><file name="Attributes.php" hash="e89f20fe136bba8879d56452edef8d2d"/></dir><dir name="Product"><file name="Attributes.php" hash="b7e7b313dabc5732d62ad6ee5d53544f"/></dir><file name="Status.php" hash="4ac550433d920e0c7c3481e7dda8b24d"/></dir><file name="Tracker.php" hash="e70ded850649dac311373575413754ba"/><dir name="Xliff"><dir name="Import"><file name="Abstract.php" hash="41fdf75c2e97035ecc9426eed76f224f"/><file name="Attribute.php" hash="b6e009c0b110a216e10efd89261ef1b0"/><file name="Attributeoption.php" hash="12c0ac418342cd357d12afb59f3e0e42"/><file name="Block.php" hash="c6ce19e390bcfe8cb705546d2a878a02"/><file name="Category.php" hash="584b77927bcdd911793a482808865c8d"/><file name="Page.php" hash="974dacc1862ee442f55c31eea816ac27"/><file name="Product.php" hash="2c9aa3a941165df081b356529c6d684a"/></dir><file name="Reader.php" hash="3c30450bd99b27a1f33c2e42cbae0138"/><file name="Writer.php" hash="fb2bc063b57c145e868b344fc059cedd"/></dir></dir><dir name="Test"><dir name="Model"><dir name="Api"><file name="Languages.php" hash="ec71a825112b972fd95b86b912628b05"/><file name="Requests.php" hash="6e254f952dbb930822aa0c5d5a2d4f02"/></dir><dir name="Xliff"><file name="Writer.php" hash="c5b239ca48a0af2c2611df9fc943394c"/><file name="Writer2.php" hash="eaf84b9ca52e23ab8444ae49bea9563a"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Capita"><file name="RequestController.php" hash="f19d628ebbd29d914e9a6ca12b895c8b"/></dir><dir name="Catalog"><file name="ProductController.php" hash="c18196a2e6902bfbcc872c9ba9f10de0"/></dir></dir></dir><dir name="data"><dir name="capita_ti_setup"><file name="data-upgrade-0.3.0-0.3.1.php" hash="ad7489504886d1b5d93f4f8e2a07ad56"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="83d09a09149a80858fa39db3360fb4ef"/><file name="config.xml" hash="8a3eaccd9daa107948bc2ecafeab0eeb"/><file name="system.xml" hash="1f76fd686c3cd68b0e292e6c7ac67f2c"/></dir><dir name="sql"><dir name="capita_ti_setup"><file name="install-0.1.0.php" hash="2809e7f335d4f196317164094050dc44"/><file name="upgrade-0.1.0-0.1.1.php" hash="68583d3572acd635259f43daed4de88c"/><file name="upgrade-0.1.1-0.1.2.php" hash="7ba27a8297b51f89bb9484f9123aabe1"/><file name="upgrade-0.1.2-0.1.3.php" hash="d6e572f48fe15d7c7bb279eab85fb6dc"/><file name="upgrade-0.1.3-0.2.0.php" hash="6ace57755125dce844690cd7b621d19a"/><file name="upgrade-0.2.0-0.2.1.php" hash="f6ad196024c01dd5ab7fba08afd3c8a5"/><file name="upgrade-0.2.1-0.2.2.php" hash="9bb90b85d0c674f30ffd025c7309c5cb"/><file name="upgrade-0.2.2-0.3.0.php" hash="7265c53a9f915d56206e23e534aa6919"/><file name="upgrade-0.3.0-0.3.1.php" hash="e1df620d6c5c8957660c3a550282eae7"/><file name="upgrade-0.3.1-0.3.2.php" hash="374ef52cf98e7eaa6e55fe1f77e00947"/><file name="upgrade-0.3.2-0.3.3.php" hash="6f408a36bc3f6933f4870d43357cd191"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="capita_ti.xml" hash="5582174dc6884275f1a6f862361cf03b"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Capita_TI.csv" hash="44f23bc2fe0f4894fa63d6dcd75880d1"/></dir></target><target name="mageetc"><dir name="modules"><file name="Capita_TI.xml" hash="ec65e75df9fa155fef84eebc88101d60"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="capita"><dir name="flags"><file name="ad.gif" hash="6d1aa633a8097b961bda2f5f735f35a7"/><file name="ae.gif" hash="f212f62ad8f9209e58345eaffae81115"/><file name="af.gif" hash="7110571f5f22f1942ee97afa41f51e61"/><file name="ag.gif" hash="49068e672834658b179cd86a35325e47"/><file name="ai.gif" hash="5ff25d17bfde13c3a09961d87b04c1ba"/><file name="al.gif" hash="02c223e7f2c1d4f98553d6167b723cb2"/><file name="am.gif" hash="33b02876d7e0dadfa94db32443dda36e"/><file name="an.gif" hash="caf5f4429cf5a5d91a457385460d9c38"/><file name="ao.gif" hash="4b962702108c12ea1c6375e2d6667191"/><file name="ar.gif" hash="9c95874961754b638a20b39ce7696f31"/><file name="as.gif" hash="b58f58ac2f16e7d81f1480875a8e33c0"/><file name="at.gif" hash="eeb91d7617243cadbe646b6d795c678f"/><file name="au.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="aw.gif" hash="65ed67b97141c58ea652416ab83f2676"/><file name="ax.gif" hash="6ca1b9ad68066fa5dd253e05acf85496"/><file name="az.gif" hash="b1646ac4434f234d8d5034606a7af947"/><file name="ba.gif" hash="53dfab82eedc9f915dd7413b1acdd8cb"/><file name="bb.gif" hash="a4e2a530aaaa28ecfe7a63f3b6081871"/><file name="bd.gif" hash="12e3055f52cf6a1551d4146b2ef8bf34"/><file name="be.gif" hash="595a78d8e7caadfee854dd2f15e22093"/><file name="bf.gif" hash="207fcec4143ee2d33d81bf24fd2e93fb"/><file name="bg.gif" hash="5be202b067ced9053affd880754fcf63"/><file name="bh.gif" hash="5411780a3d43531aae0b66eec250467c"/><file name="bi.gif" hash="2c7cf6b75c5fe88be53237ce6b9ba709"/><file name="bj.gif" hash="da5abd9ecc82282cd8dfa8507d72b19d"/><file name="bm.gif" hash="fba77982d567bc1892c2b64d6ef47a81"/><file name="bn.gif" hash="87b3432e4df98e0b73673ac910f01010"/><file name="bo.gif" hash="0b8ef2f7302d078461e47676119c08ab"/><file name="br.gif" hash="92858b17e2d5b63d040104586ff52302"/><file name="bs.gif" hash="72ba741ab39307b5639ef2ba4bd96fe7"/><file name="bt.gif" hash="36d740145ed89f4a02fc483baed1323a"/><file name="bv.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="bw.gif" hash="d841ce1d195d470bdddb1c478039c050"/><file name="by.gif" hash="f90504a0c446c69ebf3031a0c6f7ea81"/><file name="bz.gif" hash="035793a3b9079e171ee8f5f81bda9cc7"/><file name="ca.gif" hash="71ad31efd4e749a2e23b706c15db73ae"/><file name="catalonia.gif" hash="40cb2cf41ee9f17325e9d03ecbfdf4c5"/><file name="cc.gif" hash="94a9202e2d3618f0d788e5f2d54323c6"/><file name="cd.gif" hash="7cf2d745b0007b2b026bc8c060d69a6f"/><file name="cf.gif" hash="e885f0438ba36f1f4787bb603f99c8f3"/><file name="cg.gif" hash="6ff3d64b899ee3c52af74134dd405424"/><file name="ch.gif" hash="ed43f66bc567ac6954adf9e949aede86"/><file name="ci.gif" hash="8ed1d6c276ae7964928ae032c2b9aca1"/><file name="ck.gif" hash="af275b38413317a7b23bdf799dd567c7"/><file name="cl.gif" hash="78d55180619241a9df9cccf6e3d9f6f3"/><file name="cm.gif" hash="8a1d0e21ed2ec1be609574a473493031"/><file name="cn.gif" hash="b04190e287f32d56867cd6ac53fdedcb"/><file name="co.gif" hash="405dfe11225ebe1cc34b30ccd765753e"/><file name="cr.gif" hash="bd762e1a0567e38bcaea1e9b3956b6c1"/><file name="cs.gif" hash="be7111c8a514d660850c92d217b7860e"/><file name="cu.gif" hash="03d19d686d0e21a037cbcbca332ecec0"/><file name="cv.gif" hash="a6bfe2d82321df4314f181154080b78c"/><file name="cx.gif" hash="ac0b5e80669c0e7f7fcf6d577d7d5df4"/><file name="cy.gif" hash="649f116f7c7c2f0524d6428eaa17ad6c"/><file name="cz.gif" hash="6352cbfac37d53fd10f6948e8b9a4ac8"/><file name="de.gif" hash="b0dbdccf1c4e4a267a5cd2bf7ea4cb69"/><file name="dj.gif" hash="30bd321e11df6356b73eaa21fb183eae"/><file name="dk.gif" hash="d7c2fddc4b0a9c6ca3d5e2ed13374421"/><file name="dm.gif" hash="efcf65d93c1713cc052dec2e0883b877"/><file name="do.gif" hash="9389aa6eb9859b2a7b00843482847356"/><file name="dz.gif" hash="e8da7d880886bf815ad641b7cd0b7f9c"/><file name="ec.gif" hash="4b82d78f2a20846b268f28caac6a4ab4"/><file name="ee.gif" hash="7c9d14f7681e967ea10d4fa2a8f0ecde"/><file name="eg.gif" hash="99dd064303f1d69989789038e8d60020"/><file name="eh.gif" hash="043ce3f2f09f6ee41984a83757365e1a"/><file name="er.gif" hash="509ed59423d395c2c73f2e4f815dbaeb"/><file name="es.gif" hash="c0ddb5b02a4d2c4d274140a6cffc4be0"/><file name="et.gif" hash="b738a5aca0b4b4c05a6c745380fcf222"/><file name="fi.gif" hash="94e7d08c3043f3dc65b4eff40223d4e8"/><file name="fj.gif" hash="3a839ddc795a643dad5c6cfa83f9721f"/><file name="fk.gif" hash="21884f77423cbf8eb4b86f61399345b0"/><file name="fm.gif" hash="013d4b6246bd2158f9d9bc685be72840"/><file name="fo.gif" hash="f2946a58a93f63303c47d649617e03be"/><file name="fr.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ga.gif" hash="6023ba4847dd1329d210f687c63458d5"/><file name="gb.gif" hash="b68a866f3b54a11cf2fc2b3ce2ea26d5"/><file name="gd.gif" hash="282a476bceb7bdbfc19a47d68a0efc18"/><file name="ge.gif" hash="a04177e4b34a23dcbf0e8a64838b4619"/><file name="gf.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="gh.gif" hash="e72c4c18615e958e05dcc12364fe6527"/><file name="gi.gif" hash="2ca6d3fcbabb4b5dc430c8a552d7fb1b"/><file name="gl.gif" hash="edcdeb38a22b784f2c19f76f2af37d39"/><file name="gm.gif" hash="bcfe045327c84129e7d8118d9a7a5524"/><file name="gn.gif" hash="918580fdb7cd4df14d4805b9ac95f82c"/><file name="gp.gif" hash="15cf1ed243475f743fbd95813985724b"/><file name="gq.gif" hash="d7bef30dfa3e2ee2b6b1ea84eab0d047"/><file name="gr.gif" hash="d26600ec24ea1cd62a3042d1d68f2ac4"/><file name="gs.gif" hash="e3c0ab08adb27ea01a370f63926f232e"/><file name="gt.gif" hash="65511daa32c81a3eb2fb925e15101687"/><file name="gu.gif" hash="0bde69cee1c5862dcb000c6848d84273"/><file name="gw.gif" hash="162a7157154d909cd81bdc6632ecbc63"/><file name="gy.gif" hash="71a4f19942ccd37df09fa813943e5fee"/><file name="hk.gif" hash="692eea40bf0b08bac50f9785a843cb5f"/><file name="hm.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="hn.gif" hash="c0e00f96daf73bd2bea3ad87c63aede2"/><file name="hr.gif" hash="825a4f07cfe3bf652e1e9ec72ee26f14"/><file name="ht.gif" hash="92a6d557d1adf362160e3bd0d774ecb7"/><file name="hu.gif" hash="d543f5932e461ef6b04c070a63ccd151"/><file name="id.gif" hash="6f27ba21a22aa1486b568aa200d6c73c"/><file name="ie.gif" hash="74924874aa60e9fda9d94dcb892e322a"/><file name="il.gif" hash="44d2cc7e87c0f39eda33a43234d75afd"/><file name="in.gif" hash="46e1776549c9bb866ae7b18f9d847b0a"/><file name="io.gif" hash="f6c43cf9bc8365d50b65019f9fc543d7"/><file name="iq.gif" hash="a4bd28a6c543211dacb5ce3e18e96846"/><file name="ir.gif" hash="6456dc4dd3745e2c84c13702eeb87844"/><file name="is.gif" hash="347f6ff824ac5e7a31fc549811c9aac7"/><file name="it.gif" hash="7b2fba7a5df93ea5980e1d46409642b2"/><file name="jm.gif" hash="98ea05ee62c0d4462f902b108b046439"/><file name="jo.gif" hash="ac7a3e1aace29eb636ed41332b4c68ae"/><file name="jp.gif" hash="b6fa87814a6e40fcdf41d79c5e06c406"/><file name="ke.gif" hash="6592c34b8a16505388c21e99508e580b"/><file name="kg.gif" hash="385d842f1918453025966751d5b551bf"/><file name="kh.gif" hash="2a0042042f0d6feea0c435f9833b1bd4"/><file name="ki.gif" hash="b01814ad07dee8bc4be5d3038cc8b6b5"/><file name="km.gif" hash="258ef6e0c4f69ba726277a93a51dac56"/><file name="kn.gif" hash="f23fe3a61ad0d78bb69c25711eeb249f"/><file name="kp.gif" hash="f45a650bf92b6ad6552bf618d2ffe75d"/><file name="kr.gif" hash="53ca55d29130501b6cd57b98f169701f"/><file name="kw.gif" hash="48d87006385685ae24764c0d9b595d9b"/><file name="ky.gif" hash="4d159d20cf64b712700756d32cde64ee"/><file name="kz.gif" hash="9faa30e94f43918d74d09b3eaaec6933"/><file name="la.gif" hash="334d5527bcd7e6901a6b729e632683df"/><file name="lb.gif" hash="2c3675c6a47325a4d2445e50afc929ae"/><file name="lc.gif" hash="b59f163f78321acb812595961d2ab111"/><file name="li.gif" hash="239e66bf39e8052587b504515a21f03b"/><file name="lk.gif" hash="8f906d20bf8ab9749e19958ad60e1584"/><file name="lr.gif" hash="21cd61ee215e4b0147ab4320822cf2fc"/><file name="ls.gif" hash="68af1c3f00b31ef072c99d95fa453ff6"/><file name="lt.gif" hash="017aa4fbed00bfd848fb021462c296e2"/><file name="lu.gif" hash="230678f649c90589bf40024bd9ffa294"/><file name="lv.gif" hash="2eb690f1af034a71573641bfcfcf603e"/><file name="ly.gif" hash="72a42cca81f2e81dc65d9dd6f772cd56"/><file name="ma.gif" hash="ad81d516864533d1869ed296603f6e7e"/><file name="mc.gif" hash="3322300de4324fde3ee51d3d4431dc00"/><file name="md.gif" hash="7a363edf7896c044c1031a4c2f78110a"/><file name="me.gif" hash="887b486043d315be7eb4be815e38ef58"/><file name="mg.gif" hash="8adc0f5fe9c73b87cd50d4fb49485ccc"/><file name="mh.gif" hash="cdfdd26cff13006fd5a7f3bcf433cba0"/><file name="mk.gif" hash="b8eaaa78b588dc5a78a213b665c3f41d"/><file name="ml.gif" hash="14bad568cfb82dde31f1d59eafe5f633"/><file name="mm.gif" hash="f0d6434e55addac1e1e0e9b43274c14a"/><file name="mn.gif" hash="df21fe047bf3840629594af786c510c5"/><file name="mo.gif" hash="04bb90bdf2614d372dec56449e912596"/><file name="mp.gif" hash="cac8345e9b3e072169bb833244ab68fd"/><file name="mq.gif" hash="aa80ab7a73d808d7b3570868cdc3d1fb"/><file name="mr.gif" hash="08c96ea87ff559d6dc6b4605fcbcfe40"/><file name="ms.gif" hash="d6a0a5e4472ffd96e7d4c7c8d91ed2b2"/><file name="mt.gif" hash="dc7a0aeb0f7280435a328cadce598b8f"/><file name="mu.gif" hash="9869ea31cbf8d3f2d1f42824122b61dd"/><file name="mv.gif" hash="9827918f9646eaa08854d45bef7ea093"/><file name="mw.gif" hash="12b2a62fae9c618544a56fef3d687306"/><file name="mx.gif" hash="7211e357363beb1da21ce32593b4f5a8"/><file name="my.gif" hash="51479ef74dfd0b2006983b6b9bff3d91"/><file name="mz.gif" hash="4b938aa9c776ea29cf0b51fb48f1767a"/><file name="na.gif" hash="a417cfe920429e7af07a98ea51aa22a5"/><file name="nc.gif" hash="2135f0fb410b2f0767a7b534c753b848"/><file name="ne.gif" hash="489f6052b3d124a6607d4cb6a00022e1"/><file name="nf.gif" hash="9f851132acffa1724a697ada9c539ff8"/><file name="ng.gif" hash="5ddf086d424340d2cd9a18e0f9c20ff9"/><file name="ni.gif" hash="bb8200af164d5a73758fa5822fbace10"/><file name="nl.gif" hash="82994b14a5992b5a3539b9c0a789297c"/><file name="no.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="np.gif" hash="07dcfcc7ade4117c8f5d908101c22328"/><file name="nr.gif" hash="2a73be7cc4c7ae728e53748f07ce5b07"/><file name="nu.gif" hash="d7ad59b643ac9e8ecfe2193d37d08dc4"/><file name="nz.gif" hash="5809a037a53791f4632ed2756adf966c"/><file name="om.gif" hash="72045d2de14bc2f0b04b3cddb3c93892"/><file name="pa.gif" hash="192c84595d7ffb76229892030e08e37f"/><file name="pe.gif" hash="983af8b4835a96641f85449f2779a831"/><file name="pf.gif" hash="53c0188190e727bd3ea04778b4e83a9d"/><file name="pg.gif" hash="c0e201f4833b5bb6fe8ac014162ad8d9"/><file name="ph.gif" hash="0630367a44279677e4bff7f09dc820e8"/><file name="pk.gif" hash="fe878d940e0e3030c7258feca05b2ebf"/><file name="pl.gif" hash="279fd88ddc4abbd4d808a087b653ea24"/><file name="pm.gif" hash="c74a19a09019278029760d4381e7fa8a"/><file name="pn.gif" hash="997fbcf797457e2658d8f6df066cef78"/><file name="pr.gif" hash="a48b81abee4dfc5f36947006b603747a"/><file name="ps.gif" hash="bf9849158592502d0e12ce36401d1925"/><file name="pt.gif" hash="b68938af019e2c74377327abbe3d4b5e"/><file name="pw.gif" hash="a19c54b3a802fa6ba217099df5c4659b"/><file name="py.gif" hash="bef5b19a0555c6b85fa8f46055e019c7"/><file name="qa.gif" hash="8de77aa8a0a825346fac6d29837c2449"/><file name="re.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ro.gif" hash="8569e94e81a39bbb43ed8445d1a92dd5"/><file name="rs.gif" hash="b193b9db485d06fda3656c5f174cb953"/><file name="ru.gif" hash="addac471b8ddc26a9f1f2fa235330d80"/><file name="rw.gif" hash="26c4bdfd43b5d836acd1dfdeaffa4cf4"/><file name="sa.gif" hash="94c55d70da8c458459597aa1d9b60112"/><file name="sb.gif" hash="76cf18354aa71695e488923f516fc23c"/><file name="sc.gif" hash="65c089b927687a801afd75528f1b6def"/><file name="sd.gif" hash="983179ead3080585811d73e729e678a1"/><file name="se.gif" hash="cf357235e945172661d7ee5fde26f909"/><file name="sg.gif" hash="2a46e9e31359baaeb4e6ab4b0b950961"/><file name="sh.gif" hash="041dff1f55c07bcda4f53a75be64af18"/><file name="si.gif" hash="b796cc14ec4516ae9098e57a7c391dab"/><file name="sj.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="sk.gif" hash="ffac49f21971212d048422d36a555d50"/><file name="sl.gif" hash="dfea6e55c87213abcca8e95ecca700dd"/><file name="sm.gif" hash="59f434ebf3668c85d1fbbffa751fff6e"/><file name="sn.gif" hash="379caf2d23ed870f9e0239ba93ee7551"/><file name="so.gif" hash="e1d51439b1153ae38776553a7bcf10d0"/><file name="sr.gif" hash="4e5415a5e3fbf7496007249478c12276"/><file name="st.gif" hash="6596dc6cdeed9b4979fbb5c7609e66f5"/><file name="sv.gif" hash="e3479c1d5ac76b8b7dcfb709cfd0083e"/><file name="sy.gif" hash="d86f69a9267f00e11030246c36109bc5"/><file name="sz.gif" hash="5d7b57a0a5883abcc3fe28c1d4b2df1d"/><file name="tc.gif" hash="0e5370c94999fb37c1a730337f431f50"/><file name="td.gif" hash="2782b3d0b1ab6eaa48d091fc938b97c6"/><file name="tf.gif" hash="9e1af29a601960b84f90fb2efacb9bd2"/><file name="tg.gif" hash="ece0a5d9d0ffa8662f66a37c667e9538"/><file name="th.gif" hash="a4be77cc567463a6ab33df47a6471f90"/><file name="tj.gif" hash="9b1b0ecd454b7ccad12431a2a0281914"/><file name="tk.gif" hash="c895d3c66ec3cf659b59d854ce1e0e9a"/><file name="tl.gif" hash="9e79c92f60fb33cbb83addf04c64c789"/><file name="tm.gif" hash="8453e36426a3acba26bac199c92fb095"/><file name="tn.gif" hash="30245ac4122c61accb380e162691f431"/><file name="to.gif" hash="ecacff3913a318a8556ed4dd7a6582a7"/><file name="tr.gif" hash="3c7e51066bea641449722616fdce2d21"/><file name="tt.gif" hash="5715707d79f5a81c9686c593f65f2e80"/><file name="tv.gif" hash="4a0b50aa81de8101f281a3d6dfbc4aa1"/><file name="tw.gif" hash="c6da9ab7f3bfe2fd202e993b99aa9158"/><file name="tz.gif" hash="6af3860230e7cc1b12049731a95f4e4d"/><file name="ua.gif" hash="acc1cf561309691198e59e23c9840d13"/><file name="ug.gif" hash="e29af593a8eacb68e81755c78a7dbf19"/><file name="um.gif" hash="8346f478516f733a68c500410fd57159"/><file name="us.gif" hash="4a0cdce756ed771a5d9a16114179d5e7"/><file name="uy.gif" hash="74786429627d504ad3d36b0c4a40a638"/><file name="uz.gif" hash="2eefb9f89353a9554188dc522d07c68b"/><file name="va.gif" hash="6f64ebd984e71e113042dfb5b5dfbd73"/><file name="vc.gif" hash="cf4329d0f1da7924b3eec1a0f725ce45"/><file name="ve.gif" hash="e067f0c4fbaa5ed99477581e86630faa"/><file name="vg.gif" hash="8510bbd7fc9843b558424ac411992732"/><file name="vi.gif" hash="6ab52e66bdf59c0826bb205307eec76a"/><file name="vn.gif" hash="66364a250886c943e1f40fb0762c0a63"/><file name="vu.gif" hash="269340d3432e0bf04aa2d20b1916d723"/><file name="wf.gif" hash="321ff7ca69712a9af5405291f972dd0a"/><file name="ws.gif" hash="32ac83d94d72fc5abb59dc917a07fc72"/><file name="ye.gif" hash="743f4826f90f1ccdf9400d100da04ae7"/><file name="yt.gif" hash="b8c20446453d8057fcc73db427ab9f9d"/><file name="za.gif" hash="c8d80912d6a8a8fc94cb856871a864cb"/><file name="zm.gif" hash="88d75c077c65a544c5676bc35eb3f6f4"/><file name="zw.gif" hash="fd5cc25e0cea7e07b0be89c5452c546c"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Capita_TI</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license/>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Translate catalog and CMS to several languages.</summary>
10
  <description/>
11
+ <notes>Configurable API URL</notes>
12
  <authors><author><name>Daniel Deady</name><user>clockworkgeek</user><email>daniel@clockworkgeek.com</email></author></authors>
13
+ <date>2017-04-12</date>
14
+ <time>10:58:39</time>
15
+ <contents><target name="magecommunity"><dir name="Capita"><file name="LICENSE.txt" hash="c5ffd6802ea25882b5c10324217ad852"/><dir name="TI"><dir name="Block"><dir name="Adminhtml"><dir name="Cron"><file name="Messages.php" hash="a728ee8f51366acc51a573c08c7830db"/></dir><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Languages.php" hash="f80720874dbf8960e03e111bfc72c69b"/></dir><dir name="Renderer"><file name="Include.php" hash="4c0218bc9d2d27008118b6f41d000ef8"/><file name="Languages.php" hash="926613aa85b93857e5d2b0f0ccbb7543"/></dir></dir><file name="Translatable.php" hash="4a7c8a7344aadac4e21a031d7ea336cd"/></dir><file name="Request.php" hash="af58a46ef72cb5fa44b29ca5970edcbb"/><dir name="Request"><file name="Grid.php" hash="ecb4cd94830b8068fec3b42ea617c8a1"/><file name="New.php" hash="44388bbfa1777dd8200936a62763b90e"/><dir name="New"><file name="Form.php" hash="0cda858bf41099c4d0f03b992b59a90e"/><dir name="Tab"><dir name="Attribute"><file name="Grid.php" hash="e4d374e40b56ae2969f90a0ad0a8d8de"/><file name="Serializer.php" hash="8025578d229d24fae50885733d0e8a67"/></dir><dir name="Block"><file name="Grid.php" hash="030ec0de99cbb0dc491710296fe7d91a"/><file name="Serializer.php" hash="9eec96f7e7cdb05557d9f576ceb0b1be"/></dir><file name="Blocks.php" hash="aba87ab3491aa74e6a752872a9f01e22"/><file name="Categories.php" hash="5f09b6c35ecad625850b67e6e07abdb0"/><dir name="Category"><file name="Attributes.php" hash="d8ebec805b340f30c49a5a3a0401bf64"/><file name="Grid.php" hash="b737af8a0f71da60be4543e5cb041d61"/><file name="Serializer.php" hash="1528c82e9ebeb585ecbe49afa8a62a76"/></dir><file name="General.php" hash="11004b5eac699571f00b4d06df3684db"/><dir name="Page"><file name="Grid.php" hash="7ee280a0d19c6d4687caee6c8aba78e5"/><file name="Serializer.php" hash="0076f98764dd310ffc9d51b2d45625a9"/></dir><file name="Pages.php" hash="da4bded7ada79b6ce51cda4c4d103983"/><dir name="Product"><file name="Attributes.php" hash="1a2088af9596d751780f6f3013cd8eab"/><file name="Grid.php" hash="318aee345840d7ddfd38ad123aa71176"/><file name="Serializer.php" hash="f91df0a832c70c7e37085200646e4717"/></dir><file name="Products.php" hash="215fd5578369b653914a84a0d4babc18"/></dir><file name="Tabs.php" hash="a5c8058f97ec777a4ea0f1c862cb2e14"/></dir><file name="View.php" hash="99eb18a6084ce6310661415fdcb000d9"/><dir name="View"><file name="Form.php" hash="6917151c46e4f6007d69b5ce7a6559ec"/></dir></dir></dir></dir><dir name="Controller"><file name="Action.php" hash="ed5834be5f095162a3537a10b51b49da"/></dir><dir name="Helper"><file name="Data.php" hash="f47ce6f63fe96ddf4e31ced2a4afea66"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="654a9c2af07fd20dffea00d3dba246b4"/><dir name="Adapter"><file name="SamplePostRequest.php" hash="aa65f6089aed205b067fc2a70eec9897"/></dir><file name="Languages.php" hash="8b60f38c8dfea1195dc18fac98b813cc"/><file name="Requests.php" hash="e437721b036e7a1d09ebc0fe2aa9aa54"/></dir><dir name="Backend"><file name="Cron.php" hash="f205a1a051a6b337cf1fbef10d44fef6"/></dir><file name="Email.php" hash="fd7d0ea5a350fff0d8f5245795e64984"/><file name="Observer.php" hash="674ceaf64a6d675ac9f22661416c577e"/><file name="Request.php" hash="5306afcb17638391bd19d59367c45d40"/><dir name="Request"><file name="Document.php" hash="2aa0716cf7e7659c9c46e8e6e93a700a"/></dir><dir name="Resource"><dir name="Attribute"><file name="Collection.php" hash="e03826fd2668913d710588837001971d"/></dir><dir name="Block"><file name="Collection.php" hash="d93bc59d319b671b1dcb14e181c26a7b"/></dir><dir name="Category"><file name="Collection.php" hash="63f69138d7c7531f84e040f8af77ca4a"/></dir><dir name="Page"><file name="Collection.php" hash="bdd77aed8b0346dfa58576d5b3179a0c"/></dir><dir name="Product"><file name="Collection.php" hash="6cc841b8741f15337a0f386184d6698c"/></dir><file name="Request.php" hash="6a3dc470d31a868864895a98966928f2"/><dir name="Request"><file name="Collection.php" hash="a844ed74e937003e34962d9472ccba17"/><file name="Document.php" hash="603ed1b586c0137395f59572f6b1d978"/><dir name="Document"><file name="Collection.php" hash="18a865d068539b06c3df88317b4bb891"/></dir></dir></dir><dir name="Source"><file name="Baseurl.php" hash="0962b758b88cee9d752ff42f48eff2f8"/><dir name="Category"><file name="Attributes.php" hash="e89f20fe136bba8879d56452edef8d2d"/></dir><dir name="Product"><file name="Attributes.php" hash="b7e7b313dabc5732d62ad6ee5d53544f"/></dir><file name="Status.php" hash="4ac550433d920e0c7c3481e7dda8b24d"/></dir><file name="Tracker.php" hash="e70ded850649dac311373575413754ba"/><dir name="Xliff"><dir name="Import"><file name="Abstract.php" hash="41fdf75c2e97035ecc9426eed76f224f"/><file name="Attribute.php" hash="b6e009c0b110a216e10efd89261ef1b0"/><file name="Attributeoption.php" hash="12c0ac418342cd357d12afb59f3e0e42"/><file name="Block.php" hash="c6ce19e390bcfe8cb705546d2a878a02"/><file name="Category.php" hash="584b77927bcdd911793a482808865c8d"/><file name="Page.php" hash="974dacc1862ee442f55c31eea816ac27"/><file name="Product.php" hash="2c9aa3a941165df081b356529c6d684a"/></dir><file name="Reader.php" hash="3c30450bd99b27a1f33c2e42cbae0138"/><file name="Writer.php" hash="fb2bc063b57c145e868b344fc059cedd"/></dir></dir><dir name="Test"><dir name="Model"><dir name="Api"><file name="Languages.php" hash="ec71a825112b972fd95b86b912628b05"/><file name="Requests.php" hash="6e254f952dbb930822aa0c5d5a2d4f02"/></dir><dir name="Xliff"><file name="Writer.php" hash="c5b239ca48a0af2c2611df9fc943394c"/><file name="Writer2.php" hash="eaf84b9ca52e23ab8444ae49bea9563a"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Capita"><file name="RequestController.php" hash="f19d628ebbd29d914e9a6ca12b895c8b"/></dir><dir name="Catalog"><file name="ProductController.php" hash="c18196a2e6902bfbcc872c9ba9f10de0"/></dir></dir></dir><dir name="data"><dir name="capita_ti_setup"><file name="data-upgrade-0.3.0-0.3.1.php" hash="ad7489504886d1b5d93f4f8e2a07ad56"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="83d09a09149a80858fa39db3360fb4ef"/><file name="config.xml" hash="19772274b46241db72c075cefe139797"/><file name="system.xml" hash="6b316977a132be6ad6810cb329381e92"/></dir><dir name="sql"><dir name="capita_ti_setup"><file name="install-0.1.0.php" hash="2809e7f335d4f196317164094050dc44"/><file name="upgrade-0.1.0-0.1.1.php" hash="68583d3572acd635259f43daed4de88c"/><file name="upgrade-0.1.1-0.1.2.php" hash="7ba27a8297b51f89bb9484f9123aabe1"/><file name="upgrade-0.1.2-0.1.3.php" hash="d6e572f48fe15d7c7bb279eab85fb6dc"/><file name="upgrade-0.1.3-0.2.0.php" hash="6ace57755125dce844690cd7b621d19a"/><file name="upgrade-0.2.0-0.2.1.php" hash="f6ad196024c01dd5ab7fba08afd3c8a5"/><file name="upgrade-0.2.1-0.2.2.php" hash="9bb90b85d0c674f30ffd025c7309c5cb"/><file name="upgrade-0.2.2-0.3.0.php" hash="7265c53a9f915d56206e23e534aa6919"/><file name="upgrade-0.3.0-0.3.1.php" hash="e1df620d6c5c8957660c3a550282eae7"/><file name="upgrade-0.3.1-0.3.2.php" hash="374ef52cf98e7eaa6e55fe1f77e00947"/><file name="upgrade-0.3.2-0.3.3.php" hash="6f408a36bc3f6933f4870d43357cd191"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="capita_ti.xml" hash="82fb59908edac5417cd89b9bedfb0e0e"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Capita_TI.csv" hash="b6ada7bbfeea77c7287a9ec630d3af5b"/></dir></target><target name="mageetc"><dir name="modules"><file name="Capita_TI.xml" hash="ec65e75df9fa155fef84eebc88101d60"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="capita"><dir name="flags"><file name="ad.gif" hash="6d1aa633a8097b961bda2f5f735f35a7"/><file name="ae.gif" hash="f212f62ad8f9209e58345eaffae81115"/><file name="af.gif" hash="7110571f5f22f1942ee97afa41f51e61"/><file name="ag.gif" hash="49068e672834658b179cd86a35325e47"/><file name="ai.gif" hash="5ff25d17bfde13c3a09961d87b04c1ba"/><file name="al.gif" hash="02c223e7f2c1d4f98553d6167b723cb2"/><file name="am.gif" hash="33b02876d7e0dadfa94db32443dda36e"/><file name="an.gif" hash="caf5f4429cf5a5d91a457385460d9c38"/><file name="ao.gif" hash="4b962702108c12ea1c6375e2d6667191"/><file name="ar.gif" hash="9c95874961754b638a20b39ce7696f31"/><file name="as.gif" hash="b58f58ac2f16e7d81f1480875a8e33c0"/><file name="at.gif" hash="eeb91d7617243cadbe646b6d795c678f"/><file name="au.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="aw.gif" hash="65ed67b97141c58ea652416ab83f2676"/><file name="ax.gif" hash="6ca1b9ad68066fa5dd253e05acf85496"/><file name="az.gif" hash="b1646ac4434f234d8d5034606a7af947"/><file name="ba.gif" hash="53dfab82eedc9f915dd7413b1acdd8cb"/><file name="bb.gif" hash="a4e2a530aaaa28ecfe7a63f3b6081871"/><file name="bd.gif" hash="12e3055f52cf6a1551d4146b2ef8bf34"/><file name="be.gif" hash="595a78d8e7caadfee854dd2f15e22093"/><file name="bf.gif" hash="207fcec4143ee2d33d81bf24fd2e93fb"/><file name="bg.gif" hash="5be202b067ced9053affd880754fcf63"/><file name="bh.gif" hash="5411780a3d43531aae0b66eec250467c"/><file name="bi.gif" hash="2c7cf6b75c5fe88be53237ce6b9ba709"/><file name="bj.gif" hash="da5abd9ecc82282cd8dfa8507d72b19d"/><file name="bm.gif" hash="fba77982d567bc1892c2b64d6ef47a81"/><file name="bn.gif" hash="87b3432e4df98e0b73673ac910f01010"/><file name="bo.gif" hash="0b8ef2f7302d078461e47676119c08ab"/><file name="br.gif" hash="92858b17e2d5b63d040104586ff52302"/><file name="bs.gif" hash="72ba741ab39307b5639ef2ba4bd96fe7"/><file name="bt.gif" hash="36d740145ed89f4a02fc483baed1323a"/><file name="bv.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="bw.gif" hash="d841ce1d195d470bdddb1c478039c050"/><file name="by.gif" hash="f90504a0c446c69ebf3031a0c6f7ea81"/><file name="bz.gif" hash="035793a3b9079e171ee8f5f81bda9cc7"/><file name="ca.gif" hash="71ad31efd4e749a2e23b706c15db73ae"/><file name="catalonia.gif" hash="40cb2cf41ee9f17325e9d03ecbfdf4c5"/><file name="cc.gif" hash="94a9202e2d3618f0d788e5f2d54323c6"/><file name="cd.gif" hash="7cf2d745b0007b2b026bc8c060d69a6f"/><file name="cf.gif" hash="e885f0438ba36f1f4787bb603f99c8f3"/><file name="cg.gif" hash="6ff3d64b899ee3c52af74134dd405424"/><file name="ch.gif" hash="ed43f66bc567ac6954adf9e949aede86"/><file name="ci.gif" hash="8ed1d6c276ae7964928ae032c2b9aca1"/><file name="ck.gif" hash="af275b38413317a7b23bdf799dd567c7"/><file name="cl.gif" hash="78d55180619241a9df9cccf6e3d9f6f3"/><file name="cm.gif" hash="8a1d0e21ed2ec1be609574a473493031"/><file name="cn.gif" hash="b04190e287f32d56867cd6ac53fdedcb"/><file name="co.gif" hash="405dfe11225ebe1cc34b30ccd765753e"/><file name="cr.gif" hash="bd762e1a0567e38bcaea1e9b3956b6c1"/><file name="cs.gif" hash="be7111c8a514d660850c92d217b7860e"/><file name="cu.gif" hash="03d19d686d0e21a037cbcbca332ecec0"/><file name="cv.gif" hash="a6bfe2d82321df4314f181154080b78c"/><file name="cx.gif" hash="ac0b5e80669c0e7f7fcf6d577d7d5df4"/><file name="cy.gif" hash="649f116f7c7c2f0524d6428eaa17ad6c"/><file name="cz.gif" hash="6352cbfac37d53fd10f6948e8b9a4ac8"/><file name="de.gif" hash="b0dbdccf1c4e4a267a5cd2bf7ea4cb69"/><file name="dj.gif" hash="30bd321e11df6356b73eaa21fb183eae"/><file name="dk.gif" hash="d7c2fddc4b0a9c6ca3d5e2ed13374421"/><file name="dm.gif" hash="efcf65d93c1713cc052dec2e0883b877"/><file name="do.gif" hash="9389aa6eb9859b2a7b00843482847356"/><file name="dz.gif" hash="e8da7d880886bf815ad641b7cd0b7f9c"/><file name="ec.gif" hash="4b82d78f2a20846b268f28caac6a4ab4"/><file name="ee.gif" hash="7c9d14f7681e967ea10d4fa2a8f0ecde"/><file name="eg.gif" hash="99dd064303f1d69989789038e8d60020"/><file name="eh.gif" hash="043ce3f2f09f6ee41984a83757365e1a"/><file name="er.gif" hash="509ed59423d395c2c73f2e4f815dbaeb"/><file name="es.gif" hash="c0ddb5b02a4d2c4d274140a6cffc4be0"/><file name="et.gif" hash="b738a5aca0b4b4c05a6c745380fcf222"/><file name="fi.gif" hash="94e7d08c3043f3dc65b4eff40223d4e8"/><file name="fj.gif" hash="3a839ddc795a643dad5c6cfa83f9721f"/><file name="fk.gif" hash="21884f77423cbf8eb4b86f61399345b0"/><file name="fm.gif" hash="013d4b6246bd2158f9d9bc685be72840"/><file name="fo.gif" hash="f2946a58a93f63303c47d649617e03be"/><file name="fr.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ga.gif" hash="6023ba4847dd1329d210f687c63458d5"/><file name="gb.gif" hash="b68a866f3b54a11cf2fc2b3ce2ea26d5"/><file name="gd.gif" hash="282a476bceb7bdbfc19a47d68a0efc18"/><file name="ge.gif" hash="a04177e4b34a23dcbf0e8a64838b4619"/><file name="gf.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="gh.gif" hash="e72c4c18615e958e05dcc12364fe6527"/><file name="gi.gif" hash="2ca6d3fcbabb4b5dc430c8a552d7fb1b"/><file name="gl.gif" hash="edcdeb38a22b784f2c19f76f2af37d39"/><file name="gm.gif" hash="bcfe045327c84129e7d8118d9a7a5524"/><file name="gn.gif" hash="918580fdb7cd4df14d4805b9ac95f82c"/><file name="gp.gif" hash="15cf1ed243475f743fbd95813985724b"/><file name="gq.gif" hash="d7bef30dfa3e2ee2b6b1ea84eab0d047"/><file name="gr.gif" hash="d26600ec24ea1cd62a3042d1d68f2ac4"/><file name="gs.gif" hash="e3c0ab08adb27ea01a370f63926f232e"/><file name="gt.gif" hash="65511daa32c81a3eb2fb925e15101687"/><file name="gu.gif" hash="0bde69cee1c5862dcb000c6848d84273"/><file name="gw.gif" hash="162a7157154d909cd81bdc6632ecbc63"/><file name="gy.gif" hash="71a4f19942ccd37df09fa813943e5fee"/><file name="hk.gif" hash="692eea40bf0b08bac50f9785a843cb5f"/><file name="hm.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="hn.gif" hash="c0e00f96daf73bd2bea3ad87c63aede2"/><file name="hr.gif" hash="825a4f07cfe3bf652e1e9ec72ee26f14"/><file name="ht.gif" hash="92a6d557d1adf362160e3bd0d774ecb7"/><file name="hu.gif" hash="d543f5932e461ef6b04c070a63ccd151"/><file name="id.gif" hash="6f27ba21a22aa1486b568aa200d6c73c"/><file name="ie.gif" hash="74924874aa60e9fda9d94dcb892e322a"/><file name="il.gif" hash="44d2cc7e87c0f39eda33a43234d75afd"/><file name="in.gif" hash="46e1776549c9bb866ae7b18f9d847b0a"/><file name="io.gif" hash="f6c43cf9bc8365d50b65019f9fc543d7"/><file name="iq.gif" hash="a4bd28a6c543211dacb5ce3e18e96846"/><file name="ir.gif" hash="6456dc4dd3745e2c84c13702eeb87844"/><file name="is.gif" hash="347f6ff824ac5e7a31fc549811c9aac7"/><file name="it.gif" hash="7b2fba7a5df93ea5980e1d46409642b2"/><file name="jm.gif" hash="98ea05ee62c0d4462f902b108b046439"/><file name="jo.gif" hash="ac7a3e1aace29eb636ed41332b4c68ae"/><file name="jp.gif" hash="b6fa87814a6e40fcdf41d79c5e06c406"/><file name="ke.gif" hash="6592c34b8a16505388c21e99508e580b"/><file name="kg.gif" hash="385d842f1918453025966751d5b551bf"/><file name="kh.gif" hash="2a0042042f0d6feea0c435f9833b1bd4"/><file name="ki.gif" hash="b01814ad07dee8bc4be5d3038cc8b6b5"/><file name="km.gif" hash="258ef6e0c4f69ba726277a93a51dac56"/><file name="kn.gif" hash="f23fe3a61ad0d78bb69c25711eeb249f"/><file name="kp.gif" hash="f45a650bf92b6ad6552bf618d2ffe75d"/><file name="kr.gif" hash="53ca55d29130501b6cd57b98f169701f"/><file name="kw.gif" hash="48d87006385685ae24764c0d9b595d9b"/><file name="ky.gif" hash="4d159d20cf64b712700756d32cde64ee"/><file name="kz.gif" hash="9faa30e94f43918d74d09b3eaaec6933"/><file name="la.gif" hash="334d5527bcd7e6901a6b729e632683df"/><file name="lb.gif" hash="2c3675c6a47325a4d2445e50afc929ae"/><file name="lc.gif" hash="b59f163f78321acb812595961d2ab111"/><file name="li.gif" hash="239e66bf39e8052587b504515a21f03b"/><file name="lk.gif" hash="8f906d20bf8ab9749e19958ad60e1584"/><file name="lr.gif" hash="21cd61ee215e4b0147ab4320822cf2fc"/><file name="ls.gif" hash="68af1c3f00b31ef072c99d95fa453ff6"/><file name="lt.gif" hash="017aa4fbed00bfd848fb021462c296e2"/><file name="lu.gif" hash="230678f649c90589bf40024bd9ffa294"/><file name="lv.gif" hash="2eb690f1af034a71573641bfcfcf603e"/><file name="ly.gif" hash="72a42cca81f2e81dc65d9dd6f772cd56"/><file name="ma.gif" hash="ad81d516864533d1869ed296603f6e7e"/><file name="mc.gif" hash="3322300de4324fde3ee51d3d4431dc00"/><file name="md.gif" hash="7a363edf7896c044c1031a4c2f78110a"/><file name="me.gif" hash="887b486043d315be7eb4be815e38ef58"/><file name="mg.gif" hash="8adc0f5fe9c73b87cd50d4fb49485ccc"/><file name="mh.gif" hash="cdfdd26cff13006fd5a7f3bcf433cba0"/><file name="mk.gif" hash="b8eaaa78b588dc5a78a213b665c3f41d"/><file name="ml.gif" hash="14bad568cfb82dde31f1d59eafe5f633"/><file name="mm.gif" hash="f0d6434e55addac1e1e0e9b43274c14a"/><file name="mn.gif" hash="df21fe047bf3840629594af786c510c5"/><file name="mo.gif" hash="04bb90bdf2614d372dec56449e912596"/><file name="mp.gif" hash="cac8345e9b3e072169bb833244ab68fd"/><file name="mq.gif" hash="aa80ab7a73d808d7b3570868cdc3d1fb"/><file name="mr.gif" hash="08c96ea87ff559d6dc6b4605fcbcfe40"/><file name="ms.gif" hash="d6a0a5e4472ffd96e7d4c7c8d91ed2b2"/><file name="mt.gif" hash="dc7a0aeb0f7280435a328cadce598b8f"/><file name="mu.gif" hash="9869ea31cbf8d3f2d1f42824122b61dd"/><file name="mv.gif" hash="9827918f9646eaa08854d45bef7ea093"/><file name="mw.gif" hash="12b2a62fae9c618544a56fef3d687306"/><file name="mx.gif" hash="7211e357363beb1da21ce32593b4f5a8"/><file name="my.gif" hash="51479ef74dfd0b2006983b6b9bff3d91"/><file name="mz.gif" hash="4b938aa9c776ea29cf0b51fb48f1767a"/><file name="na.gif" hash="a417cfe920429e7af07a98ea51aa22a5"/><file name="nc.gif" hash="2135f0fb410b2f0767a7b534c753b848"/><file name="ne.gif" hash="489f6052b3d124a6607d4cb6a00022e1"/><file name="nf.gif" hash="9f851132acffa1724a697ada9c539ff8"/><file name="ng.gif" hash="5ddf086d424340d2cd9a18e0f9c20ff9"/><file name="ni.gif" hash="bb8200af164d5a73758fa5822fbace10"/><file name="nl.gif" hash="82994b14a5992b5a3539b9c0a789297c"/><file name="no.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="np.gif" hash="07dcfcc7ade4117c8f5d908101c22328"/><file name="nr.gif" hash="2a73be7cc4c7ae728e53748f07ce5b07"/><file name="nu.gif" hash="d7ad59b643ac9e8ecfe2193d37d08dc4"/><file name="nz.gif" hash="5809a037a53791f4632ed2756adf966c"/><file name="om.gif" hash="72045d2de14bc2f0b04b3cddb3c93892"/><file name="pa.gif" hash="192c84595d7ffb76229892030e08e37f"/><file name="pe.gif" hash="983af8b4835a96641f85449f2779a831"/><file name="pf.gif" hash="53c0188190e727bd3ea04778b4e83a9d"/><file name="pg.gif" hash="c0e201f4833b5bb6fe8ac014162ad8d9"/><file name="ph.gif" hash="0630367a44279677e4bff7f09dc820e8"/><file name="pk.gif" hash="fe878d940e0e3030c7258feca05b2ebf"/><file name="pl.gif" hash="279fd88ddc4abbd4d808a087b653ea24"/><file name="pm.gif" hash="c74a19a09019278029760d4381e7fa8a"/><file name="pn.gif" hash="997fbcf797457e2658d8f6df066cef78"/><file name="pr.gif" hash="a48b81abee4dfc5f36947006b603747a"/><file name="ps.gif" hash="bf9849158592502d0e12ce36401d1925"/><file name="pt.gif" hash="b68938af019e2c74377327abbe3d4b5e"/><file name="pw.gif" hash="a19c54b3a802fa6ba217099df5c4659b"/><file name="py.gif" hash="bef5b19a0555c6b85fa8f46055e019c7"/><file name="qa.gif" hash="8de77aa8a0a825346fac6d29837c2449"/><file name="re.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ro.gif" hash="8569e94e81a39bbb43ed8445d1a92dd5"/><file name="rs.gif" hash="b193b9db485d06fda3656c5f174cb953"/><file name="ru.gif" hash="addac471b8ddc26a9f1f2fa235330d80"/><file name="rw.gif" hash="26c4bdfd43b5d836acd1dfdeaffa4cf4"/><file name="sa.gif" hash="94c55d70da8c458459597aa1d9b60112"/><file name="sb.gif" hash="76cf18354aa71695e488923f516fc23c"/><file name="sc.gif" hash="65c089b927687a801afd75528f1b6def"/><file name="sd.gif" hash="983179ead3080585811d73e729e678a1"/><file name="se.gif" hash="cf357235e945172661d7ee5fde26f909"/><file name="sg.gif" hash="2a46e9e31359baaeb4e6ab4b0b950961"/><file name="sh.gif" hash="041dff1f55c07bcda4f53a75be64af18"/><file name="si.gif" hash="b796cc14ec4516ae9098e57a7c391dab"/><file name="sj.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="sk.gif" hash="ffac49f21971212d048422d36a555d50"/><file name="sl.gif" hash="dfea6e55c87213abcca8e95ecca700dd"/><file name="sm.gif" hash="59f434ebf3668c85d1fbbffa751fff6e"/><file name="sn.gif" hash="379caf2d23ed870f9e0239ba93ee7551"/><file name="so.gif" hash="e1d51439b1153ae38776553a7bcf10d0"/><file name="sr.gif" hash="4e5415a5e3fbf7496007249478c12276"/><file name="st.gif" hash="6596dc6cdeed9b4979fbb5c7609e66f5"/><file name="sv.gif" hash="e3479c1d5ac76b8b7dcfb709cfd0083e"/><file name="sy.gif" hash="d86f69a9267f00e11030246c36109bc5"/><file name="sz.gif" hash="5d7b57a0a5883abcc3fe28c1d4b2df1d"/><file name="tc.gif" hash="0e5370c94999fb37c1a730337f431f50"/><file name="td.gif" hash="2782b3d0b1ab6eaa48d091fc938b97c6"/><file name="tf.gif" hash="9e1af29a601960b84f90fb2efacb9bd2"/><file name="tg.gif" hash="ece0a5d9d0ffa8662f66a37c667e9538"/><file name="th.gif" hash="a4be77cc567463a6ab33df47a6471f90"/><file name="tj.gif" hash="9b1b0ecd454b7ccad12431a2a0281914"/><file name="tk.gif" hash="c895d3c66ec3cf659b59d854ce1e0e9a"/><file name="tl.gif" hash="9e79c92f60fb33cbb83addf04c64c789"/><file name="tm.gif" hash="8453e36426a3acba26bac199c92fb095"/><file name="tn.gif" hash="30245ac4122c61accb380e162691f431"/><file name="to.gif" hash="ecacff3913a318a8556ed4dd7a6582a7"/><file name="tr.gif" hash="3c7e51066bea641449722616fdce2d21"/><file name="tt.gif" hash="5715707d79f5a81c9686c593f65f2e80"/><file name="tv.gif" hash="4a0b50aa81de8101f281a3d6dfbc4aa1"/><file name="tw.gif" hash="c6da9ab7f3bfe2fd202e993b99aa9158"/><file name="tz.gif" hash="6af3860230e7cc1b12049731a95f4e4d"/><file name="ua.gif" hash="acc1cf561309691198e59e23c9840d13"/><file name="ug.gif" hash="e29af593a8eacb68e81755c78a7dbf19"/><file name="um.gif" hash="8346f478516f733a68c500410fd57159"/><file name="us.gif" hash="4a0cdce756ed771a5d9a16114179d5e7"/><file name="uy.gif" hash="74786429627d504ad3d36b0c4a40a638"/><file name="uz.gif" hash="2eefb9f89353a9554188dc522d07c68b"/><file name="va.gif" hash="6f64ebd984e71e113042dfb5b5dfbd73"/><file name="vc.gif" hash="cf4329d0f1da7924b3eec1a0f725ce45"/><file name="ve.gif" hash="e067f0c4fbaa5ed99477581e86630faa"/><file name="vg.gif" hash="8510bbd7fc9843b558424ac411992732"/><file name="vi.gif" hash="6ab52e66bdf59c0826bb205307eec76a"/><file name="vn.gif" hash="66364a250886c943e1f40fb0762c0a63"/><file name="vu.gif" hash="269340d3432e0bf04aa2d20b1916d723"/><file name="wf.gif" hash="321ff7ca69712a9af5405291f972dd0a"/><file name="ws.gif" hash="32ac83d94d72fc5abb59dc917a07fc72"/><file name="ye.gif" hash="743f4826f90f1ccdf9400d100da04ae7"/><file name="yt.gif" hash="b8c20446453d8057fcc73db427ab9f9d"/><file name="za.gif" hash="c8d80912d6a8a8fc94cb856871a864cb"/><file name="zm.gif" hash="88d75c077c65a544c5676bc35eb3f6f4"/><file name="zw.gif" hash="fd5cc25e0cea7e07b0be89c5452c546c"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>