Version Notes
Module textmaster
Download this release
Release Info
Developer | Textmaster |
Extension | Textmaster_Textmaster |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Helper/Data.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Api.php +1 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Document.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Observer.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Project.php +7 -5
- app/code/community/{Textmaster/Textmaster/Block → textmaster/textmaster/block}/Adminhtml/Credit.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block → textmaster/textmaster/block}/Adminhtml/Project.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Document/Supportmessage.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Document/View.php +1 -1
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Project/Grid.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Project/Onglets.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Project/View.php +1 -1
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Renderer/Sourcelanguage.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Renderer/Targetlanguage.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Renderer/UpdatedAt.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Document → textmaster/textmaster/block/adminhtml/document}/Renderer/Status.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Form.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Step1.php +8 -4
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Step2.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Step3.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Summary.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Nbdocument.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Price.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Progression.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Status.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Store.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Wordcount.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/View/Documents.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Grid/Column → textmaster/textmaster/block/adminhtml/project/grid/column}/Renderer/Checkbox.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Grid/Column → textmaster/textmaster/block/adminhtml/project/grid/column}/Renderer/Massaction.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Onglets → textmaster/textmaster/block/adminhtml/project/onglets}/Step3/Author.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Onglets/Step3 → textmaster/textmaster/block/adminhtml/project/onglets/step3}/Form/Author.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/View/Grid/Column → textmaster/textmaster/block/adminhtml/project/view/grid/column}/Renderer/Checkbox.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/View/Grid/Column → textmaster/textmaster/block/adminhtml/project/view/grid/column}/Renderer/Massaction.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Briefing.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Creation.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Islog.php +0 -0
- app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Login.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/Adminhtml/AjaxController.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/Adminhtml/ApiController.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/Adminhtml/ProjectController.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/CallbackController.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/IndexController.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/etc/config.xml +2 -7
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/etc/jstranslator.xml +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/etc/system.xml +0 -0
- app/code/community/{Textmaster/Textmaster/Model → textmaster/textmaster/model}/Mysql4/Document.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model → textmaster/textmaster/model}/Mysql4/Project.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model → textmaster/textmaster/model}/Project/Attribute.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Mysql4 → textmaster/textmaster/model/mysql4}/Document/Collection.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Mysql4 → textmaster/textmaster/model/mysql4}/Project/Attribute.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Mysql4 → textmaster/textmaster/model/mysql4}/Project/Collection.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Mysql4/Project → textmaster/textmaster/model/mysql4/project}/Attribute/Collection.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Audience.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Author.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Category.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Grammatical.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Lang.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Type.php +0 -0
- app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Vocabulary.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-install-0.0.1.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.1-0.0.2.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.2-0.0.3.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.3-0.0.4.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.4-0.0.5.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.5-0.0.6.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.6-0.0.7.php +0 -0
- app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.7-0.0.8.php +0 -0
- app/locale/en_US/Textmaster_Textmaster.csv +24 -24
- package.xml +4 -4
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Helper/Data.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Api.php
RENAMED
@@ -313,6 +313,7 @@ class Textmaster_Textmaster_Model_Api extends Mage_Core_Model_Abstract
|
|
313 |
$response = curl_exec($curl);
|
314 |
|
315 |
try {
|
|
|
316 |
return Mage::helper('core')->jsonDecode($response);
|
317 |
} catch (Exception $e) {
|
318 |
Mage::log('Exception : ' . $uri,null,'textmaster.log');
|
313 |
$response = curl_exec($curl);
|
314 |
|
315 |
try {
|
316 |
+
Mage::log($response,null,'textmaster.log');
|
317 |
return Mage::helper('core')->jsonDecode($response);
|
318 |
} catch (Exception $e) {
|
319 |
Mage::log('Exception : ' . $uri,null,'textmaster.log');
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Document.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Observer.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/Model/Project.php
RENAMED
@@ -204,8 +204,8 @@
|
|
204 |
$data['textmasters'] = explode(',',$data['textmasters'][0]);
|
205 |
|
206 |
}*/
|
207 |
-
|
208 |
-
|
209 |
|
210 |
//Creation
|
211 |
if(!$this->getId()){
|
@@ -331,8 +331,9 @@
|
|
331 |
return parent::_afterSave();
|
332 |
}
|
333 |
if($this->getTextmasters()!='') {
|
334 |
-
|
335 |
-
|
|
|
336 |
}
|
337 |
return parent::_afterSave();
|
338 |
}
|
@@ -490,8 +491,9 @@
|
|
490 |
}
|
491 |
public function getAttributesFull(){
|
492 |
if(!isset($this->_attributes_full)){
|
|
|
493 |
$this->_attributes_full = Mage::getModel('textmaster/project_attribute')->getCollection()->addFieldToFilter('textmaster_project_id',$this->getId());
|
494 |
-
$this->_attributes_full->getSelect()->joinInner(array('attribute'=>'eav_attribute'),'main_table.textmaster_attribute_id = attribute.attribute_id');
|
495 |
foreach($this->_attributes_full as $attribute){
|
496 |
$attribute->setProject($this);
|
497 |
}
|
204 |
$data['textmasters'] = explode(',',$data['textmasters'][0]);
|
205 |
|
206 |
}*/
|
207 |
+
if(isset($data['textmasters']) && is_array($data['textmasters']))
|
208 |
+
$this->setTextmasters(serialize($data['textmasters']));
|
209 |
|
210 |
//Creation
|
211 |
if(!$this->getId()){
|
331 |
return parent::_afterSave();
|
332 |
}
|
333 |
if($this->getTextmasters()!='') {
|
334 |
+
$textmasters = $this->getTextmasters();
|
335 |
+
if(is_array($textmasters))
|
336 |
+
$this->setTextmasters(unserialize($this->getTextmasters()));
|
337 |
}
|
338 |
return parent::_afterSave();
|
339 |
}
|
491 |
}
|
492 |
public function getAttributesFull(){
|
493 |
if(!isset($this->_attributes_full)){
|
494 |
+
|
495 |
$this->_attributes_full = Mage::getModel('textmaster/project_attribute')->getCollection()->addFieldToFilter('textmaster_project_id',$this->getId());
|
496 |
+
$this->_attributes_full->getSelect()->joinInner(array('attribute'=>Mage::getSingleton('core/resource')->getTableName('eav_attribute')),'main_table.textmaster_attribute_id = attribute.attribute_id');
|
497 |
foreach($this->_attributes_full as $attribute){
|
498 |
$attribute->setProject($this);
|
499 |
}
|
app/code/community/{Textmaster/Textmaster/Block → textmaster/textmaster/block}/Adminhtml/Credit.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block → textmaster/textmaster/block}/Adminhtml/Project.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Document/Supportmessage.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Document/View.php
RENAMED
@@ -23,7 +23,7 @@
|
|
23 |
* @copyright Copyright (c) 2014 Textmaster
|
24 |
* @author Addonline (http://www.addonline.fr)
|
25 |
*/
|
26 |
-
class Textmaster_Textmaster_Block_Adminhtml_Document_View extends
|
27 |
|
28 |
private $_document;
|
29 |
|
23 |
* @copyright Copyright (c) 2014 Textmaster
|
24 |
* @author Addonline (http://www.addonline.fr)
|
25 |
*/
|
26 |
+
class Textmaster_Textmaster_Block_Adminhtml_Document_View extends Mage_Adminhtml_Block_Widget_Container {
|
27 |
|
28 |
private $_document;
|
29 |
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Project/Grid.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Project/Onglets.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Project/View.php
RENAMED
@@ -23,7 +23,7 @@
|
|
23 |
* @copyright Copyright (c) 2014 Textmaster
|
24 |
* @author Addonline (http://www.addonline.fr)
|
25 |
*/
|
26 |
-
class Textmaster_Textmaster_Block_Adminhtml_Project_View extends
|
27 |
|
28 |
private $_project;
|
29 |
|
23 |
* @copyright Copyright (c) 2014 Textmaster
|
24 |
* @author Addonline (http://www.addonline.fr)
|
25 |
*/
|
26 |
+
class Textmaster_Textmaster_Block_Adminhtml_Project_View extends Mage_Adminhtml_Block_Widget_Container {
|
27 |
|
28 |
private $_project;
|
29 |
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Renderer/Sourcelanguage.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Renderer/Targetlanguage.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml → textmaster/textmaster/block/adminhtml}/Renderer/UpdatedAt.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Document → textmaster/textmaster/block/adminhtml/document}/Renderer/Status.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Form.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Step1.php
RENAMED
@@ -45,18 +45,22 @@ class Textmaster_Textmaster_Block_Adminhtml_Project_Onglets_Step1 extends Mage_A
|
|
45 |
|
46 |
protected function _prepareCollection()
|
47 |
{
|
|
|
|
|
|
|
|
|
48 |
$store = $this->_getStore();
|
49 |
$subcollection = Mage::getModel('core/store')->getCollection();
|
50 |
$subcollection->getSelect()->reset(Zend_Db_Select::COLUMNS)->columns(new Zend_Db_Expr('GROUP_CONCAT(main_table.store_id SEPARATOR ";") as store_name_to,GROUP_CONCAT(main_table.store_id SEPARATOR ";") as store_id_to, tdocument.product_id'))
|
51 |
-
->joinInner(array('tproject'
|
52 |
-
->joinInner(array('tdocument'
|
53 |
->where('tproject.store_id_translation!=tproject.store_id_origin')
|
54 |
->order('tproject.textmaster_project_id')->group('product_id');
|
55 |
|
56 |
$subcollection2 = Mage::getModel('core/store')->getCollection();
|
57 |
$subcollection2->getSelect()->reset(Zend_Db_Select::COLUMNS)->columns(new Zend_Db_Expr('GROUP_CONCAT(main_table.store_id SEPARATOR ";") as store_name_from, tdocument2.product_id'))
|
58 |
-
->joinInner(array('tproject2'
|
59 |
-
->joinInner(array('tdocument2'
|
60 |
->where('tproject2.store_id_translation!=tproject2.store_id_origin')
|
61 |
->order('tproject2.textmaster_project_id')->group('tdocument2.product_id');
|
62 |
|
45 |
|
46 |
protected function _prepareCollection()
|
47 |
{
|
48 |
+
//Table name
|
49 |
+
$table_project = Mage::getResourceModel('textmaster/project')->getMainTable();
|
50 |
+
$table_document = Mage::getResourceModel('textmaster/document')->getMainTable();
|
51 |
+
|
52 |
$store = $this->_getStore();
|
53 |
$subcollection = Mage::getModel('core/store')->getCollection();
|
54 |
$subcollection->getSelect()->reset(Zend_Db_Select::COLUMNS)->columns(new Zend_Db_Expr('GROUP_CONCAT(main_table.store_id SEPARATOR ";") as store_name_to,GROUP_CONCAT(main_table.store_id SEPARATOR ";") as store_id_to, tdocument.product_id'))
|
55 |
+
->joinInner(array('tproject'=>$table_project),'main_table.store_id = tproject.store_id_translation', array())
|
56 |
+
->joinInner(array('tdocument'=>$table_document),'tproject.textmaster_project_id = tdocument.textmaster_project_id', array())
|
57 |
->where('tproject.store_id_translation!=tproject.store_id_origin')
|
58 |
->order('tproject.textmaster_project_id')->group('product_id');
|
59 |
|
60 |
$subcollection2 = Mage::getModel('core/store')->getCollection();
|
61 |
$subcollection2->getSelect()->reset(Zend_Db_Select::COLUMNS)->columns(new Zend_Db_Expr('GROUP_CONCAT(main_table.store_id SEPARATOR ";") as store_name_from, tdocument2.product_id'))
|
62 |
+
->joinInner(array('tproject2'=>$table_project),'main_table.store_id = tproject2.store_id_origin', array())
|
63 |
+
->joinInner(array('tdocument2'=>$table_document),'tproject2.textmaster_project_id = tdocument2.textmaster_project_id', array())
|
64 |
->where('tproject2.store_id_translation!=tproject2.store_id_origin')
|
65 |
->order('tproject2.textmaster_project_id')->group('tdocument2.product_id');
|
66 |
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Step2.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Step3.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Onglets/Summary.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Nbdocument.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Price.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Progression.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Status.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Store.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/Renderer/Wordcount.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project → textmaster/textmaster/block/adminhtml/project}/View/Documents.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Grid/Column → textmaster/textmaster/block/adminhtml/project/grid/column}/Renderer/Checkbox.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Grid/Column → textmaster/textmaster/block/adminhtml/project/grid/column}/Renderer/Massaction.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Onglets → textmaster/textmaster/block/adminhtml/project/onglets}/Step3/Author.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/Onglets/Step3 → textmaster/textmaster/block/adminhtml/project/onglets/step3}/Form/Author.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/View/Grid/Column → textmaster/textmaster/block/adminhtml/project/view/grid/column}/Renderer/Checkbox.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/Project/View/Grid/Column → textmaster/textmaster/block/adminhtml/project/view/grid/column}/Renderer/Massaction.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Briefing.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Creation.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Islog.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Block/Adminhtml/System/Config/Form → textmaster/textmaster/block/adminhtml/system/config/form}/Field/Login.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/Adminhtml/AjaxController.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/Adminhtml/ApiController.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/Adminhtml/ProjectController.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/CallbackController.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/controllers/IndexController.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/etc/config.xml
RENAMED
@@ -29,7 +29,7 @@
|
|
29 |
|
30 |
<modules>
|
31 |
<Textmaster_Textmaster>
|
32 |
-
<version>0.1.
|
33 |
</Textmaster_Textmaster>
|
34 |
</modules>
|
35 |
<global>
|
@@ -37,12 +37,7 @@
|
|
37 |
<textmaster><class>Textmaster_Textmaster_Helper</class></textmaster>
|
38 |
</helpers>
|
39 |
<blocks>
|
40 |
-
<textmaster><class>Textmaster_Textmaster_Block</class></textmaster>
|
41 |
-
<adminhtml>
|
42 |
-
<rewrite>
|
43 |
-
<catalog_product_grid>Textmaster_Textmaster_Block_Adminhtml_Catalog_Product_Grid</catalog_product_grid>
|
44 |
-
</rewrite>
|
45 |
-
</adminhtml>
|
46 |
</blocks>
|
47 |
<models>
|
48 |
<textmaster>
|
29 |
|
30 |
<modules>
|
31 |
<Textmaster_Textmaster>
|
32 |
+
<version>0.1.1</version>
|
33 |
</Textmaster_Textmaster>
|
34 |
</modules>
|
35 |
<global>
|
37 |
<textmaster><class>Textmaster_Textmaster_Helper</class></textmaster>
|
38 |
</helpers>
|
39 |
<blocks>
|
40 |
+
<textmaster><class>Textmaster_Textmaster_Block</class></textmaster>
|
|
|
|
|
|
|
|
|
|
|
41 |
</blocks>
|
42 |
<models>
|
43 |
<textmaster>
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/etc/jstranslator.xml
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/etc/system.xml
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model → textmaster/textmaster/model}/Mysql4/Document.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model → textmaster/textmaster/model}/Mysql4/Project.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model → textmaster/textmaster/model}/Project/Attribute.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Mysql4 → textmaster/textmaster/model/mysql4}/Document/Collection.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Mysql4 → textmaster/textmaster/model/mysql4}/Project/Attribute.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Mysql4 → textmaster/textmaster/model/mysql4}/Project/Collection.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Mysql4/Project → textmaster/textmaster/model/mysql4/project}/Attribute/Collection.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Audience.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Author.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Category.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Grammatical.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Lang.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Type.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster/Model/Source → textmaster/textmaster/model/source}/Api/Vocabulary.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-install-0.0.1.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.1-0.0.2.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.2-0.0.3.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.3-0.0.4.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.4-0.0.5.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.5-0.0.6.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.6-0.0.7.php
RENAMED
File without changes
|
app/code/community/{Textmaster/Textmaster → textmaster/textmaster}/sql/textmaster_setup/mysql4-upgrade-0.0.7-0.0.8.php
RENAMED
File without changes
|
app/locale/en_US/Textmaster_Textmaster.csv
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
My Projects,My Projects
|
2 |
New Project,New Project
|
3 |
Update file,Update file
|
4 |
-
Put in revision,
|
5 |
Name,Name
|
6 |
Reference,Reference
|
7 |
Source language,Source language
|
@@ -9,7 +9,7 @@ Langue de destination,Target language
|
|
9 |
Level,Level
|
10 |
Number of documents,Number of documents
|
11 |
Total word count,Total word count
|
12 |
-
Progression,
|
13 |
Status,Status
|
14 |
Last change,Last change
|
15 |
Actions,Actions
|
@@ -26,7 +26,7 @@ Traduction manquante :,Missing translation
|
|
26 |
Traduction existante,Existing translation
|
27 |
Project,Project
|
28 |
Fields to translate,Fields to translate
|
29 |
-
Product informations,Product
|
30 |
Select all,Select all
|
31 |
Deselect all,Deselect all
|
32 |
Nouveau message variable,Your project is being created. This will take a few minutes if you have many product descriptions. You can use Magento in the meantime and then come back to your project to finish it.
|
@@ -35,13 +35,13 @@ Languages,Languages
|
|
35 |
Select a language,Select a language
|
36 |
Pricing options,Pricing options
|
37 |
Service level,Service level
|
38 |
-
Regular (%s/word): native-speaking translator for word-for-word translations of short texts.,
|
39 |
Premium (%s/word): experienced translator; suitable for business use.,Premium (%s/word): experienced translator; suitable for business use.
|
40 |
Enterprise (%s/word): professional translator specialized in a specific field; suitable for technical or complex content.,Enterprise (%s/word): professional translator specialized in a specific field; suitable for technical or complex content.
|
41 |
Quality Control (+%s/word),Quality Control (+%s/word)
|
42 |
No,No
|
43 |
Yes,Yes
|
44 |
-
The translator's work will be proofread and corrected by TextMaster,The translator's work will be proofread and corrected by TextMaster
|
45 |
Priority Order (+%s/word),Priority Order (+%s/word)
|
46 |
Your project will be assigned a higher priority status.,Your project will be assigned a higher priority status.
|
47 |
Expertise (+%s/word),Expertise (+%s/word)
|
@@ -57,13 +57,13 @@ Type of project,Type of project
|
|
57 |
Total word count,Total word count
|
58 |
Total cost,Total cost
|
59 |
Level and options,Level and options
|
60 |
-
Project's name,Project
|
61 |
Favorite authors,Favorite authors
|
62 |
Add credits to my TextMaster account,Add credits to my TextMaster account
|
63 |
%s/word,%s/word
|
64 |
-
Textmaster(s) chosen:,
|
65 |
none,none
|
66 |
-
My Textmasters,My
|
67 |
Choose your TextMasters,Choose your TextMasters
|
68 |
Order Summary,Order Summary
|
69 |
Project,Project
|
@@ -80,11 +80,11 @@ Password mandatory,Password mandatory
|
|
80 |
Could not get access token,Could not get access token
|
81 |
Your account has been successfully created.,Your account has been successfully created.
|
82 |
"Select the list of products to translate or proofread. Use the filter in the last column to select the product descriptions that haven't been translated yet. If the product description has already been translated on TextMaster, a flag will appear beside each completed translation.","Select the list of products to translate or proofread. Use the filter in the last column to select the product descriptions that haven't been translated yet. If the product description has already been translated on TextMaster, a flag will appear beside each completed translation."
|
83 |
-
"Fill out the project details and choose the service level and extra options. Give translator or proofreader special instructions (specific terms, layout guidelines, etc.)","Fill out the project details and choose the service level and extra options. Give translator or proofreader special instructions (specific terms, layout guidelines, etc.)"
|
84 |
-
"Verify your project setting before placing your order. If you do not have enough credits on TextMaster, click on the link below to add credits to your account on TextMaster.com","Verify your project
|
85 |
-
Project creation error,
|
86 |
No post,No post
|
87 |
-
Regular,
|
88 |
Premium,Premium
|
89 |
Not specified,Not specified
|
90 |
Popular,Popular
|
@@ -102,15 +102,15 @@ Teenagers > between 14 and 18 years old,Teenagers > between 14 and 18 years old
|
|
102 |
Young adults > between 19 and 29 years old,Young adults > between 19 and 29 years old
|
103 |
Adults > between 30 and 59 years old,Adults > between 30 and 59 years old
|
104 |
Seniors > 60 years old and beyond,Seniors > 60 years old and beyond
|
105 |
-
completed,
|
106 |
In creation,In creation
|
107 |
-
Waiting assignment,
|
108 |
In progress,In progress
|
109 |
In review,In review
|
110 |
Completed,Completed
|
111 |
Incomplete,Incomplete
|
112 |
Paused,Paused
|
113 |
-
Cancelled,
|
114 |
Copyscape,Copyscape
|
115 |
Counting words,Counting words
|
116 |
Quality control,Quality control
|
@@ -146,7 +146,7 @@ Expertise,Expertise
|
|
146 |
Documents,Documents
|
147 |
Support messages,Support messages
|
148 |
Written by %s ,Written by %s
|
149 |
-
Text intro document view,"You can view the file submitted by the
|
150 |
File information,File information
|
151 |
Elements,Elements
|
152 |
Text source,Source text
|
@@ -159,23 +159,23 @@ TextMaster Login,TextMaster Login
|
|
159 |
Create your account,Create your account
|
160 |
The list below shows all of your TextMaster translation and proofreading projects.,The list below shows all of your TextMaster translation and proofreading projects.
|
161 |
"To see a project's details, click on ''View'' in the last column. To start a translation project or to proofread your product descriptions, click on the ''New Project'' button.","To see a project's details, click on ''View'' in the last column. To start a translation project or to proofread your product descriptions, click on the ''New Project'' button."
|
162 |
-
|
163 |
-
|
164 |
Credits:,Credits:
|
165 |
-
Textmaster account,
|
166 |
word(s),word(s)
|
167 |
translation,translation
|
168 |
proofreading,proofreading
|
169 |
Translation,Translation
|
170 |
Proofreading,Proofreading
|
171 |
-
Select products,Select
|
172 |
-
|
173 |
Textmasters saved,TextMasters saved
|
174 |
-
You do not have any authors in your Favorites list,You do not have
|
175 |
Project does not exist,Project does not exist
|
176 |
Buy credits,Buy credits
|
177 |
Manage Projects,Manage Projects
|
178 |
-
Activities,
|
179 |
Product Default Language,Product Default Language
|
180 |
Briefing message for proofreading,Briefing message for proofreading
|
181 |
Briefing message for translation,Briefing message for translation
|
@@ -189,7 +189,7 @@ Password,Password
|
|
189 |
Confirm password,Confirm password
|
190 |
Phone,Phone
|
191 |
Create your free account,Create your free account
|
192 |
-
Connexion,
|
193 |
Login,Login
|
194 |
Searching...,Searching...
|
195 |
Logout,Logout
|
1 |
My Projects,My Projects
|
2 |
New Project,New Project
|
3 |
Update file,Update file
|
4 |
+
Put in revision,Ask for a revision
|
5 |
Name,Name
|
6 |
Reference,Reference
|
7 |
Source language,Source language
|
9 |
Level,Level
|
10 |
Number of documents,Number of documents
|
11 |
Total word count,Total word count
|
12 |
+
Progression,Progress
|
13 |
Status,Status
|
14 |
Last change,Last change
|
15 |
Actions,Actions
|
26 |
Traduction existante,Existing translation
|
27 |
Project,Project
|
28 |
Fields to translate,Fields to translate
|
29 |
+
Product informations,Product information
|
30 |
Select all,Select all
|
31 |
Deselect all,Deselect all
|
32 |
Nouveau message variable,Your project is being created. This will take a few minutes if you have many product descriptions. You can use Magento in the meantime and then come back to your project to finish it.
|
35 |
Select a language,Select a language
|
36 |
Pricing options,Pricing options
|
37 |
Service level,Service level
|
38 |
+
Regular (%s/word): native-speaking translator for word-for-word translations of short texts.,Basic (%s/word): native-speaking translator for literal translations of short texts.
|
39 |
Premium (%s/word): experienced translator; suitable for business use.,Premium (%s/word): experienced translator; suitable for business use.
|
40 |
Enterprise (%s/word): professional translator specialized in a specific field; suitable for technical or complex content.,Enterprise (%s/word): professional translator specialized in a specific field; suitable for technical or complex content.
|
41 |
Quality Control (+%s/word),Quality Control (+%s/word)
|
42 |
No,No
|
43 |
Yes,Yes
|
44 |
+
The translator's work will be proofread and corrected by TextMaster,The translator's work will be proofread and corrected by TextMaster.
|
45 |
Priority Order (+%s/word),Priority Order (+%s/word)
|
46 |
Your project will be assigned a higher priority status.,Your project will be assigned a higher priority status.
|
47 |
Expertise (+%s/word),Expertise (+%s/word)
|
57 |
Total word count,Total word count
|
58 |
Total cost,Total cost
|
59 |
Level and options,Level and options
|
60 |
+
Project's name,Project name
|
61 |
Favorite authors,Favorite authors
|
62 |
Add credits to my TextMaster account,Add credits to my TextMaster account
|
63 |
%s/word,%s/word
|
64 |
+
Textmaster(s) chosen:,TextMaster(s) chosen:
|
65 |
none,none
|
66 |
+
My Textmasters,My TextMasters
|
67 |
Choose your TextMasters,Choose your TextMasters
|
68 |
Order Summary,Order Summary
|
69 |
Project,Project
|
80 |
Could not get access token,Could not get access token
|
81 |
Your account has been successfully created.,Your account has been successfully created.
|
82 |
"Select the list of products to translate or proofread. Use the filter in the last column to select the product descriptions that haven't been translated yet. If the product description has already been translated on TextMaster, a flag will appear beside each completed translation.","Select the list of products to translate or proofread. Use the filter in the last column to select the product descriptions that haven't been translated yet. If the product description has already been translated on TextMaster, a flag will appear beside each completed translation."
|
83 |
+
"Fill out the project details and choose the service level and extra options. Give translator or proofreader special instructions (specific terms, layout guidelines, etc.)","Fill out the project details and choose the service level and extra options. Give the translator or proofreader special instructions (specific terms, layout guidelines, etc.)"
|
84 |
+
"Verify your project setting before placing your order. If you do not have enough credits on TextMaster, click on the link below to add credits to your account on TextMaster.com","Verify your project settings before placing your order. If you do not have enough credits on TextMaster, click on the link below to add credits to your account on TextMaster.com"
|
85 |
+
Project creation error,Error creating project
|
86 |
No post,No post
|
87 |
+
Regular,Basic
|
88 |
Premium,Premium
|
89 |
Not specified,Not specified
|
90 |
Popular,Popular
|
102 |
Young adults > between 19 and 29 years old,Young adults > between 19 and 29 years old
|
103 |
Adults > between 30 and 59 years old,Adults > between 30 and 59 years old
|
104 |
Seniors > 60 years old and beyond,Seniors > 60 years old and beyond
|
105 |
+
completed,Completed
|
106 |
In creation,In creation
|
107 |
+
Waiting assignment,Awaiting assignment
|
108 |
In progress,In progress
|
109 |
In review,In review
|
110 |
Completed,Completed
|
111 |
Incomplete,Incomplete
|
112 |
Paused,Paused
|
113 |
+
Cancelled,Canceled
|
114 |
Copyscape,Copyscape
|
115 |
Counting words,Counting words
|
116 |
Quality control,Quality control
|
146 |
Documents,Documents
|
147 |
Support messages,Support messages
|
148 |
Written by %s ,Written by %s
|
149 |
+
Text intro document view,"You can view the file submitted by the translator/proofreader below. If you are satisfied with the content, click on \""Update file\"". Otherwise, you can ask for a revision by explaining what elements need to be changed."
|
150 |
File information,File information
|
151 |
Elements,Elements
|
152 |
Text source,Source text
|
159 |
Create your account,Create your account
|
160 |
The list below shows all of your TextMaster translation and proofreading projects.,The list below shows all of your TextMaster translation and proofreading projects.
|
161 |
"To see a project's details, click on ''View'' in the last column. To start a translation project or to proofread your product descriptions, click on the ''New Project'' button.","To see a project's details, click on ''View'' in the last column. To start a translation project or to proofread your product descriptions, click on the ''New Project'' button."
|
162 |
+
Crédit disponible :,Available credits:
|
163 |
+
Crédit manquant :,Missing credits:
|
164 |
Credits:,Credits:
|
165 |
+
Textmaster account,TextMaster account:
|
166 |
word(s),word(s)
|
167 |
translation,translation
|
168 |
proofreading,proofreading
|
169 |
Translation,Translation
|
170 |
Proofreading,Proofreading
|
171 |
+
Select products,Select Product
|
172 |
+
Propriétés du projet,Project Settings
|
173 |
Textmasters saved,TextMasters saved
|
174 |
+
You do not have any authors in your Favorites list,You do not have anyone in your Favorite TextMasters list
|
175 |
Project does not exist,Project does not exist
|
176 |
Buy credits,Buy credits
|
177 |
Manage Projects,Manage Projects
|
178 |
+
Activities,Services
|
179 |
Product Default Language,Product Default Language
|
180 |
Briefing message for proofreading,Briefing message for proofreading
|
181 |
Briefing message for translation,Briefing message for translation
|
189 |
Confirm password,Confirm password
|
190 |
Phone,Phone
|
191 |
Create your free account,Create your free account
|
192 |
+
Connexion,Log in
|
193 |
Login,Login
|
194 |
Searching...,Searching...
|
195 |
Logout,Logout
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Textmaster_Textmaster</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">Open Software License</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>TextMaster makes it easy to translate (or proofread) your entire product catalog by professionals in over 15 languages. Open your doors to new markets in just a few clicks by using our intuitive extension to make your store multilingual.</description>
|
11 |
<notes>Module textmaster</notes>
|
12 |
<authors><author><name>TextMaster</name><user>TextMaster</user><email>elizaveta@textmaster.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Textmaster"><dir name="Textmaster"><dir name="Block"><dir name="Adminhtml"><file name="Credit.php" hash="d6a923cfaf5279e4adf27986c87362b0"/><dir name="Document"><dir name="Renderer"><file name="Status.php" hash="f42270298a953c47ed05008dc17ffbe3"/></dir><file name="Supportmessage.php" hash="3de2c98e34072d8036fbb3baf51fc680"/><file name="View.php" hash="d52005ea467d779bf80a428f3e3f24da"/></dir><dir name="Project"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Checkbox.php" hash="8f57ab35ad7704ef05012d219ca0323d"/><file name="Massaction.php" hash="62dadad96a7548df68e3f3c627e94589"/></dir></dir></dir><file name="Grid.php" hash="3a8293430513271d1ee3f44b0c3120f8"/><dir name="Onglets"><file name="Form.php" hash="e686e8cfdac33fa21c86e26fe93a6a07"/><file name="Step1.php" hash="4a7713f1d3206b8f0f640dda3b1859c1"/><file name="Step2.php" hash="b00a6191667f8be5b2745e1f3a73249f"/><dir name="Step3"><file name="Author.php" hash="7ec92925a374885bfff851d8abf24787"/><dir name="Form"><file name="Author.php" hash="b965e02d28139d9c7f6e58fbb15e8e1b"/></dir></dir><file name="Step3.php" hash="29d7141fdc9af7c7590474581fb65d43"/><file name="Summary.php" hash="ed4dd8dcb8f1acdcc366b405f840570c"/></dir><file name="Onglets.php" hash="309dd49d8d65bf1c71247ce0647ffe20"/><dir name="Renderer"><file name="Nbdocument.php" hash="244d668e3f8a01c21208fdd2a71d0080"/><file name="Price.php" hash="a21b198258a81bb9b411f638e6b5f5e7"/><file name="Progression.php" hash="2e7c43d38b5640b463963a30239225c9"/><file name="Status.php" hash="782007cbd27b4ccc4200e87e34789ee2"/><file name="Store.php" hash="d92ccafcec2ad102b85bcb6bd3131779"/><file name="Wordcount.php" hash="d4714582d744a718e20d5c1444393c8a"/></dir><dir name="View"><file name="Documents.php" hash="48ab17be73308883855cf5ec0d51ce2b"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Checkbox.php" hash="89c7d2afed7e6b031237b8d57194aae8"/><file name="Massaction.php" hash="e39a40293de5764fc41c49fa54964026"/></dir></dir></dir></dir><file name="View.php" hash="6bf35aa21fc9761c5edf5a21f36dcba7"/></dir><file name="Project.php" hash="1919358b2d024822775ec1dbc9f92d2b"/><dir name="Renderer"><file name="Sourcelanguage.php" hash="61ade1d391fc882d3483b68612f1b784"/><file name="Targetlanguage.php" hash="2defedb3f9b57a2c34e05a30533074e1"/><file name="UpdatedAt.php" hash="2543e1ecaf1431966321031d09147c11"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Briefing.php" hash="f1ae93b9d2c02ca12aa93694e070232e"/><file name="Creation.php" hash="fad41de891ad9edadc2a6ffde2fcbd64"/><file name="Islog.php" hash="eae9171d420538775256cedf6387d546"/><file name="Login.php" hash="2298acda584281bc123ad1b922b83a14"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7ba1ec089a51747436b915ee4174b494"/></dir><dir name="Model"><file name="Api.php" hash="0d20d53108cab44ade7b7890b2e06f80"/><file name="Document.php" hash="ba6204c001d2d8c13d6040c9dde893c6"/><dir name="Mysql4"><dir name="Document"><file name="Collection.php" hash="6253cce06c8b2d65305770e4cc0faf34"/></dir><file name="Document.php" hash="b7c143dec4b9c9d131a25fe85e76c686"/><dir name="Project"><dir name="Attribute"><file name="Collection.php" hash="2873221c4cceef621c2920696ca9f937"/></dir><file name="Attribute.php" hash="f997d919bbc5bd47ad840d522ce1de15"/><file name="Collection.php" hash="44c097d5d7edf4509a373b1abedd6245"/></dir><file name="Project.php" hash="c78db4c76e2ce2f6ebf1cf8a48c723ef"/></dir><file name="Observer.php" hash="2f5778ed0c4fb579ccfd1e3f5c5bcff0"/><dir name="Project"><file name="Attribute.php" hash="e824699895626069cae908b5a7894c4d"/></dir><file name="Project.php" hash="5c7471e5b2e1c375acdf6660909806ec"/><dir name="Source"><dir name="Api"><file name="Audience.php" hash="d9bcdf66964436b1efbc96af0a2e2e40"/><file name="Author.php" hash="758fd2e35aa096eacd2995088da64267"/><file name="Category.php" hash="358defa5cf859af62c68f675809b47eb"/><file name="Grammatical.php" hash="dcb73d6ac8cd93f73b6af08ec3ffb057"/><file name="Lang.php" hash="2f7c65d8c9d2247364bab2b3a26cd638"/><file name="Type.php" hash="9cff2f1385ac6e5bafb8c986152c4c08"/><file name="Vocabulary.php" hash="494ed3154a1c8dbe492da5a32f2dbad7"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AjaxController.php" hash="04dc105d3f7914eb9862ce888d9f4d4f"/><file name="ApiController.php" hash="1231743abbc6d20f56a909ed73753e7e"/><file name="ProjectController.php" hash="e19d8eba952ef869df8bfc34668be923"/></dir><file name="CallbackController.php" hash="a4013078eb1e813bef1c426b8d373411"/><file name="IndexController.php" hash="7588d1f1a9918834837e0215569ab560"/></dir><dir name="etc"><file name="config.xml" hash="07b343d74bfd52ccfa94036fd995e146"/><file name="jstranslator.xml" hash="46ddfe751dc4e1f34bc95dbc09263eee"/><file name="system.xml" hash="981d732eac4d47ed82e12795fea71d16"/></dir><dir name="sql"><dir name="textmaster_setup"><file name="mysql4-install-0.0.1.php" hash="162032e7872f14cc0049c73b79fdb7e7"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="d0e9ddeb6f62e36747e1f7df4fe99db1"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="8e3cad04b99df0c2a1e3369bd7c432ee"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="1d5f415b61fd5ef6b4c352cd9f2ba75e"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="791ca3e154ba7249478339b98c40eb94"/><file name="mysql4-upgrade-0.0.5-0.0.6.php" hash="865aac8301b8afe668590ec81b08877e"/><file name="mysql4-upgrade-0.0.6-0.0.7.php" hash="22238b586ef7acbfc8e72b60ad19eff2"/><file name="mysql4-upgrade-0.0.7-0.0.8.php" hash="57c692e4a1357794af92e884b7316047"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="textmaster"><file name="credit.phtml" hash="c89b6836429a831be59d7718c1b6600f"/><dir name="document"><file name="support_messages.phtml" hash="718d4b88147a88dd3a4a79ee937cfb0b"/><file name="view.phtml" hash="3c4164c1c0a8b651f8b799fafd869a00"/></dir><dir name="form"><file name="container.phtml" hash="a178289bb54908698de0423a04f925f3"/></dir><dir name="grid"><file name="container.phtml" hash="3a46640e22f5458ba1bb43abcd50fb31"/></dir><file name="login.phtml" hash="6d32209da30745ee73f9d89e18662792"/><dir name="onglet"><file name="popinauthors.phtml" hash="88755e5187349b78cace1b922a00d310"/></dir><file name="onglet.phtml" hash="f19b8e5eb8e0f67fee9eb451db6597d0"/><file name="page.phtml" hash="5dfa6347708268bf5108186a1145e530"/><dir name="product"><file name="edit.phtml" hash="df650e19786fc14bf570c10eeaad2762"/></dir><file name="view.phtml" hash="422ad35864499f679027e3dbfdee6bde"/></dir></dir><dir name="layout"><file name="textmaster.xml" hash="b5464624e62899af321bc13c2720631b"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="textmaster"><file name="popin.css" hash="b9624ff6924adf24302b2a9ce73704fb"/><file name="styles.css" hash="61e33a529634ed22fd2e0f56d3647caf"/></dir></dir><dir name="images"><dir name="textmaster"><file name="ad.png" hash="4d3bfa60fb52ee8f9ce3c0f3934a0e08"/><file name="ae.png" hash="f3838d0ca01d7a76de74249ff2b514c7"/><file name="af.png" hash="a44bb210f25bafca92627b1187b0996d"/><file name="ag.png" hash="7b00bd7c2754618d57b78c407d6b542a"/><file name="al.png" hash="3f8b9ccd82877835192c5235e84ea543"/><file name="am.png" hash="f1f48cdf20af82bd4e708f40a844c08e"/><file name="ao.png" hash="13dd9ec64e95578da89ac092ea6bc49d"/><file name="ar.png" hash="e2a2372c9190c58e450d563c857cf932"/><file name="at.png" hash="0ed42d4df345bbe1a9eacc40a1ba9891"/><file name="au.png" hash="95609fc7efb05fab769b08c567dcafe3"/><file name="az.png" hash="82ee424e37625aa0bc6f0f2e2798ff33"/><file name="ba.png" hash="098a79c08cd07a7940affe818d8108d2"/><file name="bb.png" hash="237f1706a74e31a1f0f40080285af716"/><file name="bd.png" hash="5dd17c6db835d0e611b582a9aab36a69"/><file name="be.png" hash="140b16e73953d41b172e5a13106d96d7"/><file name="bf.png" hash="8bf9167bd4d4c8ab177590a03f18cb3a"/><file name="bg.png" hash="5f21946772326567c3bc2eb62693862d"/><file name="bh.png" hash="40acbad63f1ebb842cac8225198caa80"/><file name="bi.png" hash="ef7a1794da922df0876811e673795b40"/><file name="bj.png" hash="e776d8d30d79c46196bf63cf3698a005"/><file name="bn.png" hash="6f8378e8492e6d65297a878000d86cdd"/><file name="bo.png" hash="42addc49c770236532fb3425c39e855e"/><file name="br.png" hash="5820e89cdd217f41a8160611c2772450"/><file name="bs.png" hash="f10c1553ab9d8d3f50fa50789a0ec14d"/><file name="bt.png" hash="edced8a66c05b17cb3a66f4edab81537"/><file name="bw.png" hash="87ad8d31999e9f3dcf4af9b4002bd198"/><file name="by.png" hash="74271a2d533cf0f010f684527506a1b7"/><file name="bz.png" hash="3e6e3a59ea76dd361dd44c59e878cce1"/><file name="ca.png" hash="bde2e7c28a15fef7c21023d0d42e0af6"/><file name="cd.png" hash="43c7041408a403b5a5bff6ee5c486dcb"/><file name="cf.png" hash="8b0f9b4821681f89adc2a05cc9cb93f8"/><file name="cg.png" hash="69fc1655e73b91d5de5e526eb77a25dd"/><file name="ch.png" hash="4bd0882fe41076facbed622f45f5fe12"/><file name="ci.png" hash="33d6b8f53b17b291c82ba89268cc33c3"/><file name="cl.png" hash="97ac63f223ad9b8c9c89ede5a463fe16"/><file name="cm.png" hash="3a02cc8fd12eb3d46785b043eb1b4843"/><file name="cn.png" hash="7d8619cadee5b9bc776bee8c7c0d9bff"/><file name="co.png" hash="01799343910800de170f5bd2842f8610"/><file name="cr.png" hash="a261c45d21511884d98938746a88cda9"/><file name="cu.png" hash="6374430cbe6044d27a1e873982cb0e76"/><file name="cv.png" hash="ad5a8d21169eaa192fed00d022f3e970"/><file name="cy.png" hash="394575dc8ccea26e40ceb8059ed32140"/><file name="cz.png" hash="a25b0e8335083286931938e0b9203176"/><file name="de.png" hash="d5af4cc2395e7221e0fc625f892b44fb"/><file name="dj.png" hash="ad81ed92212c8118daf1227547fa672f"/><file name="dk.png" hash="d4a4b2d8804d713a687690e8d5d86b0d"/><file name="dm.png" hash="3d0dcb98ba84de45ba9f95f829530e75"/><file name="do.png" hash="579619d7a624dd7ee8d01ac1f2128a1e"/><file name="dz.png" hash="d798915a98660a226bb0418c6cf3ef4f"/><file name="ec.png" hash="84126d2520a0d9f993d3237725a7f907"/><file name="ee.png" hash="9d6bb07ed60ff800bb61f5bb0aaad99a"/><file name="eg.png" hash="984c617fe29427198dcbf7d41170e94b"/><file name="eh.png" hash="703d4e948c1f575016157e657d16b4f1"/><file name="en.png" hash="ffdfe557dee5d9f7ff9744708762bf67"/><file name="er.png" hash="847e75043e54c4aa95c219dd05605880"/><file name="es.png" hash="38970876b2bfb01c903419f91f026878"/><file name="et.png" hash="a7838af033c27a4d5d81e5e964dd45f5"/><file name="fi.png" hash="d64cea1ef1a5994aadcc6380bc3f33d6"/><file name="fj.png" hash="5f0f59be9e403329fa7059ab48609118"/><file name="flags-mini.zip" hash="7221658c2d26144a361403723d278205"/><file name="fm.png" hash="437654b1e67bbf1f90e971222fab6974"/><file name="fr.png" hash="6a705fd57e522b3644597d03606d3e17"/><file name="ga.png" hash="619b7bd8cbd79d04949f86b8fef80bc6"/><file name="gd.png" hash="722b7d1192b950ee6d93a02d2a5e4ba7"/><file name="ge.png" hash="930de4a6c9eab9cae548938903500d28"/><file name="gh.png" hash="ad81a6bdafb414b363d08180caf6a8e3"/><file name="gm.png" hash="f16737716084f29a9d9ba01501fb8732"/><file name="gn.png" hash="b36b8a91e876b1d9b11d020c81a2b806"/><file name="gq.png" hash="20bb217c3333a4a0a361581d84ca5326"/><file name="gr.png" hash="2841baa87ea947e5e3bc80278627d5da"/><file name="gt.png" hash="ef388b528291fd6f7742d3b4b0cd3800"/><file name="gw.png" hash="27e732fe984241041a09315ac235a923"/><file name="gy.png" hash="c2083c5428dec76473780cc97f7449a1"/><file name="hn.png" hash="b630fa10ad4fa8762215dc9e716c5466"/><file name="hr.png" hash="e8c7e75fa9eed2ae2b2ba34dd73e56e6"/><file name="ht.png" hash="d125e54a88ac04211b61d49a7fc0cc70"/><file name="hu.png" hash="96db67ede070c6a86a778660d80e7e26"/><file name="id.png" hash="63199df1f7136f80ca81d95190899db7"/><file name="ie.png" hash="d0088733cda1245823726ecf8018ab69"/><file name="il.png" hash="15b6e79abb6f553938b24d949fea1ffd"/><file name="in.png" hash="11addda3b86a7f8fc55abfd80a38f7a5"/><file name="iq.png" hash="35ee00f1ec3e5815ec3890ff397f2ba0"/><file name="ir.png" hash="a0db2ed68e2e29cc366e019e4c676262"/><file name="is.png" hash="1a39e1dec42eb5c8e5cc98bcb6e71c37"/><file name="it.png" hash="502d044737b407caa56138bc8235e55a"/><file name="jm.png" hash="fb67cd9833b430b1081b68d8bea97a4e"/><file name="jo.png" hash="ded495d673605aca3ddb9bd5cc6e2ca3"/><file name="jp.png" hash="64a5be7e6bdc94ba6866bab79b44eabc"/><file name="ke.png" hash="6f58b731e1f6dd7b13cb659e8ff04154"/><file name="kg.png" hash="229cf7889548451a8d467b85d06c212a"/><file name="kh.png" hash="1cd4d9aeaed32e129f54408cb2cda3d7"/><file name="ki.png" hash="b0596385cffbe421730b16f4a2e0d290"/><file name="km.png" hash="657977b976bcbf8c03bcac268814d020"/><file name="kn.png" hash="f89b4a2d2fd0b44e22b4281a7740e4c7"/><file name="kp.png" hash="fd794d0813a3da085113804070ec89e1"/><file name="kr.png" hash="cf0e98be60de5bf10f6dcff1ea224720"/><file name="ks.png" hash="9cb1c058d614957a6c3f04bb8384d672"/><file name="kw.png" hash="2f9130a5d176b54f632f7bb08860f28e"/><file name="kz.png" hash="288a3b09f8dd0b6b251c2a9759ff61e1"/><file name="la.png" hash="07f807a8c739bead3997a11ed6c741b1"/><file name="lb.png" hash="23b9b946942bc2c3ac2242e5675d810f"/><file name="lc.png" hash="2e7aba2fb74c757f79f500dea57fc69c"/><file name="li.png" hash="e826167750c88d94c5eb43c043ba3907"/><file name="lk.png" hash="4463604a10b4b7a3679bd45c76b56dd1"/><file name="lr.png" hash="2cb94086e7fcc2042435c7b69f1e6438"/><file name="ls.png" hash="86bc8c806555483bfa59cfc36d485f66"/><file name="lt.png" hash="35dfa78cf04b6571cc82e7a356641f1b"/><file name="lu.png" hash="329ad84226aacd1e22695cb72c2822cd"/><file name="lv.png" hash="ba99fb872543c7d4853b50f788e2fda0"/><file name="ly.png" hash="1d232daa96e0f7ca7e1ecdec5e6d8371"/><file name="ma.png" hash="006f06311e103a2efb9618f485685300"/><file name="mc.png" hash="6abe8119c30e760986c705c361211fc6"/><file name="md.png" hash="b5904d63976ccfe9985238b76e8b49e0"/><file name="me.png" hash="b7bf90515ff08512425929ff2734f5a5"/><file name="mg.png" hash="896adcfd3afa8f292e25ecaf5e57956e"/><file name="mh.png" hash="50165a2514b035e3482d6d2f4876d8ec"/><file name="mk.png" hash="1016d35de15d82434e06bffda64d421b"/><file name="ml.png" hash="9b3b0773ec50db0f0d775c9776e74c04"/><file name="mm.png" hash="cdafdf2162e5cb1c8b8e312b9f4cfec8"/><file name="mn.png" hash="faa28969f96cae1085cc6c8d9234dbe4"/><file name="mr.png" hash="d83fb1097bcb99133d9d224d06207d71"/><file name="mt.png" hash="ac23976d3a0d2873b7fb72c8503018bf"/><file name="mu.png" hash="bda1ed19036d5716a1aea8ddd23f5b24"/><file name="mv.png" hash="a5e4d4f9d846ba2df572f7855e5d153c"/><file name="mw.png" hash="73ce56eeac955942ab87f6714c2b2f1c"/><file name="mx.png" hash="515daf584560866ba82458a2841b2c5c"/><file name="my.png" hash="ec302b316857c5a655e9d0838a7299bf"/><file name="mz.png" hash="b1a305321450ff8cfacb7b51ef54702e"/><file name="na.png" hash="6b1782b56d5607651fd8467a3282becf"/><file name="ne.png" hash="fd7a4ac6a5b0bfcd11e19b59e4eb9491"/><file name="ng.png" hash="fbdc831cab445407014a8be0cd9d1f9b"/><file name="ni.png" hash="87be5b122aaafed59e42a1c94472f4ca"/><file name="nl.png" hash="b7d65809e5c02d8d36c01a08adc32ee4"/><file name="no.png" hash="87f804f26166303a42d85ceba925ff82"/><file name="np.png" hash="6e43bb94985c756a15b7ad47e1be25a9"/><file name="nr.png" hash="01771f576a6a73750637796ca4f9b1d1"/><file name="nz.png" hash="a37276b951a51d5b4cbf5169b3fbe899"/><file name="om.png" hash="2c13864af6fa36541fc66a6e8f3af91e"/><file name="pa.png" hash="b79104676e49981ca9937015349c63e0"/><file name="pe.png" hash="80a714541ee3a84286f79f31abef7232"/><file name="pg.png" hash="0fd60c1657cf591650ea7672ce1189af"/><file name="ph.png" hash="47942dfa29448f707cc8aea171d120bf"/><file name="pk.png" hash="047cccacc9290dd94a3d5febc0499cf8"/><file name="pl.png" hash="7b8a0298dac0a7f273d5e6b741f8038f"/><file name="pt.png" hash="3141bfbda3235bc2f950243981753a23"/><file name="pw.png" hash="6eaebbe7b69c3bf9c3c50f4c3cc9100f"/><file name="py.png" hash="948dc594390295dc43a22bb228ff8296"/><file name="qa.png" hash="237556d7031c9d09e86e8b806310eef3"/><file name="ro.png" hash="5508a42870fb98d3dc1281133e36908e"/><file name="rs.png" hash="e81f589284efdc070501b676cbf2440a"/><file name="ru.png" hash="46378f0d5a6e8339db251971fa05acc8"/><file name="rw.png" hash="4afb87332945b130e463fc5b7706caf8"/><file name="sa.png" hash="2cf7460d937ea6ac4aa80c84722ff127"/><file name="sb.png" hash="ec4690d32d683027cab5475fbc6817eb"/><file name="sc.png" hash="6b232689798b91d278928c5f8db684b6"/><file name="sd.png" hash="3ec6b86188d06cc95af59a4401fa51c1"/><file name="se.png" hash="34ca8036ec0d98e5b8f0972e7c3b690c"/><file name="sg.png" hash="0df385a93794a40b8927d9b6fe8c8ab4"/><file name="si.png" hash="7c0304b3da174716cb637e559ba30462"/><file name="sk.png" hash="f1192c4beac2189817b990302d6023c0"/><file name="sl.png" hash="dded38a2eedec2575e7200753a8d2c0c"/><file name="sm.png" hash="fce953adb78a308692ae504f8bc68a03"/><file name="sn.png" hash="dee77d596acc5a7045db7c0eca9996e6"/><file name="so.png" hash="a88729fc16aa813315a7edc1374e34e5"/><file name="sr.png" hash="6cd104e7e702c0f17a80be2da797b2c2"/><file name="st.png" hash="ac34029ffd9ab8b0f14669295f838a92"/><file name="sv.png" hash="87de653ebd702dc2c1908bdad6b5e07d"/><file name="sy.png" hash="2c0f028a239914970be87e691bcd3907"/><file name="sz.png" hash="06cf5b39e7ade92fa9d29619f69fa0e6"/><file name="td.png" hash="323ae3550138d0054343f3d75367bfb1"/><file name="tg.png" hash="bf0360afe91efa96d766bc9de7b4726d"/><file name="th.png" hash="7c7f53c225be44fc2897dd007549245b"/><file name="tj.png" hash="472b4679950b9562d3618b9c9ef518d5"/><file name="tl.png" hash="7197fb1849ba9c8c7f9b1e240e37b85b"/><file name="tm.png" hash="177489fdf6e6380131c2f989a1467b24"/><file name="tn.png" hash="162105faa75e6ceb9f0e5b982343a07c"/><file name="to.png" hash="a96505c14820af79abb3567056abca39"/><file name="tr.png" hash="8307e3e68476fe75f0a396b8e96761d3"/><file name="tt.png" hash="304a6848ef200b4d3cde0b1d5cc5523e"/><file name="tv.png" hash="ed5ffe4560b8b651b0d321bc6f6875c7"/><file name="tw.png" hash="56d7df67199ebcce42d70cea202b8a36"/><file name="tz.png" hash="1675509852611fabc2d11966274f5617"/><file name="ua.png" hash="dc3eb73822683ea9980711d34cc01d68"/><file name="ug.png" hash="e7ef297a425c8ac105b5e52c2e338794"/><file name="us.png" hash="1fac8f33d3c11a92fc7913f27df16339"/><file name="uy.png" hash="e00ba3948043a99ab07db91db8dd94f3"/><file name="uz.png" hash="2cb5bc704b35ef438b92824dd1cb7c83"/><file name="va.png" hash="4e3061c712414e91d312ca5a587ea24c"/><file name="vc.png" hash="0ee195323c3613d5e5d635a445c922df"/><file name="ve.png" hash="019c86c82fe6a1ad59ec5d800db3a66f"/><file name="vn.png" hash="d33f6ad2504d1559b10e0f6f084cbe59"/><file name="vu.png" hash="fe3acbd24eb0e11f45cdc3cd6b2a22ea"/><file name="ws.png" hash="bd859467d80a0740bb5ab950def621f2"/><file name="ye.png" hash="47036485a58d485f9cbbc8c661daf8d3"/><file name="za.png" hash="6d0a8ef2e6bdd3325e86b2fe9ec74cf9"/><file name="zm.png" hash="cc14e520271994baccd073ffb852d144"/><file name="zw.png" hash="16b7534269b89084bbdab36c8da5da2e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Textmaster_Textmaster.xml" hash="c7189ff759aac7e98638198ba1b59e96"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Textmaster_Textmaster.csv" hash="446e4803276a66339989c219bc7cc548"/></dir><dir name="en_US"><file name="Textmaster_Textmaster.csv" hash="6ca63589043e2ef58500bb62cbc13a72"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.2</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Textmaster_Textmaster</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">Open Software License</license>
|
7 |
<channel>community</channel>
|
10 |
<description>TextMaster makes it easy to translate (or proofread) your entire product catalog by professionals in over 15 languages. Open your doors to new markets in just a few clicks by using our intuitive extension to make your store multilingual.</description>
|
11 |
<notes>Module textmaster</notes>
|
12 |
<authors><author><name>TextMaster</name><user>TextMaster</user><email>elizaveta@textmaster.com</email></author></authors>
|
13 |
+
<date>2014-11-05</date>
|
14 |
+
<time>07:50:51</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Textmaster"><dir name="Textmaster"><dir name="Block"><dir name="Adminhtml"><file name="Credit.php" hash="d6a923cfaf5279e4adf27986c87362b0"/><dir name="Document"><dir name="Renderer"><file name="Status.php" hash="f42270298a953c47ed05008dc17ffbe3"/></dir><file name="Supportmessage.php" hash="3de2c98e34072d8036fbb3baf51fc680"/><file name="View.php" hash="431c6abb59610f98030067f2c331619d"/></dir><dir name="Project"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Checkbox.php" hash="8f57ab35ad7704ef05012d219ca0323d"/><file name="Massaction.php" hash="62dadad96a7548df68e3f3c627e94589"/></dir></dir></dir><file name="Grid.php" hash="3a8293430513271d1ee3f44b0c3120f8"/><dir name="Onglets"><file name="Form.php" hash="e686e8cfdac33fa21c86e26fe93a6a07"/><file name="Step1.php" hash="348a7a7bc9004758a517f0939d4ce3bf"/><file name="Step2.php" hash="b00a6191667f8be5b2745e1f3a73249f"/><dir name="Step3"><file name="Author.php" hash="7ec92925a374885bfff851d8abf24787"/><dir name="Form"><file name="Author.php" hash="b965e02d28139d9c7f6e58fbb15e8e1b"/></dir></dir><file name="Step3.php" hash="29d7141fdc9af7c7590474581fb65d43"/><file name="Summary.php" hash="ed4dd8dcb8f1acdcc366b405f840570c"/></dir><file name="Onglets.php" hash="309dd49d8d65bf1c71247ce0647ffe20"/><dir name="Renderer"><file name="Nbdocument.php" hash="244d668e3f8a01c21208fdd2a71d0080"/><file name="Price.php" hash="a21b198258a81bb9b411f638e6b5f5e7"/><file name="Progression.php" hash="2e7c43d38b5640b463963a30239225c9"/><file name="Status.php" hash="782007cbd27b4ccc4200e87e34789ee2"/><file name="Store.php" hash="d92ccafcec2ad102b85bcb6bd3131779"/><file name="Wordcount.php" hash="d4714582d744a718e20d5c1444393c8a"/></dir><dir name="View"><file name="Documents.php" hash="48ab17be73308883855cf5ec0d51ce2b"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Checkbox.php" hash="89c7d2afed7e6b031237b8d57194aae8"/><file name="Massaction.php" hash="e39a40293de5764fc41c49fa54964026"/></dir></dir></dir></dir><file name="View.php" hash="5843127fdc9d5277e3c35105724ff788"/></dir><file name="Project.php" hash="1919358b2d024822775ec1dbc9f92d2b"/><dir name="Renderer"><file name="Sourcelanguage.php" hash="61ade1d391fc882d3483b68612f1b784"/><file name="Targetlanguage.php" hash="2defedb3f9b57a2c34e05a30533074e1"/><file name="UpdatedAt.php" hash="2543e1ecaf1431966321031d09147c11"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Briefing.php" hash="f1ae93b9d2c02ca12aa93694e070232e"/><file name="Creation.php" hash="fad41de891ad9edadc2a6ffde2fcbd64"/><file name="Islog.php" hash="eae9171d420538775256cedf6387d546"/><file name="Login.php" hash="2298acda584281bc123ad1b922b83a14"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7ba1ec089a51747436b915ee4174b494"/></dir><dir name="Model"><file name="Api.php" hash="488a7eb372c269649e5a74f87048fb73"/><file name="Document.php" hash="ba6204c001d2d8c13d6040c9dde893c6"/><dir name="Mysql4"><dir name="Document"><file name="Collection.php" hash="6253cce06c8b2d65305770e4cc0faf34"/></dir><file name="Document.php" hash="b7c143dec4b9c9d131a25fe85e76c686"/><dir name="Project"><dir name="Attribute"><file name="Collection.php" hash="2873221c4cceef621c2920696ca9f937"/></dir><file name="Attribute.php" hash="f997d919bbc5bd47ad840d522ce1de15"/><file name="Collection.php" hash="44c097d5d7edf4509a373b1abedd6245"/></dir><file name="Project.php" hash="c78db4c76e2ce2f6ebf1cf8a48c723ef"/></dir><file name="Observer.php" hash="2f5778ed0c4fb579ccfd1e3f5c5bcff0"/><dir name="Project"><file name="Attribute.php" hash="e824699895626069cae908b5a7894c4d"/></dir><file name="Project.php" hash="2ae72e72d1a2f865cf408cb28d5c1dca"/><dir name="Source"><dir name="Api"><file name="Audience.php" hash="d9bcdf66964436b1efbc96af0a2e2e40"/><file name="Author.php" hash="758fd2e35aa096eacd2995088da64267"/><file name="Category.php" hash="358defa5cf859af62c68f675809b47eb"/><file name="Grammatical.php" hash="dcb73d6ac8cd93f73b6af08ec3ffb057"/><file name="Lang.php" hash="2f7c65d8c9d2247364bab2b3a26cd638"/><file name="Type.php" hash="9cff2f1385ac6e5bafb8c986152c4c08"/><file name="Vocabulary.php" hash="494ed3154a1c8dbe492da5a32f2dbad7"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AjaxController.php" hash="04dc105d3f7914eb9862ce888d9f4d4f"/><file name="ApiController.php" hash="1231743abbc6d20f56a909ed73753e7e"/><file name="ProjectController.php" hash="e19d8eba952ef869df8bfc34668be923"/></dir><file name="CallbackController.php" hash="a4013078eb1e813bef1c426b8d373411"/><file name="IndexController.php" hash="7588d1f1a9918834837e0215569ab560"/></dir><dir name="etc"><file name="config.xml" hash="6d8636980bc2b10ecbf5fc9b8a714bbd"/><file name="jstranslator.xml" hash="46ddfe751dc4e1f34bc95dbc09263eee"/><file name="system.xml" hash="981d732eac4d47ed82e12795fea71d16"/></dir><dir name="sql"><dir name="textmaster_setup"><file name="mysql4-install-0.0.1.php" hash="162032e7872f14cc0049c73b79fdb7e7"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="d0e9ddeb6f62e36747e1f7df4fe99db1"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="8e3cad04b99df0c2a1e3369bd7c432ee"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="1d5f415b61fd5ef6b4c352cd9f2ba75e"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="791ca3e154ba7249478339b98c40eb94"/><file name="mysql4-upgrade-0.0.5-0.0.6.php" hash="865aac8301b8afe668590ec81b08877e"/><file name="mysql4-upgrade-0.0.6-0.0.7.php" hash="22238b586ef7acbfc8e72b60ad19eff2"/><file name="mysql4-upgrade-0.0.7-0.0.8.php" hash="57c692e4a1357794af92e884b7316047"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="textmaster"><file name="credit.phtml" hash="c89b6836429a831be59d7718c1b6600f"/><dir name="document"><file name="support_messages.phtml" hash="718d4b88147a88dd3a4a79ee937cfb0b"/><file name="view.phtml" hash="3c4164c1c0a8b651f8b799fafd869a00"/></dir><dir name="form"><file name="container.phtml" hash="a178289bb54908698de0423a04f925f3"/></dir><dir name="grid"><file name="container.phtml" hash="3a46640e22f5458ba1bb43abcd50fb31"/></dir><file name="login.phtml" hash="6d32209da30745ee73f9d89e18662792"/><dir name="onglet"><file name="popinauthors.phtml" hash="88755e5187349b78cace1b922a00d310"/></dir><file name="onglet.phtml" hash="f19b8e5eb8e0f67fee9eb451db6597d0"/><file name="page.phtml" hash="5dfa6347708268bf5108186a1145e530"/><dir name="product"><file name="edit.phtml" hash="df650e19786fc14bf570c10eeaad2762"/></dir><file name="view.phtml" hash="422ad35864499f679027e3dbfdee6bde"/></dir></dir><dir name="layout"><file name="textmaster.xml" hash="b5464624e62899af321bc13c2720631b"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="textmaster"><file name="popin.css" hash="b9624ff6924adf24302b2a9ce73704fb"/><file name="styles.css" hash="61e33a529634ed22fd2e0f56d3647caf"/></dir></dir><dir name="images"><dir name="textmaster"><file name="ad.png" hash="4d3bfa60fb52ee8f9ce3c0f3934a0e08"/><file name="ae.png" hash="f3838d0ca01d7a76de74249ff2b514c7"/><file name="af.png" hash="a44bb210f25bafca92627b1187b0996d"/><file name="ag.png" hash="7b00bd7c2754618d57b78c407d6b542a"/><file name="al.png" hash="3f8b9ccd82877835192c5235e84ea543"/><file name="am.png" hash="f1f48cdf20af82bd4e708f40a844c08e"/><file name="ao.png" hash="13dd9ec64e95578da89ac092ea6bc49d"/><file name="ar.png" hash="e2a2372c9190c58e450d563c857cf932"/><file name="at.png" hash="0ed42d4df345bbe1a9eacc40a1ba9891"/><file name="au.png" hash="95609fc7efb05fab769b08c567dcafe3"/><file name="az.png" hash="82ee424e37625aa0bc6f0f2e2798ff33"/><file name="ba.png" hash="098a79c08cd07a7940affe818d8108d2"/><file name="bb.png" hash="237f1706a74e31a1f0f40080285af716"/><file name="bd.png" hash="5dd17c6db835d0e611b582a9aab36a69"/><file name="be.png" hash="140b16e73953d41b172e5a13106d96d7"/><file name="bf.png" hash="8bf9167bd4d4c8ab177590a03f18cb3a"/><file name="bg.png" hash="5f21946772326567c3bc2eb62693862d"/><file name="bh.png" hash="40acbad63f1ebb842cac8225198caa80"/><file name="bi.png" hash="ef7a1794da922df0876811e673795b40"/><file name="bj.png" hash="e776d8d30d79c46196bf63cf3698a005"/><file name="bn.png" hash="6f8378e8492e6d65297a878000d86cdd"/><file name="bo.png" hash="42addc49c770236532fb3425c39e855e"/><file name="br.png" hash="5820e89cdd217f41a8160611c2772450"/><file name="bs.png" hash="f10c1553ab9d8d3f50fa50789a0ec14d"/><file name="bt.png" hash="edced8a66c05b17cb3a66f4edab81537"/><file name="bw.png" hash="87ad8d31999e9f3dcf4af9b4002bd198"/><file name="by.png" hash="74271a2d533cf0f010f684527506a1b7"/><file name="bz.png" hash="3e6e3a59ea76dd361dd44c59e878cce1"/><file name="ca.png" hash="bde2e7c28a15fef7c21023d0d42e0af6"/><file name="cd.png" hash="43c7041408a403b5a5bff6ee5c486dcb"/><file name="cf.png" hash="8b0f9b4821681f89adc2a05cc9cb93f8"/><file name="cg.png" hash="69fc1655e73b91d5de5e526eb77a25dd"/><file name="ch.png" hash="4bd0882fe41076facbed622f45f5fe12"/><file name="ci.png" hash="33d6b8f53b17b291c82ba89268cc33c3"/><file name="cl.png" hash="97ac63f223ad9b8c9c89ede5a463fe16"/><file name="cm.png" hash="3a02cc8fd12eb3d46785b043eb1b4843"/><file name="cn.png" hash="7d8619cadee5b9bc776bee8c7c0d9bff"/><file name="co.png" hash="01799343910800de170f5bd2842f8610"/><file name="cr.png" hash="a261c45d21511884d98938746a88cda9"/><file name="cu.png" hash="6374430cbe6044d27a1e873982cb0e76"/><file name="cv.png" hash="ad5a8d21169eaa192fed00d022f3e970"/><file name="cy.png" hash="394575dc8ccea26e40ceb8059ed32140"/><file name="cz.png" hash="a25b0e8335083286931938e0b9203176"/><file name="de.png" hash="d5af4cc2395e7221e0fc625f892b44fb"/><file name="dj.png" hash="ad81ed92212c8118daf1227547fa672f"/><file name="dk.png" hash="d4a4b2d8804d713a687690e8d5d86b0d"/><file name="dm.png" hash="3d0dcb98ba84de45ba9f95f829530e75"/><file name="do.png" hash="579619d7a624dd7ee8d01ac1f2128a1e"/><file name="dz.png" hash="d798915a98660a226bb0418c6cf3ef4f"/><file name="ec.png" hash="84126d2520a0d9f993d3237725a7f907"/><file name="ee.png" hash="9d6bb07ed60ff800bb61f5bb0aaad99a"/><file name="eg.png" hash="984c617fe29427198dcbf7d41170e94b"/><file name="eh.png" hash="703d4e948c1f575016157e657d16b4f1"/><file name="en.png" hash="ffdfe557dee5d9f7ff9744708762bf67"/><file name="er.png" hash="847e75043e54c4aa95c219dd05605880"/><file name="es.png" hash="38970876b2bfb01c903419f91f026878"/><file name="et.png" hash="a7838af033c27a4d5d81e5e964dd45f5"/><file name="fi.png" hash="d64cea1ef1a5994aadcc6380bc3f33d6"/><file name="fj.png" hash="5f0f59be9e403329fa7059ab48609118"/><file name="flags-mini.zip" hash="7221658c2d26144a361403723d278205"/><file name="fm.png" hash="437654b1e67bbf1f90e971222fab6974"/><file name="fr.png" hash="6a705fd57e522b3644597d03606d3e17"/><file name="ga.png" hash="619b7bd8cbd79d04949f86b8fef80bc6"/><file name="gd.png" hash="722b7d1192b950ee6d93a02d2a5e4ba7"/><file name="ge.png" hash="930de4a6c9eab9cae548938903500d28"/><file name="gh.png" hash="ad81a6bdafb414b363d08180caf6a8e3"/><file name="gm.png" hash="f16737716084f29a9d9ba01501fb8732"/><file name="gn.png" hash="b36b8a91e876b1d9b11d020c81a2b806"/><file name="gq.png" hash="20bb217c3333a4a0a361581d84ca5326"/><file name="gr.png" hash="2841baa87ea947e5e3bc80278627d5da"/><file name="gt.png" hash="ef388b528291fd6f7742d3b4b0cd3800"/><file name="gw.png" hash="27e732fe984241041a09315ac235a923"/><file name="gy.png" hash="c2083c5428dec76473780cc97f7449a1"/><file name="hn.png" hash="b630fa10ad4fa8762215dc9e716c5466"/><file name="hr.png" hash="e8c7e75fa9eed2ae2b2ba34dd73e56e6"/><file name="ht.png" hash="d125e54a88ac04211b61d49a7fc0cc70"/><file name="hu.png" hash="96db67ede070c6a86a778660d80e7e26"/><file name="id.png" hash="63199df1f7136f80ca81d95190899db7"/><file name="ie.png" hash="d0088733cda1245823726ecf8018ab69"/><file name="il.png" hash="15b6e79abb6f553938b24d949fea1ffd"/><file name="in.png" hash="11addda3b86a7f8fc55abfd80a38f7a5"/><file name="iq.png" hash="35ee00f1ec3e5815ec3890ff397f2ba0"/><file name="ir.png" hash="a0db2ed68e2e29cc366e019e4c676262"/><file name="is.png" hash="1a39e1dec42eb5c8e5cc98bcb6e71c37"/><file name="it.png" hash="502d044737b407caa56138bc8235e55a"/><file name="jm.png" hash="fb67cd9833b430b1081b68d8bea97a4e"/><file name="jo.png" hash="ded495d673605aca3ddb9bd5cc6e2ca3"/><file name="jp.png" hash="64a5be7e6bdc94ba6866bab79b44eabc"/><file name="ke.png" hash="6f58b731e1f6dd7b13cb659e8ff04154"/><file name="kg.png" hash="229cf7889548451a8d467b85d06c212a"/><file name="kh.png" hash="1cd4d9aeaed32e129f54408cb2cda3d7"/><file name="ki.png" hash="b0596385cffbe421730b16f4a2e0d290"/><file name="km.png" hash="657977b976bcbf8c03bcac268814d020"/><file name="kn.png" hash="f89b4a2d2fd0b44e22b4281a7740e4c7"/><file name="kp.png" hash="fd794d0813a3da085113804070ec89e1"/><file name="kr.png" hash="cf0e98be60de5bf10f6dcff1ea224720"/><file name="ks.png" hash="9cb1c058d614957a6c3f04bb8384d672"/><file name="kw.png" hash="2f9130a5d176b54f632f7bb08860f28e"/><file name="kz.png" hash="288a3b09f8dd0b6b251c2a9759ff61e1"/><file name="la.png" hash="07f807a8c739bead3997a11ed6c741b1"/><file name="lb.png" hash="23b9b946942bc2c3ac2242e5675d810f"/><file name="lc.png" hash="2e7aba2fb74c757f79f500dea57fc69c"/><file name="li.png" hash="e826167750c88d94c5eb43c043ba3907"/><file name="lk.png" hash="4463604a10b4b7a3679bd45c76b56dd1"/><file name="lr.png" hash="2cb94086e7fcc2042435c7b69f1e6438"/><file name="ls.png" hash="86bc8c806555483bfa59cfc36d485f66"/><file name="lt.png" hash="35dfa78cf04b6571cc82e7a356641f1b"/><file name="lu.png" hash="329ad84226aacd1e22695cb72c2822cd"/><file name="lv.png" hash="ba99fb872543c7d4853b50f788e2fda0"/><file name="ly.png" hash="1d232daa96e0f7ca7e1ecdec5e6d8371"/><file name="ma.png" hash="006f06311e103a2efb9618f485685300"/><file name="mc.png" hash="6abe8119c30e760986c705c361211fc6"/><file name="md.png" hash="b5904d63976ccfe9985238b76e8b49e0"/><file name="me.png" hash="b7bf90515ff08512425929ff2734f5a5"/><file name="mg.png" hash="896adcfd3afa8f292e25ecaf5e57956e"/><file name="mh.png" hash="50165a2514b035e3482d6d2f4876d8ec"/><file name="mk.png" hash="1016d35de15d82434e06bffda64d421b"/><file name="ml.png" hash="9b3b0773ec50db0f0d775c9776e74c04"/><file name="mm.png" hash="cdafdf2162e5cb1c8b8e312b9f4cfec8"/><file name="mn.png" hash="faa28969f96cae1085cc6c8d9234dbe4"/><file name="mr.png" hash="d83fb1097bcb99133d9d224d06207d71"/><file name="mt.png" hash="ac23976d3a0d2873b7fb72c8503018bf"/><file name="mu.png" hash="bda1ed19036d5716a1aea8ddd23f5b24"/><file name="mv.png" hash="a5e4d4f9d846ba2df572f7855e5d153c"/><file name="mw.png" hash="73ce56eeac955942ab87f6714c2b2f1c"/><file name="mx.png" hash="515daf584560866ba82458a2841b2c5c"/><file name="my.png" hash="ec302b316857c5a655e9d0838a7299bf"/><file name="mz.png" hash="b1a305321450ff8cfacb7b51ef54702e"/><file name="na.png" hash="6b1782b56d5607651fd8467a3282becf"/><file name="ne.png" hash="fd7a4ac6a5b0bfcd11e19b59e4eb9491"/><file name="ng.png" hash="fbdc831cab445407014a8be0cd9d1f9b"/><file name="ni.png" hash="87be5b122aaafed59e42a1c94472f4ca"/><file name="nl.png" hash="b7d65809e5c02d8d36c01a08adc32ee4"/><file name="no.png" hash="87f804f26166303a42d85ceba925ff82"/><file name="np.png" hash="6e43bb94985c756a15b7ad47e1be25a9"/><file name="nr.png" hash="01771f576a6a73750637796ca4f9b1d1"/><file name="nz.png" hash="a37276b951a51d5b4cbf5169b3fbe899"/><file name="om.png" hash="2c13864af6fa36541fc66a6e8f3af91e"/><file name="pa.png" hash="b79104676e49981ca9937015349c63e0"/><file name="pe.png" hash="80a714541ee3a84286f79f31abef7232"/><file name="pg.png" hash="0fd60c1657cf591650ea7672ce1189af"/><file name="ph.png" hash="47942dfa29448f707cc8aea171d120bf"/><file name="pk.png" hash="047cccacc9290dd94a3d5febc0499cf8"/><file name="pl.png" hash="7b8a0298dac0a7f273d5e6b741f8038f"/><file name="pt.png" hash="3141bfbda3235bc2f950243981753a23"/><file name="pw.png" hash="6eaebbe7b69c3bf9c3c50f4c3cc9100f"/><file name="py.png" hash="948dc594390295dc43a22bb228ff8296"/><file name="qa.png" hash="237556d7031c9d09e86e8b806310eef3"/><file name="ro.png" hash="5508a42870fb98d3dc1281133e36908e"/><file name="rs.png" hash="e81f589284efdc070501b676cbf2440a"/><file name="ru.png" hash="46378f0d5a6e8339db251971fa05acc8"/><file name="rw.png" hash="4afb87332945b130e463fc5b7706caf8"/><file name="sa.png" hash="2cf7460d937ea6ac4aa80c84722ff127"/><file name="sb.png" hash="ec4690d32d683027cab5475fbc6817eb"/><file name="sc.png" hash="6b232689798b91d278928c5f8db684b6"/><file name="sd.png" hash="3ec6b86188d06cc95af59a4401fa51c1"/><file name="se.png" hash="34ca8036ec0d98e5b8f0972e7c3b690c"/><file name="sg.png" hash="0df385a93794a40b8927d9b6fe8c8ab4"/><file name="si.png" hash="7c0304b3da174716cb637e559ba30462"/><file name="sk.png" hash="f1192c4beac2189817b990302d6023c0"/><file name="sl.png" hash="dded38a2eedec2575e7200753a8d2c0c"/><file name="sm.png" hash="fce953adb78a308692ae504f8bc68a03"/><file name="sn.png" hash="dee77d596acc5a7045db7c0eca9996e6"/><file name="so.png" hash="a88729fc16aa813315a7edc1374e34e5"/><file name="sr.png" hash="6cd104e7e702c0f17a80be2da797b2c2"/><file name="st.png" hash="ac34029ffd9ab8b0f14669295f838a92"/><file name="sv.png" hash="87de653ebd702dc2c1908bdad6b5e07d"/><file name="sy.png" hash="2c0f028a239914970be87e691bcd3907"/><file name="sz.png" hash="06cf5b39e7ade92fa9d29619f69fa0e6"/><file name="td.png" hash="323ae3550138d0054343f3d75367bfb1"/><file name="tg.png" hash="bf0360afe91efa96d766bc9de7b4726d"/><file name="th.png" hash="7c7f53c225be44fc2897dd007549245b"/><file name="tj.png" hash="472b4679950b9562d3618b9c9ef518d5"/><file name="tl.png" hash="7197fb1849ba9c8c7f9b1e240e37b85b"/><file name="tm.png" hash="177489fdf6e6380131c2f989a1467b24"/><file name="tn.png" hash="162105faa75e6ceb9f0e5b982343a07c"/><file name="to.png" hash="a96505c14820af79abb3567056abca39"/><file name="tr.png" hash="8307e3e68476fe75f0a396b8e96761d3"/><file name="tt.png" hash="304a6848ef200b4d3cde0b1d5cc5523e"/><file name="tv.png" hash="ed5ffe4560b8b651b0d321bc6f6875c7"/><file name="tw.png" hash="56d7df67199ebcce42d70cea202b8a36"/><file name="tz.png" hash="1675509852611fabc2d11966274f5617"/><file name="ua.png" hash="dc3eb73822683ea9980711d34cc01d68"/><file name="ug.png" hash="e7ef297a425c8ac105b5e52c2e338794"/><file name="us.png" hash="1fac8f33d3c11a92fc7913f27df16339"/><file name="uy.png" hash="e00ba3948043a99ab07db91db8dd94f3"/><file name="uz.png" hash="2cb5bc704b35ef438b92824dd1cb7c83"/><file name="va.png" hash="4e3061c712414e91d312ca5a587ea24c"/><file name="vc.png" hash="0ee195323c3613d5e5d635a445c922df"/><file name="ve.png" hash="019c86c82fe6a1ad59ec5d800db3a66f"/><file name="vn.png" hash="d33f6ad2504d1559b10e0f6f084cbe59"/><file name="vu.png" hash="fe3acbd24eb0e11f45cdc3cd6b2a22ea"/><file name="ws.png" hash="bd859467d80a0740bb5ab950def621f2"/><file name="ye.png" hash="47036485a58d485f9cbbc8c661daf8d3"/><file name="za.png" hash="6d0a8ef2e6bdd3325e86b2fe9ec74cf9"/><file name="zm.png" hash="cc14e520271994baccd073ffb852d144"/><file name="zw.png" hash="16b7534269b89084bbdab36c8da5da2e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Textmaster_Textmaster.xml" hash="c7189ff759aac7e98638198ba1b59e96"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Textmaster_Textmaster.csv" hash="446e4803276a66339989c219bc7cc548"/></dir><dir name="en_US"><file name="Textmaster_Textmaster.csv" hash="6ca63589043e2ef58500bb62cbc13a72"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.2</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|