Version Notes
First stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | Magmodules_Feedbackcompany |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog.php +1 -1
- app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews.php +1 -1
- app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Info/Info.php +15 -15
- app/code/local/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbackreviewsController.php +0 -2
- app/code/local/Magmodules/Feedbackcompany/etc/adminhtml.xml +1 -1
- app/code/local/Magmodules/Feedbackcompany/etc/config.xml +1 -1
- app/code/local/Magmodules/Feedbackcompany/etc/system.xml +9 -1
- app/design/frontend/base/default/layout/magmodules_feedbackcompany.xml +1 -5
- app/design/frontend/base/default/template/magmodules/feedbackcompany/widget/richsnippets.phtml +17 -10
- app/locale/en_US/Magmodules_Feedbackcompany.csv +75 -60
- app/locale/nl_NL/Magmodules_Feedbackcompany.csv +113 -100
- package.xml +4 -4
app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog.php
CHANGED
@@ -25,7 +25,7 @@ class Magmodules_Feedbackcompany_Block_Adminhtml_Feedbacklog extends Mage_Adminh
|
|
25 |
public function __construct() {
|
26 |
$this->_controller = 'adminhtml_feedbacklog';
|
27 |
$this->_blockGroup = 'feedbackcompany';
|
28 |
-
$this->_headerText = Mage::helper('feedbackcompany')->__('
|
29 |
parent::__construct();
|
30 |
$this->_removeButton('add');
|
31 |
|
25 |
public function __construct() {
|
26 |
$this->_controller = 'adminhtml_feedbacklog';
|
27 |
$this->_blockGroup = 'feedbackcompany';
|
28 |
+
$this->_headerText = Mage::helper('feedbackcompany')->__('The Feedback Company - Logs');
|
29 |
parent::__construct();
|
30 |
$this->_removeButton('add');
|
31 |
|
app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews.php
CHANGED
@@ -25,7 +25,7 @@ class Magmodules_Feedbackcompany_Block_Adminhtml_Feedbackreviews extends Mage_Ad
|
|
25 |
public function __construct() {
|
26 |
$this->_controller = 'adminhtml_feedbackreviews';
|
27 |
$this->_blockGroup = 'feedbackcompany';
|
28 |
-
$this->_headerText = Mage::helper('feedbackcompany')->__('
|
29 |
parent::__construct();
|
30 |
$this->_removeButton('add');
|
31 |
|
25 |
public function __construct() {
|
26 |
$this->_controller = 'adminhtml_feedbackreviews';
|
27 |
$this->_blockGroup = 'feedbackcompany';
|
28 |
+
$this->_headerText = Mage::helper('feedbackcompany')->__('The Feedback Company - Reviews');
|
29 |
parent::__construct();
|
30 |
$this->_removeButton('add');
|
31 |
|
app/code/local/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Info/Info.php
CHANGED
@@ -21,34 +21,34 @@
|
|
21 |
|
22 |
class Magmodules_Feedbackcompany_Block_Adminhtml_Widget_Info_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
|
23 |
|
24 |
-
|
25 |
-
|
26 |
<h4>About Magmodules.eu</h4>
|
27 |
<p>We are a Magento only E-commerce Agency located in the Netherlands.<br>
|
28 |
-
|
29 |
-
|
30 |
<tr>
|
31 |
-
<td width="
|
32 |
-
<td width="
|
33 |
</tr>
|
34 |
-
|
35 |
-
<td
|
36 |
-
<td width="36%"><a href="mailto:info@magmodules.eu">info@magmodules.eu</a></td>
|
37 |
</tr>
|
38 |
<tr>
|
39 |
-
<td
|
40 |
-
<td
|
41 |
</tr>
|
42 |
<tr>
|
43 |
<td> </td>
|
44 |
<td> </td>
|
45 |
</tr>
|
46 |
<tr>
|
47 |
-
<td
|
|
|
48 |
</tr>
|
49 |
</table>
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
|
54 |
}
|
21 |
|
22 |
class Magmodules_Feedbackcompany_Block_Adminhtml_Widget_Info_Info extends Mage_Adminhtml_Block_Abstract implements Varien_Data_Form_Element_Renderer_Interface {
|
23 |
|
24 |
+
public function render(Varien_Data_Form_Element_Abstract $element) {
|
25 |
+
$html = '<div style="background:url(\'http://www.magmodules.eu/_logo.png\') no-repeat scroll 15px center #EAF0EE;border:1px solid #CCCCCC;margin-bottom:10px;padding:10px 5px 5px 200px;">
|
26 |
<h4>About Magmodules.eu</h4>
|
27 |
<p>We are a Magento only E-commerce Agency located in the Netherlands.<br>
|
28 |
+
<br />
|
29 |
+
<table width="500px" border="0">
|
30 |
<tr>
|
31 |
+
<td width="58%">View more extensions from us:</td>
|
32 |
+
<td width="42%"><a href="http://www.magentocommerce.com/magento-connect/developer/Magmodules" target="_blank">Magento Connect</a></td>
|
33 |
</tr>
|
34 |
+
<td>Send us an E-mail:
|
35 |
+
<td><a href="mailto:info@magmodules.eu">info@magmodules.eu</a></td>
|
|
|
36 |
</tr>
|
37 |
<tr>
|
38 |
+
<td height="30">Visit our website:</td>
|
39 |
+
<td><a href="http://www.magmodules.eu" target="_blank">www.magmodules.eu</a></td>
|
40 |
</tr>
|
41 |
<tr>
|
42 |
<td> </td>
|
43 |
<td> </td>
|
44 |
</tr>
|
45 |
<tr>
|
46 |
+
<td height="30"><strong>Need help?</strong></td>
|
47 |
+
<td><strong><a href="http://www.magmodules.eu/help/feedbackcompany" target="_blank">Online manual</a></strong></td>
|
48 |
</tr>
|
49 |
</table>
|
50 |
+
</div>';
|
51 |
+
return $html;
|
52 |
+
}
|
53 |
|
54 |
}
|
app/code/local/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbackreviewsController.php
CHANGED
@@ -58,8 +58,6 @@ class Magmodules_Feedbackcompany_Adminhtml_FeedbackreviewsController extends Mag
|
|
58 |
}
|
59 |
|
60 |
public function testapiAction() {
|
61 |
-
Mage::getSingleton('adminhtml/session')->addSuccess(Mage::helper('feedbackcompany')->__('TODO: repsonse code van de API', $xml));
|
62 |
-
Mage::getSingleton('adminhtml/session')->addError(Mage::helper('feedbackcompany')->__('TODO: repsonse code van de API', $xml));
|
63 |
$this->_redirect('adminhtml/system_config/edit/section/feedbackcompany');
|
64 |
}
|
65 |
|
58 |
}
|
59 |
|
60 |
public function testapiAction() {
|
|
|
|
|
61 |
$this->_redirect('adminhtml/system_config/edit/section/feedbackcompany');
|
62 |
}
|
63 |
|
app/code/local/Magmodules/Feedbackcompany/etc/adminhtml.xml
CHANGED
@@ -42,7 +42,7 @@
|
|
42 |
<action>adminhtml/feedbacklog/</action>
|
43 |
</feedbackcompany_log>
|
44 |
<feedbackcompany_config module="feedbackcompany">
|
45 |
-
<title>
|
46 |
<sort_order>120</sort_order>
|
47 |
<action>adminhtml/system_config/edit/section/feedbackcompany</action>
|
48 |
</feedbackcompany_config>
|
42 |
<action>adminhtml/feedbacklog/</action>
|
43 |
</feedbackcompany_log>
|
44 |
<feedbackcompany_config module="feedbackcompany">
|
45 |
+
<title>Config</title>
|
46 |
<sort_order>120</sort_order>
|
47 |
<action>adminhtml/system_config/edit/section/feedbackcompany</action>
|
48 |
</feedbackcompany_config>
|
app/code/local/Magmodules/Feedbackcompany/etc/config.xml
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
<config>
|
25 |
<modules>
|
26 |
<Magmodules_Feedbackcompany>
|
27 |
-
<version>1.0.
|
28 |
</Magmodules_Feedbackcompany>
|
29 |
</modules>
|
30 |
<global>
|
24 |
<config>
|
25 |
<modules>
|
26 |
<Magmodules_Feedbackcompany>
|
27 |
+
<version>1.0.2</version>
|
28 |
</Magmodules_Feedbackcompany>
|
29 |
</modules>
|
30 |
<global>
|
app/code/local/Magmodules/Feedbackcompany/etc/system.xml
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
</tabs>
|
31 |
<sections>
|
32 |
<feedbackcompany translate="label" module="feedbackcompany">
|
33 |
-
<label>
|
34 |
<tab>magmodules</tab>
|
35 |
<frontend_type>text</frontend_type>
|
36 |
<sort_order>40</sort_order>
|
@@ -53,6 +53,7 @@
|
|
53 |
<show_in_website>1</show_in_website>
|
54 |
<show_in_store>1</show_in_store>
|
55 |
<expanded>1</expanded>
|
|
|
56 |
<comment>
|
57 |
<![CDATA[
|
58 |
<script>
|
@@ -90,6 +91,8 @@
|
|
90 |
<show_in_default>1</show_in_default>
|
91 |
<show_in_website>0</show_in_website>
|
92 |
<show_in_store>1</show_in_store>
|
|
|
|
|
93 |
</company>
|
94 |
<api_id translate="label">
|
95 |
<label>The Feedback Company ID</label>
|
@@ -118,6 +121,7 @@
|
|
118 |
<show_in_default>1</show_in_default>
|
119 |
<show_in_website>1</show_in_website>
|
120 |
<show_in_store>1</show_in_store>
|
|
|
121 |
</cron>
|
122 |
<cron_stats translate="label">
|
123 |
<label>Update Summary</label>
|
@@ -128,6 +132,8 @@
|
|
128 |
<show_in_website>1</show_in_website>
|
129 |
<show_in_store>1</show_in_store>
|
130 |
<depends><cron>1</cron></depends>
|
|
|
|
|
131 |
</cron_stats>
|
132 |
<cron_reviews translate="label">
|
133 |
<label>Update Reviews</label>
|
@@ -138,6 +144,7 @@
|
|
138 |
<show_in_website>1</show_in_website>
|
139 |
<show_in_store>1</show_in_store>
|
140 |
<depends><cron>1</cron></depends>
|
|
|
141 |
</cron_reviews>
|
142 |
<cron_all translate="label">
|
143 |
<label>Update Review History</label>
|
@@ -148,6 +155,7 @@
|
|
148 |
<show_in_website>1</show_in_website>
|
149 |
<show_in_store>1</show_in_store>
|
150 |
<depends><cron>1</cron></depends>
|
|
|
151 |
</cron_all>
|
152 |
<lastrun translate="label">
|
153 |
<label>Last Update</label>
|
30 |
</tabs>
|
31 |
<sections>
|
32 |
<feedbackcompany translate="label" module="feedbackcompany">
|
33 |
+
<label>The Feedback Company</label>
|
34 |
<tab>magmodules</tab>
|
35 |
<frontend_type>text</frontend_type>
|
36 |
<sort_order>40</sort_order>
|
53 |
<show_in_website>1</show_in_website>
|
54 |
<show_in_store>1</show_in_store>
|
55 |
<expanded>1</expanded>
|
56 |
+
|
57 |
<comment>
|
58 |
<![CDATA[
|
59 |
<script>
|
91 |
<show_in_default>1</show_in_default>
|
92 |
<show_in_website>0</show_in_website>
|
93 |
<show_in_store>1</show_in_store>
|
94 |
+
<tooltip>You can find this information in your The Feedback Company account</tooltip>
|
95 |
+
|
96 |
</company>
|
97 |
<api_id translate="label">
|
98 |
<label>The Feedback Company ID</label>
|
121 |
<show_in_default>1</show_in_default>
|
122 |
<show_in_website>1</show_in_website>
|
123 |
<show_in_store>1</show_in_store>
|
124 |
+
<tooltip>Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help.</tooltip>
|
125 |
</cron>
|
126 |
<cron_stats translate="label">
|
127 |
<label>Update Summary</label>
|
132 |
<show_in_website>1</show_in_website>
|
133 |
<show_in_store>1</show_in_store>
|
134 |
<depends><cron>1</cron></depends>
|
135 |
+
<tooltip>Select the schedule for automatic updating</tooltip>
|
136 |
+
|
137 |
</cron_stats>
|
138 |
<cron_reviews translate="label">
|
139 |
<label>Update Reviews</label>
|
144 |
<show_in_website>1</show_in_website>
|
145 |
<show_in_store>1</show_in_store>
|
146 |
<depends><cron>1</cron></depends>
|
147 |
+
<tooltip>Select the schedule for automatic updating</tooltip>
|
148 |
</cron_reviews>
|
149 |
<cron_all translate="label">
|
150 |
<label>Update Review History</label>
|
155 |
<show_in_website>1</show_in_website>
|
156 |
<show_in_store>1</show_in_store>
|
157 |
<depends><cron>1</cron></depends>
|
158 |
+
<tooltip>Select the schedule for automatic updating</tooltip>
|
159 |
</cron_all>
|
160 |
<lastrun translate="label">
|
161 |
<label>Last Update</label>
|
app/design/frontend/base/default/layout/magmodules_feedbackcompany.xml
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<action method="addCss"><stylesheet>magmodules/feedbackcompany/sidebar.css</stylesheet></action>
|
|
|
6 |
</reference>
|
7 |
<reference name="left">
|
8 |
<block type="feedbackcompany/sidebar" name="left.feedbackcompany" template="magmodules/feedbackcompany/sidebar/left.phtml" />
|
@@ -28,9 +29,4 @@
|
|
28 |
<remove name="right.feedbackcompany" />
|
29 |
</reference>
|
30 |
</feedbackcompany_index_index>
|
31 |
-
<cms_index_index>
|
32 |
-
<reference name="head">
|
33 |
-
<action method="addCss"><stylesheet>magmodules/feedbackcompany/richsnippets.css</stylesheet></action>
|
34 |
-
</reference>
|
35 |
-
</cms_index_index>
|
36 |
</layout>
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<action method="addCss"><stylesheet>magmodules/feedbackcompany/sidebar.css</stylesheet></action>
|
6 |
+
<action method="addCss"><stylesheet>magmodules/feedbackcompany/richsnippets.css</stylesheet></action>
|
7 |
</reference>
|
8 |
<reference name="left">
|
9 |
<block type="feedbackcompany/sidebar" name="left.feedbackcompany" template="magmodules/feedbackcompany/sidebar/left.phtml" />
|
29 |
<remove name="right.feedbackcompany" />
|
30 |
</reference>
|
31 |
</feedbackcompany_index_index>
|
|
|
|
|
|
|
|
|
|
|
32 |
</layout>
|
app/design/frontend/base/default/template/magmodules/feedbackcompany/widget/richsnippets.phtml
CHANGED
@@ -21,14 +21,21 @@
|
|
21 |
*/
|
22 |
?>
|
23 |
<?php if(($this->getSnippetsEnabled()) && ($snippets = $this->getSnippets())) { ?>
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
<
|
28 |
-
|
29 |
-
<
|
30 |
-
|
|
|
|
|
31 |
</div>
|
32 |
-
</div>
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
|
|
|
21 |
*/
|
22 |
?>
|
23 |
<?php if(($this->getSnippetsEnabled()) && ($snippets = $this->getSnippets())) { ?>
|
24 |
+
<?php if(Mage::getBlockSingleton('page/html_header')->getIsHomePage()) { ?>
|
25 |
+
<div class="feedbackcompany-snippets">
|
26 |
+
<?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
|
27 |
+
<div itemscope="itemscope" itemtype="http://schema.org/Product">
|
28 |
+
<meta itemprop="name" content="<?php echo $snippets->getCompany(); ?>">
|
29 |
+
<div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating">
|
30 |
+
<meta itemprop="bestRating" content="100">
|
31 |
+
<p><?php echo Mage::helper('feedbackcompany')->__('Rating %s based on %s customer reviews', '<span itemprop="ratingValue">' . $snippets->getPercentage() . '</span>%', '<span itemprop="reviewCount">' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
|
32 |
+
</div>
|
33 |
</div>
|
34 |
+
</div>
|
35 |
+
<?php } else { ?>
|
36 |
+
<div class="feedbackcompany-snippets">
|
37 |
+
<?php echo $this->getHtmlStars($snippets->getPercentage()); ?>
|
38 |
+
<p><?php echo Mage::helper('feedbackcompany')->__('Rating %s based on %s customer reviews', '<span>' . $snippets->getPercentage() . '</span>%', '<span>' . $snippets->getVotes() . '</span>') ?> <?php echo $this->getExternalLink(); ?> </p>
|
39 |
+
</div>
|
40 |
+
<?php } ?>
|
41 |
+
<?php } ?>
|
app/locale/en_US/Magmodules_Feedbackcompany.csv
CHANGED
@@ -1,115 +1,130 @@
|
|
1 |
-
"
|
2 |
"%s new review(s)","%s new review(s)"
|
3 |
"%s review(s) updated","%s review(s) updated"
|
4 |
-
"
|
|
|
|
|
5 |
"Add Rich Snippets","Add Rich Snippets"
|
6 |
"Add to Sidebar","Add to Sidebar"
|
7 |
"Add to Sidebar Homepage","Add to Sidebar Homepage"
|
8 |
-
"Aftersales","Aftersales"
|
9 |
-
"
|
|
|
10 |
"Are you sure you want to cleanup logfiles?","Are you sure you want to cleanup logfiles?"
|
11 |
"Are you sure you want to delete all reviews?","Are you sure you want to delete all reviews?"
|
12 |
"Auto Cleaning","Auto Cleaning"
|
13 |
-
"
|
14 |
"Can be obtained from the Feedbackcompany Dashboard","Can be obtained from the Feedbackcompany Dashboard"
|
15 |
-
"
|
16 |
-
"Character length of Reviews","Character length of Reviews"
|
17 |
-
"Connector Code","Connector Code"
|
18 |
-
"Company","Company"
|
19 |
"Clean after Days","Clean After Days"
|
20 |
"Cleanup Log","Cleanup Log"
|
|
|
|
|
|
|
|
|
|
|
21 |
"Delay","Delay"
|
|
|
22 |
"Delete all reviews","Delete all reviews"
|
23 |
-
"
|
24 |
-
"Delivery Time","Delivery Time"
|
25 |
"Enable Log Function","Enable Log Function"
|
26 |
"Enabled","Enabled"
|
27 |
-
"Experience","Experience"
|
28 |
"Every 15 minutes","Every 15 minutes"
|
29 |
"Every Hour","Every Hour"
|
30 |
"Every other Hour","Every other Hour"
|
31 |
-
"
|
32 |
-
"Once a Day","Once a Day"
|
33 |
-
"Once a Week","Once a Week"
|
34 |
-
"Feedbackcompany Config","Feedbackcompany Config"
|
35 |
"Feedbackcompany Custom Blocks","Feedbackcompany Custom Blocks"
|
36 |
"Feedbackcompany Import Reviews","Feedbackcompany Import Reviews"
|
37 |
-
"Feedbackcompany Log","Feedbackcompany Log"
|
38 |
"Feedbackcompany Log Settings","Feedbackcompany Log Settings"
|
39 |
"Feedbackcompany Overview Page","Feedbackcompany Overview Page"
|
40 |
-
"Feedbackcompany Reviews","Feedbackcompany Reviews"
|
41 |
"Feedbackcompany Reviews Sidebar","Feedbackcompany Reviews Sidebar"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"General
|
45 |
-
"
|
|
|
|
|
|
|
46 |
"Invitation Call","Invitation Call"
|
47 |
-
"Intro","Intro"
|
48 |
-
"Invitation e-mail is sent after such status is achieved","Invitation e-mail is sent after such status is achieved"
|
49 |
"Invitation to write the customer experience","Invitation to write the customer experience"
|
50 |
-
"If yes, customers will get new review reminders for every new order.","If yes, customers will get new review reminders for every new order."
|
51 |
"Last Update","Last Update"
|
52 |
-
"
|
|
|
53 |
"Left Sidebar","Left Sidebar"
|
54 |
-
"
|
55 |
"Link to","Link to"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
"Maximum Delay","Maximum Delay"
|
60 |
"Meta Data","Meta Data"
|
61 |
-
"Meta Description","Meta Description"
|
62 |
"Meta Keywords","Meta Keywords"
|
63 |
-
"
|
64 |
-
"
|
65 |
"Number of Reviews","Number of Reviews"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
"Please select item(s)","Please select item(s)"
|
72 |
-
"Price / Quality","Price / Quality"
|
73 |
-
"Price Quality","Price Quality"
|
74 |
"Process Manually","Process Manually"
|
|
|
|
|
75 |
"Rating %s based on %s customer reviews","Rating %s based on %s customer reviews"
|
|
|
|
|
76 |
"Remove from Sidebar","Remove from Sidebar"
|
77 |
-
"
|
78 |
"Resend if Double","Resend if Double"
|
79 |
-
"
|
|
|
|
|
80 |
"Rich Snippets is a schema.org markup that makes it possible to give richer and more specific information. <br/> The Rich Snippets will show your store rating in the google search engine results. <br/><br/>Use: {{block type=""feedbackcompany/snippets"" name=""webwinkelsnippets""}} to call the block on the homepage.<br/><br/>","Rich Snippets is a schema.org markup that makes it possible to give richer and more specific information. <br/> The Rich Snippets will show your store rating in the google search engine results. <br/><br/>Use: {{block type=""feedbackcompany/snippets"" name=""webwinkelsnippets""}} to call the block on the homepage.<br/><br/>"
|
|
|
81 |
"Right Sidebar","Right Sidebar"
|
|
|
|
|
|
|
82 |
"Select the schedule for automatic updating","Select the schedule for automatic updating"
|
83 |
-
"Send invitation?","Send invitation?"
|
84 |
"Send customers automatically receive an invitation to share a customer experience.","Send customers automatically receive an invitation to share a customer experience."
|
85 |
"Send the invitation reminder x days after the previous reminder. 0 = none","Send the invitation reminder x days after the previous reminder. 0 = none"
|
86 |
-
"
|
87 |
-
"Set to invisible","Set to invisible"
|
88 |
-
"Set to visible","Set to visible"
|
89 |
-
"Shop","Shop",
|
90 |
-
"Show Sidebar","Show Sidebar"
|
91 |
-
"Show the latest reviews directly in the right or left area of your store to gain trust and directly show your client reviews.<br/><br/>","Show the latest reviews directly in the right or left area of your store to gain trust and directly show your client reviews.<br/><br/>"
|
92 |
-
"Showing the sidebar ensures a higher confidence. Visitors also do not have to leave to check the reviews which increases your conversion.","Showing the sidebar ensures a higher confidence. Visitors also do not have to leave to check the reviews which increases your conversion."
|
93 |
-
"Showing the sidebar ensures a higher confidence. Visitors can read the reviews without leaving the store.","Showing the sidebar ensures a higher confidence. Visitors can read the reviews without leaving the store."
|
94 |
"Sidebar","Sidebar"
|
95 |
-
"
|
96 |
-
"
|
|
|
|
|
97 |
"Succefully deleted all %s saved review(s).","Succefully deleted all %s saved review(s)."
|
|
|
98 |
"The Feedback Company","The Feedback Company"
|
|
|
|
|
99 |
"The Feedback Company ID","The Feedback Company ID"
|
100 |
-
"The
|
101 |
"This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience.","This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience."
|
102 |
-
"
|
103 |
-
"
|
104 |
"Total of %d review(s) were added to the sidebar.","Total of %d review(s) were added to the sidebar."
|
105 |
"Total of %d review(s) were disabled.","Total of %d review(s) were disabled."
|
106 |
"Total of %d review(s) were enabled.","Total of %d review(s) were enabled."
|
107 |
"Total of %d review(s) were removed from the sidebar.","Total of %d review(s) were removed from the sidebar."
|
108 |
-
"
|
|
|
|
|
109 |
"Update Review History","Update Review History"
|
110 |
-
"Update Reviews","Update Reviews"
|
111 |
"Update Summary","Update Summary"
|
112 |
-
"URL","URL"
|
113 |
"Use Cronjob","Use Cronjob"
|
|
|
|
|
114 |
"View all reviews","View all reviews"
|
115 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"%s - Repsonse: %s","%s - Repsonse: %s"
|
2 |
"%s new review(s)","%s new review(s)"
|
3 |
"%s review(s) updated","%s review(s) updated"
|
4 |
+
"API CREDENTIALS","API CREDENTIALS"
|
5 |
+
"Activate","Activate"
|
6 |
+
"Active","Active"
|
7 |
"Add Rich Snippets","Add Rich Snippets"
|
8 |
"Add to Sidebar","Add to Sidebar"
|
9 |
"Add to Sidebar Homepage","Add to Sidebar Homepage"
|
10 |
+
"Aftersales:","Aftersales:"
|
11 |
+
"Age","Age"
|
12 |
+
"Api URL","Api URL"
|
13 |
"Are you sure you want to cleanup logfiles?","Are you sure you want to cleanup logfiles?"
|
14 |
"Are you sure you want to delete all reviews?","Are you sure you want to delete all reviews?"
|
15 |
"Auto Cleaning","Auto Cleaning"
|
16 |
+
"Can do better:","Can do better:"
|
17 |
"Can be obtained from the Feedbackcompany Dashboard","Can be obtained from the Feedbackcompany Dashboard"
|
18 |
+
"Checkout process:","Checkout process:"
|
|
|
|
|
|
|
19 |
"Clean after Days","Clean After Days"
|
20 |
"Cleanup Log","Cleanup Log"
|
21 |
+
"Company","Company"
|
22 |
+
"Comma Separated, as: 10,20,30","Comma Separated, as: 10,20,30"
|
23 |
+
"Cron","Cron"
|
24 |
+
"Customer Friendlyness:","Customer Friendlyness:"
|
25 |
+
"Date","Date"
|
26 |
"Delay","Delay"
|
27 |
+
"Delete","Delete"
|
28 |
"Delete all reviews","Delete all reviews"
|
29 |
+
"Description","Description"
|
|
|
30 |
"Enable Log Function","Enable Log Function"
|
31 |
"Enabled","Enabled"
|
|
|
32 |
"Every 15 minutes","Every 15 minutes"
|
33 |
"Every Hour","Every Hour"
|
34 |
"Every other Hour","Every other Hour"
|
35 |
+
"External (Feedbackcompany.nl)","External (Feedbackcompany.nl)"
|
|
|
|
|
|
|
36 |
"Feedbackcompany Custom Blocks","Feedbackcompany Custom Blocks"
|
37 |
"Feedbackcompany Import Reviews","Feedbackcompany Import Reviews"
|
|
|
38 |
"Feedbackcompany Log Settings","Feedbackcompany Log Settings"
|
39 |
"Feedbackcompany Overview Page","Feedbackcompany Overview Page"
|
|
|
40 |
"Feedbackcompany Reviews Sidebar","Feedbackcompany Reviews Sidebar"
|
41 |
+
"Female","Female"
|
42 |
+
"Gender","Gender"
|
43 |
+
"General configuration","General configuration"
|
44 |
+
"If yes, customers will get new review reminders for every new order.","If yes, customers will get new review reminders for every new order."
|
45 |
+
"Information:","Information:"
|
46 |
+
"Internal (/feedbackcompany)","Internal (/feedbackcompany)"
|
47 |
+
"Invitation","Invitation"
|
48 |
"Invitation Call","Invitation Call"
|
|
|
|
|
49 |
"Invitation to write the customer experience","Invitation to write the customer experience"
|
|
|
50 |
"Last Update","Last Update"
|
51 |
+
"Leadtime:","Leadtime:"
|
52 |
+
"Left","Left"
|
53 |
"Left Sidebar","Left Sidebar"
|
54 |
+
"Length of Reviews","Length of Reviews"
|
55 |
"Link to","Link to"
|
56 |
+
"Magmodules","Magmodules"
|
57 |
+
"Male","Male"
|
58 |
+
"Manual","Manual"
|
59 |
"Maximum Delay","Maximum Delay"
|
60 |
"Meta Data","Meta Data"
|
|
|
61 |
"Meta Keywords","Meta Keywords"
|
62 |
+
"No","No"
|
63 |
+
"None","None"
|
64 |
"Number of Reviews","Number of Reviews"
|
65 |
+
"Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Feedbackcompany.nl.","Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Feedbackcompany.nl."
|
66 |
+
"Often","Often"
|
67 |
+
"Once a Day","Once a Day"
|
68 |
+
"Once a Week","Once a Week"
|
69 |
+
"Order process:","Order process:"
|
70 |
"Please select item(s)","Please select item(s)"
|
|
|
|
|
71 |
"Process Manually","Process Manually"
|
72 |
+
"Product(s)","Product(s)"
|
73 |
+
"Purchase","Purchase"
|
74 |
"Rating %s based on %s customer reviews","Rating %s based on %s customer reviews"
|
75 |
+
"Regularly","Regularly"
|
76 |
+
"Remind Delay","Remind Delay"
|
77 |
"Remove from Sidebar","Remove from Sidebar"
|
78 |
+
"Repsonsetime:","Repsonsetime:"
|
79 |
"Resend if Double","Resend if Double"
|
80 |
+
"Review","Review"
|
81 |
+
"Reviews","Reviews"
|
82 |
+
"Reviews Cron","Reviews Cron"
|
83 |
"Rich Snippets is a schema.org markup that makes it possible to give richer and more specific information. <br/> The Rich Snippets will show your store rating in the google search engine results. <br/><br/>Use: {{block type=""feedbackcompany/snippets"" name=""webwinkelsnippets""}} to call the block on the homepage.<br/><br/>","Rich Snippets is a schema.org markup that makes it possible to give richer and more specific information. <br/> The Rich Snippets will show your store rating in the google search engine results. <br/><br/>Use: {{block type=""feedbackcompany/snippets"" name=""webwinkelsnippets""}} to call the block on the homepage.<br/><br/>"
|
84 |
+
"Right","Right"
|
85 |
"Right Sidebar","Right Sidebar"
|
86 |
+
"Score","Score"
|
87 |
+
"Set to invisible","Set to invisible""
|
88 |
+
"Set to visible","Set to visible"
|
89 |
"Select the schedule for automatic updating","Select the schedule for automatic updating"
|
|
|
90 |
"Send customers automatically receive an invitation to share a customer experience.","Send customers automatically receive an invitation to share a customer experience."
|
91 |
"Send the invitation reminder x days after the previous reminder. 0 = none","Send the invitation reminder x days after the previous reminder. 0 = none"
|
92 |
+
"Shop","Shop"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
"Sidebar","Sidebar"
|
94 |
+
"Sometimes","Sometimes"
|
95 |
+
"Stats Cron","Stats Cron"
|
96 |
+
"Strong:","Strong:"
|
97 |
+
"Specify at which status you want to send the invitation. Default is ""Completed"","Specify at which status you want to send the invitation. Default is ""Completed""
|
98 |
"Succefully deleted all %s saved review(s).","Succefully deleted all %s saved review(s)."
|
99 |
+
"Test API","Test API"
|
100 |
"The Feedback Company","The Feedback Company"
|
101 |
+
"The Feedback Company - Logs","The Feedback Company - Logs"
|
102 |
+
"The Feedback Company - Reviews","The Feedback Company - Reviews"
|
103 |
"The Feedback Company ID","The Feedback Company ID"
|
104 |
+
"The Feedback Company Permission Setting","The Feedback Company Permission Setting"
|
105 |
"This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience.","This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience."
|
106 |
+
"Time","Time"
|
107 |
+
"Total of %d log record(s) deleted.","Total of %d log record(s) deleted."
|
108 |
"Total of %d review(s) were added to the sidebar.","Total of %d review(s) were added to the sidebar."
|
109 |
"Total of %d review(s) were disabled.","Total of %d review(s) were disabled."
|
110 |
"Total of %d review(s) were enabled.","Total of %d review(s) were enabled."
|
111 |
"Total of %d review(s) were removed from the sidebar.","Total of %d review(s) were removed from the sidebar."
|
112 |
+
"Total of %s log record(s) deleted.","Total of %s log record(s) deleted."
|
113 |
+
"Twice a Day","Twice a Day"
|
114 |
+
"Type","Type"
|
115 |
"Update Review History","Update Review History"
|
116 |
+
"Update Reviews","Update Reviews",
|
117 |
"Update Summary","Update Summary"
|
|
|
118 |
"Use Cronjob","Use Cronjob"
|
119 |
+
"Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help.","Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help."
|
120 |
+
"User","User"
|
121 |
"View all reviews","View all reviews"
|
122 |
+
"Webwinkel ID %s:","Webwinkel ID %s:"
|
123 |
+
"Webwinkel ID %s: no updates found, feed is empty or not found!","Webwinkel ID %s: no updates found, feed is empty or not found!"
|
124 |
+
"You can find this information in your The Feedback Company account","You can find this information in your The Feedback Company account"
|
125 |
+
"You can only activate the Rich Snippets when this block is shown on your Homepage only","You can only activate the Rich Snippets when this block is shown on your Homepage only"
|
126 |
+
"Yes","Yes"
|
127 |
+
"and total score updated.","and total score updated."
|
128 |
+
"on","on"
|
129 |
+
"total score updated","total score updated"
|
130 |
+
"<p>The extension comes with two coded blocks.<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>The Rich Snippets Block.<br></strong>Show your Store-rating with this block and generate results in the Google Search Engine Results better known as Rich Snippets.<br>Paste the code below at the desired location using a Static Block or a CMS page.</p><p>Code: {{block type="feedbackcompany/snippets" name="feedbackcompanysnippets"}}</p><p><br><strong>Custom Block.</strong><br>With this block you can create custom block for footer of header, you can paste the code below at the desired location using a Static Block or a CMS page.<br>To edit this block you need to edit the .phtml file located in the following path: app/design/frontend/base/default/template/magmodules/feedbackcompany/widget/custom.phtml</p><p>Code: {{block type=""feedbackcompany/custom"" name=""feedbackcompany""}}</p>","<p>The extension comes with two coded blocks.<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>The Rich Snippets Block.<br></strong>Show your Store-rating with this block and generate results in the Google Search Engine Results better known as Rich Snippets.<br>Paste the code below at the desired location using a Static Block or a CMS page.</p><p>Code: {{block type=""feedbackcompany/snippets"" name=""feedbackcompanysnippets""}}</p><p><br><strong>Custom Block.</strong><br>With this block you can create custom block for footer of header, you can paste the code below at the desired location using a Static Block or a CMS page.<br>To edit this block you need to edit the .phtml file located in the following path: app/design/frontend/base/default/template/magmodules/feedbackcompany/widget/custom.phtml</p><p>Code: {{block type=""feedbackcompany/custom"" name=""feedbackcompany""}}</p>"
|
app/locale/nl_NL/Magmodules_Feedbackcompany.csv
CHANGED
@@ -1,116 +1,129 @@
|
|
1 |
-
"
|
2 |
-
"%s
|
3 |
-
"%s review(s) updated","%s
|
4 |
-
"Activate,"Activeer"
|
5 |
-
"Add Rich Snippets","Voeg Rich Snippets toe"
|
6 |
-
"Add to Sidebar","Voeg toe aan sidebar"
|
7 |
-
"Add to Sidebar Homepage","Voeg toe aan homepage sidebar"
|
8 |
-
"Aftersales","Aftersales"
|
9 |
"API CREDENTIALS","API Gegevens"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"Company","Bedrijf"
|
19 |
-
"
|
20 |
-
"
|
|
|
|
|
21 |
"Delay","Vertraging"
|
|
|
22 |
"Delete all reviews","Verwijder alle beoordelingen"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"Enabled","Inschakelen"
|
27 |
-
"Experience","Ervaring"
|
28 |
"Every 15 minutes","Elke 15 minuten"
|
29 |
"Every Hour","Elk uur"
|
30 |
"Every other Hour","Om het uur"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"Feedbackcompany
|
35 |
-
"Feedbackcompany
|
36 |
-
"Feedbackcompany
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"Last Update","Laatste update"
|
52 |
-
"Latest Reviews Visibility","Laatste beoordelingen zichtbaarheid"
|
53 |
-
"Left Sidebar","Linker Sidebar"
|
54 |
-
"Link","Link"
|
55 |
"Link to","Link naar"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"Maximum Delay","
|
60 |
-
"Meta Data","Meta
|
61 |
-
"Meta Description","Meta omschrijving"
|
62 |
"Meta Keywords","Meta zoekwoorden"
|
63 |
-
"
|
64 |
-
"
|
65 |
"Number of Reviews","Aantal beoordelingen"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
"Please select item(s)","Selecteer item(s)"
|
72 |
-
"Price / Quality","Prijs / Kwaliteit"
|
73 |
-
"Price Quality","Prijs Kwaliteit"
|
74 |
"Process Manually","Voer handmatig uit"
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
|
|
94 |
"Sidebar","Sidebar"
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"
|
101 |
-
"The
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"
|
105 |
-
"
|
|
|
|
|
|
|
|
|
106 |
"Total of %d review(s) were disabled.","Een totaal van %d beoordeling(en) zijn uitgeschakeld."
|
107 |
-
"Total of %d review(s) were enabled.","Een totaal van %d beoordeling(en)zijn uitgeschakeld."
|
108 |
-
"Total of %d review(s) were removed from the sidebar.","Een totaal van %d beoordeling(en) zijn verwijdert uit de sidebar
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
|
|
|
|
112 |
"Update Summary","Update samenvatting"
|
113 |
-
"
|
114 |
-
"Use Cronjob","Gebruik cronjob"
|
|
|
115 |
"View all reviews","Bekijk alle beoordelingen"
|
116 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"%s - Repsonse: %s","%s - Antwoord: %s"
|
2 |
+
"%s new review(s)","%s nieuwe beoordeling(en)"
|
3 |
+
"%s review(s) updated","%s beoordeling(en) geupdate"
|
|
|
|
|
|
|
|
|
|
|
4 |
"API CREDENTIALS","API Gegevens"
|
5 |
+
"Activate","Activeren"
|
6 |
+
"Active","Actief"
|
7 |
+
"Add Rich Snippets","Voeg Rich Snippets toe"
|
8 |
+
"Add to Sidebar","Sidebar toevoegen"
|
9 |
+
"Add to Sidebar Homepage","Voeg toe aan sidebar op Homepage"
|
10 |
+
"Aftersales:","Aftersales:"
|
11 |
+
"Age","Leeftijd"
|
12 |
+
"Api URL","Api URL"
|
13 |
+
"Are you sure you want to cleanup logfiles?","Definitief de logfiles opschonen?"
|
14 |
+
"Are you sure you want to delete all reviews?","Definitief alle beoordelingen verwijderen?"
|
15 |
+
"Auto Cleaning","Automatisch opruimen"
|
16 |
+
"Can do better:","Kan beter doen:"
|
17 |
+
"Can be obtained from the Feedbackcompany Dashboard","Kan worden opgevraagd via het The Feedback Company account"
|
18 |
+
"Checkout process:","Afrekenproces:"
|
19 |
+
"Clean after Days","Opschonen na aantal dagen"
|
20 |
+
"Cleanup Log","Schoonmaak log"
|
21 |
"Company","Bedrijf"
|
22 |
+
"Comma Separated, as: 10,20,30","Komma gescheiden als: 10,20,30"
|
23 |
+
"Cron","Cron"
|
24 |
+
"Customer Friendlyness:","Klantvriendelijkheid:"
|
25 |
+
"Date","Datum"
|
26 |
"Delay","Vertraging"
|
27 |
+
"Delete","Verwijder"
|
28 |
"Delete all reviews","Verwijder alle beoordelingen"
|
29 |
+
"Description","Omschrijving"
|
30 |
+
"Enable Log Function","Activeer logfunctie"
|
31 |
+
"Enabled","Activeer"
|
|
|
|
|
32 |
"Every 15 minutes","Elke 15 minuten"
|
33 |
"Every Hour","Elk uur"
|
34 |
"Every other Hour","Om het uur"
|
35 |
+
"External (Feedbackcompany.nl)","Extern (Feedbackcompany.nl)"
|
36 |
+
"Feedbackcompany Custom Blocks","The Feedbackcompany Custom Blok"
|
37 |
+
"Feedbackcompany Import Reviews","The Feedbackcompany importeren beoordelingen"
|
38 |
+
"Feedbackcompany Log Settings","The Feedbackcompany log instellingen"
|
39 |
+
"Feedbackcompany Overview Page","The Feedbackcompany overzicht pagina"
|
40 |
+
"Feedbackcompany Reviews Sidebar","The Feedbackcompany beoordeling sidebar"
|
41 |
+
"Female","Vrouwlijk"
|
42 |
+
"Gender","Geslacht"
|
43 |
+
"General configuration","Algemene informatie"
|
44 |
+
"If yes, customers will get new review reminders for every new order.","Indien ja, klanten ontvangen een nieuwe herinnering bij elke bestelling."
|
45 |
+
"Information:","Informatie:"
|
46 |
+
"Internal (/feedbackcompany)","Intern (/feedbackcompany)"
|
47 |
+
"Invitation","Herinnering"
|
48 |
+
"Invitation Call","Herinnering e-mail"
|
49 |
+
"Invitation to write the customer experience","Herinnering om een beoordeling te schrijven"
|
50 |
+
"Last Update","Laatste Update"
|
51 |
+
"Leadtime:","Doorlooptijd:"
|
52 |
+
"Left","Links"
|
53 |
+
"Left Sidebar","Linker sidebar"
|
54 |
+
"Length of Reviews","Lengte van beoordelingen"
|
|
|
|
|
|
|
|
|
55 |
"Link to","Link naar"
|
56 |
+
"Magmodules","Magmodules"
|
57 |
+
"Male","Mannelijk"
|
58 |
+
"Manual","Handleiding"
|
59 |
+
"Maximum Delay","Maximale vertraging"
|
60 |
+
"Meta Data","Meta Data"
|
|
|
61 |
"Meta Keywords","Meta zoekwoorden"
|
62 |
+
"No","Nee"
|
63 |
+
"None","Geen"
|
64 |
"Number of Reviews","Aantal beoordelingen"
|
65 |
+
"Number of days to complete order may last, if it takes longer then no invitation will be sent. Read more about this feature on Feedbackcompany.nl.","Aantal dagen dat een order oud mag zijn alvorens de herinnering wordt verstuurd, als het wijzigen van de orderstatus langer duurt wordt er niks verstuurd."
|
66 |
+
"Often","Regelmaat"
|
67 |
+
"Once a Day","Eens per dag"
|
68 |
+
"Once a Week","Eens per week"
|
69 |
+
"Order process:","Orderproces:"
|
70 |
"Please select item(s)","Selecteer item(s)"
|
|
|
|
|
71 |
"Process Manually","Voer handmatig uit"
|
72 |
+
"Product(s)","Product(en)"
|
73 |
+
"Purchase","Aankoop"
|
74 |
+
"Rating %s based on %s customer reviews","Beoordeling %s gebaseerd op %s klantbeoordelingen"
|
75 |
+
"Regularly","Regelmaat"
|
76 |
+
"Remind Delay","Vertraging"
|
77 |
+
"Remove from Sidebar","Verwijder van sidebar"
|
78 |
+
"Repsonsetime:","Reactietijd:"
|
79 |
+
"Resend if Double","Stuur opnieuw indien dubbel"
|
80 |
+
"Review","Beoordeling"
|
81 |
+
"Reviews","Beoordelingen"
|
82 |
+
"Reviews Cron","Beoordeling Cron"
|
83 |
+
"Right","Rechts"
|
84 |
+
"Right Sidebar","Rechter Sidebar"
|
85 |
+
"Score","Score"
|
86 |
+
"Set to invisible","Stel in als niet zichtbaar""
|
87 |
+
"Set to visible","Stel in als zichtbaar"
|
88 |
+
"Select the schedule for automatic updating","Selecteer de planning voor de automatische update"
|
89 |
+
"Send customers automatically receive an invitation to share a customer experience.","Stuur klanten automatisch een e-mail met de herinnering om een beoordeling te schrijven."
|
90 |
+
"Send the invitation reminder x days after the previous reminder. 0 = none","Stuur een herinnering een x aantal dagen na de vorige herinnering. 0 = none"
|
91 |
+
"Shop","Winkel"
|
92 |
"Sidebar","Sidebar"
|
93 |
+
"Sometimes","Soms"
|
94 |
+
"Stats Cron","Statistieken Cron"
|
95 |
+
"Strong:","Sterk:"
|
96 |
+
"Specify at which status you want to send the invitation. Default is ""Completed"","Specificeer vanaf welke status de herinnering verzonden dient te worden. Standaard is ""Completed""
|
97 |
+
"Succefully deleted all %s saved review(s).","Alle %s opgeslagen beoordelingen zijn succesvol verwijdert."
|
98 |
+
"Test API","Test API"
|
99 |
+
"The Feedback Company","The Feedback Company"
|
100 |
+
"The Feedback Company - Logs","The Feedback Company - Logs"
|
101 |
+
"The Feedback Company - Reviews","The Feedback Company - Beoordelingen"
|
102 |
+
"The Feedback Company ID","The Feedback Bedrijfs ID"
|
103 |
+
"The Feedback Company Permission Setting","The Feedback Company permissie Setting"
|
104 |
+
"This will ensure that the customer receives the invitation shortly after receiving the product and not before. This increases the opportunity that the client will share his experience.","Dit zal ervoor zorgen dat de klant na ontvangst van het product nogmaals een uitnodiging ontvangt. Dit vergroot de kans dat de klant zijn ervaring zal delen."
|
105 |
+
"Time","Tijd"
|
106 |
+
"Total of %d log record(s) deleted.","Een totaal van %d log rij(en) zijn verwijdert."
|
107 |
+
"Total of %d review(s) were added to the sidebar.","Een totaal van %d beoordeling(en) zijn aan de sidebar toegevoegd."
|
108 |
"Total of %d review(s) were disabled.","Een totaal van %d beoordeling(en) zijn uitgeschakeld."
|
109 |
+
"Total of %d review(s) were enabled.","Een totaal van %d beoordeling(en) zijn uitgeschakeld."
|
110 |
+
"Total of %d review(s) were removed from the sidebar.","Een totaal van %d beoordeling(en) zijn verwijdert uit de sidebar"
|
111 |
+
"Total of %s log record(s) deleted.","Een totaal van %s log rijen(s) verwijdert."
|
112 |
+
"Twice a Day","Tweemaal per dag"
|
113 |
+
"Type","Type"
|
114 |
+
"Update Review History","Update Beoordeling historie"
|
115 |
+
"Update Reviews","Update beoordelingen",
|
116 |
"Update Summary","Update samenvatting"
|
117 |
+
"Use Cronjob","Gebruik Cronjob"
|
118 |
+
"Use the Magento Cronjob to use the automatically import. A cronjob is a daemon which keeps running and gets activated at a said interval (time period). Please make sure your default Magento Cron is working. If not, contact your hosting company for help.","Gebruik de Magento Cronjob om de beoordelingen automatisch te importeren. Controleer hiervoor wel of de Magento cronjob juist functioneert, mocht dit niet het geval zijn dan raden wij u aan contact op te nemen met uw hostingpartij."
|
119 |
+
"User","Gebruiker"
|
120 |
"View all reviews","Bekijk alle beoordelingen"
|
121 |
+
"Webwinkel ID %s:","Webwinkel ID %s:"
|
122 |
+
"Webwinkel ID %s: no updates found, feed is empty or not found!","Webwinkel ID %s: geen updates gevonden, feed is leeg of niet beschikbaar."
|
123 |
+
"You can find this information in your The Feedback Company account","U kunt deze informatie terugvinden in uw The Feedback Company account"
|
124 |
+
"You can only activate the Rich Snippets when this block is shown on your Homepage only","U kunt deze optie enkel activeren wanneer de sidebar op de homepage wordt vertoond. Indien u ook gebruikt maakt van de homepage widget dan raden wij u aan deze optie uit te schakelen om dubbele Rich Snippets te voorkomen."
|
125 |
+
"Yes","Ja"
|
126 |
+
"and total score updated.","totaal score geüpdate."
|
127 |
+
"on","aan"
|
128 |
+
"total score updated","totaal score geüpdate"
|
129 |
+
"<p>The extension comes with two coded blocks.<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>The Rich Snippets Block.<br></strong>Show your Store-rating with this block and generate results in the Google Search Engine Results better known as Rich Snippets.<br>Paste the code below at the desired location using a Static Block or a CMS page.</p><p>Code: {{block type=""feedbackcompany/snippets"" name=""feedbackcompanysnippets""}}</p><p><br><strong>Custom Block.</strong><br>With this block you can create custom block for footer of header, you can paste the code below at the desired location using a Static Block or a CMS page.<br>To edit this block you need to edit the .phtml file located in the following path: app/design/frontend/base/default/template/magmodules/feedbackcompany/widget/custom.phtml</p><p>Code: {{block type=""feedbackcompany/custom"" name=""feedbackcompany""}}</p>","<p>Deze extensie komt met 2 verschillende blokken.<br>With this blocks you can add your store rating in a Static block or CMS page.</p><p><br><strong>Het Rich Snippets blok.</strong><br></strong>Toon de webwinkel-waardering met in blok en genereer hiermee de zogenaamde Rich Snippets waarbij de winkelbeoordelingen worden getoond in de Zoekmachine resultaten van bijvoorbeeld Google. Plaat de onderstaande code op de gewenste plaats in een statische blok of een CMS-pagina.</p> <p><strong>De code: </strong>{{block type=""feedbackcompany/snippets"" name=""feedbackcompanysnippets""}}</p><p><br><strong>Custom blok.</strong><br>Met dit custom blok is het mogelijk om eenvoudig een eigen blok creëren met daarin verschillende waardes als het aantal klanbeoordelingen, bedrijfsnaam en gemiddelde rating. Plaats de onderstaande code op de gewenste plek in een statisch blok of een CMS-pagina. Om dit blok naar wens te bewerken en eventueel aan te vullen met de geweneste informatie is het mogelijk om het .phtml bestand aan te passen. Deze is te vinden via de volgende path: app/design/frontend/base/default/template/magmodules/Feedbackcompany/widget/custom.phtml </p><p><strong>De code:</strong> {{block type=""feedbackcompany/custom"" name=""feedbackcompany""}}</p>"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magmodules_Feedbackcompany</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Connect your Magento shop to The Feedback Company</description>
|
11 |
<notes>First stable release</notes>
|
12 |
<authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Magmodules"><dir name="Feedbackcompany"><dir name="Block"><dir name="Adminhtml"><dir name="Feedbacklog"><file name="Grid.php" hash="6b8df2977a2f22e46e96c1789a941538"/></dir><dir name="Feedbackreviews"><dir name="Renderer"><file name="Experience.php" hash="c45af4e2a66fb94f9af57bfa8b0205f8"/></dir><file name="Grid.php" hash="46a63c5c01b9a04cd46924d25bca27ca"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="70aa682cb2f6e44bea61418b7ee7ead9"/><file name="Test.php" hash="191243a67bae63c9faa4192042e71e17"/></dir><dir name="Form"><file name="Heading.php" hash="31bfab989f7aa391695ccf1a5f7ae1ec"/></dir><dir name="Grid"><file name="Log.php" hash="c7fd3e64ccb54576f1177766f0a6c845"/><file name="Seconds.php" hash="2f0079769c2ae7711249e502e25d89a2"/><file name="Stars.php" hash="0866b1d3fa7f238f7bd5bde061690ba4"/></dir><dir name="Info"><file name="Info.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magmodules_Feedbackcompany</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
10 |
<description>Connect your Magento shop to The Feedback Company</description>
|
11 |
<notes>First stable release</notes>
|
12 |
<authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
|
13 |
+
<date>2014-12-18</date>
|
14 |
+
<time>08:27:32</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Magmodules"><dir name="Feedbackcompany"><dir name="Block"><dir name="Adminhtml"><dir name="Feedbacklog"><file name="Grid.php" hash="6b8df2977a2f22e46e96c1789a941538"/></dir><dir name="Feedbackreviews"><dir name="Renderer"><file name="Experience.php" hash="c45af4e2a66fb94f9af57bfa8b0205f8"/></dir><file name="Grid.php" hash="46a63c5c01b9a04cd46924d25bca27ca"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="70aa682cb2f6e44bea61418b7ee7ead9"/><file name="Test.php" hash="191243a67bae63c9faa4192042e71e17"/></dir><dir name="Form"><file name="Heading.php" hash="31bfab989f7aa391695ccf1a5f7ae1ec"/></dir><dir name="Grid"><file name="Log.php" hash="c7fd3e64ccb54576f1177766f0a6c845"/><file name="Seconds.php" hash="2f0079769c2ae7711249e502e25d89a2"/><file name="Stars.php" hash="0866b1d3fa7f238f7bd5bde061690ba4"/></dir><dir name="Info"><file name="Info.php" hash="7c781d9efbcd9048378538adc5a6d519"/></dir></dir><file name="Feedbacklog.php" hash="f3c50b41a3d8a0e2646ea0b7d3d7cdb5"/><file name="Feedbackreviews.php" hash="3bbe441da70493f3e6e4befb8571d945"/></dir><file name="Custom.php" hash="b7bb37733b304ce8da4fedd1f5ea5445"/><file name="Reviews.php" hash="1e4be5c264a3be70fd38e6cd0a138bcd"/><file name="Sidebar.php" hash="a3cb7a2989ccddfed4c7b8a2358e9416"/><file name="Snippets.php" hash="332b3f67d8a2faae58e589a37d8142cf"/></dir><dir name="Helper"><file name="Data.php" hash="a025efba5fee15b6c927c2b1dffc4cbf"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="d336a794dc3e3fbcdfce9e371e4a7d5c"/></dir><dir name="Reviews"><file name="Collection.php" hash="211ccf77ae9b5c4319acedc83666890e"/></dir><dir name="Stats"><file name="Collection.php" hash="ef72f167e60d414c4a902d90da7e50f2"/></dir><file name="Log.php" hash="6e42f605d5e3c95faf08c72c99641de5"/><file name="Reviews.php" hash="9dd9c1f634a835e7d12f87389e172413"/><file name="Stats.php" hash="71a0b73c25bf6ee05fab8d1f05b75ebe"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Cronfrequency.php" hash="35ac5d03ebcd2f1e4b3de2ac5a5d21a9"/><file name="Orderstatus.php" hash="831108c0238b62163da3ddfd6c06bcf0"/><file name="Position.php" hash="8c381860ffae239fbe1c50eeab8b7fa2"/><file name="Sidebarlink.php" hash="951d29505b30adcf66680584a1e7bfe6"/></dir></dir></dir><file name="Api.php" hash="9023933e55ed6dd151fe73ba7c50bd7f"/><file name="Log.php" hash="7d4c86950baad19fc07f75ef6eb5b00d"/><file name="Observer.php" hash="c8143c24510fce94435378b435cb943f"/><file name="Reviews.php" hash="a884af66ff19f541afa42de052c53b74"/><file name="Stats.php" hash="6f632eeef7185c904bfd176168dc81b2"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="FeedbacklogController.php" hash="cf879105805d36a62a30bff1623219fb"/><file name="FeedbackreviewsController.php" hash="0df53d8bb96fa9a442b747743a726819"/></dir><file name="IndexController.php" hash="ec0db469394e5ef5dc6c8f2166afc5f2"/></dir><dir name="etc"><file name="adminhtml.xml" hash="bff519cc9f4a329a9c37a84f2fc45a66"/><file name="config.xml" hash="60270690cdc656d1b16d83586e1f0065"/><file name="system.xml" hash="3cd208eed6414591d8d42d2ecb49bad3"/></dir><dir name="sql"><dir name="feedbackcompany_setup"><file name="mysql4-install-0.9.0.php" hash="59de5cb048eea1ab73ad41351038bef3"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_feedbackcompany.xml" hash="252a56f88367e456af4929cdccad70bd"/></dir><dir name="template"><dir name="magmodules"><dir name="feedbackcompany"><dir name="sidebar"><file name="left.phtml" hash="347332bcb4c298ce2df4569bd50c30b9"/><file name="right.phtml" hash="ae7548cd16f10d3d37ffde73b2eb510b"/></dir><dir name="widget"><file name="custom.phtml" hash="8b83d53327644272d8f44e443180dd9d"/><file name="richsnippets.phtml" hash="c81ad178fd9a0851560964d78c53d917"/></dir><file name="index.phtml" hash="52577d6c0ef56afd40714f38e33d3363"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_feedbackcompany.xml" hash="886af6aabcc892da5074c93ad0263006"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Feedbackcompany.xml" hash="89e30c33efd62d035f0d231968b471a5"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Feedbackcompany.csv" hash="455f0fff83858466e86fd75aac3769af"/></dir><dir name="nl_NL"><file name="Magmodules_Feedbackcompany.csv" hash="8a54801705f1c86bb545c00e275c46f1"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="feedbackcompany"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="logo.png" hash="6c8d46ba30a7ae87dcb75db12830b33f"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="75b478aac646b9e13e18b842effbe80d"/><file name="sidebar.css" hash="fe656003fb05be5ad4480239c130621c"/><file name="style.css" hash="92f18c23ec4ec0a07c33f6067dc76cf9"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="feedbackcompany"><file name="grid.css" hash="ea7e85df839bf0eb7bc6882608da80b0"/><file name="star.png" hash="4beacfb62ebdd5feecd946494e895f4c"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|