Version Description
- Renamed show again tab to revisit consent
- New shortcode
wt_cli_manage_consent
option for revisit consent
Download this release
Release Info
Developer | webtoffee |
Plugin | Cookie Law / GDPR Info |
Version | 1.9.4 |
Comparing to | |
See all releases |
Code changes from version 1.9.3 to 1.9.4
- admin/class-cookie-law-info-admin.php +2 -2
- admin/css/cookie-law-info-admin.css +35 -0
- admin/js/cookie-law-info-admin.js +53 -1
- admin/modules/uninstall-feedback/uninstall-feedback.php +166 -91
- admin/partials/cookie-law-info-admin_settings.php +1 -1
- admin/views/admin-settings-general.php +0 -66
- admin/views/admin-settings-messagebar.php +69 -57
- admin/views/goto-pro.php +1 -1
- cookie-law-info.php +2 -2
- includes/class-cookie-law-info-review_request.php +10 -8
- includes/class-cookie-law-info.php +4 -4
- languages/cookie-law-info-bg_BG.mo +0 -0
- languages/cookie-law-info-bg_BG.po +219 -174
- languages/cookie-law-info-cs_CZ.mo +0 -0
- languages/cookie-law-info-cs_CZ.po +217 -167
- languages/cookie-law-info-da_DA.mo +0 -0
- languages/cookie-law-info-da_DA.po +218 -170
- languages/cookie-law-info-da_DK.mo +0 -0
- languages/cookie-law-info-da_DK.po +218 -170
- languages/cookie-law-info-de_DE.mo +0 -0
- languages/cookie-law-info-de_DE.po +219 -171
- languages/cookie-law-info-es_ES.mo +0 -0
- languages/cookie-law-info-es_ES.po +217 -167
- languages/cookie-law-info-fi.mo +0 -0
- languages/cookie-law-info-fi.po +216 -164
- languages/cookie-law-info-fr_FR.mo +0 -0
- languages/cookie-law-info-fr_FR.po +218 -168
- languages/cookie-law-info-hr.mo +0 -0
- languages/cookie-law-info-hr.po +213 -164
- languages/cookie-law-info-is_IS.mo +0 -0
- languages/cookie-law-info-is_IS.po +215 -163
- languages/cookie-law-info-it_IT.mo +0 -0
- languages/cookie-law-info-it_IT.po +218 -163
- languages/cookie-law-info-nl_NL.mo +0 -0
- languages/cookie-law-info-nl_NL.po +215 -166
- languages/cookie-law-info-pt_BR.mo +0 -0
- languages/cookie-law-info-pt_BR.po +216 -164
- languages/cookie-law-info-pt_PT.mo +0 -0
- languages/cookie-law-info-pt_PT.po +215 -163
- languages/cookie-law-info-sl_SL.mo +0 -0
- languages/cookie-law-info-sl_SL.po +216 -163
- languages/cookie-law-info-sv_SE.mo +0 -0
- languages/cookie-law-info-sv_SE.po +215 -163
- public/class-cookie-law-info-public.php +2 -2
- public/js/cookie-law-info-public.js +8 -2
- public/modules/script-blocker/assets/js/script-blocker.js +0 -2
- public/modules/shortcode/shortcode.php +21 -1
- public/views/cookie-law-info_bar.php +1 -1
- readme.txt +11 -5
admin/class-cookie-law-info-admin.php
CHANGED
@@ -246,7 +246,7 @@ class Cookie_Law_Info_Admin {
|
|
246 |
{
|
247 |
$links[] = '<a href="'. get_admin_url(null,'edit.php?post_type='.CLI_POST_TYPE.'&page=cookie-law-info') .'">'.__('Settings','cookie-law-info').'</a>';
|
248 |
$links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">'.__('Support','cookie-law-info').'</a>';
|
249 |
-
$links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent
|
250 |
return $links;
|
251 |
}
|
252 |
|
@@ -417,7 +417,7 @@ class Cookie_Law_Info_Admin {
|
|
417 |
{
|
418 |
echo '<h3>' . __('ERROR MIGRATING SETTINGS (ERROR: 2)', 'cookie-law-info') . '</h3>';
|
419 |
}
|
420 |
-
$the_options = Cookie_Law_Info::get_settings()
|
421 |
}
|
422 |
if(!empty($_SERVER[ 'HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH'])=='xmlhttprequest')
|
423 |
{
|
246 |
{
|
247 |
$links[] = '<a href="'. get_admin_url(null,'edit.php?post_type='.CLI_POST_TYPE.'&page=cookie-law-info') .'">'.__('Settings','cookie-law-info').'</a>';
|
248 |
$links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/" target="_blank">'.__('Support','cookie-law-info').'</a>';
|
249 |
+
$links[] = '<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/?utm_source=free_plugin_listing&utm_medium=gdpr_basic&utm_campaign=GDPR&utm_content='.CLI_VERSION.'" target="_blank">'.__('Premium Upgrade','cookie-law-info').'</a>';
|
250 |
return $links;
|
251 |
}
|
252 |
|
417 |
{
|
418 |
echo '<h3>' . __('ERROR MIGRATING SETTINGS (ERROR: 2)', 'cookie-law-info') . '</h3>';
|
419 |
}
|
420 |
+
$the_options = Cookie_Law_Info::get_settings();
|
421 |
}
|
422 |
if(!empty($_SERVER[ 'HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH'])=='xmlhttprequest')
|
423 |
{
|
admin/css/cookie-law-info-admin.css
CHANGED
@@ -476,4 +476,39 @@ span.wt-cli-tootip-icon {
|
|
476 |
}
|
477 |
.wt-cli-ccpa-message-toggler .wt-cli-form-group {
|
478 |
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
}
|
476 |
}
|
477 |
.wt-cli-ccpa-message-toggler .wt-cli-form-group {
|
478 |
margin-bottom: 15px;
|
479 |
+
}
|
480 |
+
|
481 |
+
.wt-cli-notice.wt-cli-info {
|
482 |
+
padding: 15px 15px 15px 41px;
|
483 |
+
background: #e5f5fa;
|
484 |
+
position: relative;
|
485 |
+
border-left: 4px solid;
|
486 |
+
border-color: #00a0d2;
|
487 |
+
margin-bottom: 15px;
|
488 |
+
}
|
489 |
+
|
490 |
+
.wt-cli-notice.wt-cli-info:before {
|
491 |
+
content: "\f348";
|
492 |
+
color: #00a0d2;
|
493 |
+
font-family: "dashicons";
|
494 |
+
position: absolute;
|
495 |
+
left: 15px;
|
496 |
+
font-size: 16px;
|
497 |
+
}
|
498 |
+
/* Toggle checkbox CSS since 1.9.4 */
|
499 |
+
.wt-cli-input-toggle-section
|
500 |
+
{
|
501 |
+
display: none;
|
502 |
+
}
|
503 |
+
.wt-cli-section-floating-widget-settings .wt-cli-input-toggle-section.wt-cli-toggle-active label {
|
504 |
+
margin-left: 15px !important;
|
505 |
+
}
|
506 |
+
.wt-cli-section-floating-widget-settings .wt-cli-input-toggle-section label {
|
507 |
+
-webkit-transition: margin 700ms;
|
508 |
+
-moz-transition: margin 700ms;
|
509 |
+
-o-transition: margin 700ms;
|
510 |
+
transition: margin 700ms;
|
511 |
+
}
|
512 |
+
.wt-cli-section-floating-widget-settings .form-table th {
|
513 |
+
width: 260px;
|
514 |
}
|
admin/js/cookie-law-info-admin.js
CHANGED
@@ -213,6 +213,9 @@
|
|
213 |
var genericFunction = {
|
214 |
set : function() {
|
215 |
this.CLIAccordion();
|
|
|
|
|
|
|
216 |
},
|
217 |
CLIAccordion : function() {
|
218 |
|
@@ -240,9 +243,58 @@
|
|
240 |
}
|
241 |
});
|
242 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
}
|
244 |
}
|
245 |
-
|
|
|
|
|
246 |
})( jQuery );
|
247 |
var cli_notify_msg=
|
248 |
{
|
213 |
var genericFunction = {
|
214 |
set : function() {
|
215 |
this.CLIAccordion();
|
216 |
+
this.checkboxTogglerHandler();
|
217 |
+
this.revisitConsentPositionEvent();
|
218 |
+
this.revisitConsentPosition();
|
219 |
},
|
220 |
CLIAccordion : function() {
|
221 |
|
243 |
}
|
244 |
});
|
245 |
|
246 |
+
},
|
247 |
+
checkboxTogglerHandler: function(){
|
248 |
+
jQuery('input[name="showagain_tab_field"],.wt-cli-input-toggle-checkbox').each(function(){
|
249 |
+
genericFunction.checkboxToggler( jQuery(this) );
|
250 |
+
});
|
251 |
+
jQuery(document).on('click','.wt-cli-input-toggle-checkbox',function(){
|
252 |
+
genericFunction.checkboxToggler( jQuery(this));
|
253 |
+
});
|
254 |
+
},
|
255 |
+
checkboxToggler: function( element ) {
|
256 |
+
|
257 |
+
var currentElement = element;
|
258 |
+
var toggleTarget = currentElement.attr('data-cli-toggle-target');
|
259 |
+
var targetElement = jQuery('[data-cli-toggle-id='+toggleTarget+']');
|
260 |
+
if ( currentElement.is(':checked') ) {
|
261 |
+
targetElement.slideDown(200);
|
262 |
+
targetElement.addClass('wt-cli-toggle-active');
|
263 |
+
} else {
|
264 |
+
targetElement.slideUp(100);
|
265 |
+
targetElement.removeClass('wt-cli-toggle-active');
|
266 |
+
|
267 |
+
}
|
268 |
+
},
|
269 |
+
revisitConsentPositionEvent: function(){
|
270 |
+
jQuery(document).on('change', 'select[name="notify_position_horizontal_field"],select[name="popup_showagain_position_field"],input[name="cookie_bar_as_field"],select[name="widget_position_field"]', function(){
|
271 |
+
genericFunction.revisitConsentPosition();
|
272 |
+
});
|
273 |
+
},
|
274 |
+
revisitConsentPosition: function(){
|
275 |
+
var barType = jQuery('input[type="radio"][name="cookie_bar_as_field"]:checked').val();
|
276 |
+
var position = jQuery('select[name="notify_position_horizontal_field"] option:selected').val();
|
277 |
+
var revisitConsentMarginLabel = jQuery('#wt-cli-revisit-consent-margin-label');
|
278 |
+
var currentText = jQuery('#wt-cli-revisit-consent-margin-label').val();
|
279 |
+
if( barType === "popup" ) {
|
280 |
+
position = jQuery('select[name="popup_showagain_position_field"] option:selected').val();
|
281 |
+
} else if( barType === "widget") {
|
282 |
+
position = jQuery('select[name="widget_position_field"] option:selected').val();
|
283 |
+
}
|
284 |
+
|
285 |
+
if( position === 'bottom-right' || position === 'top-right' || position === 'right' ){
|
286 |
+
currentText = revisitConsentMarginLabel.attr('data-cli-right-text');
|
287 |
+
} else {
|
288 |
+
currentText = revisitConsentMarginLabel.attr('data-cli-left-text');
|
289 |
+
}
|
290 |
+
if(typeof(currentText) != "undefined" && currentText !== null) {
|
291 |
+
revisitConsentMarginLabel.html(currentText);
|
292 |
+
}
|
293 |
}
|
294 |
}
|
295 |
+
$(document).ready(function () {
|
296 |
+
genericFunction.set();
|
297 |
+
});
|
298 |
})( jQuery );
|
299 |
var cli_notify_msg=
|
300 |
{
|
admin/modules/uninstall-feedback/uninstall-feedback.php
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* Uninstall Feedback
|
4 |
*
|
@@ -7,61 +8,42 @@
|
|
7 |
*
|
8 |
* @package Cookie_Law_Info
|
9 |
*/
|
10 |
-
if (!defined('ABSPATH')) {
|
11 |
exit;
|
12 |
}
|
13 |
class Cookie_Law_Info_Uninstall_Feedback
|
14 |
{
|
15 |
-
|
16 |
-
protected $current_version=CLI_VERSION;
|
17 |
-
protected $auth_key='cookielawinfo_uninstall_1234#';
|
18 |
-
protected $plugin_id=CLI_POST_TYPE;
|
19 |
-
protected $plugin_file=CLI_PLUGIN_FILENAME; //plugin main file
|
20 |
public function __construct()
|
21 |
-
{
|
22 |
-
$this->api_url='https://feedback.webtoffee.com/wp-json/'
|
23 |
|
24 |
-
add_action('admin_footer', array($this,'deactivate_scripts'));
|
25 |
-
add_action('wp_ajax_'
|
26 |
-
add_filter('plugin_action_links_'.plugin_basename($this->plugin_file),array($this,'plugin_action_links'));
|
27 |
}
|
28 |
-
public function plugin_action_links($links)
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
$links['deactivate']=str_replace('<a', '<a class="'.$this->plugin_id.'-deactivate-link"',$links['deactivate']);
|
33 |
}
|
34 |
-
|
35 |
-
|
36 |
private function get_uninstall_reasons()
|
37 |
{
|
38 |
|
39 |
$reasons = array(
|
40 |
-
|
41 |
array(
|
42 |
'id' => 'complex-setup',
|
43 |
-
'text' => __('The plugin is
|
44 |
'type' => 'textarea',
|
45 |
'placeholder' => __('Please describe which area you are facing difficulties', 'cookie-law-info')
|
46 |
),
|
47 |
-
array(
|
48 |
-
'id' => 'conflict-theme-plugin',
|
49 |
-
'text' => __('A conflict with another plugin or theme', 'cookie-law-info'),
|
50 |
-
'type' => 'text',
|
51 |
-
'placeholder' => __('Which plugin or theme?', 'cookie-law-info')
|
52 |
-
),
|
53 |
-
array(
|
54 |
-
'id' => 'translation-issues',
|
55 |
-
'text' => __('Language translation issues', 'cookie-law-info'),
|
56 |
-
'type' => 'textarea',
|
57 |
-
'placeholder' => __('Which plugin are you using for language translation? Could you tell us a bit more?', 'cookie-law-info')
|
58 |
-
),
|
59 |
-
array(
|
60 |
-
'id' => 'caching-issues',
|
61 |
-
'text' => __('Caching issues', 'cookie-law-info'),
|
62 |
-
'type' => 'textarea',
|
63 |
-
'placeholder' => __('Which caching plugin are you using? Could you tell us a bit more?', 'cookie-law-info')
|
64 |
-
),
|
65 |
array(
|
66 |
'id' => 'found-better-plugin',
|
67 |
'text' => __('I found a better plugin', 'cookie-law-info'),
|
@@ -80,6 +62,34 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
80 |
'type' => 'textarea',
|
81 |
'placeholder' => __('What did you expect?', 'cookie-law-info')
|
82 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
array(
|
84 |
'id' => 'other',
|
85 |
'text' => __('Other', 'cookie-law-info'),
|
@@ -90,106 +100,172 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
90 |
|
91 |
return $reasons;
|
92 |
}
|
93 |
-
|
|
|
|
|
94 |
public function deactivate_scripts()
|
95 |
{
|
96 |
global $pagenow;
|
97 |
-
if('plugins.php' != $pagenow)
|
98 |
-
{
|
99 |
return;
|
100 |
}
|
101 |
$reasons = $this->get_uninstall_reasons();
|
102 |
-
|
103 |
-
<div class="<?php echo $this->plugin_id
|
104 |
-
<div class="<?php echo $this->plugin_id
|
105 |
-
<div class="<?php echo $this->plugin_id
|
106 |
<h3><?php _e('If you have a moment, please let us know why you are deactivating:', 'cookie-law-info'); ?></h3>
|
107 |
</div>
|
108 |
-
<div class="<?php echo $this->plugin_id
|
109 |
-
<ul class="reasons"><?php foreach ($reasons as $reason)
|
110 |
-
|
|
|
|
|
|
|
|
|
111 |
<label><input type="radio" name="selected-reason" value="<?php echo $reason['id']; ?>"><?php echo $reason['text']; ?></label>
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
</ul>
|
|
|
|
|
|
|
|
|
114 |
</div>
|
115 |
-
<div class="<?php echo $this->plugin_id
|
116 |
-
|
117 |
<a class="button-primary" href="https://www.webtoffee.com/support/" target="_blank">
|
118 |
-
<span class="dashicons dashicons-external" style="margin-top:3px;"></span>
|
119 |
<?php _e('Go to support', 'cookie-law-info'); ?></a>
|
120 |
-
<button class="button-primary <?php echo $this->plugin_id
|
121 |
-
<button class="button-secondary <?php echo $this->plugin_id
|
|
|
122 |
</div>
|
123 |
</div>
|
124 |
</div>
|
125 |
<style type="text/css">
|
126 |
-
.<?php echo $this->plugin_id
|
127 |
position: fixed;
|
128 |
z-index: 99999;
|
129 |
top: 0;
|
130 |
right: 0;
|
131 |
bottom: 0;
|
132 |
left: 0;
|
133 |
-
background: rgba(0,0,0,0.5);
|
134 |
display: none;
|
135 |
}
|
136 |
-
|
137 |
-
.<?php echo $this->plugin_id
|
|
|
|
|
|
|
|
|
138 |
width: 50%;
|
139 |
position: relative;
|
140 |
margin: 10% auto;
|
141 |
background: #fff;
|
142 |
}
|
143 |
-
|
|
|
144 |
border-bottom: 1px solid #eee;
|
145 |
padding: 8px 20px;
|
146 |
}
|
147 |
-
|
|
|
148 |
line-height: 150%;
|
149 |
margin: 0;
|
150 |
}
|
151 |
-
|
152 |
-
.<?php echo $this->plugin_id
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
margin-top: 5px;
|
155 |
margin-left: 20px;
|
156 |
}
|
157 |
-
|
|
|
158 |
border-top: 1px solid #eee;
|
159 |
padding: 12px 20px;
|
160 |
-
text-align:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
}
|
162 |
</style>
|
163 |
<script type="text/javascript">
|
164 |
-
(function
|
165 |
-
$(function
|
166 |
-
var plugin_id='<?php echo $this->plugin_id
|
167 |
-
var modal = $('#'+plugin_id+'-modal');
|
168 |
var deactivateLink = '';
|
169 |
-
$('a.'+plugin_id+'-deactivate-link').click(function
|
170 |
e.preventDefault();
|
171 |
modal.addClass('modal-active');
|
172 |
deactivateLink = $(this).attr('href');
|
173 |
-
modal.find('a.dont-bother-me').attr('href', deactivateLink).css('float', '
|
174 |
});
|
175 |
-
modal.on('click', 'button.'+plugin_id+'-model-cancel', function
|
176 |
e.preventDefault();
|
177 |
modal.removeClass('modal-active');
|
178 |
});
|
179 |
-
modal.on('click', 'input[type="radio"]', function
|
180 |
var parent = $(this).parents('li:first');
|
181 |
-
|
182 |
-
|
|
|
|
|
|
|
|
|
183 |
inputPlaceholder = parent.data('placeholder'),
|
184 |
reasonInputHtml = '<div class="reason-input">' + (('text' === inputType) ? '<input type="text" class="input-text" size="40" />' : '<textarea rows="5" cols="45"></textarea>') + '</div>';
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
}
|
|
|
190 |
});
|
191 |
|
192 |
-
modal.on('click', 'button.'+plugin_id+'-model-submit', function
|
193 |
e.preventDefault();
|
194 |
var button = $(this);
|
195 |
if (button.hasClass('disabled')) {
|
@@ -197,21 +273,21 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
197 |
}
|
198 |
var $radio = $('input[type="radio"]:checked', modal);
|
199 |
var $selected_reason = $radio.parents('li:first'),
|
200 |
-
|
201 |
|
202 |
$.ajax({
|
203 |
url: ajaxurl,
|
204 |
type: 'POST',
|
205 |
data: {
|
206 |
-
action: plugin_id+'_submit_uninstall_reason',
|
207 |
reason_id: (0 === $radio.length) ? 'none' : $radio.val(),
|
208 |
reason_info: (0 !== $input.length) ? $input.val().trim() : ''
|
209 |
},
|
210 |
-
beforeSend: function
|
211 |
button.addClass('disabled');
|
212 |
button.text('Processing...');
|
213 |
},
|
214 |
-
complete: function
|
215 |
window.location.href = deactivateLink;
|
216 |
}
|
217 |
});
|
@@ -219,7 +295,7 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
219 |
});
|
220 |
}(jQuery));
|
221 |
</script>
|
222 |
-
|
223 |
}
|
224 |
|
225 |
public function send_uninstall_reason()
|
@@ -231,8 +307,8 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
231 |
//$current_user = wp_get_current_user();
|
232 |
$data = array(
|
233 |
'reason_id' => sanitize_text_field($_POST['reason_id']),
|
234 |
-
'plugin'
|
235 |
-
'auth'
|
236 |
'date' => gmdate("M d, Y h:i:s A"),
|
237 |
'url' => '',
|
238 |
'user_email' => '',
|
@@ -244,7 +320,7 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
244 |
'wc_version' => (!defined('WC_VERSION')) ? '' : WC_VERSION,
|
245 |
'locale' => get_locale(),
|
246 |
'multisite' => is_multisite() ? 'Yes' : 'No',
|
247 |
-
$this->plugin_id.'_version'
|
248 |
);
|
249 |
// Write an action/hook here in webtoffe to recieve the data
|
250 |
$resp = wp_remote_post($this->api_url, array(
|
@@ -255,9 +331,8 @@ class Cookie_Law_Info_Uninstall_Feedback
|
|
255 |
'blocking' => false,
|
256 |
'body' => $data,
|
257 |
'cookies' => array()
|
258 |
-
|
259 |
-
);
|
260 |
wp_send_json_success();
|
261 |
}
|
262 |
}
|
263 |
-
new Cookie_Law_Info_Uninstall_Feedback();
|
1 |
<?php
|
2 |
+
|
3 |
/**
|
4 |
* Uninstall Feedback
|
5 |
*
|
8 |
*
|
9 |
* @package Cookie_Law_Info
|
10 |
*/
|
11 |
+
if (!defined('ABSPATH')) {
|
12 |
exit;
|
13 |
}
|
14 |
class Cookie_Law_Info_Uninstall_Feedback
|
15 |
{
|
16 |
+
protected $api_url = '';
|
17 |
+
protected $current_version = CLI_VERSION;
|
18 |
+
protected $auth_key = 'cookielawinfo_uninstall_1234#';
|
19 |
+
protected $plugin_id = CLI_POST_TYPE;
|
20 |
+
protected $plugin_file = CLI_PLUGIN_FILENAME; //plugin main file
|
21 |
public function __construct()
|
22 |
+
{
|
23 |
+
$this->api_url = 'https://feedback.webtoffee.com/wp-json/' . $this->plugin_id . '/v1/uninstall';
|
24 |
|
25 |
+
add_action('admin_footer', array($this, 'deactivate_scripts'));
|
26 |
+
add_action('wp_ajax_' . $this->plugin_id . '_submit_uninstall_reason', array($this, "send_uninstall_reason"));
|
27 |
+
add_filter('plugin_action_links_' . plugin_basename($this->plugin_file), array($this, 'plugin_action_links'));
|
28 |
}
|
29 |
+
public function plugin_action_links($links)
|
30 |
+
{
|
31 |
+
if (array_key_exists('deactivate', $links)) {
|
32 |
+
$links['deactivate'] = str_replace('<a', '<a class="' . $this->plugin_id . '-deactivate-link"', $links['deactivate']);
|
|
|
33 |
}
|
34 |
+
return $links;
|
35 |
+
}
|
36 |
private function get_uninstall_reasons()
|
37 |
{
|
38 |
|
39 |
$reasons = array(
|
40 |
+
|
41 |
array(
|
42 |
'id' => 'complex-setup',
|
43 |
+
'text' => __('The plugin is complex to set up', 'cookie-law-info'),
|
44 |
'type' => 'textarea',
|
45 |
'placeholder' => __('Please describe which area you are facing difficulties', 'cookie-law-info')
|
46 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
array(
|
48 |
'id' => 'found-better-plugin',
|
49 |
'text' => __('I found a better plugin', 'cookie-law-info'),
|
62 |
'type' => 'textarea',
|
63 |
'placeholder' => __('What did you expect?', 'cookie-law-info')
|
64 |
),
|
65 |
+
array(
|
66 |
+
'id' => 'conflict-theme-plugin',
|
67 |
+
'text' => __('A conflict with another plugin or theme', 'cookie-law-info'),
|
68 |
+
'type' => 'text',
|
69 |
+
'placeholder' => __('Which plugin or theme?', 'cookie-law-info')
|
70 |
+
),
|
71 |
+
array(
|
72 |
+
'id' => 'translation-issues',
|
73 |
+
'text' => __('Translation issues', 'cookie-law-info'),
|
74 |
+
'child' => array(
|
75 |
+
array(
|
76 |
+
'id' => 'incorrect-misssing-translation',
|
77 |
+
'text' => __('Incorrect/missing translation', 'cookie-law-info'),
|
78 |
+
'type' => 'textarea',
|
79 |
+
'placeholder' => __('Name the language', 'cookie-law-info')
|
80 |
+
),
|
81 |
+
array(
|
82 |
+
'id' => 'could-not-translate',
|
83 |
+
'text' => __('Unable to translate my dynamic content e.g, cookie message, button text etc', 'cookie-law-info'),
|
84 |
+
'type' => 'textarea',
|
85 |
+
'placeholder' => __('Name the language and the translator plugin that you are using', 'cookie-law-info')
|
86 |
+
),
|
87 |
+
)
|
88 |
+
),
|
89 |
+
array(
|
90 |
+
'id' => 'upgrade-to-pro',
|
91 |
+
'text' => __('Upgrade to pro', 'cookie-law-info'),
|
92 |
+
),
|
93 |
array(
|
94 |
'id' => 'other',
|
95 |
'text' => __('Other', 'cookie-law-info'),
|
100 |
|
101 |
return $reasons;
|
102 |
}
|
103 |
+
public function generate_reason_html()
|
104 |
+
{
|
105 |
+
}
|
106 |
public function deactivate_scripts()
|
107 |
{
|
108 |
global $pagenow;
|
109 |
+
if ('plugins.php' != $pagenow) {
|
|
|
110 |
return;
|
111 |
}
|
112 |
$reasons = $this->get_uninstall_reasons();
|
113 |
+
?>
|
114 |
+
<div class="<?php echo $this->plugin_id; ?>-modal" id="<?php echo $this->plugin_id; ?>-modal">
|
115 |
+
<div class="<?php echo $this->plugin_id; ?>-modal-wrap">
|
116 |
+
<div class="<?php echo $this->plugin_id; ?>-modal-header">
|
117 |
<h3><?php _e('If you have a moment, please let us know why you are deactivating:', 'cookie-law-info'); ?></h3>
|
118 |
</div>
|
119 |
+
<div class="<?php echo $this->plugin_id; ?>-modal-body">
|
120 |
+
<ul class="reasons"><?php foreach ($reasons as $reason) :
|
121 |
+
$data_type = (isset($reason['type']) ? 'data-type="' . esc_attr($reason['type']) . '"' : '');
|
122 |
+
$placeholder = (isset($reason['type']) ? 'data-placeholder="' . esc_attr($reason['placeholder']) . '"' : '');
|
123 |
+
$childs = (isset($reason['child']) && is_array($reason['child'])) ? $reason['child'] : array();
|
124 |
+
?>
|
125 |
+
<li <?php echo $data_type; ?> <?php echo $placeholder; ?>>
|
126 |
<label><input type="radio" name="selected-reason" value="<?php echo $reason['id']; ?>"><?php echo $reason['text']; ?></label>
|
127 |
+
<?php if (!empty($childs)) : ?>
|
128 |
+
<ul class="<?php echo $this->plugin_id . '-sub-reasons'; ?>">
|
129 |
+
<?php foreach ($childs as $child) :
|
130 |
+
$data_type = (isset($child['type']) ? 'data-type="' . esc_attr($child['type']) . '"' : '');
|
131 |
+
$placeholder = (isset($child['type']) ? 'data-placeholder="' . esc_attr($child['placeholder']) . '"' : '');
|
132 |
+
?>
|
133 |
+
<li <?php echo $data_type; ?> <?php echo $placeholder; ?>>
|
134 |
+
<label><input type="radio" name="selected-reason" value="<?php echo $child['id']; ?>"><?php echo $child['text']; ?></label>
|
135 |
+
<?php endforeach; ?>
|
136 |
+
</ul>
|
137 |
+
<?php endif; ?>
|
138 |
+
|
139 |
+
</li>
|
140 |
+
|
141 |
+
<?php endforeach; ?>
|
142 |
</ul>
|
143 |
+
<div class="wt-uninstall-feedback-privacy-policy">
|
144 |
+
<?php _e("We do not collect any personal data when you submit this form. It's your feedback that we value.", "cookie-law-info"); ?>
|
145 |
+
<a href="https://www.webtoffee.com/privacy-policy/" target="_blank"><?php _e('Privacy Policy', 'cookie-law-info'); ?></a>
|
146 |
+
</div>
|
147 |
</div>
|
148 |
+
<div class="<?php echo $this->plugin_id; ?>-modal-footer">
|
149 |
+
|
150 |
<a class="button-primary" href="https://www.webtoffee.com/support/" target="_blank">
|
151 |
+
<span class="dashicons dashicons-external" style="margin-top:3px;"></span>
|
152 |
<?php _e('Go to support', 'cookie-law-info'); ?></a>
|
153 |
+
<button class="button-primary <?php echo $this->plugin_id; ?>-model-submit"><?php _e('Submit & Deactivate', 'cookie-law-info'); ?></button>
|
154 |
+
<button class="button-secondary <?php echo $this->plugin_id; ?>-model-cancel"><?php _e('Cancel', 'cookie-law-info'); ?></button>
|
155 |
+
<a href="#" style="color: #737373;" class="dont-bother-me"><?php _e('I rather wouldn\'t say', 'cookie-law-info'); ?></a>
|
156 |
</div>
|
157 |
</div>
|
158 |
</div>
|
159 |
<style type="text/css">
|
160 |
+
.<?php echo $this->plugin_id; ?>-modal {
|
161 |
position: fixed;
|
162 |
z-index: 99999;
|
163 |
top: 0;
|
164 |
right: 0;
|
165 |
bottom: 0;
|
166 |
left: 0;
|
167 |
+
background: rgba(0, 0, 0, 0.5);
|
168 |
display: none;
|
169 |
}
|
170 |
+
|
171 |
+
.<?php echo $this->plugin_id; ?>-modal.modal-active {
|
172 |
+
display: block;
|
173 |
+
}
|
174 |
+
|
175 |
+
.<?php echo $this->plugin_id; ?>-modal-wrap {
|
176 |
width: 50%;
|
177 |
position: relative;
|
178 |
margin: 10% auto;
|
179 |
background: #fff;
|
180 |
}
|
181 |
+
|
182 |
+
.<?php echo $this->plugin_id; ?>-modal-header {
|
183 |
border-bottom: 1px solid #eee;
|
184 |
padding: 8px 20px;
|
185 |
}
|
186 |
+
|
187 |
+
.<?php echo $this->plugin_id; ?>-modal-header h3 {
|
188 |
line-height: 150%;
|
189 |
margin: 0;
|
190 |
}
|
191 |
+
|
192 |
+
.<?php echo $this->plugin_id; ?>-modal-body {
|
193 |
+
padding: 5px 20px 20px 20px;
|
194 |
+
}
|
195 |
+
|
196 |
+
.<?php echo $this->plugin_id; ?>-modal-body .input-text,
|
197 |
+
.<?php echo $this->plugin_id; ?>-modal-body textarea {
|
198 |
+
width: 75%;
|
199 |
+
}
|
200 |
+
|
201 |
+
.<?php echo $this->plugin_id; ?>-modal-body .reason-input {
|
202 |
margin-top: 5px;
|
203 |
margin-left: 20px;
|
204 |
}
|
205 |
+
|
206 |
+
.<?php echo $this->plugin_id; ?>-modal-footer {
|
207 |
border-top: 1px solid #eee;
|
208 |
padding: 12px 20px;
|
209 |
+
text-align: left;
|
210 |
+
}
|
211 |
+
|
212 |
+
.<?php echo $this->plugin_id; ?>-sub-reasons {
|
213 |
+
display: none;
|
214 |
+
padding-left: 20px;
|
215 |
+
padding-top: 10px;
|
216 |
+
padding-bottom: 4px;
|
217 |
+
}
|
218 |
+
|
219 |
+
.wt-uninstall-feedback-privacy-policy {
|
220 |
+
text-align: left;
|
221 |
+
font-size: 12px;
|
222 |
+
color: #aaa;
|
223 |
+
line-height: 14px;
|
224 |
+
margin-top: 20px;
|
225 |
+
font-style: italic;
|
226 |
+
}
|
227 |
+
|
228 |
+
.wt-uninstall-feedback-privacy-policy a {
|
229 |
+
font-size: 11px;
|
230 |
+
color: #4b9cc3;
|
231 |
+
text-decoration-color: #99c3d7;
|
232 |
}
|
233 |
</style>
|
234 |
<script type="text/javascript">
|
235 |
+
(function($) {
|
236 |
+
$(function() {
|
237 |
+
var plugin_id = '<?php echo $this->plugin_id; ?>';
|
238 |
+
var modal = $('#' + plugin_id + '-modal');
|
239 |
var deactivateLink = '';
|
240 |
+
$('a.' + plugin_id + '-deactivate-link').click(function(e) {
|
241 |
e.preventDefault();
|
242 |
modal.addClass('modal-active');
|
243 |
deactivateLink = $(this).attr('href');
|
244 |
+
modal.find('a.dont-bother-me').attr('href', deactivateLink).css('float', 'right');
|
245 |
});
|
246 |
+
modal.on('click', 'button.' + plugin_id + '-model-cancel', function(e) {
|
247 |
e.preventDefault();
|
248 |
modal.removeClass('modal-active');
|
249 |
});
|
250 |
+
modal.on('click', 'input[type="radio"]', function() {
|
251 |
var parent = $(this).parents('li:first');
|
252 |
+
if (parent.find('ul').length > 0) {
|
253 |
+
$('.' + plugin_id + '-sub-reasons').hide();
|
254 |
+
parent.find('ul').show();
|
255 |
+
} else {
|
256 |
+
modal.find('.reason-input').remove();
|
257 |
+
var inputType = parent.data('type'),
|
258 |
inputPlaceholder = parent.data('placeholder'),
|
259 |
reasonInputHtml = '<div class="reason-input">' + (('text' === inputType) ? '<input type="text" class="input-text" size="40" />' : '<textarea rows="5" cols="45"></textarea>') + '</div>';
|
260 |
+
if (inputType === 'textarea' || inputType === 'text') {
|
261 |
+
parent.append($(reasonInputHtml));
|
262 |
+
parent.find('input, textarea').attr('placeholder', inputPlaceholder).focus();
|
263 |
+
}
|
264 |
}
|
265 |
+
|
266 |
});
|
267 |
|
268 |
+
modal.on('click', 'button.' + plugin_id + '-model-submit', function(e) {
|
269 |
e.preventDefault();
|
270 |
var button = $(this);
|
271 |
if (button.hasClass('disabled')) {
|
273 |
}
|
274 |
var $radio = $('input[type="radio"]:checked', modal);
|
275 |
var $selected_reason = $radio.parents('li:first'),
|
276 |
+
$input = $selected_reason.find('textarea, input[type="text"]');
|
277 |
|
278 |
$.ajax({
|
279 |
url: ajaxurl,
|
280 |
type: 'POST',
|
281 |
data: {
|
282 |
+
action: plugin_id + '_submit_uninstall_reason',
|
283 |
reason_id: (0 === $radio.length) ? 'none' : $radio.val(),
|
284 |
reason_info: (0 !== $input.length) ? $input.val().trim() : ''
|
285 |
},
|
286 |
+
beforeSend: function() {
|
287 |
button.addClass('disabled');
|
288 |
button.text('Processing...');
|
289 |
},
|
290 |
+
complete: function() {
|
291 |
window.location.href = deactivateLink;
|
292 |
}
|
293 |
});
|
295 |
});
|
296 |
}(jQuery));
|
297 |
</script>
|
298 |
+
<?php
|
299 |
}
|
300 |
|
301 |
public function send_uninstall_reason()
|
307 |
//$current_user = wp_get_current_user();
|
308 |
$data = array(
|
309 |
'reason_id' => sanitize_text_field($_POST['reason_id']),
|
310 |
+
'plugin' => $this->plugin_id,
|
311 |
+
'auth' => $this->auth_key,
|
312 |
'date' => gmdate("M d, Y h:i:s A"),
|
313 |
'url' => '',
|
314 |
'user_email' => '',
|
320 |
'wc_version' => (!defined('WC_VERSION')) ? '' : WC_VERSION,
|
321 |
'locale' => get_locale(),
|
322 |
'multisite' => is_multisite() ? 'Yes' : 'No',
|
323 |
+
$this->plugin_id . '_version' => $this->current_version,
|
324 |
);
|
325 |
// Write an action/hook here in webtoffe to recieve the data
|
326 |
$resp = wp_remote_post($this->api_url, array(
|
331 |
'blocking' => false,
|
332 |
'body' => $data,
|
333 |
'cookies' => array()
|
334 |
+
));
|
|
|
335 |
wp_send_json_success();
|
336 |
}
|
337 |
}
|
338 |
+
new Cookie_Law_Info_Uninstall_Feedback();
|
admin/partials/cookie-law-info-admin_settings.php
CHANGED
@@ -28,7 +28,7 @@ $all_pages=get_pages($args_for_get_pages);
|
|
28 |
var cli_reset_settings_error_message='<?php echo __('Unable to reset settings.', 'cookie-law-info');?>';
|
29 |
</script>
|
30 |
<div class="wrap">
|
31 |
-
<h2 class="wp-heading-inline"><?php _e('
|
32 |
|
33 |
<table class="cli_notify_table cli_bar_state">
|
34 |
<tr valign="middle" class="cli_bar_on" style="<?php echo $the_options['is_on'] == true ? '' : 'display:none;';?>">
|
28 |
var cli_reset_settings_error_message='<?php echo __('Unable to reset settings.', 'cookie-law-info');?>';
|
29 |
</script>
|
30 |
<div class="wrap">
|
31 |
+
<h2 class="wp-heading-inline"><?php _e('Settings', 'cookie-law-info'); ?></h2>
|
32 |
|
33 |
<table class="cli_notify_table cli_bar_state">
|
34 |
<tr valign="middle" class="cli_bar_on" style="<?php echo $the_options['is_on'] == true ? '' : 'display:none;';?>">
|
admin/views/admin-settings-general.php
CHANGED
@@ -61,72 +61,6 @@ if (!defined('WPINC')) {
|
|
61 |
|
62 |
|
63 |
|
64 |
-
</div>
|
65 |
-
<div class="cli_sub_tab_content" data-id="show-again">
|
66 |
-
<h3><?php _e('Show Again Tab', 'cookie-law-info'); ?></h3>
|
67 |
-
<table class="form-table">
|
68 |
-
<tr valign="top">
|
69 |
-
<th scope="row"><label for="showagain_tab_field"><?php _e('Use Show Again Tab?', 'cookie-law-info'); ?></label></th>
|
70 |
-
<td>
|
71 |
-
<input type="radio" id="showagain_tab_field_yes" name="showagain_tab_field" class="styled" value="true" <?php echo ($the_options['showagain_tab'] == true) ? ' checked="checked"' : ''; ?> /><?php _e('Yes', 'cookie-law-info'); ?>
|
72 |
-
<input type="radio" id="showagain_tab_field_no" name="showagain_tab_field" class="styled" value="false" <?php echo ($the_options['showagain_tab'] == false) ? ' checked="checked" ' : ''; ?> /> <?php _e('No', 'cookie-law-info'); ?>
|
73 |
-
</td>
|
74 |
-
</tr>
|
75 |
-
|
76 |
-
<tr valign="top" cli_frm_tgl-id="cli_bar_type" cli_frm_tgl-val="banner" cli_frm_tgl-lvl="0">
|
77 |
-
<th scope="row"><label for="notify_position_horizontal_field"><?php _e('Tab Position', 'cookie-law-info'); ?></label></th>
|
78 |
-
<td>
|
79 |
-
<select name="notify_position_horizontal_field" class="vvv_combobox">
|
80 |
-
<?php
|
81 |
-
if ($the_options['notify_position_horizontal'] == "right") {
|
82 |
-
echo '<option value="right" selected="selected">' . __('Right', 'cookie-law-info') . '</option>';
|
83 |
-
echo '<option value="left">' . __('Left', 'cookie-law-info') . '</option>';
|
84 |
-
} else {
|
85 |
-
echo '<option value="right">' . __('Right', 'cookie-law-info') . '</option>';
|
86 |
-
echo '<option value="left" selected="selected">' . __('Left', 'cookie-law-info') . '</option>';
|
87 |
-
}
|
88 |
-
?>
|
89 |
-
</select>
|
90 |
-
</td>
|
91 |
-
</tr>
|
92 |
-
|
93 |
-
<tr valign="top" cli_frm_tgl-id="cli_bar_type" cli_frm_tgl-val="popup" cli_frm_tgl-lvl="0">
|
94 |
-
<th scope="row"><label for="popup_showagain_position_field"><?php _e('Tab Position', 'cookie-law-info'); ?></label></th>
|
95 |
-
<td>
|
96 |
-
<select name="popup_showagain_position_field" class="vvv_combobox">
|
97 |
-
<?php
|
98 |
-
$pp_sa_pos = $the_options['popup_showagain_position'];
|
99 |
-
?>
|
100 |
-
<option value="bottom-right" <?php echo $pp_sa_pos == 'bottom-right' ? 'selected' : ''; ?>>
|
101 |
-
<?php _e('Bottom Right', 'cookie-law-info') ?>
|
102 |
-
</option>
|
103 |
-
<option value="bottom-left" <?php echo $pp_sa_pos == 'bottom-left' ? 'selected' : ''; ?>>
|
104 |
-
<?php _e('Bottom Left', 'cookie-law-info') ?>
|
105 |
-
</option>
|
106 |
-
<option value="top-right" <?php echo $pp_sa_pos == 'top-right' ? 'selected' : ''; ?>>
|
107 |
-
<?php _e('Top Right', 'cookie-law-info') ?>
|
108 |
-
</option>
|
109 |
-
<option value="top-left" <?php echo $pp_sa_pos == 'top-left' ? 'selected' : ''; ?>>
|
110 |
-
<?php _e('Top Left', 'cookie-law-info') ?>
|
111 |
-
</option>
|
112 |
-
</select>
|
113 |
-
</td>
|
114 |
-
</tr>
|
115 |
-
|
116 |
-
<tr valign="top">
|
117 |
-
<th scope="row"><label for="showagain_x_position_field"><?php _e('From Left Margin', 'cookie-law-info'); ?></label></th>
|
118 |
-
<td>
|
119 |
-
<input type="text" name="showagain_x_position_field" value="<?php echo $the_options['showagain_x_position'] ?>" />
|
120 |
-
<span class="cli_form_help"><?php _e('Specify', 'cookie-law-info'); ?> px or %, e.g. <em>"100px" or "30%"</em></span>
|
121 |
-
</td>
|
122 |
-
</tr>
|
123 |
-
<tr valign="top">
|
124 |
-
<th scope="row"><label for="showagain_text"><?php _e('Show More Text', 'cookie-law-info'); ?></label></th>
|
125 |
-
<td>
|
126 |
-
<input type="text" name="showagain_text_field" value="<?php echo $the_options['showagain_text'] ?>" />
|
127 |
-
</td>
|
128 |
-
</tr>
|
129 |
-
</table>
|
130 |
</div>
|
131 |
<div class="cli_sub_tab_content" data-id="other">
|
132 |
<h3><?php _e('Other', 'cookie-law-info'); ?></h3>
|
61 |
|
62 |
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
</div>
|
65 |
<div class="cli_sub_tab_content" data-id="other">
|
66 |
<h3><?php _e('Other', 'cookie-law-info'); ?></h3>
|
admin/views/admin-settings-messagebar.php
CHANGED
@@ -7,7 +7,7 @@ if (!defined('WPINC')) {
|
|
7 |
<div class="cookie-law-info-tab-content" data-id="<?php echo $target_id; ?>">
|
8 |
<ul class="cli_sub_tab">
|
9 |
<li style="border-left:none; padding-left: 0px;" data-target="cookie-message"><a><?php _e('Cookie bar', 'cookie-law-info'); ?></a></li>
|
10 |
-
<li data-target="show-again-tab"><a><?php _e('
|
11 |
</ul>
|
12 |
<div class="cli_sub_tab_container">
|
13 |
<div class="cli_sub_tab_content" data-id="cookie-message" style="display:block;">
|
@@ -17,7 +17,7 @@ if (!defined('WPINC')) {
|
|
17 |
<tr valign="top">
|
18 |
<th scope="row"><label for="bar_heading_text_field"><?php _e('Message Heading', 'cookie-law-info'); ?></label></th>
|
19 |
<td>
|
20 |
-
<input type="text" name="bar_heading_text_field" value="<?php echo stripslashes(
|
21 |
<span class="cli_form_help"><?php _e('Leave it blank, If you do not need a heading', 'cookie-law-info'); ?>
|
22 |
</span>
|
23 |
</td>
|
@@ -142,65 +142,77 @@ if (!defined('WPINC')) {
|
|
142 |
<div class="cli_sub_tab_content" data-id="show-again-tab">
|
143 |
<div class="wt-cli-section wt-cli-section-floating-widget-settings">
|
144 |
<div class="cli_sub_tab_content" data-id="show-again-tab">
|
145 |
-
<h3><?php _e('Show
|
146 |
-
<
|
147 |
-
<
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
<option value="bottom-right" <?php echo $pp_sa_pos == 'bottom-right' ? 'selected' : ''; ?>>
|
180 |
-
<?php _e('Bottom Right', 'cookie-law-info') ?>
|
181 |
-
</option>
|
182 |
-
<option value="bottom-left" <?php echo $pp_sa_pos == 'bottom-left' ? 'selected' : ''; ?>>
|
183 |
-
<?php _e('Bottom Left', 'cookie-law-info') ?>
|
184 |
-
</option>
|
185 |
-
<option value="top-right" <?php echo $pp_sa_pos == 'top-right' ? 'selected' : ''; ?>>
|
186 |
-
<?php _e('Top Right', 'cookie-law-info') ?>
|
187 |
-
</option>
|
188 |
-
<option value="top-left" <?php echo $pp_sa_pos == 'top-left' ? 'selected' : ''; ?>>
|
189 |
-
<?php _e('Top Left', 'cookie-law-info') ?>
|
190 |
-
</option>
|
191 |
-
</select>
|
192 |
-
</td>
|
193 |
-
</tr>
|
194 |
|
|
|
|
|
|
|
|
|
195 |
<tr valign="top">
|
196 |
-
<th scope="row"><label for="
|
197 |
-
<td>
|
198 |
-
<input type="text" name="showagain_x_position_field" value="<?php echo $the_options['showagain_x_position'] ?>" />
|
199 |
-
<span class="cli_form_help"><?php _e('Specify', 'cookie-law-info'); ?> px or %, e.g. <em>"100px" or "30%"</em></span>
|
200 |
-
</td>
|
201 |
-
</tr>
|
202 |
-
<tr valign="top">
|
203 |
-
<th scope="row"><label for="showagain_text"><?php _e('Show More Text', 'cookie-law-info'); ?></label></th>
|
204 |
<td>
|
205 |
<input type="text" name="showagain_text_field" value="<?php echo $the_options['showagain_text'] ?>" />
|
206 |
</td>
|
7 |
<div class="cookie-law-info-tab-content" data-id="<?php echo $target_id; ?>">
|
8 |
<ul class="cli_sub_tab">
|
9 |
<li style="border-left:none; padding-left: 0px;" data-target="cookie-message"><a><?php _e('Cookie bar', 'cookie-law-info'); ?></a></li>
|
10 |
+
<li data-target="show-again-tab"><a><?php _e('Revisit consent', 'cookie-law-info'); ?></a></li>
|
11 |
</ul>
|
12 |
<div class="cli_sub_tab_container">
|
13 |
<div class="cli_sub_tab_content" data-id="cookie-message" style="display:block;">
|
17 |
<tr valign="top">
|
18 |
<th scope="row"><label for="bar_heading_text_field"><?php _e('Message Heading', 'cookie-law-info'); ?></label></th>
|
19 |
<td>
|
20 |
+
<input type="text" name="bar_heading_text_field" value="<?php echo stripslashes($the_options['bar_heading_text']) ?>" />
|
21 |
<span class="cli_form_help"><?php _e('Leave it blank, If you do not need a heading', 'cookie-law-info'); ?>
|
22 |
</span>
|
23 |
</td>
|
142 |
<div class="cli_sub_tab_content" data-id="show-again-tab">
|
143 |
<div class="wt-cli-section wt-cli-section-floating-widget-settings">
|
144 |
<div class="cli_sub_tab_content" data-id="show-again-tab">
|
145 |
+
<h3><?php _e('Revisit consent', 'cookie-law-info'); ?><span style="margin-left:5px;font-size: 12px;color: #000000ba;font-style: italic;">( <?php _e('previously', 'cookie-law-info'); ?><span style="font-size: 14px;"> <?php _e('Show again tab', 'cookie-law-info'); ?></span> )</span></h3>
|
146 |
+
<div class="wt-cli-notice wt-cli-info">
|
147 |
+
<?php echo __('Revisit consent will allow the visitors to view/edit/revoke their prior preferences. This can be done via a widget and/or a shortcode. A small privacy widget is automatically displayed at the footer of your website if the widget option is enabled. You can also manually insert a link to manage consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your website.', 'cookie-law-info'); ?>
|
148 |
+
</div>
|
149 |
+
<div class="wt-cli-revisit-consent-widget">
|
150 |
+
<table class="form-table">
|
151 |
+
<tr valign="top">
|
152 |
+
<th scope="row"><label for="showagain_tab_field"><?php _e('Enable revisit consent widget', 'cookie-law-info'); ?><span class="wt-cli-tootip" data-wt-cli-tooltip="<?php _e('By enabling this option a small privacy widget is automatically displayed at the footer of your website.', 'cookie-law-info'); ?>"><span class="wt-cli-tootip-icon"></span></span></label></th>
|
153 |
+
<td>
|
154 |
+
<input type="hidden" name="showagain_tab_field" value="false" id="showagain_tab_field_no">
|
155 |
+
<input name="showagain_tab_field" type="checkbox" value="true" id="showagain_tab_field_yes" class="wt-cli-input-toggle-checkbox" data-cli-toggle-target="wt-cli-revisit-consent-widget" <?php checked($the_options['showagain_tab'], true); ?>>
|
156 |
+
</td>
|
157 |
+
</tr>
|
158 |
+
</table>
|
159 |
+
</div>
|
160 |
+
<div class="wt-cli-input-toggle-section" data-cli-toggle-id="wt-cli-revisit-consent-widget">
|
161 |
+
<table class="form-table">
|
162 |
+
<tr valign="top" cli_frm_tgl-id="cli_bar_type" cli_frm_tgl-val="banner" cli_frm_tgl-lvl="0">
|
163 |
+
<th scope="row"><label for="notify_position_horizontal_field"><?php _e('Tab Position', 'cookie-law-info'); ?></label></th>
|
164 |
+
<td>
|
165 |
+
<select name="notify_position_horizontal_field" class="vvv_combobox" style="max-width:100%;">
|
166 |
+
<?php
|
167 |
+
if ($the_options['notify_position_horizontal'] == "right") {
|
168 |
+
echo '<option value="right" selected="selected">' . __('Right', 'cookie-law-info') . '</option>';
|
169 |
+
echo '<option value="left">' . __('Left', 'cookie-law-info') . '</option>';
|
170 |
+
} else {
|
171 |
+
echo '<option value="right">' . __('Right', 'cookie-law-info') . '</option>';
|
172 |
+
echo '<option value="left" selected="selected">' . __('Left', 'cookie-law-info') . '</option>';
|
173 |
+
}
|
174 |
+
?>
|
175 |
+
</select>
|
176 |
+
</td>
|
177 |
+
</tr>
|
178 |
|
179 |
+
<tr valign="top" cli_frm_tgl-id="cli_bar_type" cli_frm_tgl-val="popup" cli_frm_tgl-lvl="0">
|
180 |
+
<th scope="row"><label for="popup_showagain_position_field"><?php _e('Tab Position', 'cookie-law-info'); ?></label></th>
|
181 |
+
<td>
|
182 |
+
<select name="popup_showagain_position_field" class="vvv_combobox" style="max-width:100%;">
|
183 |
+
<?php
|
184 |
+
$pp_sa_pos = $the_options['popup_showagain_position'];
|
185 |
+
?>
|
186 |
+
<option value="bottom-right" <?php echo $pp_sa_pos == 'bottom-right' ? 'selected' : ''; ?>>
|
187 |
+
<?php _e('Bottom Right', 'cookie-law-info') ?>
|
188 |
+
</option>
|
189 |
+
<option value="bottom-left" <?php echo $pp_sa_pos == 'bottom-left' ? 'selected' : ''; ?>>
|
190 |
+
<?php _e('Bottom Left', 'cookie-law-info') ?>
|
191 |
+
</option>
|
192 |
+
<option value="top-right" <?php echo $pp_sa_pos == 'top-right' ? 'selected' : ''; ?>>
|
193 |
+
<?php _e('Top Right', 'cookie-law-info') ?>
|
194 |
+
</option>
|
195 |
+
<option value="top-left" <?php echo $pp_sa_pos == 'top-left' ? 'selected' : ''; ?>>
|
196 |
+
<?php _e('Top Left', 'cookie-law-info') ?>
|
197 |
+
</option>
|
198 |
+
</select>
|
199 |
+
</td>
|
200 |
+
</tr>
|
201 |
|
202 |
+
<tr valign="top">
|
203 |
+
<th scope="row"><label id="wt-cli-revisit-consent-margin-label" for="showagain_x_position_field" data-cli-right-text="<?php _e('From Right Margin', 'cookie-law-info'); ?>" data-cli-left-text="<?php _e('From Left Margin', 'cookie-law-info'); ?>"><?php _e('From Left Margin', 'cookie-law-info'); ?></label></th>
|
204 |
+
<td>
|
205 |
+
<input type="text" name="showagain_x_position_field" value="<?php echo $the_options['showagain_x_position'] ?>" />
|
206 |
+
<span class="cli_form_help"><?php _e('Specify', 'cookie-law-info'); ?> px or %, e.g. <em>"100px" or "30%"</em></span>
|
207 |
+
</td>
|
208 |
+
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
+
</table>
|
211 |
+
|
212 |
+
</div>
|
213 |
+
<table class="form-table" style="margin-top: 0;">
|
214 |
<tr valign="top">
|
215 |
+
<th scope="row"><label for="showagain_text"><?php _e('Title', 'cookie-law-info'); ?></label></th>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
<td>
|
217 |
<input type="text" name="showagain_text_field" value="<?php echo $the_options['showagain_text'] ?>" />
|
218 |
</td>
|
admin/views/goto-pro.php
CHANGED
@@ -75,7 +75,7 @@
|
|
75 |
<li style=""><?php echo __('10X Powerful with GDPR Cookie Consent Features That Every Site Needs','cookie-law-info'); ?></li>
|
76 |
<li style="padding-top:5px;">
|
77 |
<p style="text-align: left;">
|
78 |
-
<a href="https://www.webtoffee.com/product/gdpr-cookie-consent
|
79 |
</p>
|
80 |
</li>
|
81 |
</ul>
|
75 |
<li style=""><?php echo __('10X Powerful with GDPR Cookie Consent Features That Every Site Needs','cookie-law-info'); ?></li>
|
76 |
<li style="padding-top:5px;">
|
77 |
<p style="text-align: left;">
|
78 |
+
<a href="https://www.webtoffee.com/product/gdpr-cookie-consent/?utm_source=free_plugin_sidebar&utm_medium=gdpr_basic&utm_campaign=GDPR&utm_content=<?php echo CLI_VERSION;?>" target="_blank" class="cli-button cli-button-go-pro"><?php echo __('Upgrade to Premium','cookie-law-info'); ?></a>
|
79 |
</p>
|
80 |
</li>
|
81 |
</ul>
|
cookie-law-info.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: GDPR Cookie Consent
|
17 |
* Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
-
* Version: 1.9.
|
20 |
* Author: WebToffee
|
21 |
* Author URI: http://cookielawinfo.com/
|
22 |
* License: GPLv3
|
@@ -63,7 +63,7 @@ define ( 'CLI_POST_TYPE','cookielawinfo');
|
|
63 |
* Currently plugin version.
|
64 |
* Rename this for your plugin and update it as you release new versions.
|
65 |
*/
|
66 |
-
define( 'CLI_VERSION', '1.9.
|
67 |
|
68 |
function wt_cookie_law_info_update_message( $data, $response )
|
69 |
{
|
16 |
* Plugin Name: GDPR Cookie Consent
|
17 |
* Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
+
* Version: 1.9.4
|
20 |
* Author: WebToffee
|
21 |
* Author URI: http://cookielawinfo.com/
|
22 |
* License: GPLv3
|
63 |
* Currently plugin version.
|
64 |
* Rename this for your plugin and update it as you release new versions.
|
65 |
*/
|
66 |
+
define( 'CLI_VERSION', '1.9.4' );
|
67 |
|
68 |
function wt_cookie_law_info_update_message( $data, $response )
|
69 |
{
|
includes/class-cookie-law-info-review_request.php
CHANGED
@@ -17,11 +17,9 @@ class Cookie_Law_Info_Review_Request
|
|
17 |
private $plugin_title = "GDPR Cookie Consent (CCPA Ready)";
|
18 |
private $review_url = "https://wordpress.org/support/plugin/cookie-law-info/reviews/#new-post";
|
19 |
private $plugin_prefix = "wt_cli"; /* must be unique name */
|
20 |
-
private $activation_hook = "wt_cli_activate"; /* hook for activation, to store activated date */
|
21 |
-
private $deactivation_hook = "wt_cli_deactivate"; /* hook for deactivation, to delete activated date */
|
22 |
private $days_to_show_banner = 15; /* when did the banner to show */
|
23 |
private $remind_days = 15; /* remind interval in days */
|
24 |
-
private $webtoffee_logo_url =
|
25 |
|
26 |
|
27 |
|
@@ -47,8 +45,8 @@ class Cookie_Law_Info_Review_Request
|
|
47 |
//Set config vars
|
48 |
$this->set_vars();
|
49 |
|
50 |
-
|
51 |
-
|
52 |
|
53 |
if ($this->check_condition()) /* checks the banner is active now */ {
|
54 |
$this->banner_message = sprintf(__("Hey, we at %sWebToffee%s would like to thank you for using our plugin. We would really appreciate if you could take a moment to drop a quick review that will inspire us to keep going.", 'cookie-law-info'), '<b>', '</b>');
|
@@ -77,6 +75,8 @@ class Cookie_Law_Info_Review_Request
|
|
77 |
$this->start_date = absint(get_option($this->start_date_option_name));
|
78 |
$banner_state = absint(get_option($this->banner_state_option_name));
|
79 |
$this->current_banner_state = ($banner_state == 0 ? $this->current_banner_state : $banner_state);
|
|
|
|
|
80 |
}
|
81 |
|
82 |
/**
|
@@ -84,8 +84,10 @@ class Cookie_Law_Info_Review_Request
|
|
84 |
* Saves activation date
|
85 |
*/
|
86 |
public function on_activate()
|
87 |
-
{
|
88 |
-
$this->
|
|
|
|
|
89 |
}
|
90 |
|
91 |
/**
|
@@ -101,7 +103,7 @@ class Cookie_Law_Info_Review_Request
|
|
101 |
* Reset the start date.
|
102 |
*/
|
103 |
private function reset_start_date()
|
104 |
-
{
|
105 |
update_option($this->start_date_option_name, time());
|
106 |
}
|
107 |
|
17 |
private $plugin_title = "GDPR Cookie Consent (CCPA Ready)";
|
18 |
private $review_url = "https://wordpress.org/support/plugin/cookie-law-info/reviews/#new-post";
|
19 |
private $plugin_prefix = "wt_cli"; /* must be unique name */
|
|
|
|
|
20 |
private $days_to_show_banner = 15; /* when did the banner to show */
|
21 |
private $remind_days = 15; /* remind interval in days */
|
22 |
+
private $webtoffee_logo_url = '';
|
23 |
|
24 |
|
25 |
|
45 |
//Set config vars
|
46 |
$this->set_vars();
|
47 |
|
48 |
+
register_activation_hook(CLI_PLUGIN_FILENAME , array($this, 'on_activate'));
|
49 |
+
register_deactivation_hook(CLI_PLUGIN_FILENAME, array($this, 'on_deactivate'));
|
50 |
|
51 |
if ($this->check_condition()) /* checks the banner is active now */ {
|
52 |
$this->banner_message = sprintf(__("Hey, we at %sWebToffee%s would like to thank you for using our plugin. We would really appreciate if you could take a moment to drop a quick review that will inspire us to keep going.", 'cookie-law-info'), '<b>', '</b>');
|
75 |
$this->start_date = absint(get_option($this->start_date_option_name));
|
76 |
$banner_state = absint(get_option($this->banner_state_option_name));
|
77 |
$this->current_banner_state = ($banner_state == 0 ? $this->current_banner_state : $banner_state);
|
78 |
+
$this->webtoffee_logo_url = CLI_PLUGIN_URL . 'images/webtoffee-logo_small.png';
|
79 |
+
|
80 |
}
|
81 |
|
82 |
/**
|
84 |
* Saves activation date
|
85 |
*/
|
86 |
public function on_activate()
|
87 |
+
{
|
88 |
+
if( $this->start_date == 0 ) {
|
89 |
+
$this->reset_start_date();
|
90 |
+
}
|
91 |
}
|
92 |
|
93 |
/**
|
103 |
* Reset the start date.
|
104 |
*/
|
105 |
private function reset_start_date()
|
106 |
+
{
|
107 |
update_option($this->start_date_option_name, time());
|
108 |
}
|
109 |
|
includes/class-cookie-law-info.php
CHANGED
@@ -77,7 +77,7 @@ class Cookie_Law_Info {
|
|
77 |
}
|
78 |
else
|
79 |
{
|
80 |
-
$this->version = '1.9.
|
81 |
}
|
82 |
$this->plugin_name = 'cookie-law-info';
|
83 |
|
@@ -422,9 +422,9 @@ class Cookie_Law_Info {
|
|
422 |
'reject_close_reload' => false,
|
423 |
'showagain_background' => '#fff',
|
424 |
'showagain_border' => '#000',
|
425 |
-
'showagain_text' => addslashes('
|
426 |
'showagain_div_id' => '#cookie-law-info-again',
|
427 |
-
'showagain_tab' =>
|
428 |
'showagain_x_position' => '100px',
|
429 |
'text' => '#333333',
|
430 |
'use_colour_picker' => true,
|
@@ -436,7 +436,7 @@ class Cookie_Law_Info {
|
|
436 |
'bar_heading_text' =>'',
|
437 |
'cookie_bar_as' =>'banner',
|
438 |
'popup_showagain_position' =>'bottom-right', //bottom-right | bottom-left | top-right | top-left
|
439 |
-
'widget_position'
|
440 |
);
|
441 |
$settings_v0_9 = apply_filters('wt_cli_plugin_settings', $settings_v0_9);
|
442 |
return $key!="" ? $settings_v0_9[$key] : $settings_v0_9;
|
77 |
}
|
78 |
else
|
79 |
{
|
80 |
+
$this->version = '1.9.4';
|
81 |
}
|
82 |
$this->plugin_name = 'cookie-law-info';
|
83 |
|
422 |
'reject_close_reload' => false,
|
423 |
'showagain_background' => '#fff',
|
424 |
'showagain_border' => '#000',
|
425 |
+
'showagain_text' => addslashes('Manage consent'),
|
426 |
'showagain_div_id' => '#cookie-law-info-again',
|
427 |
+
'showagain_tab' => false,
|
428 |
'showagain_x_position' => '100px',
|
429 |
'text' => '#333333',
|
430 |
'use_colour_picker' => true,
|
436 |
'bar_heading_text' =>'',
|
437 |
'cookie_bar_as' =>'banner',
|
438 |
'popup_showagain_position' =>'bottom-right', //bottom-right | bottom-left | top-right | top-left
|
439 |
+
'widget_position' => 'left', //left | right
|
440 |
);
|
441 |
$settings_v0_9 = apply_filters('wt_cli_plugin_settings', $settings_v0_9);
|
442 |
return $key!="" ? $settings_v0_9[$key] : $settings_v0_9;
|
languages/cookie-law-info-bg_BG.mo
CHANGED
Binary file
|
languages/cookie-law-info-bg_BG.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: bg\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Настройки"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Заглавие на общността за поверителност
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "Нямате достатъчно разрешение да изпълнявате тази операция"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Потвърди"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Отказ"
|
173 |
|
@@ -295,7 +296,7 @@ msgstr "Заглавие"
|
|
295 |
#: admin/views/admin_necessary_cookie.php:39
|
296 |
#: admin/views/admin_non_necessary_cookie.php:54
|
297 |
#: public/modules/script-blocker/views/settings.php:142
|
298 |
-
#: public/modules/shortcode/shortcode.php:
|
299 |
msgid "Description"
|
300 |
msgstr "Описание"
|
301 |
|
@@ -321,92 +322,112 @@ msgid "Live preview"
|
|
321 |
msgstr "Предварителен преглед на живо"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
-
msgid "The plugin is
|
325 |
-
msgstr "Приставката е
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Моля, опишете в коя област сте изправени пред трудности"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
-
msgid "Which plugin
|
337 |
-
msgstr "Кой
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
|
|
|
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
344 |
-
msgid ""
|
345 |
-
"
|
346 |
-
"more?"
|
347 |
-
msgstr ""
|
348 |
-
"Кой плъгин използвате за езиков превод? Бихте ли ни казали малко повече?"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
351 |
-
msgid "
|
352 |
-
msgstr "
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
355 |
-
msgid "
|
356 |
-
msgstr "
|
357 |
|
358 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
359 |
-
msgid "
|
360 |
-
msgstr "
|
361 |
|
362 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
363 |
-
msgid "Which plugin?"
|
364 |
-
msgstr "Кой
|
365 |
|
366 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
367 |
-
msgid "
|
368 |
-
msgstr ""
|
369 |
-
"Приставката е страхотна, но имам нужда от специфична функция, която не "
|
370 |
-
"поддържате"
|
371 |
|
372 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
373 |
-
msgid "
|
374 |
-
msgstr "
|
375 |
|
376 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
379 |
|
380 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
381 |
-
msgid "
|
382 |
-
|
|
|
|
|
|
|
383 |
|
384 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
#: admin/views/admin-settings-general.php:10
|
386 |
-
#: admin/views/admin-settings-general.php:
|
387 |
msgid "Other"
|
388 |
msgstr "Другo"
|
389 |
|
390 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
391 |
msgid "Could you tell us a bit more?"
|
392 |
msgstr "Бихте ли ни казали малко повече?"
|
393 |
|
394 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
395 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
396 |
msgstr "Ако имате момент, моля, уведомете ни защо деактивирате:"
|
397 |
|
398 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
399 |
-
msgid "
|
400 |
-
|
|
|
|
|
|
|
|
|
401 |
|
402 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
403 |
msgid "Go to support"
|
404 |
msgstr "Отидете на поддръжка"
|
405 |
|
406 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
407 |
msgid "Submit & Deactivate"
|
408 |
msgstr "Изпращане и деактивиране"
|
409 |
|
|
|
|
|
|
|
|
|
410 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
411 |
#: admin/views/admin_necessary_cookie.php:20
|
412 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -427,10 +448,6 @@ msgstr "Изтрийте настройките и нулирайте."
|
|
427 |
msgid "Unable to reset settings."
|
428 |
msgstr "Актуализиране на настройките."
|
429 |
|
430 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
431 |
-
msgid "Cookie Law Settings"
|
432 |
-
msgstr "Настройките на Cookie Law"
|
433 |
-
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
435 |
msgid "Cookie bar is currently active"
|
436 |
msgstr "Понастоящем лентата с бисквитки е активна"
|
@@ -610,13 +627,11 @@ msgstr "Отваряте ли URL в нов прозорец?"
|
|
610 |
#: admin/views/admin-settings-buttons.php:311
|
611 |
#: admin/views/admin-settings-general.php:38
|
612 |
#: admin/views/admin-settings-general.php:54
|
613 |
-
#: admin/views/admin-settings-general.php:
|
614 |
-
#: admin/views/admin-settings-general.php:
|
615 |
-
#: admin/views/admin-settings-general.php:
|
616 |
-
#: admin/views/admin-settings-general.php:155
|
617 |
#: admin/views/admin-settings-messagebar.php:86
|
618 |
#: admin/views/admin-settings-messagebar.php:110
|
619 |
-
#: admin/views/admin-settings-messagebar.php:150
|
620 |
#: admin/views/admin_non_necessary_cookie.php:32
|
621 |
msgid "Yes"
|
622 |
msgstr "Да"
|
@@ -627,13 +642,11 @@ msgstr "Да"
|
|
627 |
#: admin/views/admin-settings-buttons.php:312
|
628 |
#: admin/views/admin-settings-general.php:39
|
629 |
#: admin/views/admin-settings-general.php:55
|
630 |
-
#: admin/views/admin-settings-general.php:
|
631 |
-
#: admin/views/admin-settings-general.php:
|
632 |
-
#: admin/views/admin-settings-general.php:
|
633 |
-
#: admin/views/admin-settings-general.php:156
|
634 |
#: admin/views/admin-settings-messagebar.php:87
|
635 |
#: admin/views/admin-settings-messagebar.php:111
|
636 |
-
#: admin/views/admin-settings-messagebar.php:151
|
637 |
#: admin/views/admin_non_necessary_cookie.php:33
|
638 |
#: public/modules/script-blocker/views/settings.php:139
|
639 |
msgid "No"
|
@@ -760,81 +773,15 @@ msgstr ""
|
|
760 |
msgid "This option will not work along with `Popup overlay`."
|
761 |
msgstr "Тази опция няма да работи заедно с „Овърпои на изскачащи прозорци“."
|
762 |
|
763 |
-
#: admin/views/admin-settings-general.php:66
|
764 |
-
#: admin/views/admin-settings-messagebar.php:145
|
765 |
-
msgid "Show Again Tab"
|
766 |
-
msgstr "Показване на раздела отново"
|
767 |
-
|
768 |
#: admin/views/admin-settings-general.php:69
|
769 |
-
#: admin/views/admin-settings-messagebar.php:148
|
770 |
-
msgid "Use Show Again Tab?"
|
771 |
-
msgstr "Използвайте Показвай раздела?"
|
772 |
-
|
773 |
-
#: admin/views/admin-settings-general.php:77
|
774 |
-
#: admin/views/admin-settings-general.php:94
|
775 |
-
#: admin/views/admin-settings-messagebar.php:156
|
776 |
-
#: admin/views/admin-settings-messagebar.php:173
|
777 |
-
msgid "Tab Position"
|
778 |
-
msgstr "Позиция на означение"
|
779 |
-
|
780 |
-
#: admin/views/admin-settings-general.php:82
|
781 |
-
#: admin/views/admin-settings-general.php:85
|
782 |
-
#: admin/views/admin-settings-messagebar.php:161
|
783 |
-
#: admin/views/admin-settings-messagebar.php:164
|
784 |
-
msgid "Right"
|
785 |
-
msgstr "Дясно"
|
786 |
-
|
787 |
-
#: admin/views/admin-settings-general.php:83
|
788 |
-
#: admin/views/admin-settings-general.php:86
|
789 |
-
#: admin/views/admin-settings-messagebar.php:162
|
790 |
-
#: admin/views/admin-settings-messagebar.php:165
|
791 |
-
msgid "Left"
|
792 |
-
msgstr "Ляво"
|
793 |
-
|
794 |
-
#: admin/views/admin-settings-general.php:101
|
795 |
-
#: admin/views/admin-settings-messagebar.php:180
|
796 |
-
msgid "Bottom Right"
|
797 |
-
msgstr "Долу вдясно"
|
798 |
-
|
799 |
-
#: admin/views/admin-settings-general.php:104
|
800 |
-
#: admin/views/admin-settings-messagebar.php:183
|
801 |
-
msgid "Bottom Left"
|
802 |
-
msgstr "Долу вляво"
|
803 |
-
|
804 |
-
#: admin/views/admin-settings-general.php:107
|
805 |
-
#: admin/views/admin-settings-messagebar.php:186
|
806 |
-
msgid "Top Right"
|
807 |
-
msgstr "Горе в дясно"
|
808 |
-
|
809 |
-
#: admin/views/admin-settings-general.php:110
|
810 |
-
#: admin/views/admin-settings-messagebar.php:189
|
811 |
-
msgid "Top Left"
|
812 |
-
msgstr "Горе вляво"
|
813 |
-
|
814 |
-
#: admin/views/admin-settings-general.php:117
|
815 |
-
#: admin/views/admin-settings-messagebar.php:196
|
816 |
-
msgid "From Left Margin"
|
817 |
-
msgstr "От лявото поле"
|
818 |
-
|
819 |
-
#: admin/views/admin-settings-general.php:120
|
820 |
-
#: admin/views/admin-settings-messagebar.php:199
|
821 |
-
msgid "Specify"
|
822 |
-
msgstr "Уточнете"
|
823 |
-
|
824 |
-
#: admin/views/admin-settings-general.php:124
|
825 |
-
#: admin/views/admin-settings-messagebar.php:203
|
826 |
-
msgid "Show More Text"
|
827 |
-
msgstr "Покажи повече текст"
|
828 |
-
|
829 |
-
#: admin/views/admin-settings-general.php:135
|
830 |
msgid "Reload after \"scroll accept\" event?"
|
831 |
msgstr "Презареждане след \"превъртане приемат\" събитие?"
|
832 |
|
833 |
-
#: admin/views/admin-settings-general.php:
|
834 |
msgid "Reload after Accept button click"
|
835 |
msgstr "Презареждане след приемам копче щракване"
|
836 |
|
837 |
-
#: admin/views/admin-settings-general.php:
|
838 |
msgid "Reload after Reject button click"
|
839 |
msgstr "Презареждане след приемам копче щракване"
|
840 |
|
@@ -968,8 +915,9 @@ msgid "Cookie bar"
|
|
968 |
msgstr "Бар с бисквитки"
|
969 |
|
970 |
#: admin/views/admin-settings-messagebar.php:10
|
971 |
-
|
972 |
-
|
|
|
973 |
|
974 |
#: admin/views/admin-settings-messagebar.php:15
|
975 |
msgid "Cookie Bar"
|
@@ -1089,10 +1037,95 @@ msgstr "Залепен"
|
|
1089 |
msgid "On hide"
|
1090 |
msgstr "На кожа"
|
1091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1092 |
#: admin/views/admin-settings-save-button.php:12
|
1093 |
#: admin/views/admin_necessary_cookie.php:52
|
1094 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1095 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1096 |
msgid "Update Settings"
|
1097 |
msgstr "Актуализиране на настройките"
|
1098 |
|
@@ -1100,11 +1133,6 @@ msgstr "Актуализиране на настройките"
|
|
1100 |
msgid "Necessary Cookie Settings"
|
1101 |
msgstr "Необходими настройки на бисквитките"
|
1102 |
|
1103 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1104 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1105 |
-
msgid "Title"
|
1106 |
-
msgstr "Заглавие"
|
1107 |
-
|
1108 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1109 |
msgid "Non-necessary Cookie Settings"
|
1110 |
msgstr "Не е необходима настройка на бисквитките"
|
@@ -1307,7 +1335,7 @@ msgstr ""
|
|
1307 |
"Моля, уверете се, че кешът е изчистен след всяка актуализация на "
|
1308 |
"приставката, особено ако сте умалили JS и / или CSS файлове."
|
1309 |
|
1310 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1311 |
#, php-format
|
1312 |
msgid ""
|
1313 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1318,15 +1346,15 @@ msgstr ""
|
|
1318 |
"нашата приставка. Наистина бихме били благодарни, ако можете да отделите "
|
1319 |
"малко време, за да пуснете бърз преглед, който ще ни вдъхнови да продължим."
|
1320 |
|
1321 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1322 |
msgid "Remind me later"
|
1323 |
msgstr "Напомнете ми по-късно"
|
1324 |
|
1325 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1326 |
msgid "Not interested"
|
1327 |
msgstr "Не се интересувам"
|
1328 |
|
1329 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1330 |
msgid "Review now"
|
1331 |
msgstr "Прегледайте сега"
|
1332 |
|
@@ -1339,7 +1367,7 @@ msgid "Cookie List"
|
|
1339 |
msgstr "Бисквитка списък"
|
1340 |
|
1341 |
#: public/class-cookie-law-info-public.php:253
|
1342 |
-
#: public/modules/shortcode/shortcode.php:
|
1343 |
msgid "Cookie"
|
1344 |
msgstr "Kурабийка"
|
1345 |
|
@@ -1375,39 +1403,39 @@ msgstr "Нищо не е намерено"
|
|
1375 |
msgid "Nothing found in Trash"
|
1376 |
msgstr "Няма нищо в кошчето"
|
1377 |
|
1378 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1379 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1380 |
msgid "Script Blocker"
|
1381 |
msgstr "Блокиране на скриптове"
|
1382 |
|
1383 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1384 |
msgid "Status updated"
|
1385 |
msgstr "Състоянието е актуализирано"
|
1386 |
|
1387 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1388 |
msgid "Advanced script rendering"
|
1389 |
msgstr "Разширено изобразяване на скриптове"
|
1390 |
|
1391 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1392 |
#: public/modules/script-blocker/views/settings.php:7
|
1393 |
msgid "Enable"
|
1394 |
msgstr "Включи"
|
1395 |
|
1396 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1397 |
#: public/modules/script-blocker/views/settings.php:7
|
1398 |
msgid "Disable"
|
1399 |
msgstr "Изключи"
|
1400 |
|
1401 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1402 |
msgid ""
|
1403 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1404 |
-
"thus
|
1405 |
-
"caching
|
1406 |
msgstr ""
|
1407 |
-
"Разширеното
|
1408 |
-
"помощта на javascript, като по този начин
|
1409 |
"опресняване на страницата. Освен това е оптимизиран за кеширане, тъй като "
|
1410 |
-
"няма обработка от страна на сървъра след
|
1411 |
|
1412 |
#: public/modules/script-blocker/views/settings.php:9
|
1413 |
msgid "Script blocker is enabled."
|
@@ -1476,48 +1504,47 @@ msgstr ""
|
|
1476 |
msgid "Inactive"
|
1477 |
msgstr "Неактивни"
|
1478 |
|
1479 |
-
#: public/modules/shortcode/shortcode.php:
|
1480 |
msgid "Your current state:"
|
1481 |
msgstr "Текущото ви състояние:"
|
1482 |
|
1483 |
-
#: public/modules/shortcode/shortcode.php:
|
1484 |
msgid "Consent accepted."
|
1485 |
msgstr "Съгласието е прието."
|
1486 |
|
1487 |
-
#: public/modules/shortcode/shortcode.php:
|
1488 |
msgid "Consent rejected."
|
1489 |
msgstr "Съгласие се отхвърля."
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "No consent given."
|
1493 |
msgstr "Не е дадено съгласие."
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "Manage your consent."
|
1497 |
msgstr "Управлявайте вашето съгласие."
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Delete Cookies"
|
1501 |
msgstr "Изтриване на бисквитките"
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "No records found"
|
1505 |
msgstr "Hе са намерени записи"
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "Type"
|
1509 |
msgstr "Тип"
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Duration"
|
1513 |
msgstr "Продължителност"
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "Close the cookie bar"
|
1517 |
msgstr "Затворете лентата с бисквитки"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
-
#| msgid "Consent Accepted."
|
1521 |
msgid "Close and Accept"
|
1522 |
msgstr "Затворете и приемете"
|
1523 |
|
@@ -1537,6 +1564,30 @@ msgstr "Покажи повече"
|
|
1537 |
msgid "Show less"
|
1538 |
msgstr "Показване на по-малко"
|
1539 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1540 |
#~ msgid "Non-necessary Cookie"
|
1541 |
#~ msgstr "Експортна бисквитка"
|
1542 |
|
@@ -1641,9 +1692,6 @@ msgstr "Показване на по-малко"
|
|
1641 |
#~ msgid "* qTranslate support"
|
1642 |
#~ msgstr "* Поддръжка на qTranslate"
|
1643 |
|
1644 |
-
#~ msgid "Upgrade to GDPR Pro"
|
1645 |
-
#~ msgstr "Надграждане до издание Pro"
|
1646 |
-
|
1647 |
#~ msgid "Help"
|
1648 |
#~ msgstr "Помощ"
|
1649 |
|
@@ -1665,9 +1713,6 @@ msgstr "Показване на по-малко"
|
|
1665 |
#~ "предположим, че сте добре с това, но можете да се откажете, ако желаете. "
|
1666 |
#~ "[Cookie_button] [cookie_settings] [cookie_link]"
|
1667 |
|
1668 |
-
#~ msgid "Privacy & Cookies Policy"
|
1669 |
-
#~ msgstr "Поверителност & бисквитки на правилата"
|
1670 |
-
|
1671 |
#~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
|
1672 |
#~ msgstr "Приоритет: (число - по-висока стойност, по-висока приоритетност)"
|
1673 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:27+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:28+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: bg\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Настройки"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Нямате достатъчно разрешение да изпълнявате тази операция"
|
54 |
|
168 |
msgstr "Потвърди"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Отказ"
|
174 |
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
+
#: public/modules/shortcode/shortcode.php:220
|
300 |
msgid "Description"
|
301 |
msgstr "Описание"
|
302 |
|
322 |
msgstr "Предварителен преглед на живо"
|
323 |
|
324 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
325 |
+
msgid "The plugin is complex to set up"
|
326 |
+
msgstr "Приставката е сложна за настройка"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
329 |
msgid "Please describe which area you are facing difficulties"
|
330 |
msgstr "Моля, опишете в коя област сте изправени пред трудности"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
333 |
+
msgid "I found a better plugin"
|
334 |
+
msgstr "Намерих по-добър плъгин"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
337 |
+
msgid "Which plugin?"
|
338 |
+
msgstr "Кой плъгин?"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
341 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
342 |
+
msgstr ""
|
343 |
+
"Приставката е страхотна, но имам нужда от специфична функция, която не "
|
344 |
+
"поддържате"
|
345 |
|
346 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
347 |
+
msgid "Could you tell us more about that feature?"
|
348 |
+
msgstr "Бихте ли ни разказали повече за тази функция?"
|
|
|
|
|
|
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
351 |
+
msgid "The plugin didn't work as expected"
|
352 |
+
msgstr "Приставката не работи според очакванията"
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
355 |
+
msgid "What did you expect?"
|
356 |
+
msgstr "Какво очакваше?"
|
357 |
|
358 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
359 |
+
msgid "A conflict with another plugin or theme"
|
360 |
+
msgstr "Конфликт с друга приставка или тема"
|
361 |
|
362 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
363 |
+
msgid "Which plugin or theme?"
|
364 |
+
msgstr "Кой плъгин или тема?"
|
365 |
|
366 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
367 |
+
msgid "Translation issues"
|
368 |
+
msgstr "Проблеми с превода"
|
|
|
|
|
369 |
|
370 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
371 |
+
msgid "Incorrect/missing translation"
|
372 |
+
msgstr "Неправилен / липсващ превод"
|
373 |
|
374 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
375 |
+
msgid "Name the language"
|
376 |
+
msgstr "Назовете езика"
|
377 |
|
378 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
379 |
+
msgid ""
|
380 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
381 |
+
msgstr ""
|
382 |
+
"Не мога да преведа динамичното си съдържание, напр. Съобщение за бисквитки, "
|
383 |
+
"текст на бутон и т.н."
|
384 |
|
385 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
386 |
+
msgid "Name the language and the translator plugin that you are using"
|
387 |
+
msgstr "Назовете езика и приставката за преводач, които използвате"
|
388 |
+
|
389 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
390 |
+
msgid "Upgrade to pro"
|
391 |
+
msgstr "Надстройте до про"
|
392 |
+
|
393 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
394 |
#: admin/views/admin-settings-general.php:10
|
395 |
+
#: admin/views/admin-settings-general.php:66
|
396 |
msgid "Other"
|
397 |
msgstr "Другo"
|
398 |
|
399 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
400 |
msgid "Could you tell us a bit more?"
|
401 |
msgstr "Бихте ли ни казали малко повече?"
|
402 |
|
403 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
404 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
405 |
msgstr "Ако имате момент, моля, уведомете ни защо деактивирате:"
|
406 |
|
407 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
408 |
+
msgid ""
|
409 |
+
"We do not collect any personal data when you submit this form. It's your "
|
410 |
+
"feedback that we value."
|
411 |
+
msgstr ""
|
412 |
+
"Ние не събираме никакви лични данни, когато изпратите този формуляр. Ние "
|
413 |
+
"ценим вашата обратна връзка."
|
414 |
|
415 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
416 |
+
msgid "Privacy Policy"
|
417 |
+
msgstr "Политика за поверителност"
|
418 |
+
|
419 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
420 |
msgid "Go to support"
|
421 |
msgstr "Отидете на поддръжка"
|
422 |
|
423 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
424 |
msgid "Submit & Deactivate"
|
425 |
msgstr "Изпращане и деактивиране"
|
426 |
|
427 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
428 |
+
msgid "I rather wouldn't say"
|
429 |
+
msgstr "По-скоро не бих казал"
|
430 |
+
|
431 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
432 |
#: admin/views/admin_necessary_cookie.php:20
|
433 |
#: admin/views/admin_non_necessary_cookie.php:17
|
448 |
msgid "Unable to reset settings."
|
449 |
msgstr "Актуализиране на настройките."
|
450 |
|
|
|
|
|
|
|
|
|
451 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
452 |
msgid "Cookie bar is currently active"
|
453 |
msgstr "Понастоящем лентата с бисквитки е активна"
|
627 |
#: admin/views/admin-settings-buttons.php:311
|
628 |
#: admin/views/admin-settings-general.php:38
|
629 |
#: admin/views/admin-settings-general.php:54
|
630 |
+
#: admin/views/admin-settings-general.php:74
|
631 |
+
#: admin/views/admin-settings-general.php:82
|
632 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
633 |
#: admin/views/admin-settings-messagebar.php:86
|
634 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
635 |
#: admin/views/admin_non_necessary_cookie.php:32
|
636 |
msgid "Yes"
|
637 |
msgstr "Да"
|
642 |
#: admin/views/admin-settings-buttons.php:312
|
643 |
#: admin/views/admin-settings-general.php:39
|
644 |
#: admin/views/admin-settings-general.php:55
|
645 |
+
#: admin/views/admin-settings-general.php:75
|
646 |
+
#: admin/views/admin-settings-general.php:83
|
647 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
648 |
#: admin/views/admin-settings-messagebar.php:87
|
649 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
650 |
#: admin/views/admin_non_necessary_cookie.php:33
|
651 |
#: public/modules/script-blocker/views/settings.php:139
|
652 |
msgid "No"
|
773 |
msgid "This option will not work along with `Popup overlay`."
|
774 |
msgstr "Тази опция няма да работи заедно с „Овърпои на изскачащи прозорци“."
|
775 |
|
|
|
|
|
|
|
|
|
|
|
776 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
msgid "Reload after \"scroll accept\" event?"
|
778 |
msgstr "Презареждане след \"превъртане приемат\" събитие?"
|
779 |
|
780 |
+
#: admin/views/admin-settings-general.php:80
|
781 |
msgid "Reload after Accept button click"
|
782 |
msgstr "Презареждане след приемам копче щракване"
|
783 |
|
784 |
+
#: admin/views/admin-settings-general.php:87
|
785 |
msgid "Reload after Reject button click"
|
786 |
msgstr "Презареждане след приемам копче щракване"
|
787 |
|
915 |
msgstr "Бар с бисквитки"
|
916 |
|
917 |
#: admin/views/admin-settings-messagebar.php:10
|
918 |
+
#: admin/views/admin-settings-messagebar.php:145
|
919 |
+
msgid "Revisit consent"
|
920 |
+
msgstr "Преразгледайте съгласието"
|
921 |
|
922 |
#: admin/views/admin-settings-messagebar.php:15
|
923 |
msgid "Cookie Bar"
|
1037 |
msgid "On hide"
|
1038 |
msgstr "На кожа"
|
1039 |
|
1040 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1041 |
+
msgid "previously"
|
1042 |
+
msgstr "преди това"
|
1043 |
+
|
1044 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1045 |
+
msgid "Show again tab"
|
1046 |
+
msgstr "Показване отново раздел"
|
1047 |
+
|
1048 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1049 |
+
msgid ""
|
1050 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1051 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1052 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1053 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1054 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1055 |
+
"website."
|
1056 |
+
msgstr ""
|
1057 |
+
"Повторното съгласие ще позволи на посетителите да преглеждат / редактират / "
|
1058 |
+
"отменят предишните си предпочитания. Това може да стане чрез джаджа и / или "
|
1059 |
+
"шорт код. Малка джаджа за поверителност автоматично се показва в долния "
|
1060 |
+
"колонтитул на вашия уеб сайт, ако е активирана опцията за джаджа. Можете "
|
1061 |
+
"също така ръчно да вмъкнете връзка за управление на съгласието, като "
|
1062 |
+
"добавите <b>шорткода [wt_cli_manage_consent]</b> към вашия уебсайт."
|
1063 |
+
|
1064 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1065 |
+
msgid "Enable revisit consent widget"
|
1066 |
+
msgstr "Активирайте приспособлението за повторно посещение на съгласието"
|
1067 |
+
|
1068 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1069 |
+
msgid ""
|
1070 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1071 |
+
"the footer of your website."
|
1072 |
+
msgstr ""
|
1073 |
+
"Чрез активирането на тази опция малка джаджа за поверителност автоматично се "
|
1074 |
+
"показва в долния колонтитул на вашия уебсайт."
|
1075 |
+
|
1076 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1077 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1078 |
+
msgid "Tab Position"
|
1079 |
+
msgstr "Позиция на означение"
|
1080 |
+
|
1081 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1082 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1083 |
+
msgid "Right"
|
1084 |
+
msgstr "Дясно"
|
1085 |
+
|
1086 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1087 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1088 |
+
msgid "Left"
|
1089 |
+
msgstr "Ляво"
|
1090 |
+
|
1091 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1092 |
+
msgid "Bottom Right"
|
1093 |
+
msgstr "Долу вдясно"
|
1094 |
+
|
1095 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1096 |
+
msgid "Bottom Left"
|
1097 |
+
msgstr "Долу вляво"
|
1098 |
+
|
1099 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1100 |
+
msgid "Top Right"
|
1101 |
+
msgstr "Горе в дясно"
|
1102 |
+
|
1103 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1104 |
+
msgid "Top Left"
|
1105 |
+
msgstr "Горе вляво"
|
1106 |
+
|
1107 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1108 |
+
msgid "From Right Margin"
|
1109 |
+
msgstr "От дясно поле"
|
1110 |
+
|
1111 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1112 |
+
msgid "From Left Margin"
|
1113 |
+
msgstr "От лявото поле"
|
1114 |
+
|
1115 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1116 |
+
msgid "Specify"
|
1117 |
+
msgstr "Уточнете"
|
1118 |
+
|
1119 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1120 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1121 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1122 |
+
msgid "Title"
|
1123 |
+
msgstr "Заглавие"
|
1124 |
+
|
1125 |
#: admin/views/admin-settings-save-button.php:12
|
1126 |
#: admin/views/admin_necessary_cookie.php:52
|
1127 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1128 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1129 |
msgid "Update Settings"
|
1130 |
msgstr "Актуализиране на настройките"
|
1131 |
|
1133 |
msgid "Necessary Cookie Settings"
|
1134 |
msgstr "Необходими настройки на бисквитките"
|
1135 |
|
|
|
|
|
|
|
|
|
|
|
1136 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1137 |
msgid "Non-necessary Cookie Settings"
|
1138 |
msgstr "Не е необходима настройка на бисквитките"
|
1335 |
"Моля, уверете се, че кешът е изчистен след всяка актуализация на "
|
1336 |
"приставката, особено ако сте умалили JS и / или CSS файлове."
|
1337 |
|
1338 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1339 |
#, php-format
|
1340 |
msgid ""
|
1341 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1346 |
"нашата приставка. Наистина бихме били благодарни, ако можете да отделите "
|
1347 |
"малко време, за да пуснете бърз преглед, който ще ни вдъхнови да продължим."
|
1348 |
|
1349 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1350 |
msgid "Remind me later"
|
1351 |
msgstr "Напомнете ми по-късно"
|
1352 |
|
1353 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1354 |
msgid "Not interested"
|
1355 |
msgstr "Не се интересувам"
|
1356 |
|
1357 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1358 |
msgid "Review now"
|
1359 |
msgstr "Прегледайте сега"
|
1360 |
|
1367 |
msgstr "Бисквитка списък"
|
1368 |
|
1369 |
#: public/class-cookie-law-info-public.php:253
|
1370 |
+
#: public/modules/shortcode/shortcode.php:208
|
1371 |
msgid "Cookie"
|
1372 |
msgstr "Kурабийка"
|
1373 |
|
1403 |
msgid "Nothing found in Trash"
|
1404 |
msgstr "Няма нищо в кошчето"
|
1405 |
|
1406 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1407 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1408 |
msgid "Script Blocker"
|
1409 |
msgstr "Блокиране на скриптове"
|
1410 |
|
1411 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1412 |
msgid "Status updated"
|
1413 |
msgstr "Състоянието е актуализирано"
|
1414 |
|
1415 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1416 |
msgid "Advanced script rendering"
|
1417 |
msgstr "Разширено изобразяване на скриптове"
|
1418 |
|
1419 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1420 |
#: public/modules/script-blocker/views/settings.php:7
|
1421 |
msgid "Enable"
|
1422 |
msgstr "Включи"
|
1423 |
|
1424 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1425 |
#: public/modules/script-blocker/views/settings.php:7
|
1426 |
msgid "Disable"
|
1427 |
msgstr "Изключи"
|
1428 |
|
1429 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1430 |
msgid ""
|
1431 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1432 |
+
"thus eliminating the need for a page refresh. It is also optimized for "
|
1433 |
+
"caching since there is no server-side processing after obtaining the consent."
|
1434 |
msgstr ""
|
1435 |
+
"Разширеното визуализиране на скриптове ще направи блокираните скриптове с "
|
1436 |
+
"помощта на javascript, като по този начин елиминира необходимостта от "
|
1437 |
"опресняване на страницата. Освен това е оптимизиран за кеширане, тъй като "
|
1438 |
+
"няма обработка от страна на сървъра след получаване на съгласието."
|
1439 |
|
1440 |
#: public/modules/script-blocker/views/settings.php:9
|
1441 |
msgid "Script blocker is enabled."
|
1504 |
msgid "Inactive"
|
1505 |
msgstr "Неактивни"
|
1506 |
|
1507 |
+
#: public/modules/shortcode/shortcode.php:99
|
1508 |
msgid "Your current state:"
|
1509 |
msgstr "Текущото ви състояние:"
|
1510 |
|
1511 |
+
#: public/modules/shortcode/shortcode.php:104
|
1512 |
msgid "Consent accepted."
|
1513 |
msgstr "Съгласието е прието."
|
1514 |
|
1515 |
+
#: public/modules/shortcode/shortcode.php:107
|
1516 |
msgid "Consent rejected."
|
1517 |
msgstr "Съгласие се отхвърля."
|
1518 |
|
1519 |
+
#: public/modules/shortcode/shortcode.php:111
|
1520 |
msgid "No consent given."
|
1521 |
msgstr "Не е дадено съгласие."
|
1522 |
|
1523 |
+
#: public/modules/shortcode/shortcode.php:113
|
1524 |
msgid "Manage your consent."
|
1525 |
msgstr "Управлявайте вашето съгласие."
|
1526 |
|
1527 |
+
#: public/modules/shortcode/shortcode.php:150
|
1528 |
msgid "Delete Cookies"
|
1529 |
msgstr "Изтриване на бисквитките"
|
1530 |
|
1531 |
+
#: public/modules/shortcode/shortcode.php:186
|
1532 |
msgid "No records found"
|
1533 |
msgstr "Hе са намерени записи"
|
1534 |
|
1535 |
+
#: public/modules/shortcode/shortcode.php:212
|
1536 |
msgid "Type"
|
1537 |
msgstr "Тип"
|
1538 |
|
1539 |
+
#: public/modules/shortcode/shortcode.php:216
|
1540 |
msgid "Duration"
|
1541 |
msgstr "Продължителност"
|
1542 |
|
1543 |
+
#: public/modules/shortcode/shortcode.php:533
|
1544 |
msgid "Close the cookie bar"
|
1545 |
msgstr "Затворете лентата с бисквитки"
|
1546 |
|
1547 |
+
#: public/modules/shortcode/shortcode.php:533
|
|
|
1548 |
msgid "Close and Accept"
|
1549 |
msgstr "Затворете и приемете"
|
1550 |
|
1564 |
msgid "Show less"
|
1565 |
msgstr "Показване на по-малко"
|
1566 |
|
1567 |
+
#~ msgid ""
|
1568 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1569 |
+
#~ "bit more?"
|
1570 |
+
#~ msgstr ""
|
1571 |
+
#~ "Кой плъгин използвате за езиков превод? Бихте ли ни казали малко повече?"
|
1572 |
+
|
1573 |
+
#~ msgid "Caching issues"
|
1574 |
+
#~ msgstr "Проблеми с кеширането"
|
1575 |
+
|
1576 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1577 |
+
#~ msgstr "Кой плъгин за кеширане използвате? Бихте ли ни казали малко повече?"
|
1578 |
+
|
1579 |
+
#~ msgid "Cookie Law Settings"
|
1580 |
+
#~ msgstr "Настройките на Cookie Law"
|
1581 |
+
|
1582 |
+
#~ msgid "Show Again Tab"
|
1583 |
+
#~ msgstr "Показване на раздела отново"
|
1584 |
+
|
1585 |
+
#~ msgid "Use Show Again Tab?"
|
1586 |
+
#~ msgstr "Използвайте Показвай раздела?"
|
1587 |
+
|
1588 |
+
#~ msgid "Show More Text"
|
1589 |
+
#~ msgstr "Покажи повече текст"
|
1590 |
+
|
1591 |
#~ msgid "Non-necessary Cookie"
|
1592 |
#~ msgstr "Експортна бисквитка"
|
1593 |
|
1692 |
#~ msgid "* qTranslate support"
|
1693 |
#~ msgstr "* Поддръжка на qTranslate"
|
1694 |
|
|
|
|
|
|
|
1695 |
#~ msgid "Help"
|
1696 |
#~ msgstr "Помощ"
|
1697 |
|
1713 |
#~ "предположим, че сте добре с това, но можете да се откажете, ако желаете. "
|
1714 |
#~ "[Cookie_button] [cookie_settings] [cookie_link]"
|
1715 |
|
|
|
|
|
|
|
1716 |
#~ msgid "Priority: (Numeric - Higher the value, higher the priority)"
|
1717 |
#~ msgstr "Приоритет: (число - по-висока стойност, по-висока приоритетност)"
|
1718 |
|
languages/cookie-law-info-cs_CZ.mo
CHANGED
Binary file
|
languages/cookie-law-info-cs_CZ.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: cs\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Nastavení"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Přehled ochrany osobních údajů"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "Nemáte dostatečná oprávnění k provedení této operace"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Potvrdit"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Zrušit"
|
173 |
|
@@ -295,7 +296,7 @@ msgstr "Nadpis"
|
|
295 |
#: admin/views/admin_necessary_cookie.php:39
|
296 |
#: admin/views/admin_non_necessary_cookie.php:54
|
297 |
#: public/modules/script-blocker/views/settings.php:142
|
298 |
-
#: public/modules/shortcode/shortcode.php:
|
299 |
msgid "Description"
|
300 |
msgstr "Popis"
|
301 |
|
@@ -320,91 +321,110 @@ msgid "Live preview"
|
|
320 |
msgstr "Živý náhled"
|
321 |
|
322 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
323 |
-
msgid "The plugin is
|
324 |
-
msgstr "Nastavení pluginu je
|
325 |
|
326 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
327 |
msgid "Please describe which area you are facing difficulties"
|
328 |
msgstr "Popište, ve které oblasti máte potíže"
|
329 |
|
330 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
|
334 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
335 |
-
msgid "Which plugin
|
336 |
-
msgstr "Jaký plugin
|
337 |
|
338 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
|
|
341 |
|
342 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
343 |
-
msgid ""
|
344 |
-
"
|
345 |
-
"more?"
|
346 |
-
msgstr "Jaký plugin používáte pro jazykový překlad? Můžete nám říct něco víc?"
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
-
msgid "
|
350 |
-
msgstr "
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
-
msgid "
|
354 |
-
msgstr ""
|
355 |
-
"Který plugin pro ukládání do mezipaměti používáte? Můžete nám říct něco víc?"
|
356 |
|
357 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
358 |
-
msgid "
|
359 |
-
msgstr "
|
360 |
|
361 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
362 |
-
msgid "Which plugin?"
|
363 |
-
msgstr "Jaký plugin?"
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
366 |
-
msgid "
|
367 |
-
msgstr ""
|
368 |
-
"Plugin je skvělý, ale já potřebuji specifickou funkci, kterou nepodporuje"
|
369 |
|
370 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
371 |
-
msgid "
|
372 |
-
msgstr "
|
373 |
|
374 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
375 |
-
msgid "
|
376 |
-
msgstr "
|
377 |
|
378 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
379 |
-
msgid "
|
380 |
-
|
|
|
|
|
381 |
|
382 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
#: admin/views/admin-settings-general.php:10
|
384 |
-
#: admin/views/admin-settings-general.php:
|
385 |
msgid "Other"
|
386 |
msgstr "Jiný"
|
387 |
|
388 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
389 |
msgid "Could you tell us a bit more?"
|
390 |
msgstr "Můžete nám říct něco víc?"
|
391 |
|
392 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
393 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
394 |
msgstr "Pokud máte chvilku, dejte nám prosím vědět, proč deaktivujete:"
|
395 |
|
396 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
397 |
-
msgid "
|
398 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
|
400 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
401 |
msgid "Go to support"
|
402 |
msgstr "Přejít na podporu"
|
403 |
|
404 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
405 |
msgid "Submit & Deactivate"
|
406 |
msgstr "Odeslat & Deaktivovat"
|
407 |
|
|
|
|
|
|
|
|
|
408 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
409 |
#: admin/views/admin_necessary_cookie.php:20
|
410 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -425,10 +445,6 @@ msgstr "Nastavení se obnoví na výchozí hodnoty."
|
|
425 |
msgid "Unable to reset settings."
|
426 |
msgstr "Nelze obnovit nastavení."
|
427 |
|
428 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
429 |
-
msgid "Cookie Law Settings"
|
430 |
-
msgstr "Nastavení souborů cookie v zákon"
|
431 |
-
|
432 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
433 |
msgid "Cookie bar is currently active"
|
434 |
msgstr "Lišta cookie je aktuálně aktivní"
|
@@ -607,13 +623,11 @@ msgstr "Otevřít URL v novém okně?"
|
|
607 |
#: admin/views/admin-settings-buttons.php:311
|
608 |
#: admin/views/admin-settings-general.php:38
|
609 |
#: admin/views/admin-settings-general.php:54
|
610 |
-
#: admin/views/admin-settings-general.php:
|
611 |
-
#: admin/views/admin-settings-general.php:
|
612 |
-
#: admin/views/admin-settings-general.php:
|
613 |
-
#: admin/views/admin-settings-general.php:155
|
614 |
#: admin/views/admin-settings-messagebar.php:86
|
615 |
#: admin/views/admin-settings-messagebar.php:110
|
616 |
-
#: admin/views/admin-settings-messagebar.php:150
|
617 |
#: admin/views/admin_non_necessary_cookie.php:32
|
618 |
msgid "Yes"
|
619 |
msgstr "Ano"
|
@@ -624,13 +638,11 @@ msgstr "Ano"
|
|
624 |
#: admin/views/admin-settings-buttons.php:312
|
625 |
#: admin/views/admin-settings-general.php:39
|
626 |
#: admin/views/admin-settings-general.php:55
|
627 |
-
#: admin/views/admin-settings-general.php:
|
628 |
-
#: admin/views/admin-settings-general.php:
|
629 |
-
#: admin/views/admin-settings-general.php:
|
630 |
-
#: admin/views/admin-settings-general.php:156
|
631 |
#: admin/views/admin-settings-messagebar.php:87
|
632 |
#: admin/views/admin-settings-messagebar.php:111
|
633 |
-
#: admin/views/admin-settings-messagebar.php:151
|
634 |
#: admin/views/admin_non_necessary_cookie.php:33
|
635 |
#: public/modules/script-blocker/views/settings.php:139
|
636 |
msgid "No"
|
@@ -754,81 +766,15 @@ msgstr ""
|
|
754 |
msgid "This option will not work along with `Popup overlay`."
|
755 |
msgstr "Tato volba nebude fungovat spolu s `Popup overlay`."
|
756 |
|
757 |
-
#: admin/views/admin-settings-general.php:66
|
758 |
-
#: admin/views/admin-settings-messagebar.php:145
|
759 |
-
msgid "Show Again Tab"
|
760 |
-
msgstr "Zobrazit znovu Tab"
|
761 |
-
|
762 |
#: admin/views/admin-settings-general.php:69
|
763 |
-
#: admin/views/admin-settings-messagebar.php:148
|
764 |
-
msgid "Use Show Again Tab?"
|
765 |
-
msgstr "Použít znovu zobrazit kartu?"
|
766 |
-
|
767 |
-
#: admin/views/admin-settings-general.php:77
|
768 |
-
#: admin/views/admin-settings-general.php:94
|
769 |
-
#: admin/views/admin-settings-messagebar.php:156
|
770 |
-
#: admin/views/admin-settings-messagebar.php:173
|
771 |
-
msgid "Tab Position"
|
772 |
-
msgstr "Pozice"
|
773 |
-
|
774 |
-
#: admin/views/admin-settings-general.php:82
|
775 |
-
#: admin/views/admin-settings-general.php:85
|
776 |
-
#: admin/views/admin-settings-messagebar.php:161
|
777 |
-
#: admin/views/admin-settings-messagebar.php:164
|
778 |
-
msgid "Right"
|
779 |
-
msgstr "Vpravo"
|
780 |
-
|
781 |
-
#: admin/views/admin-settings-general.php:83
|
782 |
-
#: admin/views/admin-settings-general.php:86
|
783 |
-
#: admin/views/admin-settings-messagebar.php:162
|
784 |
-
#: admin/views/admin-settings-messagebar.php:165
|
785 |
-
msgid "Left"
|
786 |
-
msgstr "Vlevo"
|
787 |
-
|
788 |
-
#: admin/views/admin-settings-general.php:101
|
789 |
-
#: admin/views/admin-settings-messagebar.php:180
|
790 |
-
msgid "Bottom Right"
|
791 |
-
msgstr "Vpravo dole"
|
792 |
-
|
793 |
-
#: admin/views/admin-settings-general.php:104
|
794 |
-
#: admin/views/admin-settings-messagebar.php:183
|
795 |
-
msgid "Bottom Left"
|
796 |
-
msgstr "Vlevo dole"
|
797 |
-
|
798 |
-
#: admin/views/admin-settings-general.php:107
|
799 |
-
#: admin/views/admin-settings-messagebar.php:186
|
800 |
-
msgid "Top Right"
|
801 |
-
msgstr "Vpravo nahoře"
|
802 |
-
|
803 |
-
#: admin/views/admin-settings-general.php:110
|
804 |
-
#: admin/views/admin-settings-messagebar.php:189
|
805 |
-
msgid "Top Left"
|
806 |
-
msgstr "Vlevo nahoře"
|
807 |
-
|
808 |
-
#: admin/views/admin-settings-general.php:117
|
809 |
-
#: admin/views/admin-settings-messagebar.php:196
|
810 |
-
msgid "From Left Margin"
|
811 |
-
msgstr "Levý okraj"
|
812 |
-
|
813 |
-
#: admin/views/admin-settings-general.php:120
|
814 |
-
#: admin/views/admin-settings-messagebar.php:199
|
815 |
-
msgid "Specify"
|
816 |
-
msgstr "Upřesněte"
|
817 |
-
|
818 |
-
#: admin/views/admin-settings-general.php:124
|
819 |
-
#: admin/views/admin-settings-messagebar.php:203
|
820 |
-
msgid "Show More Text"
|
821 |
-
msgstr "Zobrazit více"
|
822 |
-
|
823 |
-
#: admin/views/admin-settings-general.php:135
|
824 |
msgid "Reload after \"scroll accept\" event?"
|
825 |
msgstr "Znovu načíst po události \"posun akceptovat\"?"
|
826 |
|
827 |
-
#: admin/views/admin-settings-general.php:
|
828 |
msgid "Reload after Accept button click"
|
829 |
msgstr "Znovu načíst po kliknutí na tlačítko Accept"
|
830 |
|
831 |
-
#: admin/views/admin-settings-general.php:
|
832 |
msgid "Reload after Reject button click"
|
833 |
msgstr "Znovu načíst po klepnutí na tlačítko Odmítnout"
|
834 |
|
@@ -960,8 +906,9 @@ msgid "Cookie bar"
|
|
960 |
msgstr "Soubor cookie"
|
961 |
|
962 |
#: admin/views/admin-settings-messagebar.php:10
|
963 |
-
|
964 |
-
|
|
|
965 |
|
966 |
#: admin/views/admin-settings-messagebar.php:15
|
967 |
msgid "Cookie Bar"
|
@@ -1080,10 +1027,95 @@ msgstr "Připnutý"
|
|
1080 |
msgid "On hide"
|
1081 |
msgstr "Na skrýt"
|
1082 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
#: admin/views/admin-settings-save-button.php:12
|
1084 |
#: admin/views/admin_necessary_cookie.php:52
|
1085 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1086 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1087 |
msgid "Update Settings"
|
1088 |
msgstr "Aktualizovat nastavení"
|
1089 |
|
@@ -1091,11 +1123,6 @@ msgstr "Aktualizovat nastavení"
|
|
1091 |
msgid "Necessary Cookie Settings"
|
1092 |
msgstr "Nezbytné nastavení souborů cookie"
|
1093 |
|
1094 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1095 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1096 |
-
msgid "Title"
|
1097 |
-
msgstr "Nadpis"
|
1098 |
-
|
1099 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1100 |
msgid "Non-necessary Cookie Settings"
|
1101 |
msgstr "Nepotřebné nastavení souborů cookie"
|
@@ -1294,7 +1321,7 @@ msgstr ""
|
|
1294 |
"Po každé aktualizaci pluginu se ujistěte, že je mezipaměť vymazána, zejména "
|
1295 |
"pokud máte minifikované soubory JS a / nebo CSS."
|
1296 |
|
1297 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1298 |
#, php-format
|
1299 |
msgid ""
|
1300 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1305,15 +1332,15 @@ msgstr ""
|
|
1305 |
"pluginu. Opravdu bychom ocenili, kdybyste si našli chvilku a upustili od "
|
1306 |
"rychlé kontroly, která nás bude inspirovat, abychom pokračovali."
|
1307 |
|
1308 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1309 |
msgid "Remind me later"
|
1310 |
msgstr "Připomenout později"
|
1311 |
|
1312 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1313 |
msgid "Not interested"
|
1314 |
msgstr "Nemám zájem"
|
1315 |
|
1316 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1317 |
msgid "Review now"
|
1318 |
msgstr "Zkontrolovat nyní"
|
1319 |
|
@@ -1326,7 +1353,7 @@ msgid "Cookie List"
|
|
1326 |
msgstr "Seznam cookie"
|
1327 |
|
1328 |
#: public/class-cookie-law-info-public.php:253
|
1329 |
-
#: public/modules/shortcode/shortcode.php:
|
1330 |
msgid "Cookie"
|
1331 |
msgstr "Sušenka"
|
1332 |
|
@@ -1362,38 +1389,38 @@ msgstr "Nic nebylo nalezeno"
|
|
1362 |
msgid "Nothing found in Trash"
|
1363 |
msgstr "Nic jsme v koši nenašli"
|
1364 |
|
1365 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1366 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1367 |
msgid "Script Blocker"
|
1368 |
msgstr "Script Blocker"
|
1369 |
|
1370 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1371 |
msgid "Status updated"
|
1372 |
msgstr "Stav aktualizován"
|
1373 |
|
1374 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1375 |
msgid "Advanced script rendering"
|
1376 |
msgstr "Pokročilé vykreslování skriptů"
|
1377 |
|
1378 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1379 |
#: public/modules/script-blocker/views/settings.php:7
|
1380 |
msgid "Enable"
|
1381 |
msgstr "Povolit"
|
1382 |
|
1383 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1384 |
#: public/modules/script-blocker/views/settings.php:7
|
1385 |
msgid "Disable"
|
1386 |
msgstr "Zakázáno"
|
1387 |
|
1388 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1389 |
msgid ""
|
1390 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1391 |
-
"thus
|
1392 |
-
"caching
|
1393 |
msgstr ""
|
1394 |
"Pokročilé vykreslování skriptů vykreslí blokované skripty pomocí "
|
1395 |
"JavaScriptu, čímž eliminuje potřebu obnovy stránky. Je také optimalizován "
|
1396 |
-
"pro ukládání do mezipaměti, protože po
|
1397 |
"zpracování na straně serveru."
|
1398 |
|
1399 |
#: public/modules/script-blocker/views/settings.php:9
|
@@ -1461,47 +1488,47 @@ msgstr "Zakázáno: Pluginy budou vykresleny před získáním souhlasu."
|
|
1461 |
msgid "Inactive"
|
1462 |
msgstr "Deaktivní"
|
1463 |
|
1464 |
-
#: public/modules/shortcode/shortcode.php:
|
1465 |
msgid "Your current state:"
|
1466 |
msgstr "Váš aktuální stav:"
|
1467 |
|
1468 |
-
#: public/modules/shortcode/shortcode.php:
|
1469 |
msgid "Consent accepted."
|
1470 |
msgstr "Souhlas byl přijat."
|
1471 |
|
1472 |
-
#: public/modules/shortcode/shortcode.php:
|
1473 |
msgid "Consent rejected."
|
1474 |
msgstr "Souhlas byl zamítnut."
|
1475 |
|
1476 |
-
#: public/modules/shortcode/shortcode.php:
|
1477 |
msgid "No consent given."
|
1478 |
msgstr "Nebyl dán souhlas."
|
1479 |
|
1480 |
-
#: public/modules/shortcode/shortcode.php:
|
1481 |
msgid "Manage your consent."
|
1482 |
msgstr "Spravujte svůj souhlas."
|
1483 |
|
1484 |
-
#: public/modules/shortcode/shortcode.php:
|
1485 |
msgid "Delete Cookies"
|
1486 |
msgstr "Odstranit soubory cookie"
|
1487 |
|
1488 |
-
#: public/modules/shortcode/shortcode.php:
|
1489 |
msgid "No records found"
|
1490 |
msgstr "Nenalezeny žádné záznamy"
|
1491 |
|
1492 |
-
#: public/modules/shortcode/shortcode.php:
|
1493 |
msgid "Type"
|
1494 |
msgstr "Typ"
|
1495 |
|
1496 |
-
#: public/modules/shortcode/shortcode.php:
|
1497 |
msgid "Duration"
|
1498 |
msgstr "Délka"
|
1499 |
|
1500 |
-
#: public/modules/shortcode/shortcode.php:
|
1501 |
msgid "Close the cookie bar"
|
1502 |
msgstr "Zavřete lištu cookie"
|
1503 |
|
1504 |
-
#: public/modules/shortcode/shortcode.php:
|
1505 |
msgid "Close and Accept"
|
1506 |
msgstr "Zavřít a přijmout"
|
1507 |
|
@@ -1521,6 +1548,32 @@ msgstr "Zobrazit více"
|
|
1521 |
msgid "Show less"
|
1522 |
msgstr "Ukaž méně"
|
1523 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1524 |
#~ msgid "Non-necessary Cookie"
|
1525 |
#~ msgstr "Nepotřebný soubor cookie"
|
1526 |
|
@@ -1725,9 +1778,6 @@ msgstr "Ukaž méně"
|
|
1725 |
#~ "předpokládat, že jste v pořádku s tím, ale můžete opt-out Chcete-li. "
|
1726 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
1727 |
|
1728 |
-
#~ msgid "Privacy & Cookies Policy"
|
1729 |
-
#~ msgstr "Soukromí & politika ohledně Cookies"
|
1730 |
-
|
1731 |
#~ msgid "Cookie Category"
|
1732 |
#~ msgstr "Kategorie souborů cookie"
|
1733 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:28+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:29+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: cs\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Nastavení"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Nemáte dostatečná oprávnění k provedení této operace"
|
54 |
|
168 |
msgstr "Potvrdit"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Zrušit"
|
174 |
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
+
#: public/modules/shortcode/shortcode.php:220
|
300 |
msgid "Description"
|
301 |
msgstr "Popis"
|
302 |
|
321 |
msgstr "Živý náhled"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
+
msgid "The plugin is complex to set up"
|
325 |
+
msgstr "Nastavení pluginu je složité"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Popište, ve které oblasti máte potíže"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
+
msgid "I found a better plugin"
|
333 |
+
msgstr "Našel jsem lepší plugin"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
+
msgid "Which plugin?"
|
337 |
+
msgstr "Jaký plugin?"
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
341 |
+
msgstr ""
|
342 |
+
"Plugin je skvělý, ale já potřebuji specifickou funkci, kterou nepodporuje"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
+
msgid "Could you tell us more about that feature?"
|
346 |
+
msgstr "Můžete nám říci více o této funkci?"
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
+
msgid "The plugin didn't work as expected"
|
350 |
+
msgstr "Plugin nefungoval podle mých očekávání"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
+
msgid "What did you expect?"
|
354 |
+
msgstr "Co jste očekávali?"
|
|
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
357 |
+
msgid "A conflict with another plugin or theme"
|
358 |
+
msgstr "Konflikt s jiným pluginem nebo tématem"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
361 |
+
msgid "Which plugin or theme?"
|
362 |
+
msgstr "Jaký plugin nebo téma?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
365 |
+
msgid "Translation issues"
|
366 |
+
msgstr "Problémy s překladem"
|
|
|
367 |
|
368 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
369 |
+
msgid "Incorrect/missing translation"
|
370 |
+
msgstr "Nesprávný / chybějící překlad"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
373 |
+
msgid "Name the language"
|
374 |
+
msgstr "Pojmenujte jazyk"
|
375 |
|
376 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
377 |
+
msgid ""
|
378 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
379 |
+
msgstr ""
|
380 |
+
"Nelze přeložit můj dynamický obsah, např. Zprávu o cookies, text tlačítka atd"
|
381 |
|
382 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
383 |
+
msgid "Name the language and the translator plugin that you are using"
|
384 |
+
msgstr "Pojmenujte jazyk a plugin překladače, který používáte"
|
385 |
+
|
386 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
387 |
+
msgid "Upgrade to pro"
|
388 |
+
msgstr "Upgradujte na profesionální"
|
389 |
+
|
390 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
391 |
#: admin/views/admin-settings-general.php:10
|
392 |
+
#: admin/views/admin-settings-general.php:66
|
393 |
msgid "Other"
|
394 |
msgstr "Jiný"
|
395 |
|
396 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
397 |
msgid "Could you tell us a bit more?"
|
398 |
msgstr "Můžete nám říct něco víc?"
|
399 |
|
400 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
401 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
402 |
msgstr "Pokud máte chvilku, dejte nám prosím vědět, proč deaktivujete:"
|
403 |
|
404 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
405 |
+
msgid ""
|
406 |
+
"We do not collect any personal data when you submit this form. It's your "
|
407 |
+
"feedback that we value."
|
408 |
+
msgstr ""
|
409 |
+
"Při odeslání tohoto formuláře neshromažďujeme žádné osobní údaje. Vážíme si "
|
410 |
+
"vaší zpětné vazby."
|
411 |
+
|
412 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
413 |
+
msgid "Privacy Policy"
|
414 |
+
msgstr "Zásady ochrany osobních údajů"
|
415 |
|
416 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
417 |
msgid "Go to support"
|
418 |
msgstr "Přejít na podporu"
|
419 |
|
420 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
421 |
msgid "Submit & Deactivate"
|
422 |
msgstr "Odeslat & Deaktivovat"
|
423 |
|
424 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
425 |
+
msgid "I rather wouldn't say"
|
426 |
+
msgstr "Raději bych neřekl"
|
427 |
+
|
428 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
429 |
#: admin/views/admin_necessary_cookie.php:20
|
430 |
#: admin/views/admin_non_necessary_cookie.php:17
|
445 |
msgid "Unable to reset settings."
|
446 |
msgstr "Nelze obnovit nastavení."
|
447 |
|
|
|
|
|
|
|
|
|
448 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
449 |
msgid "Cookie bar is currently active"
|
450 |
msgstr "Lišta cookie je aktuálně aktivní"
|
623 |
#: admin/views/admin-settings-buttons.php:311
|
624 |
#: admin/views/admin-settings-general.php:38
|
625 |
#: admin/views/admin-settings-general.php:54
|
626 |
+
#: admin/views/admin-settings-general.php:74
|
627 |
+
#: admin/views/admin-settings-general.php:82
|
628 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
629 |
#: admin/views/admin-settings-messagebar.php:86
|
630 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
631 |
#: admin/views/admin_non_necessary_cookie.php:32
|
632 |
msgid "Yes"
|
633 |
msgstr "Ano"
|
638 |
#: admin/views/admin-settings-buttons.php:312
|
639 |
#: admin/views/admin-settings-general.php:39
|
640 |
#: admin/views/admin-settings-general.php:55
|
641 |
+
#: admin/views/admin-settings-general.php:75
|
642 |
+
#: admin/views/admin-settings-general.php:83
|
643 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
644 |
#: admin/views/admin-settings-messagebar.php:87
|
645 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
646 |
#: admin/views/admin_non_necessary_cookie.php:33
|
647 |
#: public/modules/script-blocker/views/settings.php:139
|
648 |
msgid "No"
|
766 |
msgid "This option will not work along with `Popup overlay`."
|
767 |
msgstr "Tato volba nebude fungovat spolu s `Popup overlay`."
|
768 |
|
|
|
|
|
|
|
|
|
|
|
769 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
770 |
msgid "Reload after \"scroll accept\" event?"
|
771 |
msgstr "Znovu načíst po události \"posun akceptovat\"?"
|
772 |
|
773 |
+
#: admin/views/admin-settings-general.php:80
|
774 |
msgid "Reload after Accept button click"
|
775 |
msgstr "Znovu načíst po kliknutí na tlačítko Accept"
|
776 |
|
777 |
+
#: admin/views/admin-settings-general.php:87
|
778 |
msgid "Reload after Reject button click"
|
779 |
msgstr "Znovu načíst po klepnutí na tlačítko Odmítnout"
|
780 |
|
906 |
msgstr "Soubor cookie"
|
907 |
|
908 |
#: admin/views/admin-settings-messagebar.php:10
|
909 |
+
#: admin/views/admin-settings-messagebar.php:145
|
910 |
+
msgid "Revisit consent"
|
911 |
+
msgstr "Znovu souhlas"
|
912 |
|
913 |
#: admin/views/admin-settings-messagebar.php:15
|
914 |
msgid "Cookie Bar"
|
1027 |
msgid "On hide"
|
1028 |
msgstr "Na skrýt"
|
1029 |
|
1030 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1031 |
+
msgid "previously"
|
1032 |
+
msgstr "dříve"
|
1033 |
+
|
1034 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1035 |
+
msgid "Show again tab"
|
1036 |
+
msgstr "Zobrazit znovu Tab"
|
1037 |
+
|
1038 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1039 |
+
msgid ""
|
1040 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1041 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1042 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1043 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1044 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1045 |
+
"website."
|
1046 |
+
msgstr ""
|
1047 |
+
"Opětovný souhlas umožní návštěvníkům zobrazit / upravit / odvolat jejich "
|
1048 |
+
"předchozí preference. To lze provést pomocí widgetu a / nebo zkráceného "
|
1049 |
+
"kódu. Pokud je povolena možnost widgetu, v zápatí vašeho webu se automaticky "
|
1050 |
+
"zobrazí malý widget ochrany osobních údajů. Můžete také ručně vložit odkaz "
|
1051 |
+
"pro správu souhlasu přidáním <b>zkráceného kódu [wt_cli_manage_consent]</b> "
|
1052 |
+
"na svůj web."
|
1053 |
+
|
1054 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1055 |
+
msgid "Enable revisit consent widget"
|
1056 |
+
msgstr "Povolit widget pro opětovný souhlas"
|
1057 |
+
|
1058 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1059 |
+
msgid ""
|
1060 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1061 |
+
"the footer of your website."
|
1062 |
+
msgstr ""
|
1063 |
+
"Povolením této možnosti se v zápatí vašeho webu automaticky zobrazí malý "
|
1064 |
+
"widget ochrany osobních údajů."
|
1065 |
+
|
1066 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1067 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1068 |
+
msgid "Tab Position"
|
1069 |
+
msgstr "Pozice"
|
1070 |
+
|
1071 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1072 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1073 |
+
msgid "Right"
|
1074 |
+
msgstr "Vpravo"
|
1075 |
+
|
1076 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1077 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1078 |
+
msgid "Left"
|
1079 |
+
msgstr "Vlevo"
|
1080 |
+
|
1081 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1082 |
+
msgid "Bottom Right"
|
1083 |
+
msgstr "Vpravo dole"
|
1084 |
+
|
1085 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1086 |
+
msgid "Bottom Left"
|
1087 |
+
msgstr "Vlevo dole"
|
1088 |
+
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1090 |
+
msgid "Top Right"
|
1091 |
+
msgstr "Vpravo nahoře"
|
1092 |
+
|
1093 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1094 |
+
msgid "Top Left"
|
1095 |
+
msgstr "Vlevo nahoře"
|
1096 |
+
|
1097 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1098 |
+
msgid "From Right Margin"
|
1099 |
+
msgstr "Od pravého okraje"
|
1100 |
+
|
1101 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1102 |
+
msgid "From Left Margin"
|
1103 |
+
msgstr "Levý okraj"
|
1104 |
+
|
1105 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1106 |
+
msgid "Specify"
|
1107 |
+
msgstr "Upřesněte"
|
1108 |
+
|
1109 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1110 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1111 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1112 |
+
msgid "Title"
|
1113 |
+
msgstr "Nadpis"
|
1114 |
+
|
1115 |
#: admin/views/admin-settings-save-button.php:12
|
1116 |
#: admin/views/admin_necessary_cookie.php:52
|
1117 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1118 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1119 |
msgid "Update Settings"
|
1120 |
msgstr "Aktualizovat nastavení"
|
1121 |
|
1123 |
msgid "Necessary Cookie Settings"
|
1124 |
msgstr "Nezbytné nastavení souborů cookie"
|
1125 |
|
|
|
|
|
|
|
|
|
|
|
1126 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1127 |
msgid "Non-necessary Cookie Settings"
|
1128 |
msgstr "Nepotřebné nastavení souborů cookie"
|
1321 |
"Po každé aktualizaci pluginu se ujistěte, že je mezipaměť vymazána, zejména "
|
1322 |
"pokud máte minifikované soubory JS a / nebo CSS."
|
1323 |
|
1324 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1325 |
#, php-format
|
1326 |
msgid ""
|
1327 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1332 |
"pluginu. Opravdu bychom ocenili, kdybyste si našli chvilku a upustili od "
|
1333 |
"rychlé kontroly, která nás bude inspirovat, abychom pokračovali."
|
1334 |
|
1335 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1336 |
msgid "Remind me later"
|
1337 |
msgstr "Připomenout později"
|
1338 |
|
1339 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1340 |
msgid "Not interested"
|
1341 |
msgstr "Nemám zájem"
|
1342 |
|
1343 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1344 |
msgid "Review now"
|
1345 |
msgstr "Zkontrolovat nyní"
|
1346 |
|
1353 |
msgstr "Seznam cookie"
|
1354 |
|
1355 |
#: public/class-cookie-law-info-public.php:253
|
1356 |
+
#: public/modules/shortcode/shortcode.php:208
|
1357 |
msgid "Cookie"
|
1358 |
msgstr "Sušenka"
|
1359 |
|
1389 |
msgid "Nothing found in Trash"
|
1390 |
msgstr "Nic jsme v koši nenašli"
|
1391 |
|
1392 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1393 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1394 |
msgid "Script Blocker"
|
1395 |
msgstr "Script Blocker"
|
1396 |
|
1397 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1398 |
msgid "Status updated"
|
1399 |
msgstr "Stav aktualizován"
|
1400 |
|
1401 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1402 |
msgid "Advanced script rendering"
|
1403 |
msgstr "Pokročilé vykreslování skriptů"
|
1404 |
|
1405 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1406 |
#: public/modules/script-blocker/views/settings.php:7
|
1407 |
msgid "Enable"
|
1408 |
msgstr "Povolit"
|
1409 |
|
1410 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1411 |
#: public/modules/script-blocker/views/settings.php:7
|
1412 |
msgid "Disable"
|
1413 |
msgstr "Zakázáno"
|
1414 |
|
1415 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1416 |
msgid ""
|
1417 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1418 |
+
"thus eliminating the need for a page refresh. It is also optimized for "
|
1419 |
+
"caching since there is no server-side processing after obtaining the consent."
|
1420 |
msgstr ""
|
1421 |
"Pokročilé vykreslování skriptů vykreslí blokované skripty pomocí "
|
1422 |
"JavaScriptu, čímž eliminuje potřebu obnovy stránky. Je také optimalizován "
|
1423 |
+
"pro ukládání do mezipaměti, protože po získání souhlasu neexistuje žádné "
|
1424 |
"zpracování na straně serveru."
|
1425 |
|
1426 |
#: public/modules/script-blocker/views/settings.php:9
|
1488 |
msgid "Inactive"
|
1489 |
msgstr "Deaktivní"
|
1490 |
|
1491 |
+
#: public/modules/shortcode/shortcode.php:99
|
1492 |
msgid "Your current state:"
|
1493 |
msgstr "Váš aktuální stav:"
|
1494 |
|
1495 |
+
#: public/modules/shortcode/shortcode.php:104
|
1496 |
msgid "Consent accepted."
|
1497 |
msgstr "Souhlas byl přijat."
|
1498 |
|
1499 |
+
#: public/modules/shortcode/shortcode.php:107
|
1500 |
msgid "Consent rejected."
|
1501 |
msgstr "Souhlas byl zamítnut."
|
1502 |
|
1503 |
+
#: public/modules/shortcode/shortcode.php:111
|
1504 |
msgid "No consent given."
|
1505 |
msgstr "Nebyl dán souhlas."
|
1506 |
|
1507 |
+
#: public/modules/shortcode/shortcode.php:113
|
1508 |
msgid "Manage your consent."
|
1509 |
msgstr "Spravujte svůj souhlas."
|
1510 |
|
1511 |
+
#: public/modules/shortcode/shortcode.php:150
|
1512 |
msgid "Delete Cookies"
|
1513 |
msgstr "Odstranit soubory cookie"
|
1514 |
|
1515 |
+
#: public/modules/shortcode/shortcode.php:186
|
1516 |
msgid "No records found"
|
1517 |
msgstr "Nenalezeny žádné záznamy"
|
1518 |
|
1519 |
+
#: public/modules/shortcode/shortcode.php:212
|
1520 |
msgid "Type"
|
1521 |
msgstr "Typ"
|
1522 |
|
1523 |
+
#: public/modules/shortcode/shortcode.php:216
|
1524 |
msgid "Duration"
|
1525 |
msgstr "Délka"
|
1526 |
|
1527 |
+
#: public/modules/shortcode/shortcode.php:533
|
1528 |
msgid "Close the cookie bar"
|
1529 |
msgstr "Zavřete lištu cookie"
|
1530 |
|
1531 |
+
#: public/modules/shortcode/shortcode.php:533
|
1532 |
msgid "Close and Accept"
|
1533 |
msgstr "Zavřít a přijmout"
|
1534 |
|
1548 |
msgid "Show less"
|
1549 |
msgstr "Ukaž méně"
|
1550 |
|
1551 |
+
#~ msgid ""
|
1552 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1553 |
+
#~ "bit more?"
|
1554 |
+
#~ msgstr ""
|
1555 |
+
#~ "Jaký plugin používáte pro jazykový překlad? Můžete nám říct něco víc?"
|
1556 |
+
|
1557 |
+
#~ msgid "Caching issues"
|
1558 |
+
#~ msgstr "Problémy s ukládáním do mezipaměti"
|
1559 |
+
|
1560 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1561 |
+
#~ msgstr ""
|
1562 |
+
#~ "Který plugin pro ukládání do mezipaměti používáte? Můžete nám říct něco "
|
1563 |
+
#~ "víc?"
|
1564 |
+
|
1565 |
+
#~ msgid "Cookie Law Settings"
|
1566 |
+
#~ msgstr "Nastavení souborů cookie v zákon"
|
1567 |
+
|
1568 |
+
#~ msgid "Show Again Tab"
|
1569 |
+
#~ msgstr "Zobrazit znovu Tab"
|
1570 |
+
|
1571 |
+
#~ msgid "Use Show Again Tab?"
|
1572 |
+
#~ msgstr "Použít znovu zobrazit kartu?"
|
1573 |
+
|
1574 |
+
#~ msgid "Show More Text"
|
1575 |
+
#~ msgstr "Zobrazit více"
|
1576 |
+
|
1577 |
#~ msgid "Non-necessary Cookie"
|
1578 |
#~ msgstr "Nepotřebný soubor cookie"
|
1579 |
|
1778 |
#~ "předpokládat, že jste v pořádku s tím, ale můžete opt-out Chcete-li. "
|
1779 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
1780 |
|
|
|
|
|
|
|
1781 |
#~ msgid "Cookie Category"
|
1782 |
#~ msgstr "Kategorie souborů cookie"
|
1783 |
|
languages/cookie-law-info-da_DA.mo
CHANGED
Binary file
|
languages/cookie-law-info-da_DA.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: da\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Indstillinger"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Beskyttelse af personlige oplysninger"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "Du har ikke tilstrækkelig tilladelse til at udføre denne operation"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Bekræft"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Annuller"
|
173 |
|
@@ -295,7 +296,7 @@ msgstr "Overskrift"
|
|
295 |
#: admin/views/admin_necessary_cookie.php:39
|
296 |
#: admin/views/admin_non_necessary_cookie.php:54
|
297 |
#: public/modules/script-blocker/views/settings.php:142
|
298 |
-
#: public/modules/shortcode/shortcode.php:
|
299 |
msgid "Description"
|
300 |
msgstr "Beskrivelse"
|
301 |
|
@@ -320,93 +321,111 @@ msgid "Live preview"
|
|
320 |
msgstr "Live preview"
|
321 |
|
322 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
323 |
-
msgid "The plugin is
|
324 |
-
msgstr "Pluginet er
|
325 |
|
326 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
327 |
msgid "Please describe which area you are facing difficulties"
|
328 |
msgstr "Beskriv venligst, hvilket område du har problemer"
|
329 |
|
330 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
|
334 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
335 |
-
msgid "Which plugin
|
336 |
-
msgstr "Hvilket plugin
|
337 |
|
338 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
|
|
341 |
|
342 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
343 |
-
msgid ""
|
344 |
-
"
|
345 |
-
"more?"
|
346 |
-
msgstr ""
|
347 |
-
"Hvilket plugin bruger du til sprogoversættelse? Kunne du fortælle os lidt "
|
348 |
-
"mere?"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
351 |
-
msgid "
|
352 |
-
msgstr "
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
355 |
-
msgid "
|
356 |
-
msgstr "
|
357 |
|
358 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
359 |
-
msgid "
|
360 |
-
msgstr "
|
361 |
|
362 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
363 |
-
msgid "Which plugin?"
|
364 |
-
msgstr "Hvilket plugin?"
|
365 |
|
366 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
367 |
-
msgid "
|
368 |
-
msgstr ""
|
369 |
-
"Pluginnet er dejligt, men jeg har brug for en specifik feature du ikke har"
|
370 |
|
371 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
372 |
-
msgid "
|
373 |
-
msgstr "
|
374 |
|
375 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
376 |
-
msgid "
|
377 |
-
msgstr "
|
378 |
|
379 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
380 |
-
msgid "
|
381 |
-
|
|
|
|
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
#: admin/views/admin-settings-general.php:10
|
385 |
-
#: admin/views/admin-settings-general.php:
|
386 |
msgid "Other"
|
387 |
msgstr "Andet"
|
388 |
|
389 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
390 |
msgid "Could you tell us a bit more?"
|
391 |
msgstr "Kan du fortælle os lidt mere?"
|
392 |
|
393 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
394 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
395 |
msgstr ""
|
396 |
"Hvis du har et øjeblik, så lad os venligst vide, hvorfor du deaktiverer:"
|
397 |
|
398 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
399 |
-
msgid "
|
400 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
|
402 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
403 |
msgid "Go to support"
|
404 |
msgstr "Gå til support"
|
405 |
|
406 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
407 |
msgid "Submit & Deactivate"
|
408 |
msgstr "Indsend & Deaktiver"
|
409 |
|
|
|
|
|
|
|
|
|
410 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
411 |
#: admin/views/admin_necessary_cookie.php:20
|
412 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -427,10 +446,6 @@ msgstr "Indstillinger nulstilles til standardindstillingerne."
|
|
427 |
msgid "Unable to reset settings."
|
428 |
msgstr "Kan ikke nulstille indstillingerne."
|
429 |
|
430 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
431 |
-
msgid "Cookie Law Settings"
|
432 |
-
msgstr "Loven cookieindstillinger"
|
433 |
-
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
435 |
msgid "Cookie bar is currently active"
|
436 |
msgstr "Cookie bar er i øjeblikket aktiv"
|
@@ -611,13 +626,11 @@ msgstr "Åbn i nyt vindue?"
|
|
611 |
#: admin/views/admin-settings-buttons.php:311
|
612 |
#: admin/views/admin-settings-general.php:38
|
613 |
#: admin/views/admin-settings-general.php:54
|
614 |
-
#: admin/views/admin-settings-general.php:
|
615 |
-
#: admin/views/admin-settings-general.php:
|
616 |
-
#: admin/views/admin-settings-general.php:
|
617 |
-
#: admin/views/admin-settings-general.php:155
|
618 |
#: admin/views/admin-settings-messagebar.php:86
|
619 |
#: admin/views/admin-settings-messagebar.php:110
|
620 |
-
#: admin/views/admin-settings-messagebar.php:150
|
621 |
#: admin/views/admin_non_necessary_cookie.php:32
|
622 |
msgid "Yes"
|
623 |
msgstr "Ja"
|
@@ -628,13 +641,11 @@ msgstr "Ja"
|
|
628 |
#: admin/views/admin-settings-buttons.php:312
|
629 |
#: admin/views/admin-settings-general.php:39
|
630 |
#: admin/views/admin-settings-general.php:55
|
631 |
-
#: admin/views/admin-settings-general.php:
|
632 |
-
#: admin/views/admin-settings-general.php:
|
633 |
-
#: admin/views/admin-settings-general.php:
|
634 |
-
#: admin/views/admin-settings-general.php:156
|
635 |
#: admin/views/admin-settings-messagebar.php:87
|
636 |
#: admin/views/admin-settings-messagebar.php:111
|
637 |
-
#: admin/views/admin-settings-messagebar.php:151
|
638 |
#: admin/views/admin_non_necessary_cookie.php:33
|
639 |
#: public/modules/script-blocker/views/settings.php:139
|
640 |
msgid "No"
|
@@ -756,81 +767,15 @@ msgstr ""
|
|
756 |
msgid "This option will not work along with `Popup overlay`."
|
757 |
msgstr "Denne indstilling fungerer ikke sammen med `Popup overlay`."
|
758 |
|
759 |
-
#: admin/views/admin-settings-general.php:66
|
760 |
-
#: admin/views/admin-settings-messagebar.php:145
|
761 |
-
msgid "Show Again Tab"
|
762 |
-
msgstr "Vis igen fanebladet"
|
763 |
-
|
764 |
#: admin/views/admin-settings-general.php:69
|
765 |
-
#: admin/views/admin-settings-messagebar.php:148
|
766 |
-
msgid "Use Show Again Tab?"
|
767 |
-
msgstr "Brug Vis igen fane?"
|
768 |
-
|
769 |
-
#: admin/views/admin-settings-general.php:77
|
770 |
-
#: admin/views/admin-settings-general.php:94
|
771 |
-
#: admin/views/admin-settings-messagebar.php:156
|
772 |
-
#: admin/views/admin-settings-messagebar.php:173
|
773 |
-
msgid "Tab Position"
|
774 |
-
msgstr "EtiketpositionCurrency type for column"
|
775 |
-
|
776 |
-
#: admin/views/admin-settings-general.php:82
|
777 |
-
#: admin/views/admin-settings-general.php:85
|
778 |
-
#: admin/views/admin-settings-messagebar.php:161
|
779 |
-
#: admin/views/admin-settings-messagebar.php:164
|
780 |
-
msgid "Right"
|
781 |
-
msgstr "Højre"
|
782 |
-
|
783 |
-
#: admin/views/admin-settings-general.php:83
|
784 |
-
#: admin/views/admin-settings-general.php:86
|
785 |
-
#: admin/views/admin-settings-messagebar.php:162
|
786 |
-
#: admin/views/admin-settings-messagebar.php:165
|
787 |
-
msgid "Left"
|
788 |
-
msgstr "Venstre"
|
789 |
-
|
790 |
-
#: admin/views/admin-settings-general.php:101
|
791 |
-
#: admin/views/admin-settings-messagebar.php:180
|
792 |
-
msgid "Bottom Right"
|
793 |
-
msgstr "Nederst til højre"
|
794 |
-
|
795 |
-
#: admin/views/admin-settings-general.php:104
|
796 |
-
#: admin/views/admin-settings-messagebar.php:183
|
797 |
-
msgid "Bottom Left"
|
798 |
-
msgstr "Nederst til venstre"
|
799 |
-
|
800 |
-
#: admin/views/admin-settings-general.php:107
|
801 |
-
#: admin/views/admin-settings-messagebar.php:186
|
802 |
-
msgid "Top Right"
|
803 |
-
msgstr "Øverst til højre"
|
804 |
-
|
805 |
-
#: admin/views/admin-settings-general.php:110
|
806 |
-
#: admin/views/admin-settings-messagebar.php:189
|
807 |
-
msgid "Top Left"
|
808 |
-
msgstr "Øverst til venstre"
|
809 |
-
|
810 |
-
#: admin/views/admin-settings-general.php:117
|
811 |
-
#: admin/views/admin-settings-messagebar.php:196
|
812 |
-
msgid "From Left Margin"
|
813 |
-
msgstr "Venstre margin"
|
814 |
-
|
815 |
-
#: admin/views/admin-settings-general.php:120
|
816 |
-
#: admin/views/admin-settings-messagebar.php:199
|
817 |
-
msgid "Specify"
|
818 |
-
msgstr "Specificér"
|
819 |
-
|
820 |
-
#: admin/views/admin-settings-general.php:124
|
821 |
-
#: admin/views/admin-settings-messagebar.php:203
|
822 |
-
msgid "Show More Text"
|
823 |
-
msgstr "Vis mere"
|
824 |
-
|
825 |
-
#: admin/views/admin-settings-general.php:135
|
826 |
msgid "Reload after \"scroll accept\" event?"
|
827 |
msgstr "Genindlæse efter \"rulle acceptere\" begivenhed?"
|
828 |
|
829 |
-
#: admin/views/admin-settings-general.php:
|
830 |
msgid "Reload after Accept button click"
|
831 |
msgstr "Opdater efter Accept knappen klik"
|
832 |
|
833 |
-
#: admin/views/admin-settings-general.php:
|
834 |
msgid "Reload after Reject button click"
|
835 |
msgstr "Genindlæs efter Afvis knap klik"
|
836 |
|
@@ -963,8 +908,9 @@ msgid "Cookie bar"
|
|
963 |
msgstr "Cookie bar"
|
964 |
|
965 |
#: admin/views/admin-settings-messagebar.php:10
|
966 |
-
|
967 |
-
|
|
|
968 |
|
969 |
#: admin/views/admin-settings-messagebar.php:15
|
970 |
msgid "Cookie Bar"
|
@@ -1084,10 +1030,95 @@ msgstr "Sticky"
|
|
1084 |
msgid "On hide"
|
1085 |
msgstr "På Skjul"
|
1086 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1087 |
#: admin/views/admin-settings-save-button.php:12
|
1088 |
#: admin/views/admin_necessary_cookie.php:52
|
1089 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1090 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1091 |
msgid "Update Settings"
|
1092 |
msgstr "Opdater indstillinger"
|
1093 |
|
@@ -1095,11 +1126,6 @@ msgstr "Opdater indstillinger"
|
|
1095 |
msgid "Necessary Cookie Settings"
|
1096 |
msgstr "Nødvendige cookieindstillinger"
|
1097 |
|
1098 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1099 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1100 |
-
msgid "Title"
|
1101 |
-
msgstr "Titel"
|
1102 |
-
|
1103 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1104 |
msgid "Non-necessary Cookie Settings"
|
1105 |
msgstr "Ikke-nødvendige Cookie-indstillinger"
|
@@ -1299,7 +1325,7 @@ msgstr ""
|
|
1299 |
"Sørg for, at cachen er ryddet efter hver pluginopdatering, især hvis du har "
|
1300 |
"minificeret JS og / eller CSS filer."
|
1301 |
|
1302 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1303 |
#, php-format
|
1304 |
msgid ""
|
1305 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1310,15 +1336,15 @@ msgstr ""
|
|
1310 |
"ville virkelig sætte pris på, hvis du kunne tage et øjeblik på at give en "
|
1311 |
"hurtig gennemgang, der vil inspirere os til at fortsætte."
|
1312 |
|
1313 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1314 |
msgid "Remind me later"
|
1315 |
msgstr "Påmind mig senere"
|
1316 |
|
1317 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1318 |
msgid "Not interested"
|
1319 |
msgstr "Ikke interesseret"
|
1320 |
|
1321 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1322 |
msgid "Review now"
|
1323 |
msgstr "Anmeld nu"
|
1324 |
|
@@ -1331,7 +1357,7 @@ msgid "Cookie List"
|
|
1331 |
msgstr "Cookie liste"
|
1332 |
|
1333 |
#: public/class-cookie-law-info-public.php:253
|
1334 |
-
#: public/modules/shortcode/shortcode.php:
|
1335 |
msgid "Cookie"
|
1336 |
msgstr "Cookie"
|
1337 |
|
@@ -1367,39 +1393,39 @@ msgstr "Intet fundet"
|
|
1367 |
msgid "Nothing found in Trash"
|
1368 |
msgstr "Intet fundet i papirkurven"
|
1369 |
|
1370 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1371 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1372 |
msgid "Script Blocker"
|
1373 |
msgstr "Script Blocker"
|
1374 |
|
1375 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1376 |
msgid "Status updated"
|
1377 |
msgstr "Status opdateret"
|
1378 |
|
1379 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1380 |
msgid "Advanced script rendering"
|
1381 |
msgstr "Avanceret gengivelse af script"
|
1382 |
|
1383 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1384 |
#: public/modules/script-blocker/views/settings.php:7
|
1385 |
msgid "Enable"
|
1386 |
msgstr "Aktivér"
|
1387 |
|
1388 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1389 |
#: public/modules/script-blocker/views/settings.php:7
|
1390 |
msgid "Disable"
|
1391 |
msgstr "Deaktiver"
|
1392 |
|
1393 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1394 |
msgid ""
|
1395 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1396 |
-
"thus
|
1397 |
-
"caching
|
1398 |
msgstr ""
|
1399 |
-
"Avanceret
|
1400 |
"javascript, hvilket eliminerer behovet for en sideopdatering. Det er også "
|
1401 |
-
"optimeret til cache, da der ikke er nogen behandling
|
1402 |
-
"
|
1403 |
|
1404 |
#: public/modules/script-blocker/views/settings.php:9
|
1405 |
msgid "Script blocker is enabled."
|
@@ -1466,47 +1492,47 @@ msgstr "Deaktiveret: Plugins gengives inden indhentning af samtykke."
|
|
1466 |
msgid "Inactive"
|
1467 |
msgstr "Inaktiv"
|
1468 |
|
1469 |
-
#: public/modules/shortcode/shortcode.php:
|
1470 |
msgid "Your current state:"
|
1471 |
msgstr "Din nuværende tilstand:"
|
1472 |
|
1473 |
-
#: public/modules/shortcode/shortcode.php:
|
1474 |
msgid "Consent accepted."
|
1475 |
msgstr "Godkendt samtykke."
|
1476 |
|
1477 |
-
#: public/modules/shortcode/shortcode.php:
|
1478 |
msgid "Consent rejected."
|
1479 |
msgstr "Samtykke afvist."
|
1480 |
|
1481 |
-
#: public/modules/shortcode/shortcode.php:
|
1482 |
msgid "No consent given."
|
1483 |
msgstr "Ingen tilladelse givet."
|
1484 |
|
1485 |
-
#: public/modules/shortcode/shortcode.php:
|
1486 |
msgid "Manage your consent."
|
1487 |
msgstr "Administrer dit samtykke."
|
1488 |
|
1489 |
-
#: public/modules/shortcode/shortcode.php:
|
1490 |
msgid "Delete Cookies"
|
1491 |
msgstr "Slet cookies fra"
|
1492 |
|
1493 |
-
#: public/modules/shortcode/shortcode.php:
|
1494 |
msgid "No records found"
|
1495 |
msgstr "Ingen resultater fundet"
|
1496 |
|
1497 |
-
#: public/modules/shortcode/shortcode.php:
|
1498 |
msgid "Type"
|
1499 |
msgstr "Type"
|
1500 |
|
1501 |
-
#: public/modules/shortcode/shortcode.php:
|
1502 |
msgid "Duration"
|
1503 |
msgstr "Bestillingsdato"
|
1504 |
|
1505 |
-
#: public/modules/shortcode/shortcode.php:
|
1506 |
msgid "Close the cookie bar"
|
1507 |
msgstr "Luk cookie-baren"
|
1508 |
|
1509 |
-
#: public/modules/shortcode/shortcode.php:
|
1510 |
msgid "Close and Accept"
|
1511 |
msgstr "Luk og accepter"
|
1512 |
|
@@ -1526,6 +1552,31 @@ msgstr "Vis mere"
|
|
1526 |
msgid "Show less"
|
1527 |
msgstr "Vis mindre"
|
1528 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1529 |
#~ msgid "Non-necessary Cookie"
|
1530 |
#~ msgstr "Ikke-nødvendigt Cookie"
|
1531 |
|
@@ -1723,9 +1774,6 @@ msgstr "Vis mindre"
|
|
1723 |
#~ "du er ok med det, men du kan fravælge hvis du ønsker. [cookie_button] "
|
1724 |
#~ "[cookie_settings] [cookie_link]"
|
1725 |
|
1726 |
-
#~ msgid "Privacy & Cookies Policy"
|
1727 |
-
#~ msgstr "Privacy & Cookies Policy"
|
1728 |
-
|
1729 |
#~ msgid "Cookie Category"
|
1730 |
#~ msgstr "Cookie kategori"
|
1731 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:29+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:29+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: da\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Indstillinger"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Du har ikke tilstrækkelig tilladelse til at udføre denne operation"
|
54 |
|
168 |
msgstr "Bekræft"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Annuller"
|
174 |
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
+
#: public/modules/shortcode/shortcode.php:220
|
300 |
msgid "Description"
|
301 |
msgstr "Beskrivelse"
|
302 |
|
321 |
msgstr "Live preview"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
+
msgid "The plugin is complex to set up"
|
325 |
+
msgstr "Pluginet er komplekst at konfigurere"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Beskriv venligst, hvilket område du har problemer"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
+
msgid "I found a better plugin"
|
333 |
+
msgstr "Jeg fandt et bedre plugin"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
+
msgid "Which plugin?"
|
337 |
+
msgstr "Hvilket plugin?"
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
341 |
+
msgstr ""
|
342 |
+
"Pluginnet er dejligt, men jeg har brug for en specifik feature du ikke har"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
+
msgid "Could you tell us more about that feature?"
|
346 |
+
msgstr "Kunne du fortælle os mere om denne funktion?"
|
|
|
|
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
+
msgid "The plugin didn't work as expected"
|
350 |
+
msgstr "Plugin fungerede ikke som forventet"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
+
msgid "What did you expect?"
|
354 |
+
msgstr "Hvad havde du forventet?"
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
357 |
+
msgid "A conflict with another plugin or theme"
|
358 |
+
msgstr "En konflikt med et andet plugin eller et andet tema"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
361 |
+
msgid "Which plugin or theme?"
|
362 |
+
msgstr "Hvilket plugin eller tema?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
365 |
+
msgid "Translation issues"
|
366 |
+
msgstr "Oversættelsesproblemer"
|
|
|
367 |
|
368 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
369 |
+
msgid "Incorrect/missing translation"
|
370 |
+
msgstr "Forkert / manglende oversættelse"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
373 |
+
msgid "Name the language"
|
374 |
+
msgstr "Navngiv sproget"
|
375 |
|
376 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
377 |
+
msgid ""
|
378 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
379 |
+
msgstr ""
|
380 |
+
"Kan ikke oversætte mit dynamiske indhold, fx cookiebesked, knaptekst osv"
|
381 |
|
382 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
383 |
+
msgid "Name the language and the translator plugin that you are using"
|
384 |
+
msgstr "Navngiv det sprog og det oversætterplugin, du bruger"
|
385 |
+
|
386 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
387 |
+
msgid "Upgrade to pro"
|
388 |
+
msgstr "Opgrader til Pro"
|
389 |
+
|
390 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
391 |
#: admin/views/admin-settings-general.php:10
|
392 |
+
#: admin/views/admin-settings-general.php:66
|
393 |
msgid "Other"
|
394 |
msgstr "Andet"
|
395 |
|
396 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
397 |
msgid "Could you tell us a bit more?"
|
398 |
msgstr "Kan du fortælle os lidt mere?"
|
399 |
|
400 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
401 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
402 |
msgstr ""
|
403 |
"Hvis du har et øjeblik, så lad os venligst vide, hvorfor du deaktiverer:"
|
404 |
|
405 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
406 |
+
msgid ""
|
407 |
+
"We do not collect any personal data when you submit this form. It's your "
|
408 |
+
"feedback that we value."
|
409 |
+
msgstr ""
|
410 |
+
"Vi indsamler ingen personlige data, når du sender denne formular. Det er din "
|
411 |
+
"feedback, som vi værdsætter."
|
412 |
+
|
413 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
414 |
+
msgid "Privacy Policy"
|
415 |
+
msgstr "Privatlivspolitik"
|
416 |
|
417 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
418 |
msgid "Go to support"
|
419 |
msgstr "Gå til support"
|
420 |
|
421 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
422 |
msgid "Submit & Deactivate"
|
423 |
msgstr "Indsend & Deaktiver"
|
424 |
|
425 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
426 |
+
msgid "I rather wouldn't say"
|
427 |
+
msgstr "Det ønsker jeg ikke at fortælle"
|
428 |
+
|
429 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
430 |
#: admin/views/admin_necessary_cookie.php:20
|
431 |
#: admin/views/admin_non_necessary_cookie.php:17
|
446 |
msgid "Unable to reset settings."
|
447 |
msgstr "Kan ikke nulstille indstillingerne."
|
448 |
|
|
|
|
|
|
|
|
|
449 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
450 |
msgid "Cookie bar is currently active"
|
451 |
msgstr "Cookie bar er i øjeblikket aktiv"
|
626 |
#: admin/views/admin-settings-buttons.php:311
|
627 |
#: admin/views/admin-settings-general.php:38
|
628 |
#: admin/views/admin-settings-general.php:54
|
629 |
+
#: admin/views/admin-settings-general.php:74
|
630 |
+
#: admin/views/admin-settings-general.php:82
|
631 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
632 |
#: admin/views/admin-settings-messagebar.php:86
|
633 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
634 |
#: admin/views/admin_non_necessary_cookie.php:32
|
635 |
msgid "Yes"
|
636 |
msgstr "Ja"
|
641 |
#: admin/views/admin-settings-buttons.php:312
|
642 |
#: admin/views/admin-settings-general.php:39
|
643 |
#: admin/views/admin-settings-general.php:55
|
644 |
+
#: admin/views/admin-settings-general.php:75
|
645 |
+
#: admin/views/admin-settings-general.php:83
|
646 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
647 |
#: admin/views/admin-settings-messagebar.php:87
|
648 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
649 |
#: admin/views/admin_non_necessary_cookie.php:33
|
650 |
#: public/modules/script-blocker/views/settings.php:139
|
651 |
msgid "No"
|
767 |
msgid "This option will not work along with `Popup overlay`."
|
768 |
msgstr "Denne indstilling fungerer ikke sammen med `Popup overlay`."
|
769 |
|
|
|
|
|
|
|
|
|
|
|
770 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
771 |
msgid "Reload after \"scroll accept\" event?"
|
772 |
msgstr "Genindlæse efter \"rulle acceptere\" begivenhed?"
|
773 |
|
774 |
+
#: admin/views/admin-settings-general.php:80
|
775 |
msgid "Reload after Accept button click"
|
776 |
msgstr "Opdater efter Accept knappen klik"
|
777 |
|
778 |
+
#: admin/views/admin-settings-general.php:87
|
779 |
msgid "Reload after Reject button click"
|
780 |
msgstr "Genindlæs efter Afvis knap klik"
|
781 |
|
908 |
msgstr "Cookie bar"
|
909 |
|
910 |
#: admin/views/admin-settings-messagebar.php:10
|
911 |
+
#: admin/views/admin-settings-messagebar.php:145
|
912 |
+
msgid "Revisit consent"
|
913 |
+
msgstr "Gå igen samtykke"
|
914 |
|
915 |
#: admin/views/admin-settings-messagebar.php:15
|
916 |
msgid "Cookie Bar"
|
1030 |
msgid "On hide"
|
1031 |
msgstr "På Skjul"
|
1032 |
|
1033 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1034 |
+
msgid "previously"
|
1035 |
+
msgstr "tidligere"
|
1036 |
+
|
1037 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1038 |
+
msgid "Show again tab"
|
1039 |
+
msgstr "Vis fanen igen"
|
1040 |
+
|
1041 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1042 |
+
msgid ""
|
1043 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1044 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1045 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1046 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1047 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1048 |
+
"website."
|
1049 |
+
msgstr ""
|
1050 |
+
"Genbesøg vil give besøgende mulighed for at se / redigere / tilbagekalde "
|
1051 |
+
"deres tidligere præferencer. Dette kan gøres via en widget og / eller en "
|
1052 |
+
"kort kode. En lille privatlivswidget vises automatisk i sidefoden på dit "
|
1053 |
+
"websted, hvis widgetindstillingen er aktiveret. Du kan også manuelt indsætte "
|
1054 |
+
"et link for at administrere samtykke ved at tilføje kortkoden "
|
1055 |
+
"<b>[wt_cli_manage_consent]</b> til dit websted."
|
1056 |
+
|
1057 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1058 |
+
msgid "Enable revisit consent widget"
|
1059 |
+
msgstr "Aktivér widget om godkendelse igen"
|
1060 |
+
|
1061 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1062 |
+
msgid ""
|
1063 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1064 |
+
"the footer of your website."
|
1065 |
+
msgstr ""
|
1066 |
+
"Ved at aktivere denne mulighed vises en lille fortrolighedswidget automatisk "
|
1067 |
+
"nederst på dit websted."
|
1068 |
+
|
1069 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1070 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1071 |
+
msgid "Tab Position"
|
1072 |
+
msgstr "EtiketpositionCurrency type for column"
|
1073 |
+
|
1074 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1075 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1076 |
+
msgid "Right"
|
1077 |
+
msgstr "Højre"
|
1078 |
+
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1080 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1081 |
+
msgid "Left"
|
1082 |
+
msgstr "Venstre"
|
1083 |
+
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1085 |
+
msgid "Bottom Right"
|
1086 |
+
msgstr "Nederst til højre"
|
1087 |
+
|
1088 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1089 |
+
msgid "Bottom Left"
|
1090 |
+
msgstr "Nederst til venstre"
|
1091 |
+
|
1092 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1093 |
+
msgid "Top Right"
|
1094 |
+
msgstr "Øverst til højre"
|
1095 |
+
|
1096 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1097 |
+
msgid "Top Left"
|
1098 |
+
msgstr "Øverst til venstre"
|
1099 |
+
|
1100 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1101 |
+
msgid "From Right Margin"
|
1102 |
+
msgstr "Fra højre margen"
|
1103 |
+
|
1104 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1105 |
+
msgid "From Left Margin"
|
1106 |
+
msgstr "Venstre margin"
|
1107 |
+
|
1108 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1109 |
+
msgid "Specify"
|
1110 |
+
msgstr "Specificér"
|
1111 |
+
|
1112 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1113 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1114 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1115 |
+
msgid "Title"
|
1116 |
+
msgstr "Titel"
|
1117 |
+
|
1118 |
#: admin/views/admin-settings-save-button.php:12
|
1119 |
#: admin/views/admin_necessary_cookie.php:52
|
1120 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1121 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1122 |
msgid "Update Settings"
|
1123 |
msgstr "Opdater indstillinger"
|
1124 |
|
1126 |
msgid "Necessary Cookie Settings"
|
1127 |
msgstr "Nødvendige cookieindstillinger"
|
1128 |
|
|
|
|
|
|
|
|
|
|
|
1129 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1130 |
msgid "Non-necessary Cookie Settings"
|
1131 |
msgstr "Ikke-nødvendige Cookie-indstillinger"
|
1325 |
"Sørg for, at cachen er ryddet efter hver pluginopdatering, især hvis du har "
|
1326 |
"minificeret JS og / eller CSS filer."
|
1327 |
|
1328 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1329 |
#, php-format
|
1330 |
msgid ""
|
1331 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1336 |
"ville virkelig sætte pris på, hvis du kunne tage et øjeblik på at give en "
|
1337 |
"hurtig gennemgang, der vil inspirere os til at fortsætte."
|
1338 |
|
1339 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1340 |
msgid "Remind me later"
|
1341 |
msgstr "Påmind mig senere"
|
1342 |
|
1343 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1344 |
msgid "Not interested"
|
1345 |
msgstr "Ikke interesseret"
|
1346 |
|
1347 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1348 |
msgid "Review now"
|
1349 |
msgstr "Anmeld nu"
|
1350 |
|
1357 |
msgstr "Cookie liste"
|
1358 |
|
1359 |
#: public/class-cookie-law-info-public.php:253
|
1360 |
+
#: public/modules/shortcode/shortcode.php:208
|
1361 |
msgid "Cookie"
|
1362 |
msgstr "Cookie"
|
1363 |
|
1393 |
msgid "Nothing found in Trash"
|
1394 |
msgstr "Intet fundet i papirkurven"
|
1395 |
|
1396 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1397 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1398 |
msgid "Script Blocker"
|
1399 |
msgstr "Script Blocker"
|
1400 |
|
1401 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1402 |
msgid "Status updated"
|
1403 |
msgstr "Status opdateret"
|
1404 |
|
1405 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1406 |
msgid "Advanced script rendering"
|
1407 |
msgstr "Avanceret gengivelse af script"
|
1408 |
|
1409 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1410 |
#: public/modules/script-blocker/views/settings.php:7
|
1411 |
msgid "Enable"
|
1412 |
msgstr "Aktivér"
|
1413 |
|
1414 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1415 |
#: public/modules/script-blocker/views/settings.php:7
|
1416 |
msgid "Disable"
|
1417 |
msgstr "Deaktiver"
|
1418 |
|
1419 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1420 |
msgid ""
|
1421 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1422 |
+
"thus eliminating the need for a page refresh. It is also optimized for "
|
1423 |
+
"caching since there is no server-side processing after obtaining the consent."
|
1424 |
msgstr ""
|
1425 |
+
"Avanceret scriptgengivelse gengiver de blokerede scripts ved hjælp af "
|
1426 |
"javascript, hvilket eliminerer behovet for en sideopdatering. Det er også "
|
1427 |
+
"optimeret til cache, da der ikke er nogen server-side behandling efter "
|
1428 |
+
"indhentning af samtykke."
|
1429 |
|
1430 |
#: public/modules/script-blocker/views/settings.php:9
|
1431 |
msgid "Script blocker is enabled."
|
1492 |
msgid "Inactive"
|
1493 |
msgstr "Inaktiv"
|
1494 |
|
1495 |
+
#: public/modules/shortcode/shortcode.php:99
|
1496 |
msgid "Your current state:"
|
1497 |
msgstr "Din nuværende tilstand:"
|
1498 |
|
1499 |
+
#: public/modules/shortcode/shortcode.php:104
|
1500 |
msgid "Consent accepted."
|
1501 |
msgstr "Godkendt samtykke."
|
1502 |
|
1503 |
+
#: public/modules/shortcode/shortcode.php:107
|
1504 |
msgid "Consent rejected."
|
1505 |
msgstr "Samtykke afvist."
|
1506 |
|
1507 |
+
#: public/modules/shortcode/shortcode.php:111
|
1508 |
msgid "No consent given."
|
1509 |
msgstr "Ingen tilladelse givet."
|
1510 |
|
1511 |
+
#: public/modules/shortcode/shortcode.php:113
|
1512 |
msgid "Manage your consent."
|
1513 |
msgstr "Administrer dit samtykke."
|
1514 |
|
1515 |
+
#: public/modules/shortcode/shortcode.php:150
|
1516 |
msgid "Delete Cookies"
|
1517 |
msgstr "Slet cookies fra"
|
1518 |
|
1519 |
+
#: public/modules/shortcode/shortcode.php:186
|
1520 |
msgid "No records found"
|
1521 |
msgstr "Ingen resultater fundet"
|
1522 |
|
1523 |
+
#: public/modules/shortcode/shortcode.php:212
|
1524 |
msgid "Type"
|
1525 |
msgstr "Type"
|
1526 |
|
1527 |
+
#: public/modules/shortcode/shortcode.php:216
|
1528 |
msgid "Duration"
|
1529 |
msgstr "Bestillingsdato"
|
1530 |
|
1531 |
+
#: public/modules/shortcode/shortcode.php:533
|
1532 |
msgid "Close the cookie bar"
|
1533 |
msgstr "Luk cookie-baren"
|
1534 |
|
1535 |
+
#: public/modules/shortcode/shortcode.php:533
|
1536 |
msgid "Close and Accept"
|
1537 |
msgstr "Luk og accepter"
|
1538 |
|
1552 |
msgid "Show less"
|
1553 |
msgstr "Vis mindre"
|
1554 |
|
1555 |
+
#~ msgid ""
|
1556 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1557 |
+
#~ "bit more?"
|
1558 |
+
#~ msgstr ""
|
1559 |
+
#~ "Hvilket plugin bruger du til sprogoversættelse? Kunne du fortælle os lidt "
|
1560 |
+
#~ "mere?"
|
1561 |
+
|
1562 |
+
#~ msgid "Caching issues"
|
1563 |
+
#~ msgstr "Cache-problemer"
|
1564 |
+
|
1565 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1566 |
+
#~ msgstr "Hvilket caching-plugin bruger du? Kunne du fortælle os lidt mere?"
|
1567 |
+
|
1568 |
+
#~ msgid "Cookie Law Settings"
|
1569 |
+
#~ msgstr "Loven cookieindstillinger"
|
1570 |
+
|
1571 |
+
#~ msgid "Show Again Tab"
|
1572 |
+
#~ msgstr "Vis igen fanebladet"
|
1573 |
+
|
1574 |
+
#~ msgid "Use Show Again Tab?"
|
1575 |
+
#~ msgstr "Brug Vis igen fane?"
|
1576 |
+
|
1577 |
+
#~ msgid "Show More Text"
|
1578 |
+
#~ msgstr "Vis mere"
|
1579 |
+
|
1580 |
#~ msgid "Non-necessary Cookie"
|
1581 |
#~ msgstr "Ikke-nødvendigt Cookie"
|
1582 |
|
1774 |
#~ "du er ok med det, men du kan fravælge hvis du ønsker. [cookie_button] "
|
1775 |
#~ "[cookie_settings] [cookie_link]"
|
1776 |
|
|
|
|
|
|
|
1777 |
#~ msgid "Cookie Category"
|
1778 |
#~ msgstr "Cookie kategori"
|
1779 |
|
languages/cookie-law-info-da_DK.mo
CHANGED
Binary file
|
languages/cookie-law-info-da_DK.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: da\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Indstillinger"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Beskyttelse af personlige oplysninger"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "Du har ikke den nødvendige tilladelse til at udføre denne operation"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Bekræft det skrevne"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Afbryd"
|
173 |
|
@@ -295,7 +296,7 @@ msgstr "Overskrift"
|
|
295 |
#: admin/views/admin_necessary_cookie.php:39
|
296 |
#: admin/views/admin_non_necessary_cookie.php:54
|
297 |
#: public/modules/script-blocker/views/settings.php:142
|
298 |
-
#: public/modules/shortcode/shortcode.php:
|
299 |
msgid "Description"
|
300 |
msgstr "Beskrivelse"
|
301 |
|
@@ -320,93 +321,111 @@ msgid "Live preview"
|
|
320 |
msgstr "Live preview"
|
321 |
|
322 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
323 |
-
msgid "The plugin is
|
324 |
-
msgstr "Pluginet er
|
325 |
|
326 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
327 |
msgid "Please describe which area you are facing difficulties"
|
328 |
msgstr "Beskriv venligst, hvilket område du har problemer"
|
329 |
|
330 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
|
334 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
335 |
-
msgid "Which plugin
|
336 |
-
msgstr "Hvilket plugin
|
337 |
|
338 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
|
|
341 |
|
342 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
343 |
-
msgid ""
|
344 |
-
"
|
345 |
-
"more?"
|
346 |
-
msgstr ""
|
347 |
-
"Hvilket plugin bruger du til sprogoversættelse? Kunne du fortælle os lidt "
|
348 |
-
"mere?"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
351 |
-
msgid "
|
352 |
-
msgstr "
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
355 |
-
msgid "
|
356 |
-
msgstr "
|
357 |
|
358 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
359 |
-
msgid "
|
360 |
-
msgstr "
|
361 |
|
362 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
363 |
-
msgid "Which plugin?"
|
364 |
-
msgstr "Hvilket plugin?"
|
365 |
|
366 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
367 |
-
msgid "
|
368 |
-
msgstr ""
|
369 |
-
"Pluginnet er dejligt, men jeg har brug for en specifik feature du ikke har"
|
370 |
|
371 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
372 |
-
msgid "
|
373 |
-
msgstr "
|
374 |
|
375 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
376 |
-
msgid "
|
377 |
-
msgstr "
|
378 |
|
379 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
380 |
-
msgid "
|
381 |
-
|
|
|
|
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
#: admin/views/admin-settings-general.php:10
|
385 |
-
#: admin/views/admin-settings-general.php:
|
386 |
msgid "Other"
|
387 |
msgstr "Andet"
|
388 |
|
389 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
390 |
msgid "Could you tell us a bit more?"
|
391 |
msgstr "Kan du fortælle os lidt mere?"
|
392 |
|
393 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
394 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
395 |
msgstr ""
|
396 |
"Hvis du har et øjeblik, så lad os venligst vide, hvorfor du deaktiverer:"
|
397 |
|
398 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
399 |
-
msgid "
|
400 |
-
|
|
|
|
|
|
|
|
|
401 |
|
402 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
403 |
msgid "Go to support"
|
404 |
msgstr "Gå til support"
|
405 |
|
406 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
407 |
msgid "Submit & Deactivate"
|
408 |
msgstr "Indsend & Deaktiver"
|
409 |
|
|
|
|
|
|
|
|
|
410 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
411 |
#: admin/views/admin_necessary_cookie.php:20
|
412 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -427,10 +446,6 @@ msgstr "Indstillinger er nulstillet."
|
|
427 |
msgid "Unable to reset settings."
|
428 |
msgstr "Indstillinger kan ikke nulstilles."
|
429 |
|
430 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
431 |
-
msgid "Cookie Law Settings"
|
432 |
-
msgstr "GDPR Cookie Consent indstillinger"
|
433 |
-
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
435 |
msgid "Cookie bar is currently active"
|
436 |
msgstr "Cookie bar er i øjeblikket aktiv"
|
@@ -611,13 +626,11 @@ msgstr "Åbn i nyt vindue?"
|
|
611 |
#: admin/views/admin-settings-buttons.php:311
|
612 |
#: admin/views/admin-settings-general.php:38
|
613 |
#: admin/views/admin-settings-general.php:54
|
614 |
-
#: admin/views/admin-settings-general.php:
|
615 |
-
#: admin/views/admin-settings-general.php:
|
616 |
-
#: admin/views/admin-settings-general.php:
|
617 |
-
#: admin/views/admin-settings-general.php:155
|
618 |
#: admin/views/admin-settings-messagebar.php:86
|
619 |
#: admin/views/admin-settings-messagebar.php:110
|
620 |
-
#: admin/views/admin-settings-messagebar.php:150
|
621 |
#: admin/views/admin_non_necessary_cookie.php:32
|
622 |
msgid "Yes"
|
623 |
msgstr "Ja"
|
@@ -628,13 +641,11 @@ msgstr "Ja"
|
|
628 |
#: admin/views/admin-settings-buttons.php:312
|
629 |
#: admin/views/admin-settings-general.php:39
|
630 |
#: admin/views/admin-settings-general.php:55
|
631 |
-
#: admin/views/admin-settings-general.php:
|
632 |
-
#: admin/views/admin-settings-general.php:
|
633 |
-
#: admin/views/admin-settings-general.php:
|
634 |
-
#: admin/views/admin-settings-general.php:156
|
635 |
#: admin/views/admin-settings-messagebar.php:87
|
636 |
#: admin/views/admin-settings-messagebar.php:111
|
637 |
-
#: admin/views/admin-settings-messagebar.php:151
|
638 |
#: admin/views/admin_non_necessary_cookie.php:33
|
639 |
#: public/modules/script-blocker/views/settings.php:139
|
640 |
msgid "No"
|
@@ -759,83 +770,17 @@ msgstr ""
|
|
759 |
msgid "This option will not work along with `Popup overlay`."
|
760 |
msgstr "Denne indstilling vil ikke kunne bruges med popup overlay."
|
761 |
|
762 |
-
#: admin/views/admin-settings-general.php:66
|
763 |
-
#: admin/views/admin-settings-messagebar.php:145
|
764 |
-
msgid "Show Again Tab"
|
765 |
-
msgstr "Vis igen fane"
|
766 |
-
|
767 |
#: admin/views/admin-settings-general.php:69
|
768 |
-
#: admin/views/admin-settings-messagebar.php:148
|
769 |
-
msgid "Use Show Again Tab?"
|
770 |
-
msgstr "Brug vis igen fanen?"
|
771 |
-
|
772 |
-
#: admin/views/admin-settings-general.php:77
|
773 |
-
#: admin/views/admin-settings-general.php:94
|
774 |
-
#: admin/views/admin-settings-messagebar.php:156
|
775 |
-
#: admin/views/admin-settings-messagebar.php:173
|
776 |
-
msgid "Tab Position"
|
777 |
-
msgstr "Fanens position"
|
778 |
-
|
779 |
-
#: admin/views/admin-settings-general.php:82
|
780 |
-
#: admin/views/admin-settings-general.php:85
|
781 |
-
#: admin/views/admin-settings-messagebar.php:161
|
782 |
-
#: admin/views/admin-settings-messagebar.php:164
|
783 |
-
msgid "Right"
|
784 |
-
msgstr "Højre"
|
785 |
-
|
786 |
-
#: admin/views/admin-settings-general.php:83
|
787 |
-
#: admin/views/admin-settings-general.php:86
|
788 |
-
#: admin/views/admin-settings-messagebar.php:162
|
789 |
-
#: admin/views/admin-settings-messagebar.php:165
|
790 |
-
msgid "Left"
|
791 |
-
msgstr "Venstre"
|
792 |
-
|
793 |
-
#: admin/views/admin-settings-general.php:101
|
794 |
-
#: admin/views/admin-settings-messagebar.php:180
|
795 |
-
msgid "Bottom Right"
|
796 |
-
msgstr "Nederst til højre"
|
797 |
-
|
798 |
-
#: admin/views/admin-settings-general.php:104
|
799 |
-
#: admin/views/admin-settings-messagebar.php:183
|
800 |
-
msgid "Bottom Left"
|
801 |
-
msgstr "Nederst til venstre"
|
802 |
-
|
803 |
-
#: admin/views/admin-settings-general.php:107
|
804 |
-
#: admin/views/admin-settings-messagebar.php:186
|
805 |
-
msgid "Top Right"
|
806 |
-
msgstr "Øverst til højre"
|
807 |
-
|
808 |
-
#: admin/views/admin-settings-general.php:110
|
809 |
-
#: admin/views/admin-settings-messagebar.php:189
|
810 |
-
msgid "Top Left"
|
811 |
-
msgstr "Øverst til venstre"
|
812 |
-
|
813 |
-
#: admin/views/admin-settings-general.php:117
|
814 |
-
#: admin/views/admin-settings-messagebar.php:196
|
815 |
-
msgid "From Left Margin"
|
816 |
-
msgstr "Fra venstre margin"
|
817 |
-
|
818 |
-
#: admin/views/admin-settings-general.php:120
|
819 |
-
#: admin/views/admin-settings-messagebar.php:199
|
820 |
-
msgid "Specify"
|
821 |
-
msgstr "Specificér"
|
822 |
-
|
823 |
-
#: admin/views/admin-settings-general.php:124
|
824 |
-
#: admin/views/admin-settings-messagebar.php:203
|
825 |
-
msgid "Show More Text"
|
826 |
-
msgstr "Vis mere tekst"
|
827 |
-
|
828 |
-
#: admin/views/admin-settings-general.php:135
|
829 |
msgid "Reload after \"scroll accept\" event?"
|
830 |
msgstr ""
|
831 |
"Vil du genindlæse siden efter at brugeren har brugt \"tilladelse ved rulning"
|
832 |
"\"?"
|
833 |
|
834 |
-
#: admin/views/admin-settings-general.php:
|
835 |
msgid "Reload after Accept button click"
|
836 |
msgstr "Genindlæs siden efter klik på Tillad knappen"
|
837 |
|
838 |
-
#: admin/views/admin-settings-general.php:
|
839 |
msgid "Reload after Reject button click"
|
840 |
msgstr "Genindlæs siden efter klik på Afvis knappen"
|
841 |
|
@@ -968,8 +913,9 @@ msgid "Cookie bar"
|
|
968 |
msgstr "Cookie bar"
|
969 |
|
970 |
#: admin/views/admin-settings-messagebar.php:10
|
971 |
-
|
972 |
-
|
|
|
973 |
|
974 |
#: admin/views/admin-settings-messagebar.php:15
|
975 |
msgid "Cookie Bar"
|
@@ -1089,10 +1035,95 @@ msgstr "Fastgjort"
|
|
1089 |
msgid "On hide"
|
1090 |
msgstr "Ved gem"
|
1091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1092 |
#: admin/views/admin-settings-save-button.php:12
|
1093 |
#: admin/views/admin_necessary_cookie.php:52
|
1094 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1095 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1096 |
msgid "Update Settings"
|
1097 |
msgstr "Opdatér indstillinger"
|
1098 |
|
@@ -1100,11 +1131,6 @@ msgstr "Opdatér indstillinger"
|
|
1100 |
msgid "Necessary Cookie Settings"
|
1101 |
msgstr "Nødvendige cookieindstillinger"
|
1102 |
|
1103 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1104 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1105 |
-
msgid "Title"
|
1106 |
-
msgstr "Titel"
|
1107 |
-
|
1108 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1109 |
msgid "Non-necessary Cookie Settings"
|
1110 |
msgstr "Ikke-nødvendige cookieindstillinger"
|
@@ -1306,7 +1332,7 @@ msgstr ""
|
|
1306 |
"Sørg for, at cachen er ryddet efter hver pluginopdatering, især hvis du har "
|
1307 |
"minificeret JS og / eller CSS filer."
|
1308 |
|
1309 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1310 |
#, php-format
|
1311 |
msgid ""
|
1312 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1317,15 +1343,15 @@ msgstr ""
|
|
1317 |
"ville virkelig sætte pris på, hvis du kunne tage et øjeblik på at give en "
|
1318 |
"hurtig gennemgang, der vil inspirere os til at fortsætte."
|
1319 |
|
1320 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1321 |
msgid "Remind me later"
|
1322 |
msgstr "Påmind mig senere"
|
1323 |
|
1324 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1325 |
msgid "Not interested"
|
1326 |
msgstr "Ikke interesseret"
|
1327 |
|
1328 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1329 |
msgid "Review now"
|
1330 |
msgstr "Anmeld nu"
|
1331 |
|
@@ -1338,7 +1364,7 @@ msgid "Cookie List"
|
|
1338 |
msgstr "Cookie liste"
|
1339 |
|
1340 |
#: public/class-cookie-law-info-public.php:253
|
1341 |
-
#: public/modules/shortcode/shortcode.php:
|
1342 |
msgid "Cookie"
|
1343 |
msgstr "Cookie"
|
1344 |
|
@@ -1374,39 +1400,39 @@ msgstr "Intet fundet"
|
|
1374 |
msgid "Nothing found in Trash"
|
1375 |
msgstr "Intet fundet i papirkurven"
|
1376 |
|
1377 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1378 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1379 |
msgid "Script Blocker"
|
1380 |
msgstr "Script blocker"
|
1381 |
|
1382 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1383 |
msgid "Status updated"
|
1384 |
msgstr "Status opdateret"
|
1385 |
|
1386 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1387 |
msgid "Advanced script rendering"
|
1388 |
msgstr "Avanceret gengivelse af script"
|
1389 |
|
1390 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1391 |
#: public/modules/script-blocker/views/settings.php:7
|
1392 |
msgid "Enable"
|
1393 |
msgstr "Aktiver"
|
1394 |
|
1395 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1396 |
#: public/modules/script-blocker/views/settings.php:7
|
1397 |
msgid "Disable"
|
1398 |
msgstr "Deaktiver"
|
1399 |
|
1400 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1401 |
msgid ""
|
1402 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1403 |
-
"thus
|
1404 |
-
"caching
|
1405 |
msgstr ""
|
1406 |
-
"Avanceret
|
1407 |
"javascript, hvilket eliminerer behovet for en sideopdatering. Det er også "
|
1408 |
-
"optimeret til cache, da der ikke er nogen behandling
|
1409 |
-
"
|
1410 |
|
1411 |
#: public/modules/script-blocker/views/settings.php:9
|
1412 |
msgid "Script blocker is enabled."
|
@@ -1473,47 +1499,47 @@ msgstr "Deaktiveret: Plugins gengives inden indhentning af samtykke."
|
|
1473 |
msgid "Inactive"
|
1474 |
msgstr "Inaktiv"
|
1475 |
|
1476 |
-
#: public/modules/shortcode/shortcode.php:
|
1477 |
msgid "Your current state:"
|
1478 |
msgstr "Din nuværende tilstand:"
|
1479 |
|
1480 |
-
#: public/modules/shortcode/shortcode.php:
|
1481 |
msgid "Consent accepted."
|
1482 |
msgstr "Samtykke accepteret."
|
1483 |
|
1484 |
-
#: public/modules/shortcode/shortcode.php:
|
1485 |
msgid "Consent rejected."
|
1486 |
msgstr "Samtykke afvist."
|
1487 |
|
1488 |
-
#: public/modules/shortcode/shortcode.php:
|
1489 |
msgid "No consent given."
|
1490 |
msgstr "Ingen tilladelse givet."
|
1491 |
|
1492 |
-
#: public/modules/shortcode/shortcode.php:
|
1493 |
msgid "Manage your consent."
|
1494 |
msgstr "Administrer dit samtykke."
|
1495 |
|
1496 |
-
#: public/modules/shortcode/shortcode.php:
|
1497 |
msgid "Delete Cookies"
|
1498 |
msgstr "Slet cookies fra"
|
1499 |
|
1500 |
-
#: public/modules/shortcode/shortcode.php:
|
1501 |
msgid "No records found"
|
1502 |
msgstr "Ingen resultater fundet"
|
1503 |
|
1504 |
-
#: public/modules/shortcode/shortcode.php:
|
1505 |
msgid "Type"
|
1506 |
msgstr "Type"
|
1507 |
|
1508 |
-
#: public/modules/shortcode/shortcode.php:
|
1509 |
msgid "Duration"
|
1510 |
msgstr "Varighed"
|
1511 |
|
1512 |
-
#: public/modules/shortcode/shortcode.php:
|
1513 |
msgid "Close the cookie bar"
|
1514 |
msgstr "Luk cookie-baren"
|
1515 |
|
1516 |
-
#: public/modules/shortcode/shortcode.php:
|
1517 |
msgid "Close and Accept"
|
1518 |
msgstr "Luk og accepter"
|
1519 |
|
@@ -1533,6 +1559,31 @@ msgstr "Vis mere"
|
|
1533 |
msgid "Show less"
|
1534 |
msgstr "Vis mindre"
|
1535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1536 |
#~ msgid "Non-necessary Cookie"
|
1537 |
#~ msgstr "Ikke-nødvendigt Cookie"
|
1538 |
|
@@ -2172,9 +2223,6 @@ msgstr "Vis mindre"
|
|
2172 |
#~ "du er OK med det, men du kan fravælge det, hvis du ønsker. "
|
2173 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
2174 |
|
2175 |
-
#~ msgid "Privacy & Cookies Policy"
|
2176 |
-
#~ msgstr "Privatlivs- og cookiespolitik"
|
2177 |
-
|
2178 |
#~ msgid "Cookie Bar will be show in:"
|
2179 |
#~ msgstr "Cookie Bar vil blive vist i:"
|
2180 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:29+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:30+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: da\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Indstillinger"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Du har ikke den nødvendige tilladelse til at udføre denne operation"
|
54 |
|
168 |
msgstr "Bekræft det skrevne"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Afbryd"
|
174 |
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
+
#: public/modules/shortcode/shortcode.php:220
|
300 |
msgid "Description"
|
301 |
msgstr "Beskrivelse"
|
302 |
|
321 |
msgstr "Live preview"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
+
msgid "The plugin is complex to set up"
|
325 |
+
msgstr "Pluginet er komplekst at konfigurere"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Beskriv venligst, hvilket område du har problemer"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
+
msgid "I found a better plugin"
|
333 |
+
msgstr "Jeg har fundet et bedre plugin"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
+
msgid "Which plugin?"
|
337 |
+
msgstr "Hvilket plugin?"
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
341 |
+
msgstr ""
|
342 |
+
"Pluginnet er dejligt, men jeg har brug for en specifik feature du ikke har"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
+
msgid "Could you tell us more about that feature?"
|
346 |
+
msgstr "Kunne du fortælle os mere om denne funktion?"
|
|
|
|
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
+
msgid "The plugin didn't work as expected"
|
350 |
+
msgstr "Plugin fungerede ikke som forventet"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
+
msgid "What did you expect?"
|
354 |
+
msgstr "Hvad havde du forventet?"
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
357 |
+
msgid "A conflict with another plugin or theme"
|
358 |
+
msgstr "En konflikt med et andet plugin eller et andet tema"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
361 |
+
msgid "Which plugin or theme?"
|
362 |
+
msgstr "Hvilket plugin eller tema?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
365 |
+
msgid "Translation issues"
|
366 |
+
msgstr "Oversættelsesproblemer"
|
|
|
367 |
|
368 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
369 |
+
msgid "Incorrect/missing translation"
|
370 |
+
msgstr "Forkert / manglende oversættelse"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
373 |
+
msgid "Name the language"
|
374 |
+
msgstr "Navngiv sproget"
|
375 |
|
376 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
377 |
+
msgid ""
|
378 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
379 |
+
msgstr ""
|
380 |
+
"Kan ikke oversætte mit dynamiske indhold, fx cookiebesked, knaptekst osv"
|
381 |
|
382 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
383 |
+
msgid "Name the language and the translator plugin that you are using"
|
384 |
+
msgstr "Navngiv det sprog og det oversætterplugin, du bruger"
|
385 |
+
|
386 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
387 |
+
msgid "Upgrade to pro"
|
388 |
+
msgstr "Opgrader til Pro"
|
389 |
+
|
390 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
391 |
#: admin/views/admin-settings-general.php:10
|
392 |
+
#: admin/views/admin-settings-general.php:66
|
393 |
msgid "Other"
|
394 |
msgstr "Andet"
|
395 |
|
396 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
397 |
msgid "Could you tell us a bit more?"
|
398 |
msgstr "Kan du fortælle os lidt mere?"
|
399 |
|
400 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
401 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
402 |
msgstr ""
|
403 |
"Hvis du har et øjeblik, så lad os venligst vide, hvorfor du deaktiverer:"
|
404 |
|
405 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
406 |
+
msgid ""
|
407 |
+
"We do not collect any personal data when you submit this form. It's your "
|
408 |
+
"feedback that we value."
|
409 |
+
msgstr ""
|
410 |
+
"Vi indsamler ingen personlige data, når du sender denne formular. Det er din "
|
411 |
+
"feedback, som vi værdsætter."
|
412 |
|
413 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
414 |
+
msgid "Privacy Policy"
|
415 |
+
msgstr "Privatlivspolitik"
|
416 |
+
|
417 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
418 |
msgid "Go to support"
|
419 |
msgstr "Gå til support"
|
420 |
|
421 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
422 |
msgid "Submit & Deactivate"
|
423 |
msgstr "Indsend & Deaktiver"
|
424 |
|
425 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
426 |
+
msgid "I rather wouldn't say"
|
427 |
+
msgstr "Det ønsker jeg ikke at fortælle"
|
428 |
+
|
429 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
430 |
#: admin/views/admin_necessary_cookie.php:20
|
431 |
#: admin/views/admin_non_necessary_cookie.php:17
|
446 |
msgid "Unable to reset settings."
|
447 |
msgstr "Indstillinger kan ikke nulstilles."
|
448 |
|
|
|
|
|
|
|
|
|
449 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
450 |
msgid "Cookie bar is currently active"
|
451 |
msgstr "Cookie bar er i øjeblikket aktiv"
|
626 |
#: admin/views/admin-settings-buttons.php:311
|
627 |
#: admin/views/admin-settings-general.php:38
|
628 |
#: admin/views/admin-settings-general.php:54
|
629 |
+
#: admin/views/admin-settings-general.php:74
|
630 |
+
#: admin/views/admin-settings-general.php:82
|
631 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
632 |
#: admin/views/admin-settings-messagebar.php:86
|
633 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
634 |
#: admin/views/admin_non_necessary_cookie.php:32
|
635 |
msgid "Yes"
|
636 |
msgstr "Ja"
|
641 |
#: admin/views/admin-settings-buttons.php:312
|
642 |
#: admin/views/admin-settings-general.php:39
|
643 |
#: admin/views/admin-settings-general.php:55
|
644 |
+
#: admin/views/admin-settings-general.php:75
|
645 |
+
#: admin/views/admin-settings-general.php:83
|
646 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
647 |
#: admin/views/admin-settings-messagebar.php:87
|
648 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
649 |
#: admin/views/admin_non_necessary_cookie.php:33
|
650 |
#: public/modules/script-blocker/views/settings.php:139
|
651 |
msgid "No"
|
770 |
msgid "This option will not work along with `Popup overlay`."
|
771 |
msgstr "Denne indstilling vil ikke kunne bruges med popup overlay."
|
772 |
|
|
|
|
|
|
|
|
|
|
|
773 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
msgid "Reload after \"scroll accept\" event?"
|
775 |
msgstr ""
|
776 |
"Vil du genindlæse siden efter at brugeren har brugt \"tilladelse ved rulning"
|
777 |
"\"?"
|
778 |
|
779 |
+
#: admin/views/admin-settings-general.php:80
|
780 |
msgid "Reload after Accept button click"
|
781 |
msgstr "Genindlæs siden efter klik på Tillad knappen"
|
782 |
|
783 |
+
#: admin/views/admin-settings-general.php:87
|
784 |
msgid "Reload after Reject button click"
|
785 |
msgstr "Genindlæs siden efter klik på Afvis knappen"
|
786 |
|
913 |
msgstr "Cookie bar"
|
914 |
|
915 |
#: admin/views/admin-settings-messagebar.php:10
|
916 |
+
#: admin/views/admin-settings-messagebar.php:145
|
917 |
+
msgid "Revisit consent"
|
918 |
+
msgstr "Gå igen samtykke"
|
919 |
|
920 |
#: admin/views/admin-settings-messagebar.php:15
|
921 |
msgid "Cookie Bar"
|
1035 |
msgid "On hide"
|
1036 |
msgstr "Ved gem"
|
1037 |
|
1038 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1039 |
+
msgid "previously"
|
1040 |
+
msgstr "tidligere"
|
1041 |
+
|
1042 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1043 |
+
msgid "Show again tab"
|
1044 |
+
msgstr "Vis fanen igen"
|
1045 |
+
|
1046 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1047 |
+
msgid ""
|
1048 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1049 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1050 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1051 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1052 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1053 |
+
"website."
|
1054 |
+
msgstr ""
|
1055 |
+
"Genbesøg vil give besøgende mulighed for at se / redigere / tilbagekalde "
|
1056 |
+
"deres tidligere præferencer. Dette kan gøres via en widget og / eller en "
|
1057 |
+
"kort kode. En lille privatlivswidget vises automatisk i sidefoden på dit "
|
1058 |
+
"websted, hvis widgetindstillingen er aktiveret. Du kan også manuelt indsætte "
|
1059 |
+
"et link for at administrere samtykke ved at tilføje kortkoden "
|
1060 |
+
"<b>[wt_cli_manage_consent]</b> til dit websted."
|
1061 |
+
|
1062 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1063 |
+
msgid "Enable revisit consent widget"
|
1064 |
+
msgstr "Aktivér widget om godkendelse igen"
|
1065 |
+
|
1066 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1067 |
+
msgid ""
|
1068 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1069 |
+
"the footer of your website."
|
1070 |
+
msgstr ""
|
1071 |
+
"Ved at aktivere denne mulighed vises en lille fortrolighedswidget automatisk "
|
1072 |
+
"nederst på dit websted."
|
1073 |
+
|
1074 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1075 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1076 |
+
msgid "Tab Position"
|
1077 |
+
msgstr "Fanens position"
|
1078 |
+
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1080 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1081 |
+
msgid "Right"
|
1082 |
+
msgstr "Højre"
|
1083 |
+
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1085 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1086 |
+
msgid "Left"
|
1087 |
+
msgstr "Venstre"
|
1088 |
+
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1090 |
+
msgid "Bottom Right"
|
1091 |
+
msgstr "Nederst til højre"
|
1092 |
+
|
1093 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1094 |
+
msgid "Bottom Left"
|
1095 |
+
msgstr "Nederst til venstre"
|
1096 |
+
|
1097 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1098 |
+
msgid "Top Right"
|
1099 |
+
msgstr "Øverst til højre"
|
1100 |
+
|
1101 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1102 |
+
msgid "Top Left"
|
1103 |
+
msgstr "Øverst til venstre"
|
1104 |
+
|
1105 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1106 |
+
msgid "From Right Margin"
|
1107 |
+
msgstr "Fra højre margen"
|
1108 |
+
|
1109 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1110 |
+
msgid "From Left Margin"
|
1111 |
+
msgstr "Fra venstre margin"
|
1112 |
+
|
1113 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1114 |
+
msgid "Specify"
|
1115 |
+
msgstr "Specificér"
|
1116 |
+
|
1117 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1118 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1119 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1120 |
+
msgid "Title"
|
1121 |
+
msgstr "Titel"
|
1122 |
+
|
1123 |
#: admin/views/admin-settings-save-button.php:12
|
1124 |
#: admin/views/admin_necessary_cookie.php:52
|
1125 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1126 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1127 |
msgid "Update Settings"
|
1128 |
msgstr "Opdatér indstillinger"
|
1129 |
|
1131 |
msgid "Necessary Cookie Settings"
|
1132 |
msgstr "Nødvendige cookieindstillinger"
|
1133 |
|
|
|
|
|
|
|
|
|
|
|
1134 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1135 |
msgid "Non-necessary Cookie Settings"
|
1136 |
msgstr "Ikke-nødvendige cookieindstillinger"
|
1332 |
"Sørg for, at cachen er ryddet efter hver pluginopdatering, især hvis du har "
|
1333 |
"minificeret JS og / eller CSS filer."
|
1334 |
|
1335 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1336 |
#, php-format
|
1337 |
msgid ""
|
1338 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1343 |
"ville virkelig sætte pris på, hvis du kunne tage et øjeblik på at give en "
|
1344 |
"hurtig gennemgang, der vil inspirere os til at fortsætte."
|
1345 |
|
1346 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1347 |
msgid "Remind me later"
|
1348 |
msgstr "Påmind mig senere"
|
1349 |
|
1350 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1351 |
msgid "Not interested"
|
1352 |
msgstr "Ikke interesseret"
|
1353 |
|
1354 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1355 |
msgid "Review now"
|
1356 |
msgstr "Anmeld nu"
|
1357 |
|
1364 |
msgstr "Cookie liste"
|
1365 |
|
1366 |
#: public/class-cookie-law-info-public.php:253
|
1367 |
+
#: public/modules/shortcode/shortcode.php:208
|
1368 |
msgid "Cookie"
|
1369 |
msgstr "Cookie"
|
1370 |
|
1400 |
msgid "Nothing found in Trash"
|
1401 |
msgstr "Intet fundet i papirkurven"
|
1402 |
|
1403 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1404 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1405 |
msgid "Script Blocker"
|
1406 |
msgstr "Script blocker"
|
1407 |
|
1408 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1409 |
msgid "Status updated"
|
1410 |
msgstr "Status opdateret"
|
1411 |
|
1412 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1413 |
msgid "Advanced script rendering"
|
1414 |
msgstr "Avanceret gengivelse af script"
|
1415 |
|
1416 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1417 |
#: public/modules/script-blocker/views/settings.php:7
|
1418 |
msgid "Enable"
|
1419 |
msgstr "Aktiver"
|
1420 |
|
1421 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1422 |
#: public/modules/script-blocker/views/settings.php:7
|
1423 |
msgid "Disable"
|
1424 |
msgstr "Deaktiver"
|
1425 |
|
1426 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1427 |
msgid ""
|
1428 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1429 |
+
"thus eliminating the need for a page refresh. It is also optimized for "
|
1430 |
+
"caching since there is no server-side processing after obtaining the consent."
|
1431 |
msgstr ""
|
1432 |
+
"Avanceret scriptgengivelse gengiver de blokerede scripts ved hjælp af "
|
1433 |
"javascript, hvilket eliminerer behovet for en sideopdatering. Det er også "
|
1434 |
+
"optimeret til cache, da der ikke er nogen server-side behandling efter "
|
1435 |
+
"indhentning af samtykke."
|
1436 |
|
1437 |
#: public/modules/script-blocker/views/settings.php:9
|
1438 |
msgid "Script blocker is enabled."
|
1499 |
msgid "Inactive"
|
1500 |
msgstr "Inaktiv"
|
1501 |
|
1502 |
+
#: public/modules/shortcode/shortcode.php:99
|
1503 |
msgid "Your current state:"
|
1504 |
msgstr "Din nuværende tilstand:"
|
1505 |
|
1506 |
+
#: public/modules/shortcode/shortcode.php:104
|
1507 |
msgid "Consent accepted."
|
1508 |
msgstr "Samtykke accepteret."
|
1509 |
|
1510 |
+
#: public/modules/shortcode/shortcode.php:107
|
1511 |
msgid "Consent rejected."
|
1512 |
msgstr "Samtykke afvist."
|
1513 |
|
1514 |
+
#: public/modules/shortcode/shortcode.php:111
|
1515 |
msgid "No consent given."
|
1516 |
msgstr "Ingen tilladelse givet."
|
1517 |
|
1518 |
+
#: public/modules/shortcode/shortcode.php:113
|
1519 |
msgid "Manage your consent."
|
1520 |
msgstr "Administrer dit samtykke."
|
1521 |
|
1522 |
+
#: public/modules/shortcode/shortcode.php:150
|
1523 |
msgid "Delete Cookies"
|
1524 |
msgstr "Slet cookies fra"
|
1525 |
|
1526 |
+
#: public/modules/shortcode/shortcode.php:186
|
1527 |
msgid "No records found"
|
1528 |
msgstr "Ingen resultater fundet"
|
1529 |
|
1530 |
+
#: public/modules/shortcode/shortcode.php:212
|
1531 |
msgid "Type"
|
1532 |
msgstr "Type"
|
1533 |
|
1534 |
+
#: public/modules/shortcode/shortcode.php:216
|
1535 |
msgid "Duration"
|
1536 |
msgstr "Varighed"
|
1537 |
|
1538 |
+
#: public/modules/shortcode/shortcode.php:533
|
1539 |
msgid "Close the cookie bar"
|
1540 |
msgstr "Luk cookie-baren"
|
1541 |
|
1542 |
+
#: public/modules/shortcode/shortcode.php:533
|
1543 |
msgid "Close and Accept"
|
1544 |
msgstr "Luk og accepter"
|
1545 |
|
1559 |
msgid "Show less"
|
1560 |
msgstr "Vis mindre"
|
1561 |
|
1562 |
+
#~ msgid ""
|
1563 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1564 |
+
#~ "bit more?"
|
1565 |
+
#~ msgstr ""
|
1566 |
+
#~ "Hvilket plugin bruger du til sprogoversættelse? Kunne du fortælle os lidt "
|
1567 |
+
#~ "mere?"
|
1568 |
+
|
1569 |
+
#~ msgid "Caching issues"
|
1570 |
+
#~ msgstr "Cache-problemer"
|
1571 |
+
|
1572 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1573 |
+
#~ msgstr "Hvilket caching-plugin bruger du? Kunne du fortælle os lidt mere?"
|
1574 |
+
|
1575 |
+
#~ msgid "Cookie Law Settings"
|
1576 |
+
#~ msgstr "GDPR Cookie Consent indstillinger"
|
1577 |
+
|
1578 |
+
#~ msgid "Show Again Tab"
|
1579 |
+
#~ msgstr "Vis igen fane"
|
1580 |
+
|
1581 |
+
#~ msgid "Use Show Again Tab?"
|
1582 |
+
#~ msgstr "Brug vis igen fanen?"
|
1583 |
+
|
1584 |
+
#~ msgid "Show More Text"
|
1585 |
+
#~ msgstr "Vis mere tekst"
|
1586 |
+
|
1587 |
#~ msgid "Non-necessary Cookie"
|
1588 |
#~ msgstr "Ikke-nødvendigt Cookie"
|
1589 |
|
2223 |
#~ "du er OK med det, men du kan fravælge det, hvis du ønsker. "
|
2224 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
2225 |
|
|
|
|
|
|
|
2226 |
#~ msgid "Cookie Bar will be show in:"
|
2227 |
#~ msgstr "Cookie Bar vil blive vist i:"
|
2228 |
|
languages/cookie-law-info-de_DE.mo
CHANGED
Binary file
|
languages/cookie-law-info-de_DE.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: de\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Einstellungen"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Datenschutzübersicht"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "Sie haben nicht die Berechtigung diese Aktion durchzuführen"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Bestätigen"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Abbrechen"
|
173 |
|
@@ -297,7 +298,7 @@ msgstr "Überschrift"
|
|
297 |
#: admin/views/admin_necessary_cookie.php:39
|
298 |
#: admin/views/admin_non_necessary_cookie.php:54
|
299 |
#: public/modules/script-blocker/views/settings.php:142
|
300 |
-
#: public/modules/shortcode/shortcode.php:
|
301 |
msgid "Description"
|
302 |
msgstr "Beschreibung"
|
303 |
|
@@ -322,96 +323,114 @@ msgid "Live preview"
|
|
322 |
msgstr "Live Vorschau"
|
323 |
|
324 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
325 |
-
msgid "The plugin is
|
326 |
-
msgstr "Das Plugin ist
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
329 |
msgid "Please describe which area you are facing difficulties"
|
330 |
msgstr "Bitte beschreiben Sie, in welchem Bereich Sie Schwierigkeiten haben"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
333 |
-
msgid "
|
334 |
-
msgstr "
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
337 |
-
msgid "Which plugin
|
338 |
-
msgstr "Welches Plugin
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
341 |
-
msgid "
|
342 |
-
msgstr "
|
|
|
|
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
-
msgid ""
|
346 |
-
"
|
347 |
-
"more?"
|
348 |
-
msgstr ""
|
349 |
-
"Welches Plugin verwenden Sie für die Sprachübersetzung? Können Sie uns etwas "
|
350 |
-
"mehr erzählen?"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
353 |
-
msgid "
|
354 |
-
msgstr "
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
357 |
-
msgid "
|
358 |
-
msgstr ""
|
359 |
-
"Welches Caching-Plugin verwenden Sie? Können Sie uns etwas mehr erzählen?"
|
360 |
|
361 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
362 |
-
msgid "
|
363 |
-
msgstr "
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
366 |
-
msgid "Which plugin?"
|
367 |
-
msgstr "Welches Plugin?"
|
368 |
|
369 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
370 |
-
msgid "
|
371 |
-
msgstr ""
|
372 |
-
"Das Plugin ist grosartig, aber ich brauche besondere Funktionen, die das "
|
373 |
-
"Plugin nicht bietet"
|
374 |
|
375 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
376 |
-
msgid "
|
377 |
-
msgstr "
|
378 |
|
379 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
380 |
-
msgid "
|
381 |
-
msgstr "
|
382 |
|
383 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
384 |
-
msgid "
|
385 |
-
|
|
|
|
|
|
|
386 |
|
387 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
#: admin/views/admin-settings-general.php:10
|
389 |
-
#: admin/views/admin-settings-general.php:
|
390 |
msgid "Other"
|
391 |
msgstr "Andere"
|
392 |
|
393 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
394 |
msgid "Could you tell us a bit more?"
|
395 |
msgstr "Können Sie uns etwas mehr erzählen?"
|
396 |
|
397 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
398 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
399 |
msgstr ""
|
400 |
"Wenn Sie einen Moment Zeit haben, lassen Sie uns wissen, warum Sie es "
|
401 |
"abschalten:"
|
402 |
|
403 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
404 |
-
msgid "
|
405 |
-
|
|
|
|
|
|
|
|
|
406 |
|
407 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
408 |
msgid "Go to support"
|
409 |
msgstr "Gehen Sie zur Unterstützung"
|
410 |
|
411 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
412 |
msgid "Submit & Deactivate"
|
413 |
msgstr "Absenden & deaktivieren"
|
414 |
|
|
|
|
|
|
|
|
|
415 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
416 |
#: admin/views/admin_necessary_cookie.php:20
|
417 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -432,10 +451,6 @@ msgstr "Einstellungen werden auf die Standardeinstellungen zurückgesetzt."
|
|
432 |
msgid "Unable to reset settings."
|
433 |
msgstr "Einstellungen können nicht zurückgesetzt werden."
|
434 |
|
435 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
436 |
-
msgid "Cookie Law Settings"
|
437 |
-
msgstr "Cookie-Law-Einstellungen"
|
438 |
-
|
439 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
440 |
msgid "Cookie bar is currently active"
|
441 |
msgstr "Die Cookie-Leiste ist derzeit aktiv"
|
@@ -618,13 +633,11 @@ msgstr "URL in neuem Fenster öffnen?"
|
|
618 |
#: admin/views/admin-settings-buttons.php:311
|
619 |
#: admin/views/admin-settings-general.php:38
|
620 |
#: admin/views/admin-settings-general.php:54
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:
|
623 |
-
#: admin/views/admin-settings-general.php:
|
624 |
-
#: admin/views/admin-settings-general.php:155
|
625 |
#: admin/views/admin-settings-messagebar.php:86
|
626 |
#: admin/views/admin-settings-messagebar.php:110
|
627 |
-
#: admin/views/admin-settings-messagebar.php:150
|
628 |
#: admin/views/admin_non_necessary_cookie.php:32
|
629 |
msgid "Yes"
|
630 |
msgstr "Ja"
|
@@ -635,13 +648,11 @@ msgstr "Ja"
|
|
635 |
#: admin/views/admin-settings-buttons.php:312
|
636 |
#: admin/views/admin-settings-general.php:39
|
637 |
#: admin/views/admin-settings-general.php:55
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:
|
640 |
-
#: admin/views/admin-settings-general.php:
|
641 |
-
#: admin/views/admin-settings-general.php:156
|
642 |
#: admin/views/admin-settings-messagebar.php:87
|
643 |
#: admin/views/admin-settings-messagebar.php:111
|
644 |
-
#: admin/views/admin-settings-messagebar.php:151
|
645 |
#: admin/views/admin_non_necessary_cookie.php:33
|
646 |
#: public/modules/script-blocker/views/settings.php:139
|
647 |
msgid "No"
|
@@ -772,82 +783,16 @@ msgstr ""
|
|
772 |
"Diese Option funktioniert nicht bei gleichzeitiger Nutzung der \"Popup "
|
773 |
"Overlay\" Funktion."
|
774 |
|
775 |
-
#: admin/views/admin-settings-general.php:66
|
776 |
-
#: admin/views/admin-settings-messagebar.php:145
|
777 |
-
msgid "Show Again Tab"
|
778 |
-
msgstr "Tab \"Wieder einblenden\""
|
779 |
-
|
780 |
#: admin/views/admin-settings-general.php:69
|
781 |
-
#: admin/views/admin-settings-messagebar.php:148
|
782 |
-
msgid "Use Show Again Tab?"
|
783 |
-
msgstr "Den Tab \"Wieder einblenden\" verwenden?"
|
784 |
-
|
785 |
-
#: admin/views/admin-settings-general.php:77
|
786 |
-
#: admin/views/admin-settings-general.php:94
|
787 |
-
#: admin/views/admin-settings-messagebar.php:156
|
788 |
-
#: admin/views/admin-settings-messagebar.php:173
|
789 |
-
msgid "Tab Position"
|
790 |
-
msgstr "Tab-Position"
|
791 |
-
|
792 |
-
#: admin/views/admin-settings-general.php:82
|
793 |
-
#: admin/views/admin-settings-general.php:85
|
794 |
-
#: admin/views/admin-settings-messagebar.php:161
|
795 |
-
#: admin/views/admin-settings-messagebar.php:164
|
796 |
-
msgid "Right"
|
797 |
-
msgstr "Rechts"
|
798 |
-
|
799 |
-
#: admin/views/admin-settings-general.php:83
|
800 |
-
#: admin/views/admin-settings-general.php:86
|
801 |
-
#: admin/views/admin-settings-messagebar.php:162
|
802 |
-
#: admin/views/admin-settings-messagebar.php:165
|
803 |
-
msgid "Left"
|
804 |
-
msgstr "Links"
|
805 |
-
|
806 |
-
#: admin/views/admin-settings-general.php:101
|
807 |
-
#: admin/views/admin-settings-messagebar.php:180
|
808 |
-
msgid "Bottom Right"
|
809 |
-
msgstr "Unten rechts"
|
810 |
-
|
811 |
-
#: admin/views/admin-settings-general.php:104
|
812 |
-
#: admin/views/admin-settings-messagebar.php:183
|
813 |
-
msgid "Bottom Left"
|
814 |
-
msgstr "Unten links"
|
815 |
-
|
816 |
-
#: admin/views/admin-settings-general.php:107
|
817 |
-
#: admin/views/admin-settings-messagebar.php:186
|
818 |
-
msgid "Top Right"
|
819 |
-
msgstr "Oben rechts"
|
820 |
-
|
821 |
-
#: admin/views/admin-settings-general.php:110
|
822 |
-
#: admin/views/admin-settings-messagebar.php:189
|
823 |
-
msgid "Top Left"
|
824 |
-
msgstr "Oben links"
|
825 |
-
|
826 |
-
#: admin/views/admin-settings-general.php:117
|
827 |
-
#: admin/views/admin-settings-messagebar.php:196
|
828 |
-
msgid "From Left Margin"
|
829 |
-
msgstr "Linker Abstand"
|
830 |
-
|
831 |
-
#: admin/views/admin-settings-general.php:120
|
832 |
-
#: admin/views/admin-settings-messagebar.php:199
|
833 |
-
msgid "Specify"
|
834 |
-
msgstr "Angeben"
|
835 |
-
|
836 |
-
#: admin/views/admin-settings-general.php:124
|
837 |
-
#: admin/views/admin-settings-messagebar.php:203
|
838 |
-
msgid "Show More Text"
|
839 |
-
msgstr "\"Mehr anzeigen\"-Text"
|
840 |
-
|
841 |
-
#: admin/views/admin-settings-general.php:135
|
842 |
msgid "Reload after \"scroll accept\" event?"
|
843 |
msgstr ""
|
844 |
"Seite neu laden, nachdem die Hinweise durch Scrollen akzeptiert wurden?"
|
845 |
|
846 |
-
#: admin/views/admin-settings-general.php:
|
847 |
msgid "Reload after Accept button click"
|
848 |
msgstr "Seite neu laden bei Klick auf \"Akzeptieren\"-Schaltfläche"
|
849 |
|
850 |
-
#: admin/views/admin-settings-general.php:
|
851 |
msgid "Reload after Reject button click"
|
852 |
msgstr "Seite neu laden bei Klick auf \"Ablehnen\"-Schaltfläche"
|
853 |
|
@@ -987,8 +932,9 @@ msgid "Cookie bar"
|
|
987 |
msgstr "Keksbar"
|
988 |
|
989 |
#: admin/views/admin-settings-messagebar.php:10
|
990 |
-
|
991 |
-
|
|
|
992 |
|
993 |
#: admin/views/admin-settings-messagebar.php:15
|
994 |
msgid "Cookie Bar"
|
@@ -1110,10 +1056,97 @@ msgstr "Angeheftet"
|
|
1110 |
msgid "On hide"
|
1111 |
msgstr "Beim Ausblenden"
|
1112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1113 |
#: admin/views/admin-settings-save-button.php:12
|
1114 |
#: admin/views/admin_necessary_cookie.php:52
|
1115 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1116 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1117 |
msgid "Update Settings"
|
1118 |
msgstr "Einstellungen speichern"
|
1119 |
|
@@ -1121,11 +1154,6 @@ msgstr "Einstellungen speichern"
|
|
1121 |
msgid "Necessary Cookie Settings"
|
1122 |
msgstr "Notwendige Cookie-Einstellungen"
|
1123 |
|
1124 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1125 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1126 |
-
msgid "Title"
|
1127 |
-
msgstr "Titel"
|
1128 |
-
|
1129 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1130 |
msgid "Non-necessary Cookie Settings"
|
1131 |
msgstr "Einstellungen für nicht erforderliche Cookies"
|
@@ -1329,8 +1357,8 @@ msgstr ""
|
|
1329 |
"Stellen Sie sicher, dass der Cache nach jedem Plugin-Update gelöscht wird, "
|
1330 |
"insbesondere wenn Sie JS- und / oder CSS-Dateien minimiert haben."
|
1331 |
|
1332 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1333 |
-
#,
|
1334 |
msgid ""
|
1335 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1336 |
"would really appreciate if you could take a moment to drop a quick review "
|
@@ -1341,15 +1369,15 @@ msgstr ""
|
|
1341 |
"Zeit nehmen könnten, um eine kurze Bewertung abzugeben, die uns dazu "
|
1342 |
"inspirieren wird, weiterzumachen."
|
1343 |
|
1344 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1345 |
msgid "Remind me later"
|
1346 |
msgstr "Später daran erinnern"
|
1347 |
|
1348 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1349 |
msgid "Not interested"
|
1350 |
msgstr "Kein Interesse"
|
1351 |
|
1352 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1353 |
msgid "Review now"
|
1354 |
msgstr "Überprüfen Sie jetzt"
|
1355 |
|
@@ -1362,7 +1390,7 @@ msgid "Cookie List"
|
|
1362 |
msgstr "Cookie-Liste"
|
1363 |
|
1364 |
#: public/class-cookie-law-info-public.php:253
|
1365 |
-
#: public/modules/shortcode/shortcode.php:
|
1366 |
msgid "Cookie"
|
1367 |
msgstr "Cookie"
|
1368 |
|
@@ -1398,30 +1426,30 @@ msgstr "Es wurden keine Einträge gefunden"
|
|
1398 |
msgid "Nothing found in Trash"
|
1399 |
msgstr "Es wurden keine Einträge im Papierkorb gefunden"
|
1400 |
|
1401 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1402 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1403 |
msgid "Script Blocker"
|
1404 |
msgstr "Script Blocker"
|
1405 |
|
1406 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1407 |
msgid "Status updated"
|
1408 |
msgstr "Status aktualisiert"
|
1409 |
|
1410 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1411 |
msgid "Advanced script rendering"
|
1412 |
msgstr "Erweitertes Skript-Rendering"
|
1413 |
|
1414 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1415 |
#: public/modules/script-blocker/views/settings.php:7
|
1416 |
msgid "Enable"
|
1417 |
msgstr "Aktivieren"
|
1418 |
|
1419 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1420 |
#: public/modules/script-blocker/views/settings.php:7
|
1421 |
msgid "Disable"
|
1422 |
msgstr "Deaktivieren"
|
1423 |
|
1424 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1425 |
msgid ""
|
1426 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1427 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1498,47 +1526,47 @@ msgstr "Deaktiviert: Plugins werden vor Einholung der Zustimmung gerendert."
|
|
1498 |
msgid "Inactive"
|
1499 |
msgstr "Inaktiv"
|
1500 |
|
1501 |
-
#: public/modules/shortcode/shortcode.php:
|
1502 |
msgid "Your current state:"
|
1503 |
msgstr "Ihr aktueller Stand:"
|
1504 |
|
1505 |
-
#: public/modules/shortcode/shortcode.php:
|
1506 |
msgid "Consent accepted."
|
1507 |
msgstr "Zustimmung akzeptiert."
|
1508 |
|
1509 |
-
#: public/modules/shortcode/shortcode.php:
|
1510 |
msgid "Consent rejected."
|
1511 |
msgstr "Zustimmung abgelehnt."
|
1512 |
|
1513 |
-
#: public/modules/shortcode/shortcode.php:
|
1514 |
msgid "No consent given."
|
1515 |
msgstr "Keine Einwilligung erteilt."
|
1516 |
|
1517 |
-
#: public/modules/shortcode/shortcode.php:
|
1518 |
msgid "Manage your consent."
|
1519 |
msgstr "Verwalten Sie Ihre Einwilligung."
|
1520 |
|
1521 |
-
#: public/modules/shortcode/shortcode.php:
|
1522 |
msgid "Delete Cookies"
|
1523 |
msgstr "Cookies löschen"
|
1524 |
|
1525 |
-
#: public/modules/shortcode/shortcode.php:
|
1526 |
msgid "No records found"
|
1527 |
msgstr "Keine Aufzeichnungen gefunden"
|
1528 |
|
1529 |
-
#: public/modules/shortcode/shortcode.php:
|
1530 |
msgid "Type"
|
1531 |
msgstr "Typ"
|
1532 |
|
1533 |
-
#: public/modules/shortcode/shortcode.php:
|
1534 |
msgid "Duration"
|
1535 |
msgstr "Dauer"
|
1536 |
|
1537 |
-
#: public/modules/shortcode/shortcode.php:
|
1538 |
msgid "Close the cookie bar"
|
1539 |
msgstr "Schließen Sie die Cookie-Leiste"
|
1540 |
|
1541 |
-
#: public/modules/shortcode/shortcode.php:
|
1542 |
msgid "Close and Accept"
|
1543 |
msgstr "Schließen und akzeptieren"
|
1544 |
|
@@ -1558,6 +1586,32 @@ msgstr "Zeig mehr"
|
|
1558 |
msgid "Show less"
|
1559 |
msgstr "Zeige weniger"
|
1560 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1561 |
#~ msgid "Non-necessary Cookie"
|
1562 |
#~ msgstr "Nicht erforderlicher Cookie"
|
1563 |
|
@@ -1606,9 +1660,6 @@ msgstr "Zeige weniger"
|
|
1606 |
#~ msgid "Cookie Bar as popup:"
|
1607 |
#~ msgstr "Cookie bar als:"
|
1608 |
|
1609 |
-
#~ msgid "Upgrade to GDPR Pro"
|
1610 |
-
#~ msgstr "Upgrade auf GDPR Pro"
|
1611 |
-
|
1612 |
#~ msgid ""
|
1613 |
#~ "Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
|
1614 |
#~ "Category, Header Script, Footer Script)."
|
@@ -1895,9 +1946,6 @@ msgstr "Zeige weniger"
|
|
1895 |
#~ "abmelden, wenn Sie möchten. [cookie_button] [cookie_settings] "
|
1896 |
#~ "[cookie_link]"
|
1897 |
|
1898 |
-
#~ msgid "Privacy & Cookies Policy"
|
1899 |
-
#~ msgstr "Datenschutz- & Cookies-Richtlinie"
|
1900 |
-
|
1901 |
#~ msgid "Reject Button:"
|
1902 |
#~ msgstr "Schaltfläche \"ablehnen:"
|
1903 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:30+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:30+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: de\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Einstellungen"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Sie haben nicht die Berechtigung diese Aktion durchzuführen"
|
54 |
|
168 |
msgstr "Bestätigen"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Abbrechen"
|
174 |
|
298 |
#: admin/views/admin_necessary_cookie.php:39
|
299 |
#: admin/views/admin_non_necessary_cookie.php:54
|
300 |
#: public/modules/script-blocker/views/settings.php:142
|
301 |
+
#: public/modules/shortcode/shortcode.php:220
|
302 |
msgid "Description"
|
303 |
msgstr "Beschreibung"
|
304 |
|
323 |
msgstr "Live Vorschau"
|
324 |
|
325 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
326 |
+
msgid "The plugin is complex to set up"
|
327 |
+
msgstr "Das Plugin ist komplex einzurichten"
|
328 |
|
329 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
330 |
msgid "Please describe which area you are facing difficulties"
|
331 |
msgstr "Bitte beschreiben Sie, in welchem Bereich Sie Schwierigkeiten haben"
|
332 |
|
333 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
334 |
+
msgid "I found a better plugin"
|
335 |
+
msgstr "Ich fand ein besseres PlugIn"
|
336 |
|
337 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
338 |
+
msgid "Which plugin?"
|
339 |
+
msgstr "Welches Plugin?"
|
340 |
|
341 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
342 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
343 |
+
msgstr ""
|
344 |
+
"Das Plugin ist grosartig, aber ich brauche besondere Funktionen, die das "
|
345 |
+
"Plugin nicht bietet"
|
346 |
|
347 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
348 |
+
msgid "Could you tell us more about that feature?"
|
349 |
+
msgstr "Können Sie uns mehr über diese Funktion erzählen?"
|
|
|
|
|
|
|
|
|
350 |
|
351 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
352 |
+
msgid "The plugin didn't work as expected"
|
353 |
+
msgstr "Das Plugin funktioniert nicht wie erwartet"
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
356 |
+
msgid "What did you expect?"
|
357 |
+
msgstr "Was hast Du erwartet?"
|
|
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
360 |
+
msgid "A conflict with another plugin or theme"
|
361 |
+
msgstr "Ein Konflikt mit einem anderen Plugin oder Thema"
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
364 |
+
msgid "Which plugin or theme?"
|
365 |
+
msgstr "Welches Plugin oder Thema?"
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
368 |
+
msgid "Translation issues"
|
369 |
+
msgstr "Übersetzungsprobleme"
|
|
|
|
|
370 |
|
371 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
372 |
+
msgid "Incorrect/missing translation"
|
373 |
+
msgstr "Falsche / fehlende Übersetzung"
|
374 |
|
375 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
376 |
+
msgid "Name the language"
|
377 |
+
msgstr "Nennen Sie die Sprache"
|
378 |
|
379 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
380 |
+
msgid ""
|
381 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
382 |
+
msgstr ""
|
383 |
+
"Mein dynamischer Inhalt, z. B. Cookie-Nachricht, Schaltflächentext usw., "
|
384 |
+
"Kann nicht übersetzt werden"
|
385 |
|
386 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
387 |
+
msgid "Name the language and the translator plugin that you are using"
|
388 |
+
msgstr "Nennen Sie die Sprache und das Übersetzer-Plugin, das Sie verwenden"
|
389 |
+
|
390 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
391 |
+
msgid "Upgrade to pro"
|
392 |
+
msgstr "Upgrade Elementor Pro"
|
393 |
+
|
394 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
395 |
#: admin/views/admin-settings-general.php:10
|
396 |
+
#: admin/views/admin-settings-general.php:66
|
397 |
msgid "Other"
|
398 |
msgstr "Andere"
|
399 |
|
400 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
401 |
msgid "Could you tell us a bit more?"
|
402 |
msgstr "Können Sie uns etwas mehr erzählen?"
|
403 |
|
404 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
405 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
406 |
msgstr ""
|
407 |
"Wenn Sie einen Moment Zeit haben, lassen Sie uns wissen, warum Sie es "
|
408 |
"abschalten:"
|
409 |
|
410 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
411 |
+
msgid ""
|
412 |
+
"We do not collect any personal data when you submit this form. It's your "
|
413 |
+
"feedback that we value."
|
414 |
+
msgstr ""
|
415 |
+
"Wir sammeln keine persönlichen Daten, wenn Sie dieses Formular senden. Es "
|
416 |
+
"ist Ihr Feedback, das wir schätzen."
|
417 |
|
418 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
419 |
+
msgid "Privacy Policy"
|
420 |
+
msgstr "Datenschutzerklärung"
|
421 |
+
|
422 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
423 |
msgid "Go to support"
|
424 |
msgstr "Gehen Sie zur Unterstützung"
|
425 |
|
426 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
427 |
msgid "Submit & Deactivate"
|
428 |
msgstr "Absenden & deaktivieren"
|
429 |
|
430 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
431 |
+
msgid "I rather wouldn't say"
|
432 |
+
msgstr "Eher würde ich nicht sagen"
|
433 |
+
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
435 |
#: admin/views/admin_necessary_cookie.php:20
|
436 |
#: admin/views/admin_non_necessary_cookie.php:17
|
451 |
msgid "Unable to reset settings."
|
452 |
msgstr "Einstellungen können nicht zurückgesetzt werden."
|
453 |
|
|
|
|
|
|
|
|
|
454 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
455 |
msgid "Cookie bar is currently active"
|
456 |
msgstr "Die Cookie-Leiste ist derzeit aktiv"
|
633 |
#: admin/views/admin-settings-buttons.php:311
|
634 |
#: admin/views/admin-settings-general.php:38
|
635 |
#: admin/views/admin-settings-general.php:54
|
636 |
+
#: admin/views/admin-settings-general.php:74
|
637 |
+
#: admin/views/admin-settings-general.php:82
|
638 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
639 |
#: admin/views/admin-settings-messagebar.php:86
|
640 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
641 |
#: admin/views/admin_non_necessary_cookie.php:32
|
642 |
msgid "Yes"
|
643 |
msgstr "Ja"
|
648 |
#: admin/views/admin-settings-buttons.php:312
|
649 |
#: admin/views/admin-settings-general.php:39
|
650 |
#: admin/views/admin-settings-general.php:55
|
651 |
+
#: admin/views/admin-settings-general.php:75
|
652 |
+
#: admin/views/admin-settings-general.php:83
|
653 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
654 |
#: admin/views/admin-settings-messagebar.php:87
|
655 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
656 |
#: admin/views/admin_non_necessary_cookie.php:33
|
657 |
#: public/modules/script-blocker/views/settings.php:139
|
658 |
msgid "No"
|
783 |
"Diese Option funktioniert nicht bei gleichzeitiger Nutzung der \"Popup "
|
784 |
"Overlay\" Funktion."
|
785 |
|
|
|
|
|
|
|
|
|
|
|
786 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
787 |
msgid "Reload after \"scroll accept\" event?"
|
788 |
msgstr ""
|
789 |
"Seite neu laden, nachdem die Hinweise durch Scrollen akzeptiert wurden?"
|
790 |
|
791 |
+
#: admin/views/admin-settings-general.php:80
|
792 |
msgid "Reload after Accept button click"
|
793 |
msgstr "Seite neu laden bei Klick auf \"Akzeptieren\"-Schaltfläche"
|
794 |
|
795 |
+
#: admin/views/admin-settings-general.php:87
|
796 |
msgid "Reload after Reject button click"
|
797 |
msgstr "Seite neu laden bei Klick auf \"Ablehnen\"-Schaltfläche"
|
798 |
|
932 |
msgstr "Keksbar"
|
933 |
|
934 |
#: admin/views/admin-settings-messagebar.php:10
|
935 |
+
#: admin/views/admin-settings-messagebar.php:145
|
936 |
+
msgid "Revisit consent"
|
937 |
+
msgstr "Überprüfung der Zustimmung"
|
938 |
|
939 |
#: admin/views/admin-settings-messagebar.php:15
|
940 |
msgid "Cookie Bar"
|
1056 |
msgid "On hide"
|
1057 |
msgstr "Beim Ausblenden"
|
1058 |
|
1059 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1060 |
+
msgid "previously"
|
1061 |
+
msgstr "vorheriger Artikel"
|
1062 |
+
|
1063 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1064 |
+
msgid "Show again tab"
|
1065 |
+
msgstr "Tab \"Wieder einblenden\""
|
1066 |
+
|
1067 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1068 |
+
msgid ""
|
1069 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1070 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1071 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1072 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1073 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1074 |
+
"website."
|
1075 |
+
msgstr ""
|
1076 |
+
"Durch die Einwilligung zum erneuten Besuch können die Besucher ihre "
|
1077 |
+
"vorherigen Einstellungen anzeigen / bearbeiten / widerrufen. Dies kann über "
|
1078 |
+
"ein Widget und / oder einen Shortcode erfolgen. Ein kleines Datenschutz-"
|
1079 |
+
"Widget wird automatisch in der Fußzeile Ihrer Website angezeigt, wenn die "
|
1080 |
+
"Widget-Option aktiviert ist. Sie können auch manuell einen Link einfügen, um "
|
1081 |
+
"die Einwilligung zu verwalten, indem <b>Sie</b> Ihrer Website den "
|
1082 |
+
"<b>Shortcode [wt_cli_manage_consent]</b> hinzufügen."
|
1083 |
+
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1085 |
+
msgid "Enable revisit consent widget"
|
1086 |
+
msgstr ""
|
1087 |
+
"Aktivieren Sie das Widget für die Einwilligung zur erneuten Überprüfung"
|
1088 |
+
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1090 |
+
msgid ""
|
1091 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1092 |
+
"the footer of your website."
|
1093 |
+
msgstr ""
|
1094 |
+
"Durch Aktivieren dieser Option wird automatisch ein kleines Datenschutz-"
|
1095 |
+
"Widget in der Fußzeile Ihrer Website angezeigt."
|
1096 |
+
|
1097 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1098 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1099 |
+
msgid "Tab Position"
|
1100 |
+
msgstr "Tab-Position"
|
1101 |
+
|
1102 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1103 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1104 |
+
msgid "Right"
|
1105 |
+
msgstr "Rechts"
|
1106 |
+
|
1107 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1108 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1109 |
+
msgid "Left"
|
1110 |
+
msgstr "Links"
|
1111 |
+
|
1112 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1113 |
+
msgid "Bottom Right"
|
1114 |
+
msgstr "Unten rechts"
|
1115 |
+
|
1116 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1117 |
+
msgid "Bottom Left"
|
1118 |
+
msgstr "Unten links"
|
1119 |
+
|
1120 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1121 |
+
msgid "Top Right"
|
1122 |
+
msgstr "Oben rechts"
|
1123 |
+
|
1124 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1125 |
+
msgid "Top Left"
|
1126 |
+
msgstr "Oben links"
|
1127 |
+
|
1128 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1129 |
+
msgid "From Right Margin"
|
1130 |
+
msgstr "Vom rechten Rand"
|
1131 |
+
|
1132 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1133 |
+
msgid "From Left Margin"
|
1134 |
+
msgstr "Linker Abstand"
|
1135 |
+
|
1136 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1137 |
+
msgid "Specify"
|
1138 |
+
msgstr "Angeben"
|
1139 |
+
|
1140 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1141 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1142 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1143 |
+
msgid "Title"
|
1144 |
+
msgstr "Titel"
|
1145 |
+
|
1146 |
#: admin/views/admin-settings-save-button.php:12
|
1147 |
#: admin/views/admin_necessary_cookie.php:52
|
1148 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1149 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1150 |
msgid "Update Settings"
|
1151 |
msgstr "Einstellungen speichern"
|
1152 |
|
1154 |
msgid "Necessary Cookie Settings"
|
1155 |
msgstr "Notwendige Cookie-Einstellungen"
|
1156 |
|
|
|
|
|
|
|
|
|
|
|
1157 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1158 |
msgid "Non-necessary Cookie Settings"
|
1159 |
msgstr "Einstellungen für nicht erforderliche Cookies"
|
1357 |
"Stellen Sie sicher, dass der Cache nach jedem Plugin-Update gelöscht wird, "
|
1358 |
"insbesondere wenn Sie JS- und / oder CSS-Dateien minimiert haben."
|
1359 |
|
1360 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1361 |
+
#, php-format
|
1362 |
msgid ""
|
1363 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1364 |
"would really appreciate if you could take a moment to drop a quick review "
|
1369 |
"Zeit nehmen könnten, um eine kurze Bewertung abzugeben, die uns dazu "
|
1370 |
"inspirieren wird, weiterzumachen."
|
1371 |
|
1372 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1373 |
msgid "Remind me later"
|
1374 |
msgstr "Später daran erinnern"
|
1375 |
|
1376 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1377 |
msgid "Not interested"
|
1378 |
msgstr "Kein Interesse"
|
1379 |
|
1380 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1381 |
msgid "Review now"
|
1382 |
msgstr "Überprüfen Sie jetzt"
|
1383 |
|
1390 |
msgstr "Cookie-Liste"
|
1391 |
|
1392 |
#: public/class-cookie-law-info-public.php:253
|
1393 |
+
#: public/modules/shortcode/shortcode.php:208
|
1394 |
msgid "Cookie"
|
1395 |
msgstr "Cookie"
|
1396 |
|
1426 |
msgid "Nothing found in Trash"
|
1427 |
msgstr "Es wurden keine Einträge im Papierkorb gefunden"
|
1428 |
|
1429 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1430 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1431 |
msgid "Script Blocker"
|
1432 |
msgstr "Script Blocker"
|
1433 |
|
1434 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1435 |
msgid "Status updated"
|
1436 |
msgstr "Status aktualisiert"
|
1437 |
|
1438 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1439 |
msgid "Advanced script rendering"
|
1440 |
msgstr "Erweitertes Skript-Rendering"
|
1441 |
|
1442 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1443 |
#: public/modules/script-blocker/views/settings.php:7
|
1444 |
msgid "Enable"
|
1445 |
msgstr "Aktivieren"
|
1446 |
|
1447 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1448 |
#: public/modules/script-blocker/views/settings.php:7
|
1449 |
msgid "Disable"
|
1450 |
msgstr "Deaktivieren"
|
1451 |
|
1452 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1453 |
msgid ""
|
1454 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1455 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1526 |
msgid "Inactive"
|
1527 |
msgstr "Inaktiv"
|
1528 |
|
1529 |
+
#: public/modules/shortcode/shortcode.php:99
|
1530 |
msgid "Your current state:"
|
1531 |
msgstr "Ihr aktueller Stand:"
|
1532 |
|
1533 |
+
#: public/modules/shortcode/shortcode.php:104
|
1534 |
msgid "Consent accepted."
|
1535 |
msgstr "Zustimmung akzeptiert."
|
1536 |
|
1537 |
+
#: public/modules/shortcode/shortcode.php:107
|
1538 |
msgid "Consent rejected."
|
1539 |
msgstr "Zustimmung abgelehnt."
|
1540 |
|
1541 |
+
#: public/modules/shortcode/shortcode.php:111
|
1542 |
msgid "No consent given."
|
1543 |
msgstr "Keine Einwilligung erteilt."
|
1544 |
|
1545 |
+
#: public/modules/shortcode/shortcode.php:113
|
1546 |
msgid "Manage your consent."
|
1547 |
msgstr "Verwalten Sie Ihre Einwilligung."
|
1548 |
|
1549 |
+
#: public/modules/shortcode/shortcode.php:150
|
1550 |
msgid "Delete Cookies"
|
1551 |
msgstr "Cookies löschen"
|
1552 |
|
1553 |
+
#: public/modules/shortcode/shortcode.php:186
|
1554 |
msgid "No records found"
|
1555 |
msgstr "Keine Aufzeichnungen gefunden"
|
1556 |
|
1557 |
+
#: public/modules/shortcode/shortcode.php:212
|
1558 |
msgid "Type"
|
1559 |
msgstr "Typ"
|
1560 |
|
1561 |
+
#: public/modules/shortcode/shortcode.php:216
|
1562 |
msgid "Duration"
|
1563 |
msgstr "Dauer"
|
1564 |
|
1565 |
+
#: public/modules/shortcode/shortcode.php:533
|
1566 |
msgid "Close the cookie bar"
|
1567 |
msgstr "Schließen Sie die Cookie-Leiste"
|
1568 |
|
1569 |
+
#: public/modules/shortcode/shortcode.php:533
|
1570 |
msgid "Close and Accept"
|
1571 |
msgstr "Schließen und akzeptieren"
|
1572 |
|
1586 |
msgid "Show less"
|
1587 |
msgstr "Zeige weniger"
|
1588 |
|
1589 |
+
#~ msgid ""
|
1590 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1591 |
+
#~ "bit more?"
|
1592 |
+
#~ msgstr ""
|
1593 |
+
#~ "Welches Plugin verwenden Sie für die Sprachübersetzung? Können Sie uns "
|
1594 |
+
#~ "etwas mehr erzählen?"
|
1595 |
+
|
1596 |
+
#~ msgid "Caching issues"
|
1597 |
+
#~ msgstr "Caching-Probleme"
|
1598 |
+
|
1599 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1600 |
+
#~ msgstr ""
|
1601 |
+
#~ "Welches Caching-Plugin verwenden Sie? Können Sie uns etwas mehr erzählen?"
|
1602 |
+
|
1603 |
+
#~ msgid "Cookie Law Settings"
|
1604 |
+
#~ msgstr "Cookie-Law-Einstellungen"
|
1605 |
+
|
1606 |
+
#~ msgid "Show Again Tab"
|
1607 |
+
#~ msgstr "Tab \"Wieder einblenden\""
|
1608 |
+
|
1609 |
+
#~ msgid "Use Show Again Tab?"
|
1610 |
+
#~ msgstr "Den Tab \"Wieder einblenden\" verwenden?"
|
1611 |
+
|
1612 |
+
#~ msgid "Show More Text"
|
1613 |
+
#~ msgstr "\"Mehr anzeigen\"-Text"
|
1614 |
+
|
1615 |
#~ msgid "Non-necessary Cookie"
|
1616 |
#~ msgstr "Nicht erforderlicher Cookie"
|
1617 |
|
1660 |
#~ msgid "Cookie Bar as popup:"
|
1661 |
#~ msgstr "Cookie bar als:"
|
1662 |
|
|
|
|
|
|
|
1663 |
#~ msgid ""
|
1664 |
#~ "Manage list of cookies ( Name, CookieID, Description, Duration, Type, "
|
1665 |
#~ "Category, Header Script, Footer Script)."
|
1946 |
#~ "abmelden, wenn Sie möchten. [cookie_button] [cookie_settings] "
|
1947 |
#~ "[cookie_link]"
|
1948 |
|
|
|
|
|
|
|
1949 |
#~ msgid "Reject Button:"
|
1950 |
#~ msgstr "Schaltfläche \"ablehnen:"
|
1951 |
|
languages/cookie-law-info-es_ES.mo
CHANGED
Binary file
|
languages/cookie-law-info-es_ES.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: es\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Ajustes"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Descripción general de privacidad"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "No tienes suficientes permisos para realizar esta operación"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Confirmar"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Cancelar"
|
173 |
|
@@ -296,7 +297,7 @@ msgstr "Título"
|
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
-
#: public/modules/shortcode/shortcode.php:
|
300 |
msgid "Description"
|
301 |
msgstr "Descripción"
|
302 |
|
@@ -321,95 +322,112 @@ msgid "Live preview"
|
|
321 |
msgstr "Vista previa en vivo"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
-
msgid "The plugin is
|
325 |
-
msgstr "El complemento es
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Describe en qué área tienes dificultades"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
-
msgid "Which plugin
|
337 |
-
msgstr "¿Qué
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
|
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
344 |
-
msgid ""
|
345 |
-
"
|
346 |
-
"more?"
|
347 |
-
msgstr ""
|
348 |
-
"¿Qué complemento está utilizando para la traducción de idiomas? ¿Podrías "
|
349 |
-
"contarnos un poco más?"
|
350 |
|
351 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
352 |
-
msgid "
|
353 |
-
msgstr "
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
356 |
-
msgid "
|
357 |
-
msgstr ""
|
358 |
-
"¿Qué complemento de almacenamiento en caché estás usando? ¿Podrías contarnos "
|
359 |
-
"un poco más?"
|
360 |
|
361 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
362 |
-
msgid "
|
363 |
-
msgstr "
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
366 |
-
msgid "Which plugin?"
|
367 |
-
msgstr "¿Qué
|
368 |
|
369 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
370 |
-
msgid "
|
371 |
-
msgstr ""
|
372 |
-
"El plugin es bueno, pero necesito características específicas que no tienen"
|
373 |
|
374 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
375 |
-
msgid "
|
376 |
-
msgstr "
|
377 |
|
378 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
379 |
-
msgid "
|
380 |
-
msgstr "
|
381 |
|
382 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
383 |
-
msgid "
|
384 |
-
|
|
|
|
|
|
|
385 |
|
386 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
#: admin/views/admin-settings-general.php:10
|
388 |
-
#: admin/views/admin-settings-general.php:
|
389 |
msgid "Other"
|
390 |
msgstr "Otro"
|
391 |
|
392 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
393 |
msgid "Could you tell us a bit more?"
|
394 |
msgstr "¿Podrías contarnos un poco más?"
|
395 |
|
396 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
397 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
398 |
msgstr ""
|
399 |
"Si tiene un momento, por favor, háganos saber por qué está desactivando:"
|
400 |
|
401 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
402 |
-
msgid "
|
403 |
-
|
|
|
|
|
|
|
|
|
404 |
|
405 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
406 |
msgid "Go to support"
|
407 |
msgstr "Ir a soporte"
|
408 |
|
409 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
410 |
msgid "Submit & Deactivate"
|
411 |
msgstr "Enviar y desactivar"
|
412 |
|
|
|
|
|
|
|
|
|
413 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
414 |
#: admin/views/admin_necessary_cookie.php:20
|
415 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -430,10 +448,6 @@ msgstr "Los ajustes se restablecen a los valores predeterminados."
|
|
430 |
msgid "Unable to reset settings."
|
431 |
msgstr "No se puede restablecer la configuración."
|
432 |
|
433 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
434 |
-
msgid "Cookie Law Settings"
|
435 |
-
msgstr "Configuración de la ley de cookies"
|
436 |
-
|
437 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
438 |
msgid "Cookie bar is currently active"
|
439 |
msgstr "La barra de cookies está actualmente activa"
|
@@ -614,13 +628,11 @@ msgstr "¿Abrir enlace en una nueva pestaña?"
|
|
614 |
#: admin/views/admin-settings-buttons.php:311
|
615 |
#: admin/views/admin-settings-general.php:38
|
616 |
#: admin/views/admin-settings-general.php:54
|
617 |
-
#: admin/views/admin-settings-general.php:
|
618 |
-
#: admin/views/admin-settings-general.php:
|
619 |
-
#: admin/views/admin-settings-general.php:
|
620 |
-
#: admin/views/admin-settings-general.php:155
|
621 |
#: admin/views/admin-settings-messagebar.php:86
|
622 |
#: admin/views/admin-settings-messagebar.php:110
|
623 |
-
#: admin/views/admin-settings-messagebar.php:150
|
624 |
#: admin/views/admin_non_necessary_cookie.php:32
|
625 |
msgid "Yes"
|
626 |
msgstr "Sí"
|
@@ -631,13 +643,11 @@ msgstr "Sí"
|
|
631 |
#: admin/views/admin-settings-buttons.php:312
|
632 |
#: admin/views/admin-settings-general.php:39
|
633 |
#: admin/views/admin-settings-general.php:55
|
634 |
-
#: admin/views/admin-settings-general.php:
|
635 |
-
#: admin/views/admin-settings-general.php:
|
636 |
-
#: admin/views/admin-settings-general.php:
|
637 |
-
#: admin/views/admin-settings-general.php:156
|
638 |
#: admin/views/admin-settings-messagebar.php:87
|
639 |
#: admin/views/admin-settings-messagebar.php:111
|
640 |
-
#: admin/views/admin-settings-messagebar.php:151
|
641 |
#: admin/views/admin_non_necessary_cookie.php:33
|
642 |
#: public/modules/script-blocker/views/settings.php:139
|
643 |
msgid "No"
|
@@ -764,81 +774,15 @@ msgstr ""
|
|
764 |
msgid "This option will not work along with `Popup overlay`."
|
765 |
msgstr "Esta opción no funcionará junto con `Superposición emergente`."
|
766 |
|
767 |
-
#: admin/views/admin-settings-general.php:66
|
768 |
-
#: admin/views/admin-settings-messagebar.php:145
|
769 |
-
msgid "Show Again Tab"
|
770 |
-
msgstr "Mostrar otra vez la pestaña"
|
771 |
-
|
772 |
#: admin/views/admin-settings-general.php:69
|
773 |
-
#: admin/views/admin-settings-messagebar.php:148
|
774 |
-
msgid "Use Show Again Tab?"
|
775 |
-
msgstr "¿Usar la pestaña Mostrar de nuevo?"
|
776 |
-
|
777 |
-
#: admin/views/admin-settings-general.php:77
|
778 |
-
#: admin/views/admin-settings-general.php:94
|
779 |
-
#: admin/views/admin-settings-messagebar.php:156
|
780 |
-
#: admin/views/admin-settings-messagebar.php:173
|
781 |
-
msgid "Tab Position"
|
782 |
-
msgstr "Posición de Tabla"
|
783 |
-
|
784 |
-
#: admin/views/admin-settings-general.php:82
|
785 |
-
#: admin/views/admin-settings-general.php:85
|
786 |
-
#: admin/views/admin-settings-messagebar.php:161
|
787 |
-
#: admin/views/admin-settings-messagebar.php:164
|
788 |
-
msgid "Right"
|
789 |
-
msgstr "Derecha"
|
790 |
-
|
791 |
-
#: admin/views/admin-settings-general.php:83
|
792 |
-
#: admin/views/admin-settings-general.php:86
|
793 |
-
#: admin/views/admin-settings-messagebar.php:162
|
794 |
-
#: admin/views/admin-settings-messagebar.php:165
|
795 |
-
msgid "Left"
|
796 |
-
msgstr "Izquierda"
|
797 |
-
|
798 |
-
#: admin/views/admin-settings-general.php:101
|
799 |
-
#: admin/views/admin-settings-messagebar.php:180
|
800 |
-
msgid "Bottom Right"
|
801 |
-
msgstr "Abajo a la derecha"
|
802 |
-
|
803 |
-
#: admin/views/admin-settings-general.php:104
|
804 |
-
#: admin/views/admin-settings-messagebar.php:183
|
805 |
-
msgid "Bottom Left"
|
806 |
-
msgstr "Abajo a la izquierda"
|
807 |
-
|
808 |
-
#: admin/views/admin-settings-general.php:107
|
809 |
-
#: admin/views/admin-settings-messagebar.php:186
|
810 |
-
msgid "Top Right"
|
811 |
-
msgstr "Parte superior derecha"
|
812 |
-
|
813 |
-
#: admin/views/admin-settings-general.php:110
|
814 |
-
#: admin/views/admin-settings-messagebar.php:189
|
815 |
-
msgid "Top Left"
|
816 |
-
msgstr "Arriba a la izquierda"
|
817 |
-
|
818 |
-
#: admin/views/admin-settings-general.php:117
|
819 |
-
#: admin/views/admin-settings-messagebar.php:196
|
820 |
-
msgid "From Left Margin"
|
821 |
-
msgstr "Margen izquierdo"
|
822 |
-
|
823 |
-
#: admin/views/admin-settings-general.php:120
|
824 |
-
#: admin/views/admin-settings-messagebar.php:199
|
825 |
-
msgid "Specify"
|
826 |
-
msgstr "Especificar"
|
827 |
-
|
828 |
-
#: admin/views/admin-settings-general.php:124
|
829 |
-
#: admin/views/admin-settings-messagebar.php:203
|
830 |
-
msgid "Show More Text"
|
831 |
-
msgstr "Mostrar más texto"
|
832 |
-
|
833 |
-
#: admin/views/admin-settings-general.php:135
|
834 |
msgid "Reload after \"scroll accept\" event?"
|
835 |
msgstr "¿Volver a cargar después de \"desplazarse aceptar\"?"
|
836 |
|
837 |
-
#: admin/views/admin-settings-general.php:
|
838 |
msgid "Reload after Accept button click"
|
839 |
msgstr "Recargar después de clic de botón de aceptar"
|
840 |
|
841 |
-
#: admin/views/admin-settings-general.php:
|
842 |
msgid "Reload after Reject button click"
|
843 |
msgstr "Volver a cargar después de clic en el botón rechazar"
|
844 |
|
@@ -972,8 +916,9 @@ msgid "Cookie bar"
|
|
972 |
msgstr "Barra de galletas"
|
973 |
|
974 |
#: admin/views/admin-settings-messagebar.php:10
|
975 |
-
|
976 |
-
|
|
|
977 |
|
978 |
#: admin/views/admin-settings-messagebar.php:15
|
979 |
msgid "Cookie Bar"
|
@@ -1093,10 +1038,96 @@ msgstr "Sticky"
|
|
1093 |
msgid "On hide"
|
1094 |
msgstr "En la piel"
|
1095 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1096 |
#: admin/views/admin-settings-save-button.php:12
|
1097 |
#: admin/views/admin_necessary_cookie.php:52
|
1098 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1099 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1100 |
msgid "Update Settings"
|
1101 |
msgstr "Actualizar ajustes"
|
1102 |
|
@@ -1104,11 +1135,6 @@ msgstr "Actualizar ajustes"
|
|
1104 |
msgid "Necessary Cookie Settings"
|
1105 |
msgstr "Configuraciones de cookies necesarias"
|
1106 |
|
1107 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1108 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1109 |
-
msgid "Title"
|
1110 |
-
msgstr "Título"
|
1111 |
-
|
1112 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1113 |
msgid "Non-necessary Cookie Settings"
|
1114 |
msgstr "Configuraciones de cookies no necesarias"
|
@@ -1317,7 +1343,7 @@ msgstr ""
|
|
1317 |
"Asegúrese de que la caché se borre después de cada actualización del "
|
1318 |
"complemento, especialmente si ha minificado archivos JS y / o CSS."
|
1319 |
|
1320 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1321 |
#, php-format
|
1322 |
msgid ""
|
1323 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1328,15 +1354,15 @@ msgstr ""
|
|
1328 |
"Realmente apreciaríamos si pudiera tomarse un momento para dejar una reseña "
|
1329 |
"rápida que nos inspire a seguir adelante."
|
1330 |
|
1331 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1332 |
msgid "Remind me later"
|
1333 |
msgstr "Recordame más tarde"
|
1334 |
|
1335 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1336 |
msgid "Not interested"
|
1337 |
msgstr "No interesado"
|
1338 |
|
1339 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1340 |
msgid "Review now"
|
1341 |
msgstr "Revisar ahora"
|
1342 |
|
@@ -1349,7 +1375,7 @@ msgid "Cookie List"
|
|
1349 |
msgstr "Cookie"
|
1350 |
|
1351 |
#: public/class-cookie-law-info-public.php:253
|
1352 |
-
#: public/modules/shortcode/shortcode.php:
|
1353 |
msgid "Cookie"
|
1354 |
msgstr "Cookie"
|
1355 |
|
@@ -1385,30 +1411,30 @@ msgstr "Nada Encontrado"
|
|
1385 |
msgid "Nothing found in Trash"
|
1386 |
msgstr "Nada encontrado en la Papelera"
|
1387 |
|
1388 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1389 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1390 |
msgid "Script Blocker"
|
1391 |
msgstr "Bloqueador de script"
|
1392 |
|
1393 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1394 |
msgid "Status updated"
|
1395 |
msgstr "Status actualizado"
|
1396 |
|
1397 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1398 |
msgid "Advanced script rendering"
|
1399 |
msgstr "Representación avanzada de secuencias de comandos"
|
1400 |
|
1401 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1402 |
#: public/modules/script-blocker/views/settings.php:7
|
1403 |
msgid "Enable"
|
1404 |
msgstr "Habilitar"
|
1405 |
|
1406 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1407 |
#: public/modules/script-blocker/views/settings.php:7
|
1408 |
msgid "Disable"
|
1409 |
msgstr "Inhabilitar"
|
1410 |
|
1411 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1412 |
msgid ""
|
1413 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1414 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1488,47 +1514,47 @@ msgstr ""
|
|
1488 |
msgid "Inactive"
|
1489 |
msgstr "Inactiva"
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "Your current state:"
|
1493 |
msgstr "Su estado actual:"
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "Consent accepted."
|
1497 |
msgstr "Consentimiento aceptado."
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Consent rejected."
|
1501 |
msgstr "Consentimiento rechazado."
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "No consent given."
|
1505 |
msgstr "No hay consentimiento dado."
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "Manage your consent."
|
1509 |
msgstr "Gestiona tu consentimiento."
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Delete Cookies"
|
1513 |
msgstr "Eliminar Cookies"
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "No records found"
|
1517 |
msgstr "No se encontrarón archivos"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
msgid "Type"
|
1521 |
msgstr "Tipo"
|
1522 |
|
1523 |
-
#: public/modules/shortcode/shortcode.php:
|
1524 |
msgid "Duration"
|
1525 |
msgstr "Duración"
|
1526 |
|
1527 |
-
#: public/modules/shortcode/shortcode.php:
|
1528 |
msgid "Close the cookie bar"
|
1529 |
msgstr "Cerrar la barra de galletas"
|
1530 |
|
1531 |
-
#: public/modules/shortcode/shortcode.php:
|
1532 |
msgid "Close and Accept"
|
1533 |
msgstr "Cerrar y aceptar"
|
1534 |
|
@@ -1548,6 +1574,33 @@ msgstr "Mostrar más"
|
|
1548 |
msgid "Show less"
|
1549 |
msgstr "Muestra menos"
|
1550 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1551 |
#~ msgid "Non-necessary Cookie"
|
1552 |
#~ msgstr "Cookie no necesaria"
|
1553 |
|
@@ -1752,9 +1805,6 @@ msgstr "Muestra menos"
|
|
1752 |
#~ "que usted está bien con esto, pero usted puede optar si lo desea. "
|
1753 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
1754 |
|
1755 |
-
#~ msgid "Privacy & Cookies Policy"
|
1756 |
-
#~ msgstr "Privacidad y política de Cookies"
|
1757 |
-
|
1758 |
#~ msgid "Cookie Category"
|
1759 |
#~ msgstr "Categoría de la cookie"
|
1760 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:30+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:31+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: es\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Ajustes"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "No tienes suficientes permisos para realizar esta operación"
|
54 |
|
168 |
msgstr "Confirmar"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Cancelar"
|
174 |
|
297 |
#: admin/views/admin_necessary_cookie.php:39
|
298 |
#: admin/views/admin_non_necessary_cookie.php:54
|
299 |
#: public/modules/script-blocker/views/settings.php:142
|
300 |
+
#: public/modules/shortcode/shortcode.php:220
|
301 |
msgid "Description"
|
302 |
msgstr "Descripción"
|
303 |
|
322 |
msgstr "Vista previa en vivo"
|
323 |
|
324 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
325 |
+
msgid "The plugin is complex to set up"
|
326 |
+
msgstr "El complemento es complejo de configurar"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
329 |
msgid "Please describe which area you are facing difficulties"
|
330 |
msgstr "Describe en qué área tienes dificultades"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
333 |
+
msgid "I found a better plugin"
|
334 |
+
msgstr "Encontré un plugin mejor"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
337 |
+
msgid "Which plugin?"
|
338 |
+
msgstr "¿Qué complemento?"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
341 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
342 |
+
msgstr ""
|
343 |
+
"El plugin es bueno, pero necesito características específicas que no tienen"
|
344 |
|
345 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
346 |
+
msgid "Could you tell us more about that feature?"
|
347 |
+
msgstr "¿Podrías decirnos más acerca de esa característica?"
|
|
|
|
|
|
|
|
|
348 |
|
349 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
350 |
+
msgid "The plugin didn't work as expected"
|
351 |
+
msgstr "El plugin no funcionó como esperaba"
|
352 |
|
353 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
354 |
+
msgid "What did you expect?"
|
355 |
+
msgstr "¿Qué esperabas?"
|
|
|
|
|
356 |
|
357 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
358 |
+
msgid "A conflict with another plugin or theme"
|
359 |
+
msgstr "Un conflicto con otro complemento o tema"
|
360 |
|
361 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
362 |
+
msgid "Which plugin or theme?"
|
363 |
+
msgstr "¿Qué plugin o tema?"
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
366 |
+
msgid "Translation issues"
|
367 |
+
msgstr "Problemas de traducción"
|
|
|
368 |
|
369 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
370 |
+
msgid "Incorrect/missing translation"
|
371 |
+
msgstr "Traducción incorrecta / faltante"
|
372 |
|
373 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
374 |
+
msgid "Name the language"
|
375 |
+
msgstr "Nombra el idioma"
|
376 |
|
377 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
378 |
+
msgid ""
|
379 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
380 |
+
msgstr ""
|
381 |
+
"No puedo traducir mi contenido dinámico, por ejemplo, mensaje de cookie, "
|
382 |
+
"texto de botón, etc."
|
383 |
|
384 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
385 |
+
msgid "Name the language and the translator plugin that you are using"
|
386 |
+
msgstr "Nombre el idioma y el complemento de traductor que está utilizando"
|
387 |
+
|
388 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
389 |
+
msgid "Upgrade to pro"
|
390 |
+
msgstr "Mejorar a pro"
|
391 |
+
|
392 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
393 |
#: admin/views/admin-settings-general.php:10
|
394 |
+
#: admin/views/admin-settings-general.php:66
|
395 |
msgid "Other"
|
396 |
msgstr "Otro"
|
397 |
|
398 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
399 |
msgid "Could you tell us a bit more?"
|
400 |
msgstr "¿Podrías contarnos un poco más?"
|
401 |
|
402 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
403 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
404 |
msgstr ""
|
405 |
"Si tiene un momento, por favor, háganos saber por qué está desactivando:"
|
406 |
|
407 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
408 |
+
msgid ""
|
409 |
+
"We do not collect any personal data when you submit this form. It's your "
|
410 |
+
"feedback that we value."
|
411 |
+
msgstr ""
|
412 |
+
"No recopilamos ningún dato personal cuando envía este formulario. Son sus "
|
413 |
+
"comentarios los que valoramos."
|
414 |
|
415 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
416 |
+
msgid "Privacy Policy"
|
417 |
+
msgstr "Política de privacidad"
|
418 |
+
|
419 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
420 |
msgid "Go to support"
|
421 |
msgstr "Ir a soporte"
|
422 |
|
423 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
424 |
msgid "Submit & Deactivate"
|
425 |
msgstr "Enviar y desactivar"
|
426 |
|
427 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
428 |
+
msgid "I rather wouldn't say"
|
429 |
+
msgstr "Prefiero no decir"
|
430 |
+
|
431 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
432 |
#: admin/views/admin_necessary_cookie.php:20
|
433 |
#: admin/views/admin_non_necessary_cookie.php:17
|
448 |
msgid "Unable to reset settings."
|
449 |
msgstr "No se puede restablecer la configuración."
|
450 |
|
|
|
|
|
|
|
|
|
451 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
452 |
msgid "Cookie bar is currently active"
|
453 |
msgstr "La barra de cookies está actualmente activa"
|
628 |
#: admin/views/admin-settings-buttons.php:311
|
629 |
#: admin/views/admin-settings-general.php:38
|
630 |
#: admin/views/admin-settings-general.php:54
|
631 |
+
#: admin/views/admin-settings-general.php:74
|
632 |
+
#: admin/views/admin-settings-general.php:82
|
633 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
634 |
#: admin/views/admin-settings-messagebar.php:86
|
635 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
636 |
#: admin/views/admin_non_necessary_cookie.php:32
|
637 |
msgid "Yes"
|
638 |
msgstr "Sí"
|
643 |
#: admin/views/admin-settings-buttons.php:312
|
644 |
#: admin/views/admin-settings-general.php:39
|
645 |
#: admin/views/admin-settings-general.php:55
|
646 |
+
#: admin/views/admin-settings-general.php:75
|
647 |
+
#: admin/views/admin-settings-general.php:83
|
648 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
649 |
#: admin/views/admin-settings-messagebar.php:87
|
650 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
651 |
#: admin/views/admin_non_necessary_cookie.php:33
|
652 |
#: public/modules/script-blocker/views/settings.php:139
|
653 |
msgid "No"
|
774 |
msgid "This option will not work along with `Popup overlay`."
|
775 |
msgstr "Esta opción no funcionará junto con `Superposición emergente`."
|
776 |
|
|
|
|
|
|
|
|
|
|
|
777 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
778 |
msgid "Reload after \"scroll accept\" event?"
|
779 |
msgstr "¿Volver a cargar después de \"desplazarse aceptar\"?"
|
780 |
|
781 |
+
#: admin/views/admin-settings-general.php:80
|
782 |
msgid "Reload after Accept button click"
|
783 |
msgstr "Recargar después de clic de botón de aceptar"
|
784 |
|
785 |
+
#: admin/views/admin-settings-general.php:87
|
786 |
msgid "Reload after Reject button click"
|
787 |
msgstr "Volver a cargar después de clic en el botón rechazar"
|
788 |
|
916 |
msgstr "Barra de galletas"
|
917 |
|
918 |
#: admin/views/admin-settings-messagebar.php:10
|
919 |
+
#: admin/views/admin-settings-messagebar.php:145
|
920 |
+
msgid "Revisit consent"
|
921 |
+
msgstr "Revisar el consentimiento"
|
922 |
|
923 |
#: admin/views/admin-settings-messagebar.php:15
|
924 |
msgid "Cookie Bar"
|
1038 |
msgid "On hide"
|
1039 |
msgstr "En la piel"
|
1040 |
|
1041 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1042 |
+
msgid "previously"
|
1043 |
+
msgstr "previamente"
|
1044 |
+
|
1045 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1046 |
+
msgid "Show again tab"
|
1047 |
+
msgstr "Mostrar pestaña de nuevo"
|
1048 |
+
|
1049 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1050 |
+
msgid ""
|
1051 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1052 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1053 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1054 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1055 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1056 |
+
"website."
|
1057 |
+
msgstr ""
|
1058 |
+
"El consentimiento de revisión permitirá a los visitantes ver / editar / "
|
1059 |
+
"revocar sus preferencias anteriores. Esto se puede hacer a través de un "
|
1060 |
+
"widget y / o un shortcode. Un pequeño widget de privacidad se muestra "
|
1061 |
+
"automáticamente en el pie de página de su sitio web si la opción de widget "
|
1062 |
+
"está habilitada. También puede insertar manualmente un enlace para "
|
1063 |
+
"administrar el consentimiento agregando el código corto "
|
1064 |
+
"<b>[wt_cli_manage_consent]</b> a su sitio web."
|
1065 |
+
|
1066 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1067 |
+
msgid "Enable revisit consent widget"
|
1068 |
+
msgstr "Habilitar el widget de consentimiento para volver a visitar"
|
1069 |
+
|
1070 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1071 |
+
msgid ""
|
1072 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1073 |
+
"the footer of your website."
|
1074 |
+
msgstr ""
|
1075 |
+
"Al habilitar esta opción, se muestra automáticamente un pequeño widget de "
|
1076 |
+
"privacidad en el pie de página de su sitio web."
|
1077 |
+
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1080 |
+
msgid "Tab Position"
|
1081 |
+
msgstr "Posición de Tabla"
|
1082 |
+
|
1083 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1085 |
+
msgid "Right"
|
1086 |
+
msgstr "Derecha"
|
1087 |
+
|
1088 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1090 |
+
msgid "Left"
|
1091 |
+
msgstr "Izquierda"
|
1092 |
+
|
1093 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1094 |
+
msgid "Bottom Right"
|
1095 |
+
msgstr "Abajo a la derecha"
|
1096 |
+
|
1097 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1098 |
+
msgid "Bottom Left"
|
1099 |
+
msgstr "Abajo a la izquierda"
|
1100 |
+
|
1101 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1102 |
+
msgid "Top Right"
|
1103 |
+
msgstr "Parte superior derecha"
|
1104 |
+
|
1105 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1106 |
+
msgid "Top Left"
|
1107 |
+
msgstr "Arriba a la izquierda"
|
1108 |
+
|
1109 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1110 |
+
msgid "From Right Margin"
|
1111 |
+
msgstr "Desde el margen derecho"
|
1112 |
+
|
1113 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1114 |
+
msgid "From Left Margin"
|
1115 |
+
msgstr "Margen izquierdo"
|
1116 |
+
|
1117 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1118 |
+
msgid "Specify"
|
1119 |
+
msgstr "Especificar"
|
1120 |
+
|
1121 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1122 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1123 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1124 |
+
msgid "Title"
|
1125 |
+
msgstr "Título"
|
1126 |
+
|
1127 |
#: admin/views/admin-settings-save-button.php:12
|
1128 |
#: admin/views/admin_necessary_cookie.php:52
|
1129 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1130 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1131 |
msgid "Update Settings"
|
1132 |
msgstr "Actualizar ajustes"
|
1133 |
|
1135 |
msgid "Necessary Cookie Settings"
|
1136 |
msgstr "Configuraciones de cookies necesarias"
|
1137 |
|
|
|
|
|
|
|
|
|
|
|
1138 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1139 |
msgid "Non-necessary Cookie Settings"
|
1140 |
msgstr "Configuraciones de cookies no necesarias"
|
1343 |
"Asegúrese de que la caché se borre después de cada actualización del "
|
1344 |
"complemento, especialmente si ha minificado archivos JS y / o CSS."
|
1345 |
|
1346 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1347 |
#, php-format
|
1348 |
msgid ""
|
1349 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1354 |
"Realmente apreciaríamos si pudiera tomarse un momento para dejar una reseña "
|
1355 |
"rápida que nos inspire a seguir adelante."
|
1356 |
|
1357 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1358 |
msgid "Remind me later"
|
1359 |
msgstr "Recordame más tarde"
|
1360 |
|
1361 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1362 |
msgid "Not interested"
|
1363 |
msgstr "No interesado"
|
1364 |
|
1365 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1366 |
msgid "Review now"
|
1367 |
msgstr "Revisar ahora"
|
1368 |
|
1375 |
msgstr "Cookie"
|
1376 |
|
1377 |
#: public/class-cookie-law-info-public.php:253
|
1378 |
+
#: public/modules/shortcode/shortcode.php:208
|
1379 |
msgid "Cookie"
|
1380 |
msgstr "Cookie"
|
1381 |
|
1411 |
msgid "Nothing found in Trash"
|
1412 |
msgstr "Nada encontrado en la Papelera"
|
1413 |
|
1414 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1415 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1416 |
msgid "Script Blocker"
|
1417 |
msgstr "Bloqueador de script"
|
1418 |
|
1419 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1420 |
msgid "Status updated"
|
1421 |
msgstr "Status actualizado"
|
1422 |
|
1423 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1424 |
msgid "Advanced script rendering"
|
1425 |
msgstr "Representación avanzada de secuencias de comandos"
|
1426 |
|
1427 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1428 |
#: public/modules/script-blocker/views/settings.php:7
|
1429 |
msgid "Enable"
|
1430 |
msgstr "Habilitar"
|
1431 |
|
1432 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1433 |
#: public/modules/script-blocker/views/settings.php:7
|
1434 |
msgid "Disable"
|
1435 |
msgstr "Inhabilitar"
|
1436 |
|
1437 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1438 |
msgid ""
|
1439 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1440 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1514 |
msgid "Inactive"
|
1515 |
msgstr "Inactiva"
|
1516 |
|
1517 |
+
#: public/modules/shortcode/shortcode.php:99
|
1518 |
msgid "Your current state:"
|
1519 |
msgstr "Su estado actual:"
|
1520 |
|
1521 |
+
#: public/modules/shortcode/shortcode.php:104
|
1522 |
msgid "Consent accepted."
|
1523 |
msgstr "Consentimiento aceptado."
|
1524 |
|
1525 |
+
#: public/modules/shortcode/shortcode.php:107
|
1526 |
msgid "Consent rejected."
|
1527 |
msgstr "Consentimiento rechazado."
|
1528 |
|
1529 |
+
#: public/modules/shortcode/shortcode.php:111
|
1530 |
msgid "No consent given."
|
1531 |
msgstr "No hay consentimiento dado."
|
1532 |
|
1533 |
+
#: public/modules/shortcode/shortcode.php:113
|
1534 |
msgid "Manage your consent."
|
1535 |
msgstr "Gestiona tu consentimiento."
|
1536 |
|
1537 |
+
#: public/modules/shortcode/shortcode.php:150
|
1538 |
msgid "Delete Cookies"
|
1539 |
msgstr "Eliminar Cookies"
|
1540 |
|
1541 |
+
#: public/modules/shortcode/shortcode.php:186
|
1542 |
msgid "No records found"
|
1543 |
msgstr "No se encontrarón archivos"
|
1544 |
|
1545 |
+
#: public/modules/shortcode/shortcode.php:212
|
1546 |
msgid "Type"
|
1547 |
msgstr "Tipo"
|
1548 |
|
1549 |
+
#: public/modules/shortcode/shortcode.php:216
|
1550 |
msgid "Duration"
|
1551 |
msgstr "Duración"
|
1552 |
|
1553 |
+
#: public/modules/shortcode/shortcode.php:533
|
1554 |
msgid "Close the cookie bar"
|
1555 |
msgstr "Cerrar la barra de galletas"
|
1556 |
|
1557 |
+
#: public/modules/shortcode/shortcode.php:533
|
1558 |
msgid "Close and Accept"
|
1559 |
msgstr "Cerrar y aceptar"
|
1560 |
|
1574 |
msgid "Show less"
|
1575 |
msgstr "Muestra menos"
|
1576 |
|
1577 |
+
#~ msgid ""
|
1578 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1579 |
+
#~ "bit more?"
|
1580 |
+
#~ msgstr ""
|
1581 |
+
#~ "¿Qué complemento está utilizando para la traducción de idiomas? ¿Podrías "
|
1582 |
+
#~ "contarnos un poco más?"
|
1583 |
+
|
1584 |
+
#~ msgid "Caching issues"
|
1585 |
+
#~ msgstr "Problemas de almacenamiento en caché"
|
1586 |
+
|
1587 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1588 |
+
#~ msgstr ""
|
1589 |
+
#~ "¿Qué complemento de almacenamiento en caché estás usando? ¿Podrías "
|
1590 |
+
#~ "contarnos un poco más?"
|
1591 |
+
|
1592 |
+
#~ msgid "Cookie Law Settings"
|
1593 |
+
#~ msgstr "Configuración de la ley de cookies"
|
1594 |
+
|
1595 |
+
#~ msgid "Show Again Tab"
|
1596 |
+
#~ msgstr "Mostrar otra vez la pestaña"
|
1597 |
+
|
1598 |
+
#~ msgid "Use Show Again Tab?"
|
1599 |
+
#~ msgstr "¿Usar la pestaña Mostrar de nuevo?"
|
1600 |
+
|
1601 |
+
#~ msgid "Show More Text"
|
1602 |
+
#~ msgstr "Mostrar más texto"
|
1603 |
+
|
1604 |
#~ msgid "Non-necessary Cookie"
|
1605 |
#~ msgstr "Cookie no necesaria"
|
1606 |
|
1805 |
#~ "que usted está bien con esto, pero usted puede optar si lo desea. "
|
1806 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
1807 |
|
|
|
|
|
|
|
1808 |
#~ msgid "Cookie Category"
|
1809 |
#~ msgstr "Categoría de la cookie"
|
1810 |
|
languages/cookie-law-info-fi.mo
CHANGED
Binary file
|
languages/cookie-law-info-fi.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: Hannu Jaatinen <hannu.jaatinen@jargon.fi>\n"
|
7 |
"Language-Team: Hannu Jaatinen <hannu.jaatinen@jargon.fi>\n"
|
8 |
"Language: fi\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
@@ -24,6 +24,7 @@ msgstr ""
|
|
24 |
#: admin/class-cookie-law-info-admin.php:147
|
25 |
#: admin/class-cookie-law-info-admin.php:148
|
26 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
27 |
msgid "Settings"
|
28 |
msgstr "Asetukset"
|
29 |
|
@@ -51,9 +52,9 @@ msgstr "Tietosuojan yleiskuvaus"
|
|
51 |
#: admin/class-cookie-law-info-admin.php:334
|
52 |
#: admin/class-cookie-law-info-admin.php:378
|
53 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
54 |
-
#: public/modules/script-blocker/script-blocker.php:
|
55 |
-
#: public/modules/script-blocker/script-blocker.php:
|
56 |
-
#: public/modules/script-blocker/script-blocker.php:
|
57 |
msgid "You do not have sufficient permission to perform this operation"
|
58 |
msgstr "Sinulla ei ole riittäviä oikeuksia tämän toiminnon suorittamiseen"
|
59 |
|
@@ -173,7 +174,7 @@ msgid "Confirm"
|
|
173 |
msgstr "Vahvista"
|
174 |
|
175 |
#: admin/modules/ccpa/ccpa.php:108
|
176 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
177 |
msgid "Cancel"
|
178 |
msgstr "Peruuta"
|
179 |
|
@@ -301,7 +302,7 @@ msgstr "Otsikko"
|
|
301 |
#: admin/views/admin_necessary_cookie.php:39
|
302 |
#: admin/views/admin_non_necessary_cookie.php:54
|
303 |
#: public/modules/script-blocker/views/settings.php:142
|
304 |
-
#: public/modules/shortcode/shortcode.php:
|
305 |
msgid "Description"
|
306 |
msgstr "Kuvaus"
|
307 |
|
@@ -326,94 +327,112 @@ msgid "Live preview"
|
|
326 |
msgstr "Reaaliaikainen esikatselu"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
329 |
-
msgid "The plugin is
|
330 |
-
msgstr "Laajennuksen asentaminen on
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
333 |
msgid "Please describe which area you are facing difficulties"
|
334 |
msgstr "Kuvaile mitä aluetta sinulla on vaikeuksia"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
337 |
-
msgid "
|
338 |
-
msgstr "
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
341 |
-
msgid "Which plugin
|
342 |
-
msgstr "
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
345 |
-
msgid "
|
346 |
-
msgstr "
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
349 |
-
msgid ""
|
350 |
-
"
|
351 |
-
"more?"
|
352 |
-
msgstr ""
|
353 |
-
"Mitä laajennusta käytät kielen kääntämiseen? Voisitko kertoa meille hieman "
|
354 |
-
"enemmän?"
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
357 |
-
msgid "
|
358 |
-
msgstr "
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
361 |
-
msgid "
|
362 |
-
msgstr ""
|
363 |
-
"Mitä välimuistilaajennusta käytät? Voisitko kertoa meille hieman enemmän?"
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
366 |
-
msgid "
|
367 |
-
msgstr "
|
368 |
|
369 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
370 |
-
msgid "Which plugin?"
|
371 |
-
msgstr "
|
372 |
|
373 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
374 |
-
msgid "
|
375 |
-
msgstr ""
|
376 |
-
"Lisäosa on hyvä, mutta tarvitsen tietyn ominaisuuden, jota ette tällä "
|
377 |
-
"hetkellä tue"
|
378 |
|
379 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
380 |
-
msgid "
|
381 |
-
msgstr "
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
384 |
-
msgid "
|
385 |
-
msgstr "
|
386 |
|
387 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
388 |
-
msgid "
|
389 |
-
|
|
|
|
|
|
|
390 |
|
391 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
#: admin/views/admin-settings-general.php:10
|
393 |
-
#: admin/views/admin-settings-general.php:
|
394 |
msgid "Other"
|
395 |
msgstr "Muut"
|
396 |
|
397 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
398 |
msgid "Could you tell us a bit more?"
|
399 |
msgstr "Voisitko kertoa meille hieman enemmän?"
|
400 |
|
401 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
402 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
403 |
msgstr "Jos sinulla on hetki, kerro meille miksi olet aktivoinnin poistaminen:"
|
404 |
|
405 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
406 |
-
msgid "
|
407 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
|
409 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
410 |
msgid "Go to support"
|
411 |
msgstr "Mene tukeen"
|
412 |
|
413 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
414 |
msgid "Submit & Deactivate"
|
415 |
msgstr "Lähetä ja poista käytöstä"
|
416 |
|
|
|
|
|
|
|
|
|
417 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
418 |
#: admin/views/admin_necessary_cookie.php:20
|
419 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -434,10 +453,6 @@ msgstr "Asetukset palautuvat oletusarvoihin."
|
|
434 |
msgid "Unable to reset settings."
|
435 |
msgstr "Asetusten palauttaminen ei onnistu."
|
436 |
|
437 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
438 |
-
msgid "Cookie Law Settings"
|
439 |
-
msgstr "Cookie Law’n asetukset"
|
440 |
-
|
441 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
442 |
msgid "Cookie bar is currently active"
|
443 |
msgstr "Evästepalkki on tällä hetkellä aktiivinen"
|
@@ -616,13 +631,11 @@ msgstr "Avaa URL-osoite uudessa ikkunassa?"
|
|
616 |
#: admin/views/admin-settings-buttons.php:311
|
617 |
#: admin/views/admin-settings-general.php:38
|
618 |
#: admin/views/admin-settings-general.php:54
|
619 |
-
#: admin/views/admin-settings-general.php:
|
620 |
-
#: admin/views/admin-settings-general.php:
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:155
|
623 |
#: admin/views/admin-settings-messagebar.php:86
|
624 |
#: admin/views/admin-settings-messagebar.php:110
|
625 |
-
#: admin/views/admin-settings-messagebar.php:150
|
626 |
#: admin/views/admin_non_necessary_cookie.php:32
|
627 |
msgid "Yes"
|
628 |
msgstr "Kyllä"
|
@@ -633,13 +646,11 @@ msgstr "Kyllä"
|
|
633 |
#: admin/views/admin-settings-buttons.php:312
|
634 |
#: admin/views/admin-settings-general.php:39
|
635 |
#: admin/views/admin-settings-general.php:55
|
636 |
-
#: admin/views/admin-settings-general.php:
|
637 |
-
#: admin/views/admin-settings-general.php:
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:156
|
640 |
#: admin/views/admin-settings-messagebar.php:87
|
641 |
#: admin/views/admin-settings-messagebar.php:111
|
642 |
-
#: admin/views/admin-settings-messagebar.php:151
|
643 |
#: admin/views/admin_non_necessary_cookie.php:33
|
644 |
#: public/modules/script-blocker/views/settings.php:139
|
645 |
msgid "No"
|
@@ -766,81 +777,15 @@ msgstr ""
|
|
766 |
"Tämä vaihtoehto ei toimi yhdessä Ponnahdusikkuna peitteellä -asetuksen "
|
767 |
"kanssa."
|
768 |
|
769 |
-
#: admin/views/admin-settings-general.php:66
|
770 |
-
#: admin/views/admin-settings-messagebar.php:145
|
771 |
-
msgid "Show Again Tab"
|
772 |
-
msgstr "Näytä uudelleen -välilehti"
|
773 |
-
|
774 |
#: admin/views/admin-settings-general.php:69
|
775 |
-
#: admin/views/admin-settings-messagebar.php:148
|
776 |
-
msgid "Use Show Again Tab?"
|
777 |
-
msgstr "Käytä Näytä uudelleen -välilehteä?"
|
778 |
-
|
779 |
-
#: admin/views/admin-settings-general.php:77
|
780 |
-
#: admin/views/admin-settings-general.php:94
|
781 |
-
#: admin/views/admin-settings-messagebar.php:156
|
782 |
-
#: admin/views/admin-settings-messagebar.php:173
|
783 |
-
msgid "Tab Position"
|
784 |
-
msgstr "Välilehden sijainti"
|
785 |
-
|
786 |
-
#: admin/views/admin-settings-general.php:82
|
787 |
-
#: admin/views/admin-settings-general.php:85
|
788 |
-
#: admin/views/admin-settings-messagebar.php:161
|
789 |
-
#: admin/views/admin-settings-messagebar.php:164
|
790 |
-
msgid "Right"
|
791 |
-
msgstr "Oikea"
|
792 |
-
|
793 |
-
#: admin/views/admin-settings-general.php:83
|
794 |
-
#: admin/views/admin-settings-general.php:86
|
795 |
-
#: admin/views/admin-settings-messagebar.php:162
|
796 |
-
#: admin/views/admin-settings-messagebar.php:165
|
797 |
-
msgid "Left"
|
798 |
-
msgstr "Vasen"
|
799 |
-
|
800 |
-
#: admin/views/admin-settings-general.php:101
|
801 |
-
#: admin/views/admin-settings-messagebar.php:180
|
802 |
-
msgid "Bottom Right"
|
803 |
-
msgstr "Alhaalla oikealla"
|
804 |
-
|
805 |
-
#: admin/views/admin-settings-general.php:104
|
806 |
-
#: admin/views/admin-settings-messagebar.php:183
|
807 |
-
msgid "Bottom Left"
|
808 |
-
msgstr "Alhaalla vasemmalla"
|
809 |
-
|
810 |
-
#: admin/views/admin-settings-general.php:107
|
811 |
-
#: admin/views/admin-settings-messagebar.php:186
|
812 |
-
msgid "Top Right"
|
813 |
-
msgstr "Ylhäällä oikealla"
|
814 |
-
|
815 |
-
#: admin/views/admin-settings-general.php:110
|
816 |
-
#: admin/views/admin-settings-messagebar.php:189
|
817 |
-
msgid "Top Left"
|
818 |
-
msgstr "Ylhäällä vasemmalla"
|
819 |
-
|
820 |
-
#: admin/views/admin-settings-general.php:117
|
821 |
-
#: admin/views/admin-settings-messagebar.php:196
|
822 |
-
msgid "From Left Margin"
|
823 |
-
msgstr "Vasemmasta reunasta"
|
824 |
-
|
825 |
-
#: admin/views/admin-settings-general.php:120
|
826 |
-
#: admin/views/admin-settings-messagebar.php:199
|
827 |
-
msgid "Specify"
|
828 |
-
msgstr "Määritä"
|
829 |
-
|
830 |
-
#: admin/views/admin-settings-general.php:124
|
831 |
-
#: admin/views/admin-settings-messagebar.php:203
|
832 |
-
msgid "Show More Text"
|
833 |
-
msgstr "Näytä lisää -teksti"
|
834 |
-
|
835 |
-
#: admin/views/admin-settings-general.php:135
|
836 |
msgid "Reload after \"scroll accept\" event?"
|
837 |
msgstr "Lataa uudelleen ”hyväksy vierittämällä\" -tapahtuman jälkeen?"
|
838 |
|
839 |
-
#: admin/views/admin-settings-general.php:
|
840 |
msgid "Reload after Accept button click"
|
841 |
msgstr "Lataa uudelleen Hyväksy-painikkeen napsauttamisen jälkeen"
|
842 |
|
843 |
-
#: admin/views/admin-settings-general.php:
|
844 |
msgid "Reload after Reject button click"
|
845 |
msgstr "Lataa uudelleen Hylkää-painikkeen napsautuksen jälkeen"
|
846 |
|
@@ -973,8 +918,9 @@ msgid "Cookie bar"
|
|
973 |
msgstr "Evästepalkki"
|
974 |
|
975 |
#: admin/views/admin-settings-messagebar.php:10
|
976 |
-
|
977 |
-
|
|
|
978 |
|
979 |
#: admin/views/admin-settings-messagebar.php:15
|
980 |
msgid "Cookie Bar"
|
@@ -1093,10 +1039,95 @@ msgstr "Kiinnitetty"
|
|
1093 |
msgid "On hide"
|
1094 |
msgstr "Piilotus"
|
1095 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1096 |
#: admin/views/admin-settings-save-button.php:12
|
1097 |
#: admin/views/admin_necessary_cookie.php:52
|
1098 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1099 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1100 |
msgid "Update Settings"
|
1101 |
msgstr "Päivitä asetukset"
|
1102 |
|
@@ -1104,11 +1135,6 @@ msgstr "Päivitä asetukset"
|
|
1104 |
msgid "Necessary Cookie Settings"
|
1105 |
msgstr "Välttämättömien evästeiden asetukset"
|
1106 |
|
1107 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1108 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1109 |
-
msgid "Title"
|
1110 |
-
msgstr "Titteli"
|
1111 |
-
|
1112 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1113 |
msgid "Non-necessary Cookie Settings"
|
1114 |
msgstr "Ei-välttämättömien evästeiden asetukset"
|
@@ -1307,7 +1333,7 @@ msgstr ""
|
|
1307 |
"Varmista, että välimuisti on tyhjennetty jokaisen laajennuksen päivityksen "
|
1308 |
"jälkeen, varsinkin jos olet minimoinut JS- ja / tai CSS-tiedostot."
|
1309 |
|
1310 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1311 |
#, fuzzy, php-format
|
1312 |
msgid ""
|
1313 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1318,15 +1344,15 @@ msgstr ""
|
|
1318 |
"todella kiitollisia, jos voisit käyttää hetken pudottaaksesi nopean "
|
1319 |
"arvostelun, joka innostaa meitä jatkamaan."
|
1320 |
|
1321 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1322 |
msgid "Remind me later"
|
1323 |
msgstr "Muistuta myöhemmin"
|
1324 |
|
1325 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1326 |
msgid "Not interested"
|
1327 |
msgstr "Ei kiinnosta"
|
1328 |
|
1329 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1330 |
msgid "Review now"
|
1331 |
msgstr "Kirjoita arvostelu nyt"
|
1332 |
|
@@ -1340,7 +1366,7 @@ msgid "Cookie List"
|
|
1340 |
msgstr "Evästeiden luettelo"
|
1341 |
|
1342 |
#: public/class-cookie-law-info-public.php:253
|
1343 |
-
#: public/modules/shortcode/shortcode.php:
|
1344 |
msgid "Cookie"
|
1345 |
msgstr "Eväste"
|
1346 |
|
@@ -1376,30 +1402,30 @@ msgstr "Tietoja ei löytynyt"
|
|
1376 |
msgid "Nothing found in Trash"
|
1377 |
msgstr "Mitään ei löytynyt roskakorista"
|
1378 |
|
1379 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1380 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1381 |
msgid "Script Blocker"
|
1382 |
msgstr "Komentosarjan esto"
|
1383 |
|
1384 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1385 |
msgid "Status updated"
|
1386 |
msgstr "Tila päivitetty"
|
1387 |
|
1388 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1389 |
msgid "Advanced script rendering"
|
1390 |
msgstr "Advanced script rendering"
|
1391 |
|
1392 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1393 |
#: public/modules/script-blocker/views/settings.php:7
|
1394 |
msgid "Enable"
|
1395 |
msgstr "Ota käyttöön"
|
1396 |
|
1397 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1398 |
#: public/modules/script-blocker/views/settings.php:7
|
1399 |
msgid "Disable"
|
1400 |
msgstr "Poista käytöstä"
|
1401 |
|
1402 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1403 |
msgid ""
|
1404 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1405 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1476,47 +1502,47 @@ msgstr "Ei käytössä: Laajennukset renderöidään ennen suostumuksen hankkimi
|
|
1476 |
msgid "Inactive"
|
1477 |
msgstr "Pois käytöstä"
|
1478 |
|
1479 |
-
#: public/modules/shortcode/shortcode.php:
|
1480 |
msgid "Your current state:"
|
1481 |
msgstr "Nykyinen tila:"
|
1482 |
|
1483 |
-
#: public/modules/shortcode/shortcode.php:
|
1484 |
msgid "Consent accepted."
|
1485 |
msgstr "Suostumus hyväksytty."
|
1486 |
|
1487 |
-
#: public/modules/shortcode/shortcode.php:
|
1488 |
msgid "Consent rejected."
|
1489 |
msgstr "Suostumus hylätty."
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "No consent given."
|
1493 |
msgstr "Suostumusta ei ole annettu."
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "Manage your consent."
|
1497 |
msgstr "Hallitse suostumustasi."
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Delete Cookies"
|
1501 |
msgstr "Poista evästeet"
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "No records found"
|
1505 |
msgstr "Tietoja ei löydy"
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "Type"
|
1509 |
msgstr "Tyyppi"
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Duration"
|
1513 |
msgstr "Kesto"
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "Close the cookie bar"
|
1517 |
msgstr "Sulje evästepalkki"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
msgid "Close and Accept"
|
1521 |
msgstr "Sulje ja hyväksy"
|
1522 |
|
@@ -1555,6 +1581,32 @@ msgstr "WebToffee"
|
|
1555 |
msgid "http://cookielawinfo.com/"
|
1556 |
msgstr "http://cookielawinfo.com/"
|
1557 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1558 |
#~ msgid "Non-necessary Cookie"
|
1559 |
#~ msgstr "Ei-välttämätön eväste"
|
1560 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:31+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:31+0530\n"
|
6 |
"Last-Translator: Hannu Jaatinen <hannu.jaatinen@jargon.fi>\n"
|
7 |
"Language-Team: Hannu Jaatinen <hannu.jaatinen@jargon.fi>\n"
|
8 |
"Language: fi\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
24 |
#: admin/class-cookie-law-info-admin.php:147
|
25 |
#: admin/class-cookie-law-info-admin.php:148
|
26 |
#: admin/class-cookie-law-info-admin.php:247
|
27 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
28 |
msgid "Settings"
|
29 |
msgstr "Asetukset"
|
30 |
|
52 |
#: admin/class-cookie-law-info-admin.php:334
|
53 |
#: admin/class-cookie-law-info-admin.php:378
|
54 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
55 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
56 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
57 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
58 |
msgid "You do not have sufficient permission to perform this operation"
|
59 |
msgstr "Sinulla ei ole riittäviä oikeuksia tämän toiminnon suorittamiseen"
|
60 |
|
174 |
msgstr "Vahvista"
|
175 |
|
176 |
#: admin/modules/ccpa/ccpa.php:108
|
177 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
178 |
msgid "Cancel"
|
179 |
msgstr "Peruuta"
|
180 |
|
302 |
#: admin/views/admin_necessary_cookie.php:39
|
303 |
#: admin/views/admin_non_necessary_cookie.php:54
|
304 |
#: public/modules/script-blocker/views/settings.php:142
|
305 |
+
#: public/modules/shortcode/shortcode.php:220
|
306 |
msgid "Description"
|
307 |
msgstr "Kuvaus"
|
308 |
|
327 |
msgstr "Reaaliaikainen esikatselu"
|
328 |
|
329 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
330 |
+
msgid "The plugin is complex to set up"
|
331 |
+
msgstr "Laajennuksen asentaminen on monimutkaista"
|
332 |
|
333 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
334 |
msgid "Please describe which area you are facing difficulties"
|
335 |
msgstr "Kuvaile mitä aluetta sinulla on vaikeuksia"
|
336 |
|
337 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
338 |
+
msgid "I found a better plugin"
|
339 |
+
msgstr "Löysin paremman lisäosan"
|
340 |
|
341 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
342 |
+
msgid "Which plugin?"
|
343 |
+
msgstr "Kuten tämä plugin?"
|
344 |
|
345 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
346 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
347 |
+
msgstr ""
|
348 |
+
"Lisäosa on hyvä, mutta tarvitsen tietyn ominaisuuden, jota ette tällä "
|
349 |
+
"hetkellä tue"
|
350 |
|
351 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
352 |
+
msgid "Could you tell us more about that feature?"
|
353 |
+
msgstr "Voisitteko kertoa meille lisää ominaisuudesta?"
|
|
|
|
|
|
|
|
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
356 |
+
msgid "The plugin didn't work as expected"
|
357 |
+
msgstr "Laajennus ei toiminut odotetulla tavalla"
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
360 |
+
msgid "What did you expect?"
|
361 |
+
msgstr "Mitä oikein odotit?"
|
|
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
364 |
+
msgid "A conflict with another plugin or theme"
|
365 |
+
msgstr "Ristiriita toisen laajennuksen tai teeman kanssa"
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
368 |
+
msgid "Which plugin or theme?"
|
369 |
+
msgstr "Mikä laajennus tai teema?"
|
370 |
|
371 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
372 |
+
msgid "Translation issues"
|
373 |
+
msgstr "Käännöskysymykset"
|
|
|
|
|
374 |
|
375 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
376 |
+
msgid "Incorrect/missing translation"
|
377 |
+
msgstr "Virheellinen / puuttuva käännös"
|
378 |
|
379 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
380 |
+
msgid "Name the language"
|
381 |
+
msgstr "Nimeä kieli"
|
382 |
|
383 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
384 |
+
msgid ""
|
385 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
386 |
+
msgstr ""
|
387 |
+
"Ei voida kääntää dynaamista sisältöäni, esim. Evästeviestiä, painikkeen "
|
388 |
+
"tekstiä jne"
|
389 |
|
390 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
391 |
+
msgid "Name the language and the translator plugin that you are using"
|
392 |
+
msgstr "Nimeä käyttämäsi kieli ja kääntäjälaajennus"
|
393 |
+
|
394 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
395 |
+
msgid "Upgrade to pro"
|
396 |
+
msgstr "Päivittää Pro: hon"
|
397 |
+
|
398 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
399 |
#: admin/views/admin-settings-general.php:10
|
400 |
+
#: admin/views/admin-settings-general.php:66
|
401 |
msgid "Other"
|
402 |
msgstr "Muut"
|
403 |
|
404 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
405 |
msgid "Could you tell us a bit more?"
|
406 |
msgstr "Voisitko kertoa meille hieman enemmän?"
|
407 |
|
408 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
409 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
410 |
msgstr "Jos sinulla on hetki, kerro meille miksi olet aktivoinnin poistaminen:"
|
411 |
|
412 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
413 |
+
msgid ""
|
414 |
+
"We do not collect any personal data when you submit this form. It's your "
|
415 |
+
"feedback that we value."
|
416 |
+
msgstr ""
|
417 |
+
"Emme kerää mitään henkilötietoja, kun lähetät tämän lomakkeen. Arvostamme "
|
418 |
+
"palautettasi."
|
419 |
+
|
420 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
421 |
+
msgid "Privacy Policy"
|
422 |
+
msgstr "Tietosuojakäytäntö"
|
423 |
|
424 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
425 |
msgid "Go to support"
|
426 |
msgstr "Mene tukeen"
|
427 |
|
428 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
429 |
msgid "Submit & Deactivate"
|
430 |
msgstr "Lähetä ja poista käytöstä"
|
431 |
|
432 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
433 |
+
msgid "I rather wouldn't say"
|
434 |
+
msgstr "Mieluummin en sanoa"
|
435 |
+
|
436 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
437 |
#: admin/views/admin_necessary_cookie.php:20
|
438 |
#: admin/views/admin_non_necessary_cookie.php:17
|
453 |
msgid "Unable to reset settings."
|
454 |
msgstr "Asetusten palauttaminen ei onnistu."
|
455 |
|
|
|
|
|
|
|
|
|
456 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
457 |
msgid "Cookie bar is currently active"
|
458 |
msgstr "Evästepalkki on tällä hetkellä aktiivinen"
|
631 |
#: admin/views/admin-settings-buttons.php:311
|
632 |
#: admin/views/admin-settings-general.php:38
|
633 |
#: admin/views/admin-settings-general.php:54
|
634 |
+
#: admin/views/admin-settings-general.php:74
|
635 |
+
#: admin/views/admin-settings-general.php:82
|
636 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
637 |
#: admin/views/admin-settings-messagebar.php:86
|
638 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
639 |
#: admin/views/admin_non_necessary_cookie.php:32
|
640 |
msgid "Yes"
|
641 |
msgstr "Kyllä"
|
646 |
#: admin/views/admin-settings-buttons.php:312
|
647 |
#: admin/views/admin-settings-general.php:39
|
648 |
#: admin/views/admin-settings-general.php:55
|
649 |
+
#: admin/views/admin-settings-general.php:75
|
650 |
+
#: admin/views/admin-settings-general.php:83
|
651 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
652 |
#: admin/views/admin-settings-messagebar.php:87
|
653 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
654 |
#: admin/views/admin_non_necessary_cookie.php:33
|
655 |
#: public/modules/script-blocker/views/settings.php:139
|
656 |
msgid "No"
|
777 |
"Tämä vaihtoehto ei toimi yhdessä Ponnahdusikkuna peitteellä -asetuksen "
|
778 |
"kanssa."
|
779 |
|
|
|
|
|
|
|
|
|
|
|
780 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
781 |
msgid "Reload after \"scroll accept\" event?"
|
782 |
msgstr "Lataa uudelleen ”hyväksy vierittämällä\" -tapahtuman jälkeen?"
|
783 |
|
784 |
+
#: admin/views/admin-settings-general.php:80
|
785 |
msgid "Reload after Accept button click"
|
786 |
msgstr "Lataa uudelleen Hyväksy-painikkeen napsauttamisen jälkeen"
|
787 |
|
788 |
+
#: admin/views/admin-settings-general.php:87
|
789 |
msgid "Reload after Reject button click"
|
790 |
msgstr "Lataa uudelleen Hylkää-painikkeen napsautuksen jälkeen"
|
791 |
|
918 |
msgstr "Evästepalkki"
|
919 |
|
920 |
#: admin/views/admin-settings-messagebar.php:10
|
921 |
+
#: admin/views/admin-settings-messagebar.php:145
|
922 |
+
msgid "Revisit consent"
|
923 |
+
msgstr "Tarkista suostumus uudelleen"
|
924 |
|
925 |
#: admin/views/admin-settings-messagebar.php:15
|
926 |
msgid "Cookie Bar"
|
1039 |
msgid "On hide"
|
1040 |
msgstr "Piilotus"
|
1041 |
|
1042 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1043 |
+
msgid "previously"
|
1044 |
+
msgstr "aiemmin"
|
1045 |
+
|
1046 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1047 |
+
msgid "Show again tab"
|
1048 |
+
msgstr "Näytä uudelleen -välilehti"
|
1049 |
+
|
1050 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1051 |
+
msgid ""
|
1052 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1053 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1054 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1055 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1056 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1057 |
+
"website."
|
1058 |
+
msgstr ""
|
1059 |
+
"Suostumuksen uudelleenkäynnistys antaa kävijöille mahdollisuuden "
|
1060 |
+
"tarkastella / muokata / kumota aiempia asetuksiaan. Tämä voidaan tehdä "
|
1061 |
+
"widgetin ja / tai pikakoodin kautta. Pieni tietosuoja-widget näkyy "
|
1062 |
+
"automaattisesti verkkosivustosi alatunnisteessa, jos widget-vaihtoehto on "
|
1063 |
+
"käytössä. Voit myös lisätä manuaalisesti linkin hallita suostumusta "
|
1064 |
+
"lisäämällä lyhytkoodi <b>[wt_cli_manage_consent]</b> verkkosivustoosi."
|
1065 |
+
|
1066 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1067 |
+
msgid "Enable revisit consent widget"
|
1068 |
+
msgstr "Ota uudelleen käyttöön suostumuswidget"
|
1069 |
+
|
1070 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1071 |
+
msgid ""
|
1072 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1073 |
+
"the footer of your website."
|
1074 |
+
msgstr ""
|
1075 |
+
"Kun otat tämän vaihtoehdon käyttöön, pieni yksityisyyswidget näkyy "
|
1076 |
+
"automaattisesti verkkosivustosi alatunnisteessa."
|
1077 |
+
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1080 |
+
msgid "Tab Position"
|
1081 |
+
msgstr "Välilehden sijainti"
|
1082 |
+
|
1083 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1085 |
+
msgid "Right"
|
1086 |
+
msgstr "Oikea"
|
1087 |
+
|
1088 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1090 |
+
msgid "Left"
|
1091 |
+
msgstr "Vasen"
|
1092 |
+
|
1093 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1094 |
+
msgid "Bottom Right"
|
1095 |
+
msgstr "Alhaalla oikealla"
|
1096 |
+
|
1097 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1098 |
+
msgid "Bottom Left"
|
1099 |
+
msgstr "Alhaalla vasemmalla"
|
1100 |
+
|
1101 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1102 |
+
msgid "Top Right"
|
1103 |
+
msgstr "Ylhäällä oikealla"
|
1104 |
+
|
1105 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1106 |
+
msgid "Top Left"
|
1107 |
+
msgstr "Ylhäällä vasemmalla"
|
1108 |
+
|
1109 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1110 |
+
msgid "From Right Margin"
|
1111 |
+
msgstr "Oikealta marginaalilta"
|
1112 |
+
|
1113 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1114 |
+
msgid "From Left Margin"
|
1115 |
+
msgstr "Vasemmasta reunasta"
|
1116 |
+
|
1117 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1118 |
+
msgid "Specify"
|
1119 |
+
msgstr "Määritä"
|
1120 |
+
|
1121 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1122 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1123 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1124 |
+
msgid "Title"
|
1125 |
+
msgstr "Titteli"
|
1126 |
+
|
1127 |
#: admin/views/admin-settings-save-button.php:12
|
1128 |
#: admin/views/admin_necessary_cookie.php:52
|
1129 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1130 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1131 |
msgid "Update Settings"
|
1132 |
msgstr "Päivitä asetukset"
|
1133 |
|
1135 |
msgid "Necessary Cookie Settings"
|
1136 |
msgstr "Välttämättömien evästeiden asetukset"
|
1137 |
|
|
|
|
|
|
|
|
|
|
|
1138 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1139 |
msgid "Non-necessary Cookie Settings"
|
1140 |
msgstr "Ei-välttämättömien evästeiden asetukset"
|
1333 |
"Varmista, että välimuisti on tyhjennetty jokaisen laajennuksen päivityksen "
|
1334 |
"jälkeen, varsinkin jos olet minimoinut JS- ja / tai CSS-tiedostot."
|
1335 |
|
1336 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1337 |
#, fuzzy, php-format
|
1338 |
msgid ""
|
1339 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1344 |
"todella kiitollisia, jos voisit käyttää hetken pudottaaksesi nopean "
|
1345 |
"arvostelun, joka innostaa meitä jatkamaan."
|
1346 |
|
1347 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1348 |
msgid "Remind me later"
|
1349 |
msgstr "Muistuta myöhemmin"
|
1350 |
|
1351 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1352 |
msgid "Not interested"
|
1353 |
msgstr "Ei kiinnosta"
|
1354 |
|
1355 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1356 |
msgid "Review now"
|
1357 |
msgstr "Kirjoita arvostelu nyt"
|
1358 |
|
1366 |
msgstr "Evästeiden luettelo"
|
1367 |
|
1368 |
#: public/class-cookie-law-info-public.php:253
|
1369 |
+
#: public/modules/shortcode/shortcode.php:208
|
1370 |
msgid "Cookie"
|
1371 |
msgstr "Eväste"
|
1372 |
|
1402 |
msgid "Nothing found in Trash"
|
1403 |
msgstr "Mitään ei löytynyt roskakorista"
|
1404 |
|
1405 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1406 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1407 |
msgid "Script Blocker"
|
1408 |
msgstr "Komentosarjan esto"
|
1409 |
|
1410 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1411 |
msgid "Status updated"
|
1412 |
msgstr "Tila päivitetty"
|
1413 |
|
1414 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1415 |
msgid "Advanced script rendering"
|
1416 |
msgstr "Advanced script rendering"
|
1417 |
|
1418 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1419 |
#: public/modules/script-blocker/views/settings.php:7
|
1420 |
msgid "Enable"
|
1421 |
msgstr "Ota käyttöön"
|
1422 |
|
1423 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1424 |
#: public/modules/script-blocker/views/settings.php:7
|
1425 |
msgid "Disable"
|
1426 |
msgstr "Poista käytöstä"
|
1427 |
|
1428 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1429 |
msgid ""
|
1430 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1431 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1502 |
msgid "Inactive"
|
1503 |
msgstr "Pois käytöstä"
|
1504 |
|
1505 |
+
#: public/modules/shortcode/shortcode.php:99
|
1506 |
msgid "Your current state:"
|
1507 |
msgstr "Nykyinen tila:"
|
1508 |
|
1509 |
+
#: public/modules/shortcode/shortcode.php:104
|
1510 |
msgid "Consent accepted."
|
1511 |
msgstr "Suostumus hyväksytty."
|
1512 |
|
1513 |
+
#: public/modules/shortcode/shortcode.php:107
|
1514 |
msgid "Consent rejected."
|
1515 |
msgstr "Suostumus hylätty."
|
1516 |
|
1517 |
+
#: public/modules/shortcode/shortcode.php:111
|
1518 |
msgid "No consent given."
|
1519 |
msgstr "Suostumusta ei ole annettu."
|
1520 |
|
1521 |
+
#: public/modules/shortcode/shortcode.php:113
|
1522 |
msgid "Manage your consent."
|
1523 |
msgstr "Hallitse suostumustasi."
|
1524 |
|
1525 |
+
#: public/modules/shortcode/shortcode.php:150
|
1526 |
msgid "Delete Cookies"
|
1527 |
msgstr "Poista evästeet"
|
1528 |
|
1529 |
+
#: public/modules/shortcode/shortcode.php:186
|
1530 |
msgid "No records found"
|
1531 |
msgstr "Tietoja ei löydy"
|
1532 |
|
1533 |
+
#: public/modules/shortcode/shortcode.php:212
|
1534 |
msgid "Type"
|
1535 |
msgstr "Tyyppi"
|
1536 |
|
1537 |
+
#: public/modules/shortcode/shortcode.php:216
|
1538 |
msgid "Duration"
|
1539 |
msgstr "Kesto"
|
1540 |
|
1541 |
+
#: public/modules/shortcode/shortcode.php:533
|
1542 |
msgid "Close the cookie bar"
|
1543 |
msgstr "Sulje evästepalkki"
|
1544 |
|
1545 |
+
#: public/modules/shortcode/shortcode.php:533
|
1546 |
msgid "Close and Accept"
|
1547 |
msgstr "Sulje ja hyväksy"
|
1548 |
|
1581 |
msgid "http://cookielawinfo.com/"
|
1582 |
msgstr "http://cookielawinfo.com/"
|
1583 |
|
1584 |
+
#~ msgid ""
|
1585 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1586 |
+
#~ "bit more?"
|
1587 |
+
#~ msgstr ""
|
1588 |
+
#~ "Mitä laajennusta käytät kielen kääntämiseen? Voisitko kertoa meille "
|
1589 |
+
#~ "hieman enemmän?"
|
1590 |
+
|
1591 |
+
#~ msgid "Caching issues"
|
1592 |
+
#~ msgstr "Välimuistiongelmat"
|
1593 |
+
|
1594 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1595 |
+
#~ msgstr ""
|
1596 |
+
#~ "Mitä välimuistilaajennusta käytät? Voisitko kertoa meille hieman enemmän?"
|
1597 |
+
|
1598 |
+
#~ msgid "Cookie Law Settings"
|
1599 |
+
#~ msgstr "Cookie Law’n asetukset"
|
1600 |
+
|
1601 |
+
#~ msgid "Show Again Tab"
|
1602 |
+
#~ msgstr "Näytä uudelleen -välilehti"
|
1603 |
+
|
1604 |
+
#~ msgid "Use Show Again Tab?"
|
1605 |
+
#~ msgstr "Käytä Näytä uudelleen -välilehteä?"
|
1606 |
+
|
1607 |
+
#~ msgid "Show More Text"
|
1608 |
+
#~ msgstr "Näytä lisää -teksti"
|
1609 |
+
|
1610 |
#~ msgid "Non-necessary Cookie"
|
1611 |
#~ msgstr "Ei-välttämätön eväste"
|
1612 |
|
languages/cookie-law-info-fr_FR.mo
CHANGED
Binary file
|
languages/cookie-law-info-fr_FR.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - GDPR Cookie Consent\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: fr\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
15 |
-
"X-Generator: Poedit 2.4.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -20,6 +20,7 @@ msgstr ""
|
|
20 |
#: admin/class-cookie-law-info-admin.php:147
|
21 |
#: admin/class-cookie-law-info-admin.php:148
|
22 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
23 |
msgid "Settings"
|
24 |
msgstr "Réglages"
|
25 |
|
@@ -47,9 +48,9 @@ msgstr "Aperçu de la confidentialité"
|
|
47 |
#: admin/class-cookie-law-info-admin.php:334
|
48 |
#: admin/class-cookie-law-info-admin.php:378
|
49 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
-
#: public/modules/script-blocker/script-blocker.php:
|
52 |
-
#: public/modules/script-blocker/script-blocker.php:
|
53 |
msgid "You do not have sufficient permission to perform this operation"
|
54 |
msgstr "Vous n’avez pas les droits suffisants pour exécuter cette opération"
|
55 |
|
@@ -169,7 +170,7 @@ msgid "Confirm"
|
|
169 |
msgstr "Confirmer"
|
170 |
|
171 |
#: admin/modules/ccpa/ccpa.php:108
|
172 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
173 |
msgid "Cancel"
|
174 |
msgstr "Annuler"
|
175 |
|
@@ -298,7 +299,7 @@ msgstr "Titre"
|
|
298 |
#: admin/views/admin_necessary_cookie.php:39
|
299 |
#: admin/views/admin_non_necessary_cookie.php:54
|
300 |
#: public/modules/script-blocker/views/settings.php:142
|
301 |
-
#: public/modules/shortcode/shortcode.php:
|
302 |
msgid "Description"
|
303 |
msgstr "La description"
|
304 |
|
@@ -323,95 +324,112 @@ msgid "Live preview"
|
|
323 |
msgstr "Aperçu en direct"
|
324 |
|
325 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
326 |
-
msgid "The plugin is
|
327 |
-
msgstr "Le plugin est
|
328 |
|
329 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
330 |
msgid "Please describe which area you are facing difficulties"
|
331 |
msgstr "Veuillez décrire dans quel domaine vous rencontrez des difficultés"
|
332 |
|
333 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
334 |
-
msgid "
|
335 |
-
msgstr "
|
336 |
|
337 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
338 |
-
msgid "Which plugin
|
339 |
-
msgstr "Quel plugin
|
340 |
|
341 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
342 |
-
msgid "
|
343 |
-
msgstr "
|
|
|
|
|
344 |
|
345 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
346 |
-
msgid ""
|
347 |
-
"
|
348 |
-
"more?"
|
349 |
-
msgstr ""
|
350 |
-
"Quel plugin utilisez-vous pour la traduction linguistique? Pouvez-vous nous "
|
351 |
-
"en dire un peu plus?"
|
352 |
|
353 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
354 |
-
msgid "
|
355 |
-
msgstr "
|
356 |
|
357 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
358 |
-
msgid "
|
359 |
-
msgstr ""
|
360 |
-
"Quel plugin de mise en cache utilisez-vous? Pouvez-vous nous en dire un peu "
|
361 |
-
"plus?"
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
364 |
-
msgid "
|
365 |
-
msgstr "
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
368 |
-
msgid "Which plugin?"
|
369 |
-
msgstr "Quel plugin?"
|
370 |
|
371 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
372 |
-
msgid "
|
373 |
-
msgstr ""
|
374 |
-
"Le plugin est génial, mais j’ai besoin d’une fonctionnalité spécifique que "
|
375 |
-
"vous ne supportez pas"
|
376 |
|
377 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
378 |
-
msgid "
|
379 |
-
msgstr "
|
380 |
|
381 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
382 |
-
msgid "
|
383 |
-
msgstr "
|
384 |
|
385 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
386 |
-
msgid "
|
387 |
-
|
|
|
|
|
|
|
388 |
|
389 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
#: admin/views/admin-settings-general.php:10
|
391 |
-
#: admin/views/admin-settings-general.php:
|
392 |
msgid "Other"
|
393 |
msgstr "Autre"
|
394 |
|
395 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
396 |
msgid "Could you tell us a bit more?"
|
397 |
msgstr "Pourriez-vous nous en dire un peu plus ?"
|
398 |
|
399 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
400 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
401 |
msgstr "Si vous avez un moment, faites nous savoir pourquoi vous désactivez:"
|
402 |
|
403 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
404 |
-
msgid "
|
405 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
|
407 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
408 |
msgid "Go to support"
|
409 |
msgstr "Passer à support"
|
410 |
|
411 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
412 |
msgid "Submit & Deactivate"
|
413 |
msgstr "Soumettre & désactiver"
|
414 |
|
|
|
|
|
|
|
|
|
415 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
416 |
#: admin/views/admin_necessary_cookie.php:20
|
417 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -432,10 +450,6 @@ msgstr "Réglages réinitialisés aux valeurs par défaut."
|
|
432 |
msgid "Unable to reset settings."
|
433 |
msgstr "Impossible de réinitialiser les réglages."
|
434 |
|
435 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
436 |
-
msgid "Cookie Law Settings"
|
437 |
-
msgstr "Réglages Cookie Law"
|
438 |
-
|
439 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
440 |
msgid "Cookie bar is currently active"
|
441 |
msgstr "La barre de cookies est actuellement active"
|
@@ -616,13 +630,11 @@ msgstr "Ouvrir l’URL dans une nouvelle fenêtre ?"
|
|
616 |
#: admin/views/admin-settings-buttons.php:311
|
617 |
#: admin/views/admin-settings-general.php:38
|
618 |
#: admin/views/admin-settings-general.php:54
|
619 |
-
#: admin/views/admin-settings-general.php:
|
620 |
-
#: admin/views/admin-settings-general.php:
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:155
|
623 |
#: admin/views/admin-settings-messagebar.php:86
|
624 |
#: admin/views/admin-settings-messagebar.php:110
|
625 |
-
#: admin/views/admin-settings-messagebar.php:150
|
626 |
#: admin/views/admin_non_necessary_cookie.php:32
|
627 |
msgid "Yes"
|
628 |
msgstr "Oui"
|
@@ -633,13 +645,11 @@ msgstr "Oui"
|
|
633 |
#: admin/views/admin-settings-buttons.php:312
|
634 |
#: admin/views/admin-settings-general.php:39
|
635 |
#: admin/views/admin-settings-general.php:55
|
636 |
-
#: admin/views/admin-settings-general.php:
|
637 |
-
#: admin/views/admin-settings-general.php:
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:156
|
640 |
#: admin/views/admin-settings-messagebar.php:87
|
641 |
#: admin/views/admin-settings-messagebar.php:111
|
642 |
-
#: admin/views/admin-settings-messagebar.php:151
|
643 |
#: admin/views/admin_non_necessary_cookie.php:33
|
644 |
#: public/modules/script-blocker/views/settings.php:139
|
645 |
msgid "No"
|
@@ -768,81 +778,15 @@ msgstr ""
|
|
768 |
msgid "This option will not work along with `Popup overlay`."
|
769 |
msgstr "Cette option ne fonctionnera pas avec `Popup Overlay`."
|
770 |
|
771 |
-
#: admin/views/admin-settings-general.php:66
|
772 |
-
#: admin/views/admin-settings-messagebar.php:145
|
773 |
-
msgid "Show Again Tab"
|
774 |
-
msgstr "Afficher de nouveau la barre"
|
775 |
-
|
776 |
#: admin/views/admin-settings-general.php:69
|
777 |
-
#: admin/views/admin-settings-messagebar.php:148
|
778 |
-
msgid "Use Show Again Tab?"
|
779 |
-
msgstr "Utiliser l’onglet Afficher à nouveau ?"
|
780 |
-
|
781 |
-
#: admin/views/admin-settings-general.php:77
|
782 |
-
#: admin/views/admin-settings-general.php:94
|
783 |
-
#: admin/views/admin-settings-messagebar.php:156
|
784 |
-
#: admin/views/admin-settings-messagebar.php:173
|
785 |
-
msgid "Tab Position"
|
786 |
-
msgstr "Position de l’onglet"
|
787 |
-
|
788 |
-
#: admin/views/admin-settings-general.php:82
|
789 |
-
#: admin/views/admin-settings-general.php:85
|
790 |
-
#: admin/views/admin-settings-messagebar.php:161
|
791 |
-
#: admin/views/admin-settings-messagebar.php:164
|
792 |
-
msgid "Right"
|
793 |
-
msgstr "Droite"
|
794 |
-
|
795 |
-
#: admin/views/admin-settings-general.php:83
|
796 |
-
#: admin/views/admin-settings-general.php:86
|
797 |
-
#: admin/views/admin-settings-messagebar.php:162
|
798 |
-
#: admin/views/admin-settings-messagebar.php:165
|
799 |
-
msgid "Left"
|
800 |
-
msgstr "Gauche"
|
801 |
-
|
802 |
-
#: admin/views/admin-settings-general.php:101
|
803 |
-
#: admin/views/admin-settings-messagebar.php:180
|
804 |
-
msgid "Bottom Right"
|
805 |
-
msgstr "En bas à droite"
|
806 |
-
|
807 |
-
#: admin/views/admin-settings-general.php:104
|
808 |
-
#: admin/views/admin-settings-messagebar.php:183
|
809 |
-
msgid "Bottom Left"
|
810 |
-
msgstr "En bas à gauche"
|
811 |
-
|
812 |
-
#: admin/views/admin-settings-general.php:107
|
813 |
-
#: admin/views/admin-settings-messagebar.php:186
|
814 |
-
msgid "Top Right"
|
815 |
-
msgstr "En haut à droite"
|
816 |
-
|
817 |
-
#: admin/views/admin-settings-general.php:110
|
818 |
-
#: admin/views/admin-settings-messagebar.php:189
|
819 |
-
msgid "Top Left"
|
820 |
-
msgstr "En haut à gauche"
|
821 |
-
|
822 |
-
#: admin/views/admin-settings-general.php:117
|
823 |
-
#: admin/views/admin-settings-messagebar.php:196
|
824 |
-
msgid "From Left Margin"
|
825 |
-
msgstr "Depuis la marge externe de gauche"
|
826 |
-
|
827 |
-
#: admin/views/admin-settings-general.php:120
|
828 |
-
#: admin/views/admin-settings-messagebar.php:199
|
829 |
-
msgid "Specify"
|
830 |
-
msgstr "Spécifier"
|
831 |
-
|
832 |
-
#: admin/views/admin-settings-general.php:124
|
833 |
-
#: admin/views/admin-settings-messagebar.php:203
|
834 |
-
msgid "Show More Text"
|
835 |
-
msgstr "Texte du message permettant d’en savoir plus"
|
836 |
-
|
837 |
-
#: admin/views/admin-settings-general.php:135
|
838 |
msgid "Reload after \"scroll accept\" event?"
|
839 |
msgstr "Recharger après l’événement d’acceptation lié au défilement ?"
|
840 |
|
841 |
-
#: admin/views/admin-settings-general.php:
|
842 |
msgid "Reload after Accept button click"
|
843 |
msgstr "Recharger la page au clic sur le bouton de consentement"
|
844 |
|
845 |
-
#: admin/views/admin-settings-general.php:
|
846 |
msgid "Reload after Reject button click"
|
847 |
msgstr "Recharger la page au clic sur le bouton de refus"
|
848 |
|
@@ -978,8 +922,9 @@ msgid "Cookie bar"
|
|
978 |
msgstr "Barre de cookies"
|
979 |
|
980 |
#: admin/views/admin-settings-messagebar.php:10
|
981 |
-
|
982 |
-
|
|
|
983 |
|
984 |
#: admin/views/admin-settings-messagebar.php:15
|
985 |
msgid "Cookie Bar"
|
@@ -1100,10 +1045,96 @@ msgstr "Èpinglé"
|
|
1100 |
msgid "On hide"
|
1101 |
msgstr "Au masquage"
|
1102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1103 |
#: admin/views/admin-settings-save-button.php:12
|
1104 |
#: admin/views/admin_necessary_cookie.php:52
|
1105 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1106 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1107 |
msgid "Update Settings"
|
1108 |
msgstr "Mettre à jour les réglages"
|
1109 |
|
@@ -1111,11 +1142,6 @@ msgstr "Mettre à jour les réglages"
|
|
1111 |
msgid "Necessary Cookie Settings"
|
1112 |
msgstr "Paramètres de cookies nécessaires"
|
1113 |
|
1114 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1115 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1116 |
-
msgid "Title"
|
1117 |
-
msgstr "Titre"
|
1118 |
-
|
1119 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1120 |
msgid "Non-necessary Cookie Settings"
|
1121 |
msgstr "Réglages de cookies non indispensables"
|
@@ -1323,7 +1349,7 @@ msgstr ""
|
|
1323 |
"Veuillez vous assurer que le cache est effacé après chaque mise à jour du "
|
1324 |
"plugin, surtout si vous avez minifié des fichiers JS et / ou CSS."
|
1325 |
|
1326 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1327 |
#, php-format
|
1328 |
msgid ""
|
1329 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1334,15 +1360,15 @@ msgstr ""
|
|
1334 |
"plugin. Nous apprécierions vraiment que vous preniez un moment pour déposer "
|
1335 |
"une critique rapide qui nous inspirera à continuer."
|
1336 |
|
1337 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1338 |
msgid "Remind me later"
|
1339 |
msgstr "Rappelez-moi plus tard"
|
1340 |
|
1341 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1342 |
msgid "Not interested"
|
1343 |
msgstr "Pas intéressé"
|
1344 |
|
1345 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1346 |
msgid "Review now"
|
1347 |
msgstr "Revoir maintenant"
|
1348 |
|
@@ -1355,7 +1381,7 @@ msgid "Cookie List"
|
|
1355 |
msgstr "Liste des Cookies"
|
1356 |
|
1357 |
#: public/class-cookie-law-info-public.php:253
|
1358 |
-
#: public/modules/shortcode/shortcode.php:
|
1359 |
msgid "Cookie"
|
1360 |
msgstr "Cookie"
|
1361 |
|
@@ -1391,30 +1417,30 @@ msgstr "Rien de trouvé"
|
|
1391 |
msgid "Nothing found in Trash"
|
1392 |
msgstr "Rien de trouvé dans la corbeille"
|
1393 |
|
1394 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1395 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1396 |
msgid "Script Blocker"
|
1397 |
msgstr "Bloqueur de scripts"
|
1398 |
|
1399 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1400 |
msgid "Status updated"
|
1401 |
msgstr "Statut mis à jour"
|
1402 |
|
1403 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1404 |
msgid "Advanced script rendering"
|
1405 |
msgstr "Rendu de script avancé"
|
1406 |
|
1407 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1408 |
#: public/modules/script-blocker/views/settings.php:7
|
1409 |
msgid "Enable"
|
1410 |
msgstr "Activer"
|
1411 |
|
1412 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1413 |
#: public/modules/script-blocker/views/settings.php:7
|
1414 |
msgid "Disable"
|
1415 |
msgstr "Désactiver"
|
1416 |
|
1417 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1418 |
msgid ""
|
1419 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1420 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1493,47 +1519,47 @@ msgstr ""
|
|
1493 |
msgid "Inactive"
|
1494 |
msgstr "Inactive"
|
1495 |
|
1496 |
-
#: public/modules/shortcode/shortcode.php:
|
1497 |
msgid "Your current state:"
|
1498 |
msgstr "Votre état actuel:"
|
1499 |
|
1500 |
-
#: public/modules/shortcode/shortcode.php:
|
1501 |
msgid "Consent accepted."
|
1502 |
msgstr "Consentement accepté."
|
1503 |
|
1504 |
-
#: public/modules/shortcode/shortcode.php:
|
1505 |
msgid "Consent rejected."
|
1506 |
msgstr "Consentement rejeté."
|
1507 |
|
1508 |
-
#: public/modules/shortcode/shortcode.php:
|
1509 |
msgid "No consent given."
|
1510 |
msgstr "Aucun consentement donné."
|
1511 |
|
1512 |
-
#: public/modules/shortcode/shortcode.php:
|
1513 |
msgid "Manage your consent."
|
1514 |
msgstr "Gérez votre consentement."
|
1515 |
|
1516 |
-
#: public/modules/shortcode/shortcode.php:
|
1517 |
msgid "Delete Cookies"
|
1518 |
msgstr "Supprimer les cookies"
|
1519 |
|
1520 |
-
#: public/modules/shortcode/shortcode.php:
|
1521 |
msgid "No records found"
|
1522 |
msgstr "Aucun enregistrement trouvé"
|
1523 |
|
1524 |
-
#: public/modules/shortcode/shortcode.php:
|
1525 |
msgid "Type"
|
1526 |
msgstr "Type"
|
1527 |
|
1528 |
-
#: public/modules/shortcode/shortcode.php:
|
1529 |
msgid "Duration"
|
1530 |
msgstr "Durée"
|
1531 |
|
1532 |
-
#: public/modules/shortcode/shortcode.php:
|
1533 |
msgid "Close the cookie bar"
|
1534 |
msgstr "Fermez la barre de cookies"
|
1535 |
|
1536 |
-
#: public/modules/shortcode/shortcode.php:
|
1537 |
msgid "Close and Accept"
|
1538 |
msgstr "Fermer l'en-tête"
|
1539 |
|
@@ -1553,6 +1579,33 @@ msgstr "Montre plus"
|
|
1553 |
msgid "Show less"
|
1554 |
msgstr "Montre moins"
|
1555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1556 |
#~ msgid "Non-necessary Cookie"
|
1557 |
#~ msgstr "Cookie non nécessaire"
|
1558 |
|
@@ -1649,9 +1702,6 @@ msgstr "Montre moins"
|
|
1649 |
#~ "Un moyen simple de montrer que votre site Web est conforme à la loi "
|
1650 |
#~ "européenne sur les cookies (GDPR)."
|
1651 |
|
1652 |
-
#~ msgid "Upgrade to GDPR Pro"
|
1653 |
-
#~ msgstr "Mettre à niveau vers GDPR Pro"
|
1654 |
-
|
1655 |
#~ msgid "Put the cookie bar in either the header or the footer."
|
1656 |
#~ msgstr "Placez la barre des cookies dans l'en-tête ou le pied de page."
|
1657 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Plugins - GDPR Cookie Consent\n"
|
6 |
+
"POT-Creation-Date: 2020-11-17 11:32+0530\n"
|
7 |
+
"PO-Revision-Date: 2020-11-17 11:32+0530\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"Language: fr\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
15 |
+
"X-Generator: Poedit 2.4.2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
#: admin/class-cookie-law-info-admin.php:147
|
21 |
#: admin/class-cookie-law-info-admin.php:148
|
22 |
#: admin/class-cookie-law-info-admin.php:247
|
23 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
24 |
msgid "Settings"
|
25 |
msgstr "Réglages"
|
26 |
|
48 |
#: admin/class-cookie-law-info-admin.php:334
|
49 |
#: admin/class-cookie-law-info-admin.php:378
|
50 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
52 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
53 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
54 |
msgid "You do not have sufficient permission to perform this operation"
|
55 |
msgstr "Vous n’avez pas les droits suffisants pour exécuter cette opération"
|
56 |
|
170 |
msgstr "Confirmer"
|
171 |
|
172 |
#: admin/modules/ccpa/ccpa.php:108
|
173 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
174 |
msgid "Cancel"
|
175 |
msgstr "Annuler"
|
176 |
|
299 |
#: admin/views/admin_necessary_cookie.php:39
|
300 |
#: admin/views/admin_non_necessary_cookie.php:54
|
301 |
#: public/modules/script-blocker/views/settings.php:142
|
302 |
+
#: public/modules/shortcode/shortcode.php:220
|
303 |
msgid "Description"
|
304 |
msgstr "La description"
|
305 |
|
324 |
msgstr "Aperçu en direct"
|
325 |
|
326 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
327 |
+
msgid "The plugin is complex to set up"
|
328 |
+
msgstr "Le plugin est complexe à mettre en place"
|
329 |
|
330 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
331 |
msgid "Please describe which area you are facing difficulties"
|
332 |
msgstr "Veuillez décrire dans quel domaine vous rencontrez des difficultés"
|
333 |
|
334 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
335 |
+
msgid "I found a better plugin"
|
336 |
+
msgstr "Trouvé un meilleur plugin"
|
337 |
|
338 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
339 |
+
msgid "Which plugin?"
|
340 |
+
msgstr "Quel plugin?"
|
341 |
|
342 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
343 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
344 |
+
msgstr ""
|
345 |
+
"Le plugin est génial, mais j’ai besoin d’une fonctionnalité spécifique que "
|
346 |
+
"vous ne supportez pas"
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
349 |
+
msgid "Could you tell us more about that feature?"
|
350 |
+
msgstr "Pourriez-vous nous en dire plus sur cette fonctionnalité?"
|
|
|
|
|
|
|
|
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
353 |
+
msgid "The plugin didn't work as expected"
|
354 |
+
msgstr "Le plugin n’a pas fonctionné comme prévu"
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
357 |
+
msgid "What did you expect?"
|
358 |
+
msgstr "A quoi vous attendiez-vous ?"
|
|
|
|
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
361 |
+
msgid "A conflict with another plugin or theme"
|
362 |
+
msgstr "Un conflit avec un autre plugin ou thème"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
365 |
+
msgid "Which plugin or theme?"
|
366 |
+
msgstr "Quel plugin ou thème?"
|
367 |
|
368 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
369 |
+
msgid "Translation issues"
|
370 |
+
msgstr "Problèmes de traduction"
|
|
|
|
|
371 |
|
372 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
373 |
+
msgid "Incorrect/missing translation"
|
374 |
+
msgstr "Traduction incorrecte / manquante"
|
375 |
|
376 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
377 |
+
msgid "Name the language"
|
378 |
+
msgstr "Nommez la langue"
|
379 |
|
380 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
381 |
+
msgid ""
|
382 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
383 |
+
msgstr ""
|
384 |
+
"Impossible de traduire mon contenu dynamique, par exemple, message de "
|
385 |
+
"cookie, texte de bouton, etc."
|
386 |
|
387 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
388 |
+
msgid "Name the language and the translator plugin that you are using"
|
389 |
+
msgstr "Nommez la langue et le plugin de traduction que vous utilisez"
|
390 |
+
|
391 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
392 |
+
msgid "Upgrade to pro"
|
393 |
+
msgstr "Passer à Pro"
|
394 |
+
|
395 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
396 |
#: admin/views/admin-settings-general.php:10
|
397 |
+
#: admin/views/admin-settings-general.php:66
|
398 |
msgid "Other"
|
399 |
msgstr "Autre"
|
400 |
|
401 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
402 |
msgid "Could you tell us a bit more?"
|
403 |
msgstr "Pourriez-vous nous en dire un peu plus ?"
|
404 |
|
405 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
406 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
407 |
msgstr "Si vous avez un moment, faites nous savoir pourquoi vous désactivez:"
|
408 |
|
409 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
410 |
+
msgid ""
|
411 |
+
"We do not collect any personal data when you submit this form. It's your "
|
412 |
+
"feedback that we value."
|
413 |
+
msgstr ""
|
414 |
+
"Nous ne collectons aucune donnée personnelle lorsque vous soumettez ce "
|
415 |
+
"formulaire. Ce sont vos commentaires que nous apprécions."
|
416 |
+
|
417 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
418 |
+
msgid "Privacy Policy"
|
419 |
+
msgstr "Politique de confidentialité"
|
420 |
|
421 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
422 |
msgid "Go to support"
|
423 |
msgstr "Passer à support"
|
424 |
|
425 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
426 |
msgid "Submit & Deactivate"
|
427 |
msgstr "Soumettre & désactiver"
|
428 |
|
429 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
430 |
+
msgid "I rather wouldn't say"
|
431 |
+
msgstr "Je préfère ne pas dire"
|
432 |
+
|
433 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
434 |
#: admin/views/admin_necessary_cookie.php:20
|
435 |
#: admin/views/admin_non_necessary_cookie.php:17
|
450 |
msgid "Unable to reset settings."
|
451 |
msgstr "Impossible de réinitialiser les réglages."
|
452 |
|
|
|
|
|
|
|
|
|
453 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
454 |
msgid "Cookie bar is currently active"
|
455 |
msgstr "La barre de cookies est actuellement active"
|
630 |
#: admin/views/admin-settings-buttons.php:311
|
631 |
#: admin/views/admin-settings-general.php:38
|
632 |
#: admin/views/admin-settings-general.php:54
|
633 |
+
#: admin/views/admin-settings-general.php:74
|
634 |
+
#: admin/views/admin-settings-general.php:82
|
635 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
636 |
#: admin/views/admin-settings-messagebar.php:86
|
637 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
638 |
#: admin/views/admin_non_necessary_cookie.php:32
|
639 |
msgid "Yes"
|
640 |
msgstr "Oui"
|
645 |
#: admin/views/admin-settings-buttons.php:312
|
646 |
#: admin/views/admin-settings-general.php:39
|
647 |
#: admin/views/admin-settings-general.php:55
|
648 |
+
#: admin/views/admin-settings-general.php:75
|
649 |
+
#: admin/views/admin-settings-general.php:83
|
650 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
651 |
#: admin/views/admin-settings-messagebar.php:87
|
652 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
653 |
#: admin/views/admin_non_necessary_cookie.php:33
|
654 |
#: public/modules/script-blocker/views/settings.php:139
|
655 |
msgid "No"
|
778 |
msgid "This option will not work along with `Popup overlay`."
|
779 |
msgstr "Cette option ne fonctionnera pas avec `Popup Overlay`."
|
780 |
|
|
|
|
|
|
|
|
|
|
|
781 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
msgid "Reload after \"scroll accept\" event?"
|
783 |
msgstr "Recharger après l’événement d’acceptation lié au défilement ?"
|
784 |
|
785 |
+
#: admin/views/admin-settings-general.php:80
|
786 |
msgid "Reload after Accept button click"
|
787 |
msgstr "Recharger la page au clic sur le bouton de consentement"
|
788 |
|
789 |
+
#: admin/views/admin-settings-general.php:87
|
790 |
msgid "Reload after Reject button click"
|
791 |
msgstr "Recharger la page au clic sur le bouton de refus"
|
792 |
|
922 |
msgstr "Barre de cookies"
|
923 |
|
924 |
#: admin/views/admin-settings-messagebar.php:10
|
925 |
+
#: admin/views/admin-settings-messagebar.php:145
|
926 |
+
msgid "Revisit consent"
|
927 |
+
msgstr "Revoir le consentement"
|
928 |
|
929 |
#: admin/views/admin-settings-messagebar.php:15
|
930 |
msgid "Cookie Bar"
|
1045 |
msgid "On hide"
|
1046 |
msgstr "Au masquage"
|
1047 |
|
1048 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1049 |
+
msgid "previously"
|
1050 |
+
msgstr "précédemment"
|
1051 |
+
|
1052 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1053 |
+
msgid "Show again tab"
|
1054 |
+
msgstr "Afficher à nouveau l'onglet"
|
1055 |
+
|
1056 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1057 |
+
msgid ""
|
1058 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1059 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1060 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1061 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1062 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1063 |
+
"website."
|
1064 |
+
msgstr ""
|
1065 |
+
"Le consentement de réexamen permettra aux visiteurs de visualiser / "
|
1066 |
+
"modifier / révoquer leurs préférences antérieures. Cela peut être fait via "
|
1067 |
+
"un widget et / ou un shortcode. Un petit widget de confidentialité s'affiche "
|
1068 |
+
"automatiquement en pied de page de votre site Web si l'option widget est "
|
1069 |
+
"activée. Vous pouvez également insérer manuellement un lien pour gérer le "
|
1070 |
+
"consentement en ajoutant le shortcode <b>[wt_cli_manage_consent]</b> à votre "
|
1071 |
+
"site Web."
|
1072 |
+
|
1073 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1074 |
+
msgid "Enable revisit consent widget"
|
1075 |
+
msgstr "Activer le widget de réexamen de consentement"
|
1076 |
+
|
1077 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1078 |
+
msgid ""
|
1079 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1080 |
+
"the footer of your website."
|
1081 |
+
msgstr ""
|
1082 |
+
"En activant cette option, un petit widget de confidentialité s'affiche "
|
1083 |
+
"automatiquement en pied de page de votre site Web."
|
1084 |
+
|
1085 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1086 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1087 |
+
msgid "Tab Position"
|
1088 |
+
msgstr "Position de l’onglet"
|
1089 |
+
|
1090 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1091 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1092 |
+
msgid "Right"
|
1093 |
+
msgstr "Droite"
|
1094 |
+
|
1095 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1096 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1097 |
+
msgid "Left"
|
1098 |
+
msgstr "Gauche"
|
1099 |
+
|
1100 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1101 |
+
msgid "Bottom Right"
|
1102 |
+
msgstr "En bas à droite"
|
1103 |
+
|
1104 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1105 |
+
msgid "Bottom Left"
|
1106 |
+
msgstr "En bas à gauche"
|
1107 |
+
|
1108 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1109 |
+
msgid "Top Right"
|
1110 |
+
msgstr "En haut à droite"
|
1111 |
+
|
1112 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1113 |
+
msgid "Top Left"
|
1114 |
+
msgstr "En haut à gauche"
|
1115 |
+
|
1116 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1117 |
+
msgid "From Right Margin"
|
1118 |
+
msgstr "De la marge droite"
|
1119 |
+
|
1120 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1121 |
+
msgid "From Left Margin"
|
1122 |
+
msgstr "Depuis la marge externe de gauche"
|
1123 |
+
|
1124 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1125 |
+
msgid "Specify"
|
1126 |
+
msgstr "Spécifier"
|
1127 |
+
|
1128 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1129 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1130 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1131 |
+
msgid "Title"
|
1132 |
+
msgstr "Titre"
|
1133 |
+
|
1134 |
#: admin/views/admin-settings-save-button.php:12
|
1135 |
#: admin/views/admin_necessary_cookie.php:52
|
1136 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1137 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1138 |
msgid "Update Settings"
|
1139 |
msgstr "Mettre à jour les réglages"
|
1140 |
|
1142 |
msgid "Necessary Cookie Settings"
|
1143 |
msgstr "Paramètres de cookies nécessaires"
|
1144 |
|
|
|
|
|
|
|
|
|
|
|
1145 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1146 |
msgid "Non-necessary Cookie Settings"
|
1147 |
msgstr "Réglages de cookies non indispensables"
|
1349 |
"Veuillez vous assurer que le cache est effacé après chaque mise à jour du "
|
1350 |
"plugin, surtout si vous avez minifié des fichiers JS et / ou CSS."
|
1351 |
|
1352 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1353 |
#, php-format
|
1354 |
msgid ""
|
1355 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1360 |
"plugin. Nous apprécierions vraiment que vous preniez un moment pour déposer "
|
1361 |
"une critique rapide qui nous inspirera à continuer."
|
1362 |
|
1363 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1364 |
msgid "Remind me later"
|
1365 |
msgstr "Rappelez-moi plus tard"
|
1366 |
|
1367 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1368 |
msgid "Not interested"
|
1369 |
msgstr "Pas intéressé"
|
1370 |
|
1371 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1372 |
msgid "Review now"
|
1373 |
msgstr "Revoir maintenant"
|
1374 |
|
1381 |
msgstr "Liste des Cookies"
|
1382 |
|
1383 |
#: public/class-cookie-law-info-public.php:253
|
1384 |
+
#: public/modules/shortcode/shortcode.php:208
|
1385 |
msgid "Cookie"
|
1386 |
msgstr "Cookie"
|
1387 |
|
1417 |
msgid "Nothing found in Trash"
|
1418 |
msgstr "Rien de trouvé dans la corbeille"
|
1419 |
|
1420 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1421 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1422 |
msgid "Script Blocker"
|
1423 |
msgstr "Bloqueur de scripts"
|
1424 |
|
1425 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1426 |
msgid "Status updated"
|
1427 |
msgstr "Statut mis à jour"
|
1428 |
|
1429 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1430 |
msgid "Advanced script rendering"
|
1431 |
msgstr "Rendu de script avancé"
|
1432 |
|
1433 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1434 |
#: public/modules/script-blocker/views/settings.php:7
|
1435 |
msgid "Enable"
|
1436 |
msgstr "Activer"
|
1437 |
|
1438 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1439 |
#: public/modules/script-blocker/views/settings.php:7
|
1440 |
msgid "Disable"
|
1441 |
msgstr "Désactiver"
|
1442 |
|
1443 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1444 |
msgid ""
|
1445 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1446 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1519 |
msgid "Inactive"
|
1520 |
msgstr "Inactive"
|
1521 |
|
1522 |
+
#: public/modules/shortcode/shortcode.php:99
|
1523 |
msgid "Your current state:"
|
1524 |
msgstr "Votre état actuel:"
|
1525 |
|
1526 |
+
#: public/modules/shortcode/shortcode.php:104
|
1527 |
msgid "Consent accepted."
|
1528 |
msgstr "Consentement accepté."
|
1529 |
|
1530 |
+
#: public/modules/shortcode/shortcode.php:107
|
1531 |
msgid "Consent rejected."
|
1532 |
msgstr "Consentement rejeté."
|
1533 |
|
1534 |
+
#: public/modules/shortcode/shortcode.php:111
|
1535 |
msgid "No consent given."
|
1536 |
msgstr "Aucun consentement donné."
|
1537 |
|
1538 |
+
#: public/modules/shortcode/shortcode.php:113
|
1539 |
msgid "Manage your consent."
|
1540 |
msgstr "Gérez votre consentement."
|
1541 |
|
1542 |
+
#: public/modules/shortcode/shortcode.php:150
|
1543 |
msgid "Delete Cookies"
|
1544 |
msgstr "Supprimer les cookies"
|
1545 |
|
1546 |
+
#: public/modules/shortcode/shortcode.php:186
|
1547 |
msgid "No records found"
|
1548 |
msgstr "Aucun enregistrement trouvé"
|
1549 |
|
1550 |
+
#: public/modules/shortcode/shortcode.php:212
|
1551 |
msgid "Type"
|
1552 |
msgstr "Type"
|
1553 |
|
1554 |
+
#: public/modules/shortcode/shortcode.php:216
|
1555 |
msgid "Duration"
|
1556 |
msgstr "Durée"
|
1557 |
|
1558 |
+
#: public/modules/shortcode/shortcode.php:533
|
1559 |
msgid "Close the cookie bar"
|
1560 |
msgstr "Fermez la barre de cookies"
|
1561 |
|
1562 |
+
#: public/modules/shortcode/shortcode.php:533
|
1563 |
msgid "Close and Accept"
|
1564 |
msgstr "Fermer l'en-tête"
|
1565 |
|
1579 |
msgid "Show less"
|
1580 |
msgstr "Montre moins"
|
1581 |
|
1582 |
+
#~ msgid ""
|
1583 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1584 |
+
#~ "bit more?"
|
1585 |
+
#~ msgstr ""
|
1586 |
+
#~ "Quel plugin utilisez-vous pour la traduction linguistique? Pouvez-vous "
|
1587 |
+
#~ "nous en dire un peu plus?"
|
1588 |
+
|
1589 |
+
#~ msgid "Caching issues"
|
1590 |
+
#~ msgstr "Problèmes de mise en cache"
|
1591 |
+
|
1592 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1593 |
+
#~ msgstr ""
|
1594 |
+
#~ "Quel plugin de mise en cache utilisez-vous? Pouvez-vous nous en dire un "
|
1595 |
+
#~ "peu plus?"
|
1596 |
+
|
1597 |
+
#~ msgid "Cookie Law Settings"
|
1598 |
+
#~ msgstr "Réglages Cookie Law"
|
1599 |
+
|
1600 |
+
#~ msgid "Show Again Tab"
|
1601 |
+
#~ msgstr "Afficher de nouveau la barre"
|
1602 |
+
|
1603 |
+
#~ msgid "Use Show Again Tab?"
|
1604 |
+
#~ msgstr "Utiliser l’onglet Afficher à nouveau ?"
|
1605 |
+
|
1606 |
+
#~ msgid "Show More Text"
|
1607 |
+
#~ msgstr "Texte du message permettant d’en savoir plus"
|
1608 |
+
|
1609 |
#~ msgid "Non-necessary Cookie"
|
1610 |
#~ msgstr "Cookie non nécessaire"
|
1611 |
|
1702 |
#~ "Un moyen simple de montrer que votre site Web est conforme à la loi "
|
1703 |
#~ "européenne sur les cookies (GDPR)."
|
1704 |
|
|
|
|
|
|
|
1705 |
#~ msgid "Put the cookie bar in either the header or the footer."
|
1706 |
#~ msgstr "Placez la barre des cookies dans l'en-tête ou le pied de page."
|
1707 |
|
languages/cookie-law-info-hr.mo
CHANGED
Binary file
|
languages/cookie-law-info-hr.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: hr\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
15 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
@@ -19,6 +19,7 @@ msgstr ""
|
|
19 |
#: admin/class-cookie-law-info-admin.php:147
|
20 |
#: admin/class-cookie-law-info-admin.php:148
|
21 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
22 |
msgid "Settings"
|
23 |
msgstr "Podešavanja"
|
24 |
|
@@ -46,9 +47,9 @@ msgstr "Pregled privatnosti"
|
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
-
#: public/modules/script-blocker/script-blocker.php:
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Nemate dovoljno dopuštenja za izvođenje ove operacije"
|
54 |
|
@@ -168,7 +169,7 @@ msgid "Confirm"
|
|
168 |
msgstr "Potvrda"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
172 |
msgid "Cancel"
|
173 |
msgstr "Otkaži"
|
174 |
|
@@ -296,7 +297,7 @@ msgstr "Naslov"
|
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
-
#: public/modules/shortcode/shortcode.php:
|
300 |
msgid "Description"
|
301 |
msgstr "Opis"
|
302 |
|
@@ -321,91 +322,110 @@ msgid "Live preview"
|
|
321 |
msgstr "Pregled uživo"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
-
msgid "The plugin is
|
325 |
-
msgstr "Dodatak je
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Opišite na kojem se području suočavate s poteškoćama"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
-
msgid "Which plugin
|
337 |
-
msgstr "Koji dodatak
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
344 |
-
msgid ""
|
345 |
-
"
|
346 |
-
"more?"
|
347 |
-
msgstr ""
|
348 |
-
"Koji dodatak koristite za prijevod jezika? Možete li nam reći nešto više?"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
351 |
-
msgid "
|
352 |
-
msgstr "
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
355 |
-
msgid "
|
356 |
-
msgstr ""
|
357 |
-
"Koji dodatak za predmemoriranje koristite? Možete li nam reći nešto više?"
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
360 |
-
msgid "
|
361 |
-
msgstr "
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
364 |
-
msgid "Which plugin?"
|
365 |
-
msgstr "Koji dodatak?"
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
368 |
-
msgid "
|
369 |
-
msgstr "
|
370 |
|
371 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
372 |
-
msgid "
|
373 |
-
msgstr "
|
374 |
|
375 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
376 |
-
msgid "
|
377 |
-
msgstr "
|
378 |
|
379 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
380 |
-
msgid "
|
381 |
-
|
|
|
|
|
|
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
#: admin/views/admin-settings-general.php:10
|
385 |
-
#: admin/views/admin-settings-general.php:
|
386 |
msgid "Other"
|
387 |
msgstr "Drugo"
|
388 |
|
389 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
390 |
msgid "Could you tell us a bit more?"
|
391 |
msgstr "Možete li nam reći nešto više?"
|
392 |
|
393 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
394 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
395 |
msgstr "Ako imate trenutak, javite nam zašto deaktivirate:"
|
396 |
|
397 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
398 |
-
msgid "
|
399 |
-
|
|
|
|
|
|
|
|
|
400 |
|
401 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
402 |
msgid "Go to support"
|
403 |
msgstr "Idite na podršku"
|
404 |
|
405 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
406 |
msgid "Submit & Deactivate"
|
407 |
msgstr "Pošaljite i deaktivirajte"
|
408 |
|
|
|
|
|
|
|
|
|
409 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
410 |
#: admin/views/admin_necessary_cookie.php:20
|
411 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -426,10 +446,6 @@ msgstr "Postavke su obnovljene."
|
|
426 |
msgid "Unable to reset settings."
|
427 |
msgstr "Ažuriranje postavki nije moguće."
|
428 |
|
429 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
430 |
-
msgid "Cookie Law Settings"
|
431 |
-
msgstr "Postavke kolačića"
|
432 |
-
|
433 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
434 |
msgid "Cookie bar is currently active"
|
435 |
msgstr "Traka kolačića trenutno je aktivna"
|
@@ -610,13 +626,11 @@ msgstr "Otvori u novom prozoru?"
|
|
610 |
#: admin/views/admin-settings-buttons.php:311
|
611 |
#: admin/views/admin-settings-general.php:38
|
612 |
#: admin/views/admin-settings-general.php:54
|
613 |
-
#: admin/views/admin-settings-general.php:
|
614 |
-
#: admin/views/admin-settings-general.php:
|
615 |
-
#: admin/views/admin-settings-general.php:
|
616 |
-
#: admin/views/admin-settings-general.php:155
|
617 |
#: admin/views/admin-settings-messagebar.php:86
|
618 |
#: admin/views/admin-settings-messagebar.php:110
|
619 |
-
#: admin/views/admin-settings-messagebar.php:150
|
620 |
#: admin/views/admin_non_necessary_cookie.php:32
|
621 |
msgid "Yes"
|
622 |
msgstr "Da"
|
@@ -627,13 +641,11 @@ msgstr "Da"
|
|
627 |
#: admin/views/admin-settings-buttons.php:312
|
628 |
#: admin/views/admin-settings-general.php:39
|
629 |
#: admin/views/admin-settings-general.php:55
|
630 |
-
#: admin/views/admin-settings-general.php:
|
631 |
-
#: admin/views/admin-settings-general.php:
|
632 |
-
#: admin/views/admin-settings-general.php:
|
633 |
-
#: admin/views/admin-settings-general.php:156
|
634 |
#: admin/views/admin-settings-messagebar.php:87
|
635 |
#: admin/views/admin-settings-messagebar.php:111
|
636 |
-
#: admin/views/admin-settings-messagebar.php:151
|
637 |
#: admin/views/admin_non_necessary_cookie.php:33
|
638 |
#: public/modules/script-blocker/views/settings.php:139
|
639 |
msgid "No"
|
@@ -758,81 +770,15 @@ msgstr ""
|
|
758 |
msgid "This option will not work along with `Popup overlay`."
|
759 |
msgstr "Ova opcija neće raditi zajedno s opcijom \"Popup overlay\"."
|
760 |
|
761 |
-
#: admin/views/admin-settings-general.php:66
|
762 |
-
#: admin/views/admin-settings-messagebar.php:145
|
763 |
-
msgid "Show Again Tab"
|
764 |
-
msgstr "Ne prikazuj ponovo"
|
765 |
-
|
766 |
#: admin/views/admin-settings-general.php:69
|
767 |
-
#: admin/views/admin-settings-messagebar.php:148
|
768 |
-
msgid "Use Show Again Tab?"
|
769 |
-
msgstr "Koristite karticu Ponovno prikazivanje?"
|
770 |
-
|
771 |
-
#: admin/views/admin-settings-general.php:77
|
772 |
-
#: admin/views/admin-settings-general.php:94
|
773 |
-
#: admin/views/admin-settings-messagebar.php:156
|
774 |
-
#: admin/views/admin-settings-messagebar.php:173
|
775 |
-
msgid "Tab Position"
|
776 |
-
msgstr "Pozicija"
|
777 |
-
|
778 |
-
#: admin/views/admin-settings-general.php:82
|
779 |
-
#: admin/views/admin-settings-general.php:85
|
780 |
-
#: admin/views/admin-settings-messagebar.php:161
|
781 |
-
#: admin/views/admin-settings-messagebar.php:164
|
782 |
-
msgid "Right"
|
783 |
-
msgstr "Desno"
|
784 |
-
|
785 |
-
#: admin/views/admin-settings-general.php:83
|
786 |
-
#: admin/views/admin-settings-general.php:86
|
787 |
-
#: admin/views/admin-settings-messagebar.php:162
|
788 |
-
#: admin/views/admin-settings-messagebar.php:165
|
789 |
-
msgid "Left"
|
790 |
-
msgstr "Lijevo"
|
791 |
-
|
792 |
-
#: admin/views/admin-settings-general.php:101
|
793 |
-
#: admin/views/admin-settings-messagebar.php:180
|
794 |
-
msgid "Bottom Right"
|
795 |
-
msgstr "Dolje desno"
|
796 |
-
|
797 |
-
#: admin/views/admin-settings-general.php:104
|
798 |
-
#: admin/views/admin-settings-messagebar.php:183
|
799 |
-
msgid "Bottom Left"
|
800 |
-
msgstr "Dole lijevo"
|
801 |
-
|
802 |
-
#: admin/views/admin-settings-general.php:107
|
803 |
-
#: admin/views/admin-settings-messagebar.php:186
|
804 |
-
msgid "Top Right"
|
805 |
-
msgstr "Gore desno"
|
806 |
-
|
807 |
-
#: admin/views/admin-settings-general.php:110
|
808 |
-
#: admin/views/admin-settings-messagebar.php:189
|
809 |
-
msgid "Top Left"
|
810 |
-
msgstr "Gore lijevo"
|
811 |
-
|
812 |
-
#: admin/views/admin-settings-general.php:117
|
813 |
-
#: admin/views/admin-settings-messagebar.php:196
|
814 |
-
msgid "From Left Margin"
|
815 |
-
msgstr "Lijeva margina"
|
816 |
-
|
817 |
-
#: admin/views/admin-settings-general.php:120
|
818 |
-
#: admin/views/admin-settings-messagebar.php:199
|
819 |
-
msgid "Specify"
|
820 |
-
msgstr "Ukloni masku"
|
821 |
-
|
822 |
-
#: admin/views/admin-settings-general.php:124
|
823 |
-
#: admin/views/admin-settings-messagebar.php:203
|
824 |
-
msgid "Show More Text"
|
825 |
-
msgstr "Prikaži više"
|
826 |
-
|
827 |
-
#: admin/views/admin-settings-general.php:135
|
828 |
msgid "Reload after \"scroll accept\" event?"
|
829 |
msgstr "Ponovo učitati nakon događaja \"scroll accept\"?"
|
830 |
|
831 |
-
#: admin/views/admin-settings-general.php:
|
832 |
msgid "Reload after Accept button click"
|
833 |
msgstr "Ponovno učitavanje nakon što kliknete na gumb Prihvati"
|
834 |
|
835 |
-
#: admin/views/admin-settings-general.php:
|
836 |
msgid "Reload after Reject button click"
|
837 |
msgstr "Ponovno učitavanje nakon klika gumba Odbij"
|
838 |
|
@@ -962,8 +908,9 @@ msgid "Cookie bar"
|
|
962 |
msgstr "Kolačić s kolačićima"
|
963 |
|
964 |
#: admin/views/admin-settings-messagebar.php:10
|
965 |
-
|
966 |
-
|
|
|
967 |
|
968 |
#: admin/views/admin-settings-messagebar.php:15
|
969 |
msgid "Cookie Bar"
|
@@ -1082,10 +1029,95 @@ msgstr "Lepljivo"
|
|
1082 |
msgid "On hide"
|
1083 |
msgstr "Na skrovištu"
|
1084 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1085 |
#: admin/views/admin-settings-save-button.php:12
|
1086 |
#: admin/views/admin_necessary_cookie.php:52
|
1087 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1088 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1089 |
msgid "Update Settings"
|
1090 |
msgstr "Ažuriraj postavke"
|
1091 |
|
@@ -1093,11 +1125,6 @@ msgstr "Ažuriraj postavke"
|
|
1093 |
msgid "Necessary Cookie Settings"
|
1094 |
msgstr "Potrebne postavke kolačića"
|
1095 |
|
1096 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1097 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1098 |
-
msgid "Title"
|
1099 |
-
msgstr "Naslov"
|
1100 |
-
|
1101 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1102 |
msgid "Non-necessary Cookie Settings"
|
1103 |
msgstr "Nepotrebne postavke kolačića"
|
@@ -1296,7 +1323,7 @@ msgstr ""
|
|
1296 |
"Molimo provjerite je li predmemorija izbrisana nakon svakog ažuriranja "
|
1297 |
"dodatka, posebno ako imate minificirane JS i / ili CSS datoteke."
|
1298 |
|
1299 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1300 |
#, php-format
|
1301 |
msgid ""
|
1302 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1307,15 +1334,15 @@ msgstr ""
|
|
1307 |
"Zaista bismo bili zahvalni ako biste izdvojili trenutak i odustali od "
|
1308 |
"kratkog pregleda koji će nas nadahnuti da nastavimo dalje."
|
1309 |
|
1310 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1311 |
msgid "Remind me later"
|
1312 |
msgstr "Podsjeti me kasnije"
|
1313 |
|
1314 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1315 |
msgid "Not interested"
|
1316 |
msgstr "Ne zanima me"
|
1317 |
|
1318 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1319 |
msgid "Review now"
|
1320 |
msgstr "Pregledajte odmah"
|
1321 |
|
@@ -1328,7 +1355,7 @@ msgid "Cookie List"
|
|
1328 |
msgstr "Popis kolačića"
|
1329 |
|
1330 |
#: public/class-cookie-law-info-public.php:253
|
1331 |
-
#: public/modules/shortcode/shortcode.php:
|
1332 |
msgid "Cookie"
|
1333 |
msgstr "Kolačić"
|
1334 |
|
@@ -1364,30 +1391,30 @@ msgstr "Ništa nije pronađeno"
|
|
1364 |
msgid "Nothing found in Trash"
|
1365 |
msgstr "Ništa nije pronađeno u smeću"
|
1366 |
|
1367 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1368 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1369 |
msgid "Script Blocker"
|
1370 |
msgstr "Script Blocker"
|
1371 |
|
1372 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1373 |
msgid "Status updated"
|
1374 |
msgstr "Status ažuriran"
|
1375 |
|
1376 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1377 |
msgid "Advanced script rendering"
|
1378 |
msgstr "Napredno prikazivanje skripti"
|
1379 |
|
1380 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1381 |
#: public/modules/script-blocker/views/settings.php:7
|
1382 |
msgid "Enable"
|
1383 |
msgstr "Omogući"
|
1384 |
|
1385 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1386 |
#: public/modules/script-blocker/views/settings.php:7
|
1387 |
msgid "Disable"
|
1388 |
msgstr "Onemogući"
|
1389 |
|
1390 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1391 |
msgid ""
|
1392 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1393 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1463,47 +1490,47 @@ msgstr "Onemogućeno: dodaci će se prikazati prije dobivanja pristanka."
|
|
1463 |
msgid "Inactive"
|
1464 |
msgstr "Neaktivno"
|
1465 |
|
1466 |
-
#: public/modules/shortcode/shortcode.php:
|
1467 |
msgid "Your current state:"
|
1468 |
msgstr "Vaše trenutno stanje:"
|
1469 |
|
1470 |
-
#: public/modules/shortcode/shortcode.php:
|
1471 |
msgid "Consent accepted."
|
1472 |
msgstr "Pristanak prihvaćen."
|
1473 |
|
1474 |
-
#: public/modules/shortcode/shortcode.php:
|
1475 |
msgid "Consent rejected."
|
1476 |
msgstr "Pristanak odbijen."
|
1477 |
|
1478 |
-
#: public/modules/shortcode/shortcode.php:
|
1479 |
msgid "No consent given."
|
1480 |
msgstr "Nema pristanka."
|
1481 |
|
1482 |
-
#: public/modules/shortcode/shortcode.php:
|
1483 |
msgid "Manage your consent."
|
1484 |
msgstr "Upravljajte svojim pristankom."
|
1485 |
|
1486 |
-
#: public/modules/shortcode/shortcode.php:
|
1487 |
msgid "Delete Cookies"
|
1488 |
msgstr "Izbriši kolačiće"
|
1489 |
|
1490 |
-
#: public/modules/shortcode/shortcode.php:
|
1491 |
msgid "No records found"
|
1492 |
msgstr "Nije pronađen nijedan zapis"
|
1493 |
|
1494 |
-
#: public/modules/shortcode/shortcode.php:
|
1495 |
msgid "Type"
|
1496 |
msgstr "Tip"
|
1497 |
|
1498 |
-
#: public/modules/shortcode/shortcode.php:
|
1499 |
msgid "Duration"
|
1500 |
msgstr "Trajanje"
|
1501 |
|
1502 |
-
#: public/modules/shortcode/shortcode.php:
|
1503 |
msgid "Close the cookie bar"
|
1504 |
msgstr "Zatvorite traku s kolačićima"
|
1505 |
|
1506 |
-
#: public/modules/shortcode/shortcode.php:
|
1507 |
msgid "Close and Accept"
|
1508 |
msgstr "Zatvori i prihvati"
|
1509 |
|
@@ -1523,6 +1550,31 @@ msgstr "Prikaži više"
|
|
1523 |
msgid "Show less"
|
1524 |
msgstr "Prikaži manje"
|
1525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1526 |
#~ msgid "Non-necessary Cookie"
|
1527 |
#~ msgstr "Postavke kolačića"
|
1528 |
|
@@ -1570,9 +1622,6 @@ msgstr "Prikaži manje"
|
|
1570 |
#~ msgid "About the law"
|
1571 |
#~ msgstr "Postavke kolačića"
|
1572 |
|
1573 |
-
#~ msgid "Privacy & Cookies Policy"
|
1574 |
-
#~ msgstr "Pregled privatnosti"
|
1575 |
-
|
1576 |
#~ msgid "Priority"
|
1577 |
#~ msgstr "Prioritet"
|
1578 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:32+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:33+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: hr\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
15 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
#: admin/class-cookie-law-info-admin.php:147
|
20 |
#: admin/class-cookie-law-info-admin.php:148
|
21 |
#: admin/class-cookie-law-info-admin.php:247
|
22 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
23 |
msgid "Settings"
|
24 |
msgstr "Podešavanja"
|
25 |
|
47 |
#: admin/class-cookie-law-info-admin.php:334
|
48 |
#: admin/class-cookie-law-info-admin.php:378
|
49 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
52 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
53 |
msgid "You do not have sufficient permission to perform this operation"
|
54 |
msgstr "Nemate dovoljno dopuštenja za izvođenje ove operacije"
|
55 |
|
169 |
msgstr "Potvrda"
|
170 |
|
171 |
#: admin/modules/ccpa/ccpa.php:108
|
172 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
173 |
msgid "Cancel"
|
174 |
msgstr "Otkaži"
|
175 |
|
297 |
#: admin/views/admin_necessary_cookie.php:39
|
298 |
#: admin/views/admin_non_necessary_cookie.php:54
|
299 |
#: public/modules/script-blocker/views/settings.php:142
|
300 |
+
#: public/modules/shortcode/shortcode.php:220
|
301 |
msgid "Description"
|
302 |
msgstr "Opis"
|
303 |
|
322 |
msgstr "Pregled uživo"
|
323 |
|
324 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
325 |
+
msgid "The plugin is complex to set up"
|
326 |
+
msgstr "Dodatak je složen za postavljanje"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
329 |
msgid "Please describe which area you are facing difficulties"
|
330 |
msgstr "Opišite na kojem se području suočavate s poteškoćama"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
333 |
+
msgid "I found a better plugin"
|
334 |
+
msgstr "Pronašao sam bolji dodatak"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
337 |
+
msgid "Which plugin?"
|
338 |
+
msgstr "Koji dodatak?"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
341 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
342 |
+
msgstr "Dodatak je sjajan, ali trebam određenu značajku koju ne podržavate"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
+
msgid "Could you tell us more about that feature?"
|
346 |
+
msgstr "Možete li nam reći više o toj značajci?"
|
|
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
+
msgid "The plugin didn't work as expected"
|
350 |
+
msgstr "Dodatak nije radio kako se očekivalo"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
+
msgid "What did you expect?"
|
354 |
+
msgstr "Što si očekivao?"
|
|
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
357 |
+
msgid "A conflict with another plugin or theme"
|
358 |
+
msgstr "Sukob s drugim dodatkom ili temom"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
361 |
+
msgid "Which plugin or theme?"
|
362 |
+
msgstr "Koji dodatak ili tema?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
365 |
+
msgid "Translation issues"
|
366 |
+
msgstr "Problemi s prijevodom"
|
367 |
|
368 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
369 |
+
msgid "Incorrect/missing translation"
|
370 |
+
msgstr "Pogrešan / nedostaje prijevod"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
373 |
+
msgid "Name the language"
|
374 |
+
msgstr "Nazovite jezik"
|
375 |
|
376 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
377 |
+
msgid ""
|
378 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
379 |
+
msgstr ""
|
380 |
+
"Ne mogu prevesti svoj dinamički sadržaj, npr. Poruku kolačića, tekst gumba "
|
381 |
+
"itd"
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
384 |
+
msgid "Name the language and the translator plugin that you are using"
|
385 |
+
msgstr "Nazovite jezik i dodatak za prevoditelj koji koristite"
|
386 |
+
|
387 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
388 |
+
msgid "Upgrade to pro"
|
389 |
+
msgstr "Nadogradi na pro"
|
390 |
+
|
391 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
392 |
#: admin/views/admin-settings-general.php:10
|
393 |
+
#: admin/views/admin-settings-general.php:66
|
394 |
msgid "Other"
|
395 |
msgstr "Drugo"
|
396 |
|
397 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
398 |
msgid "Could you tell us a bit more?"
|
399 |
msgstr "Možete li nam reći nešto više?"
|
400 |
|
401 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
402 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
403 |
msgstr "Ako imate trenutak, javite nam zašto deaktivirate:"
|
404 |
|
405 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
406 |
+
msgid ""
|
407 |
+
"We do not collect any personal data when you submit this form. It's your "
|
408 |
+
"feedback that we value."
|
409 |
+
msgstr ""
|
410 |
+
"Kad predate ovaj obrazac, ne prikupljamo nikakve osobne podatke. Vaše "
|
411 |
+
"povratne informacije cijenimo."
|
412 |
|
413 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
414 |
+
msgid "Privacy Policy"
|
415 |
+
msgstr "Postavke pravila o privatnosti"
|
416 |
+
|
417 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
418 |
msgid "Go to support"
|
419 |
msgstr "Idite na podršku"
|
420 |
|
421 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
422 |
msgid "Submit & Deactivate"
|
423 |
msgstr "Pošaljite i deaktivirajte"
|
424 |
|
425 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
426 |
+
msgid "I rather wouldn't say"
|
427 |
+
msgstr "Radije ne bih rekao"
|
428 |
+
|
429 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
430 |
#: admin/views/admin_necessary_cookie.php:20
|
431 |
#: admin/views/admin_non_necessary_cookie.php:17
|
446 |
msgid "Unable to reset settings."
|
447 |
msgstr "Ažuriranje postavki nije moguće."
|
448 |
|
|
|
|
|
|
|
|
|
449 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
450 |
msgid "Cookie bar is currently active"
|
451 |
msgstr "Traka kolačića trenutno je aktivna"
|
626 |
#: admin/views/admin-settings-buttons.php:311
|
627 |
#: admin/views/admin-settings-general.php:38
|
628 |
#: admin/views/admin-settings-general.php:54
|
629 |
+
#: admin/views/admin-settings-general.php:74
|
630 |
+
#: admin/views/admin-settings-general.php:82
|
631 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
632 |
#: admin/views/admin-settings-messagebar.php:86
|
633 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
634 |
#: admin/views/admin_non_necessary_cookie.php:32
|
635 |
msgid "Yes"
|
636 |
msgstr "Da"
|
641 |
#: admin/views/admin-settings-buttons.php:312
|
642 |
#: admin/views/admin-settings-general.php:39
|
643 |
#: admin/views/admin-settings-general.php:55
|
644 |
+
#: admin/views/admin-settings-general.php:75
|
645 |
+
#: admin/views/admin-settings-general.php:83
|
646 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
647 |
#: admin/views/admin-settings-messagebar.php:87
|
648 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
649 |
#: admin/views/admin_non_necessary_cookie.php:33
|
650 |
#: public/modules/script-blocker/views/settings.php:139
|
651 |
msgid "No"
|
770 |
msgid "This option will not work along with `Popup overlay`."
|
771 |
msgstr "Ova opcija neće raditi zajedno s opcijom \"Popup overlay\"."
|
772 |
|
|
|
|
|
|
|
|
|
|
|
773 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
msgid "Reload after \"scroll accept\" event?"
|
775 |
msgstr "Ponovo učitati nakon događaja \"scroll accept\"?"
|
776 |
|
777 |
+
#: admin/views/admin-settings-general.php:80
|
778 |
msgid "Reload after Accept button click"
|
779 |
msgstr "Ponovno učitavanje nakon što kliknete na gumb Prihvati"
|
780 |
|
781 |
+
#: admin/views/admin-settings-general.php:87
|
782 |
msgid "Reload after Reject button click"
|
783 |
msgstr "Ponovno učitavanje nakon klika gumba Odbij"
|
784 |
|
908 |
msgstr "Kolačić s kolačićima"
|
909 |
|
910 |
#: admin/views/admin-settings-messagebar.php:10
|
911 |
+
#: admin/views/admin-settings-messagebar.php:145
|
912 |
+
msgid "Revisit consent"
|
913 |
+
msgstr "Ponovno posjetite pristanak"
|
914 |
|
915 |
#: admin/views/admin-settings-messagebar.php:15
|
916 |
msgid "Cookie Bar"
|
1029 |
msgid "On hide"
|
1030 |
msgstr "Na skrovištu"
|
1031 |
|
1032 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1033 |
+
msgid "previously"
|
1034 |
+
msgstr "prijašnji"
|
1035 |
+
|
1036 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1037 |
+
msgid "Show again tab"
|
1038 |
+
msgstr "Ne prikazuj ponovo"
|
1039 |
+
|
1040 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1041 |
+
msgid ""
|
1042 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1043 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1044 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1045 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1046 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1047 |
+
"website."
|
1048 |
+
msgstr ""
|
1049 |
+
"Pristanak za ponovni posjet omogućit će posjetiteljima da pregledaju / "
|
1050 |
+
"uređuju / opozivaju svoje prethodne postavke. To se može učiniti pomoću "
|
1051 |
+
"widgeta i / ili kratkog koda. Mali widget za privatnost automatski se "
|
1052 |
+
"prikazuje u podnožju vašeg web mjesta ako je opcija widgeta omogućena. "
|
1053 |
+
"Također možete ručno umetnuti vezu za upravljanje pristankom dodavanjem "
|
1054 |
+
"<b>kratkog koda [wt_cli_manage_consent]</b> na svoje web mjesto."
|
1055 |
+
|
1056 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1057 |
+
msgid "Enable revisit consent widget"
|
1058 |
+
msgstr "Omogućite ponovni posjet widgetu za pristanak"
|
1059 |
+
|
1060 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1061 |
+
msgid ""
|
1062 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1063 |
+
"the footer of your website."
|
1064 |
+
msgstr ""
|
1065 |
+
"Omogućavanjem ove opcije mali se widget za privatnost automatski prikazuje u "
|
1066 |
+
"podnožju vašeg web mjesta."
|
1067 |
+
|
1068 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1069 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1070 |
+
msgid "Tab Position"
|
1071 |
+
msgstr "Pozicija"
|
1072 |
+
|
1073 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1074 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1075 |
+
msgid "Right"
|
1076 |
+
msgstr "Desno"
|
1077 |
+
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1080 |
+
msgid "Left"
|
1081 |
+
msgstr "Lijevo"
|
1082 |
+
|
1083 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1084 |
+
msgid "Bottom Right"
|
1085 |
+
msgstr "Dolje desno"
|
1086 |
+
|
1087 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1088 |
+
msgid "Bottom Left"
|
1089 |
+
msgstr "Dole lijevo"
|
1090 |
+
|
1091 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1092 |
+
msgid "Top Right"
|
1093 |
+
msgstr "Gore desno"
|
1094 |
+
|
1095 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1096 |
+
msgid "Top Left"
|
1097 |
+
msgstr "Gore lijevo"
|
1098 |
+
|
1099 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1100 |
+
msgid "From Right Margin"
|
1101 |
+
msgstr "S desne margine"
|
1102 |
+
|
1103 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1104 |
+
msgid "From Left Margin"
|
1105 |
+
msgstr "Lijeva margina"
|
1106 |
+
|
1107 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1108 |
+
msgid "Specify"
|
1109 |
+
msgstr "Ukloni masku"
|
1110 |
+
|
1111 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1112 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1113 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1114 |
+
msgid "Title"
|
1115 |
+
msgstr "Naslov"
|
1116 |
+
|
1117 |
#: admin/views/admin-settings-save-button.php:12
|
1118 |
#: admin/views/admin_necessary_cookie.php:52
|
1119 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1120 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1121 |
msgid "Update Settings"
|
1122 |
msgstr "Ažuriraj postavke"
|
1123 |
|
1125 |
msgid "Necessary Cookie Settings"
|
1126 |
msgstr "Potrebne postavke kolačića"
|
1127 |
|
|
|
|
|
|
|
|
|
|
|
1128 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1129 |
msgid "Non-necessary Cookie Settings"
|
1130 |
msgstr "Nepotrebne postavke kolačića"
|
1323 |
"Molimo provjerite je li predmemorija izbrisana nakon svakog ažuriranja "
|
1324 |
"dodatka, posebno ako imate minificirane JS i / ili CSS datoteke."
|
1325 |
|
1326 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1327 |
#, php-format
|
1328 |
msgid ""
|
1329 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1334 |
"Zaista bismo bili zahvalni ako biste izdvojili trenutak i odustali od "
|
1335 |
"kratkog pregleda koji će nas nadahnuti da nastavimo dalje."
|
1336 |
|
1337 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1338 |
msgid "Remind me later"
|
1339 |
msgstr "Podsjeti me kasnije"
|
1340 |
|
1341 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1342 |
msgid "Not interested"
|
1343 |
msgstr "Ne zanima me"
|
1344 |
|
1345 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1346 |
msgid "Review now"
|
1347 |
msgstr "Pregledajte odmah"
|
1348 |
|
1355 |
msgstr "Popis kolačića"
|
1356 |
|
1357 |
#: public/class-cookie-law-info-public.php:253
|
1358 |
+
#: public/modules/shortcode/shortcode.php:208
|
1359 |
msgid "Cookie"
|
1360 |
msgstr "Kolačić"
|
1361 |
|
1391 |
msgid "Nothing found in Trash"
|
1392 |
msgstr "Ništa nije pronađeno u smeću"
|
1393 |
|
1394 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1395 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1396 |
msgid "Script Blocker"
|
1397 |
msgstr "Script Blocker"
|
1398 |
|
1399 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1400 |
msgid "Status updated"
|
1401 |
msgstr "Status ažuriran"
|
1402 |
|
1403 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1404 |
msgid "Advanced script rendering"
|
1405 |
msgstr "Napredno prikazivanje skripti"
|
1406 |
|
1407 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1408 |
#: public/modules/script-blocker/views/settings.php:7
|
1409 |
msgid "Enable"
|
1410 |
msgstr "Omogući"
|
1411 |
|
1412 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1413 |
#: public/modules/script-blocker/views/settings.php:7
|
1414 |
msgid "Disable"
|
1415 |
msgstr "Onemogući"
|
1416 |
|
1417 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1418 |
msgid ""
|
1419 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1420 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1490 |
msgid "Inactive"
|
1491 |
msgstr "Neaktivno"
|
1492 |
|
1493 |
+
#: public/modules/shortcode/shortcode.php:99
|
1494 |
msgid "Your current state:"
|
1495 |
msgstr "Vaše trenutno stanje:"
|
1496 |
|
1497 |
+
#: public/modules/shortcode/shortcode.php:104
|
1498 |
msgid "Consent accepted."
|
1499 |
msgstr "Pristanak prihvaćen."
|
1500 |
|
1501 |
+
#: public/modules/shortcode/shortcode.php:107
|
1502 |
msgid "Consent rejected."
|
1503 |
msgstr "Pristanak odbijen."
|
1504 |
|
1505 |
+
#: public/modules/shortcode/shortcode.php:111
|
1506 |
msgid "No consent given."
|
1507 |
msgstr "Nema pristanka."
|
1508 |
|
1509 |
+
#: public/modules/shortcode/shortcode.php:113
|
1510 |
msgid "Manage your consent."
|
1511 |
msgstr "Upravljajte svojim pristankom."
|
1512 |
|
1513 |
+
#: public/modules/shortcode/shortcode.php:150
|
1514 |
msgid "Delete Cookies"
|
1515 |
msgstr "Izbriši kolačiće"
|
1516 |
|
1517 |
+
#: public/modules/shortcode/shortcode.php:186
|
1518 |
msgid "No records found"
|
1519 |
msgstr "Nije pronađen nijedan zapis"
|
1520 |
|
1521 |
+
#: public/modules/shortcode/shortcode.php:212
|
1522 |
msgid "Type"
|
1523 |
msgstr "Tip"
|
1524 |
|
1525 |
+
#: public/modules/shortcode/shortcode.php:216
|
1526 |
msgid "Duration"
|
1527 |
msgstr "Trajanje"
|
1528 |
|
1529 |
+
#: public/modules/shortcode/shortcode.php:533
|
1530 |
msgid "Close the cookie bar"
|
1531 |
msgstr "Zatvorite traku s kolačićima"
|
1532 |
|
1533 |
+
#: public/modules/shortcode/shortcode.php:533
|
1534 |
msgid "Close and Accept"
|
1535 |
msgstr "Zatvori i prihvati"
|
1536 |
|
1550 |
msgid "Show less"
|
1551 |
msgstr "Prikaži manje"
|
1552 |
|
1553 |
+
#~ msgid ""
|
1554 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1555 |
+
#~ "bit more?"
|
1556 |
+
#~ msgstr ""
|
1557 |
+
#~ "Koji dodatak koristite za prijevod jezika? Možete li nam reći nešto više?"
|
1558 |
+
|
1559 |
+
#~ msgid "Caching issues"
|
1560 |
+
#~ msgstr "Problemi s predmemoriranjem"
|
1561 |
+
|
1562 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1563 |
+
#~ msgstr ""
|
1564 |
+
#~ "Koji dodatak za predmemoriranje koristite? Možete li nam reći nešto više?"
|
1565 |
+
|
1566 |
+
#~ msgid "Cookie Law Settings"
|
1567 |
+
#~ msgstr "Postavke kolačića"
|
1568 |
+
|
1569 |
+
#~ msgid "Show Again Tab"
|
1570 |
+
#~ msgstr "Ne prikazuj ponovo"
|
1571 |
+
|
1572 |
+
#~ msgid "Use Show Again Tab?"
|
1573 |
+
#~ msgstr "Koristite karticu Ponovno prikazivanje?"
|
1574 |
+
|
1575 |
+
#~ msgid "Show More Text"
|
1576 |
+
#~ msgstr "Prikaži više"
|
1577 |
+
|
1578 |
#~ msgid "Non-necessary Cookie"
|
1579 |
#~ msgstr "Postavke kolačića"
|
1580 |
|
1622 |
#~ msgid "About the law"
|
1623 |
#~ msgstr "Postavke kolačića"
|
1624 |
|
|
|
|
|
|
|
1625 |
#~ msgid "Priority"
|
1626 |
#~ msgstr "Prioritet"
|
1627 |
|
languages/cookie-law-info-is_IS.mo
CHANGED
Binary file
|
languages/cookie-law-info-is_IS.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: is\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Stillingar"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Persónuupplýsingar Yfirlit"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "Þú hefur ekki nægilegt leyfi til að framkvæma þessa aðgerð"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Staðfesta"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Hætta við"
|
173 |
|
@@ -295,7 +296,7 @@ msgstr "Fyrirsögn"
|
|
295 |
#: admin/views/admin_necessary_cookie.php:39
|
296 |
#: admin/views/admin_non_necessary_cookie.php:54
|
297 |
#: public/modules/script-blocker/views/settings.php:142
|
298 |
-
#: public/modules/shortcode/shortcode.php:
|
299 |
msgid "Description"
|
300 |
msgstr "Lýsing"
|
301 |
|
@@ -321,94 +322,112 @@ msgid "Live preview"
|
|
321 |
msgstr "Live sýnishorn"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
-
msgid "The plugin is
|
325 |
-
msgstr "Viðbótin er
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Vinsamlegast lýsið hvaða svæði þú ert að glíma við"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
-
msgid "Which plugin
|
337 |
-
msgstr "Hvaða viðbót
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
344 |
-
msgid ""
|
345 |
-
"
|
346 |
-
"more?"
|
347 |
-
msgstr ""
|
348 |
-
"Hvaða viðbót ertu að nota til að þýða tungumál? Gætirðu sagt okkur aðeins "
|
349 |
-
"meira?"
|
350 |
|
351 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
352 |
-
msgid "
|
353 |
-
msgstr "
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
356 |
-
msgid "
|
357 |
-
msgstr ""
|
358 |
-
"Hvaða skyndiminni viðbót ertu að nota? Gætirðu sagt okkur aðeins meira?"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
361 |
-
msgid "
|
362 |
-
msgstr "
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
365 |
-
msgid "Which plugin?"
|
366 |
-
msgstr "Hvaða viðbót?"
|
367 |
|
368 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
369 |
-
msgid "
|
370 |
-
msgstr "
|
371 |
|
372 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
373 |
-
msgid "
|
374 |
-
msgstr "
|
375 |
|
376 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
379 |
|
380 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
381 |
-
msgid "
|
382 |
-
|
|
|
|
|
|
|
383 |
|
384 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
#: admin/views/admin-settings-general.php:10
|
386 |
-
#: admin/views/admin-settings-general.php:
|
387 |
msgid "Other"
|
388 |
msgstr "Annað"
|
389 |
|
390 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
391 |
msgid "Could you tell us a bit more?"
|
392 |
msgstr "Gætirðu sagt okkur aðeins meira?"
|
393 |
|
394 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
395 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
396 |
msgstr ""
|
397 |
"Ef þú hefur augnablik, vinsamlegast láttu okkur vita af hverju þú ert að "
|
398 |
"gera óvirk:"
|
399 |
|
400 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
401 |
-
msgid "
|
402 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
|
404 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
405 |
msgid "Go to support"
|
406 |
msgstr "Farðu til stuðnings"
|
407 |
|
408 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
409 |
msgid "Submit & Deactivate"
|
410 |
msgstr "Senda og gera óvirkt"
|
411 |
|
|
|
|
|
|
|
|
|
412 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
413 |
#: admin/views/admin_necessary_cookie.php:20
|
414 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -429,10 +448,6 @@ msgstr "Stillingar endurstilla á vanskilum."
|
|
429 |
msgid "Unable to reset settings."
|
430 |
msgstr "Ekki er hægt að endurstilla stillingar."
|
431 |
|
432 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
433 |
-
msgid "Cookie Law Settings"
|
434 |
-
msgstr "Stillingar köku lög"
|
435 |
-
|
436 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
437 |
msgid "Cookie bar is currently active"
|
438 |
msgstr "Fótspor er nú virk"
|
@@ -613,13 +628,11 @@ msgstr "Opnaðu slóðina í nýjum glugga?"
|
|
613 |
#: admin/views/admin-settings-buttons.php:311
|
614 |
#: admin/views/admin-settings-general.php:38
|
615 |
#: admin/views/admin-settings-general.php:54
|
616 |
-
#: admin/views/admin-settings-general.php:
|
617 |
-
#: admin/views/admin-settings-general.php:
|
618 |
-
#: admin/views/admin-settings-general.php:
|
619 |
-
#: admin/views/admin-settings-general.php:155
|
620 |
#: admin/views/admin-settings-messagebar.php:86
|
621 |
#: admin/views/admin-settings-messagebar.php:110
|
622 |
-
#: admin/views/admin-settings-messagebar.php:150
|
623 |
#: admin/views/admin_non_necessary_cookie.php:32
|
624 |
msgid "Yes"
|
625 |
msgstr "Já"
|
@@ -630,13 +643,11 @@ msgstr "Já"
|
|
630 |
#: admin/views/admin-settings-buttons.php:312
|
631 |
#: admin/views/admin-settings-general.php:39
|
632 |
#: admin/views/admin-settings-general.php:55
|
633 |
-
#: admin/views/admin-settings-general.php:
|
634 |
-
#: admin/views/admin-settings-general.php:
|
635 |
-
#: admin/views/admin-settings-general.php:
|
636 |
-
#: admin/views/admin-settings-general.php:156
|
637 |
#: admin/views/admin-settings-messagebar.php:87
|
638 |
#: admin/views/admin-settings-messagebar.php:111
|
639 |
-
#: admin/views/admin-settings-messagebar.php:151
|
640 |
#: admin/views/admin_non_necessary_cookie.php:33
|
641 |
#: public/modules/script-blocker/views/settings.php:139
|
642 |
msgid "No"
|
@@ -758,81 +769,15 @@ msgstr ""
|
|
758 |
msgid "This option will not work along with `Popup overlay`."
|
759 |
msgstr "Þessi valkostur mun ekki virka með `Popup overlay`."
|
760 |
|
761 |
-
#: admin/views/admin-settings-general.php:66
|
762 |
-
#: admin/views/admin-settings-messagebar.php:145
|
763 |
-
msgid "Show Again Tab"
|
764 |
-
msgstr "Sýna aftur flipa"
|
765 |
-
|
766 |
#: admin/views/admin-settings-general.php:69
|
767 |
-
#: admin/views/admin-settings-messagebar.php:148
|
768 |
-
msgid "Use Show Again Tab?"
|
769 |
-
msgstr "Notaðu Show Again Tab?"
|
770 |
-
|
771 |
-
#: admin/views/admin-settings-general.php:77
|
772 |
-
#: admin/views/admin-settings-general.php:94
|
773 |
-
#: admin/views/admin-settings-messagebar.php:156
|
774 |
-
#: admin/views/admin-settings-messagebar.php:173
|
775 |
-
msgid "Tab Position"
|
776 |
-
msgstr "Staða"
|
777 |
-
|
778 |
-
#: admin/views/admin-settings-general.php:82
|
779 |
-
#: admin/views/admin-settings-general.php:85
|
780 |
-
#: admin/views/admin-settings-messagebar.php:161
|
781 |
-
#: admin/views/admin-settings-messagebar.php:164
|
782 |
-
msgid "Right"
|
783 |
-
msgstr "Hægri"
|
784 |
-
|
785 |
-
#: admin/views/admin-settings-general.php:83
|
786 |
-
#: admin/views/admin-settings-general.php:86
|
787 |
-
#: admin/views/admin-settings-messagebar.php:162
|
788 |
-
#: admin/views/admin-settings-messagebar.php:165
|
789 |
-
msgid "Left"
|
790 |
-
msgstr "Vinstri"
|
791 |
-
|
792 |
-
#: admin/views/admin-settings-general.php:101
|
793 |
-
#: admin/views/admin-settings-messagebar.php:180
|
794 |
-
msgid "Bottom Right"
|
795 |
-
msgstr "Neðst til hægri"
|
796 |
-
|
797 |
-
#: admin/views/admin-settings-general.php:104
|
798 |
-
#: admin/views/admin-settings-messagebar.php:183
|
799 |
-
msgid "Bottom Left"
|
800 |
-
msgstr "Neðst til vinstri"
|
801 |
-
|
802 |
-
#: admin/views/admin-settings-general.php:107
|
803 |
-
#: admin/views/admin-settings-messagebar.php:186
|
804 |
-
msgid "Top Right"
|
805 |
-
msgstr "Efst til hægri"
|
806 |
-
|
807 |
-
#: admin/views/admin-settings-general.php:110
|
808 |
-
#: admin/views/admin-settings-messagebar.php:189
|
809 |
-
msgid "Top Left"
|
810 |
-
msgstr "Efst til vinstri"
|
811 |
-
|
812 |
-
#: admin/views/admin-settings-general.php:117
|
813 |
-
#: admin/views/admin-settings-messagebar.php:196
|
814 |
-
msgid "From Left Margin"
|
815 |
-
msgstr "Vinstri spássía"
|
816 |
-
|
817 |
-
#: admin/views/admin-settings-general.php:120
|
818 |
-
#: admin/views/admin-settings-messagebar.php:199
|
819 |
-
msgid "Specify"
|
820 |
-
msgstr "Lag"
|
821 |
-
|
822 |
-
#: admin/views/admin-settings-general.php:124
|
823 |
-
#: admin/views/admin-settings-messagebar.php:203
|
824 |
-
msgid "Show More Text"
|
825 |
-
msgstr "Sýna fleiri texta"
|
826 |
-
|
827 |
-
#: admin/views/admin-settings-general.php:135
|
828 |
msgid "Reload after \"scroll accept\" event?"
|
829 |
msgstr "Endurhlaða eftir \"skruna samþykkja\" atburði?"
|
830 |
|
831 |
-
#: admin/views/admin-settings-general.php:
|
832 |
msgid "Reload after Accept button click"
|
833 |
msgstr "Endurhlaða eftir Samþykkja hnappinn smellur"
|
834 |
|
835 |
-
#: admin/views/admin-settings-general.php:
|
836 |
msgid "Reload after Reject button click"
|
837 |
msgstr "Endurhlaða eftir Hætta við hnappinn"
|
838 |
|
@@ -967,8 +912,9 @@ msgid "Cookie bar"
|
|
967 |
msgstr "Kökubar"
|
968 |
|
969 |
#: admin/views/admin-settings-messagebar.php:10
|
970 |
-
|
971 |
-
|
|
|
972 |
|
973 |
#: admin/views/admin-settings-messagebar.php:15
|
974 |
msgid "Cookie Bar"
|
@@ -1088,10 +1034,95 @@ msgstr "Loðir við"
|
|
1088 |
msgid "On hide"
|
1089 |
msgstr "Sæktu sjálfkrafa kökuhnapp eftir töf"
|
1090 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1091 |
#: admin/views/admin-settings-save-button.php:12
|
1092 |
#: admin/views/admin_necessary_cookie.php:52
|
1093 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1094 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1095 |
msgid "Update Settings"
|
1096 |
msgstr "Uppfærsla af stillingum mistókst"
|
1097 |
|
@@ -1099,11 +1130,6 @@ msgstr "Uppfærsla af stillingum mistókst"
|
|
1099 |
msgid "Necessary Cookie Settings"
|
1100 |
msgstr "Nauðsynlegar smákökastillingar"
|
1101 |
|
1102 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1103 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1104 |
-
msgid "Title"
|
1105 |
-
msgstr "Persónuvernd Yfirlit Titill"
|
1106 |
-
|
1107 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1108 |
msgid "Non-necessary Cookie Settings"
|
1109 |
msgstr "Óþarfa Cookie Settings"
|
@@ -1300,8 +1326,8 @@ msgstr ""
|
|
1300 |
"Gakktu úr skugga um að skyndiminnið sé hreinsað eftir hverja "
|
1301 |
"viðbótaruppfærslu, sérstaklega ef þú hefur lágmarkað JS og / eða CSS skrár."
|
1302 |
|
1303 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1304 |
-
#,
|
1305 |
msgid ""
|
1306 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1307 |
"would really appreciate if you could take a moment to drop a quick review "
|
@@ -1311,15 +1337,15 @@ msgstr ""
|
|
1311 |
"Við myndum mjög meta það ef þú gætir tekið smá stund til að láta frá þér "
|
1312 |
"skyndiúttekt sem mun hvetja okkur til að halda áfram."
|
1313 |
|
1314 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1315 |
msgid "Remind me later"
|
1316 |
msgstr "Minntu mig á það seinna"
|
1317 |
|
1318 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1319 |
msgid "Not interested"
|
1320 |
msgstr "Ekki áhuga"
|
1321 |
|
1322 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1323 |
msgid "Review now"
|
1324 |
msgstr "Farðu yfir núna"
|
1325 |
|
@@ -1332,7 +1358,7 @@ msgid "Cookie List"
|
|
1332 |
msgstr "Smákaka"
|
1333 |
|
1334 |
#: public/class-cookie-law-info-public.php:253
|
1335 |
-
#: public/modules/shortcode/shortcode.php:
|
1336 |
msgid "Cookie"
|
1337 |
msgstr "Smákaka"
|
1338 |
|
@@ -1368,30 +1394,30 @@ msgstr "Ekkert fannst"
|
|
1368 |
msgid "Nothing found in Trash"
|
1369 |
msgstr "Ekkert fannst í ruslafötu"
|
1370 |
|
1371 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1372 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1373 |
msgid "Script Blocker"
|
1374 |
msgstr "Handritavörn"
|
1375 |
|
1376 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1377 |
msgid "Status updated"
|
1378 |
msgstr "Staða uppfærð"
|
1379 |
|
1380 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1381 |
msgid "Advanced script rendering"
|
1382 |
msgstr "Ítarlegri flutningur handrita"
|
1383 |
|
1384 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1385 |
#: public/modules/script-blocker/views/settings.php:7
|
1386 |
msgid "Enable"
|
1387 |
msgstr "Virkja"
|
1388 |
|
1389 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1390 |
#: public/modules/script-blocker/views/settings.php:7
|
1391 |
msgid "Disable"
|
1392 |
msgstr "Slökkva"
|
1393 |
|
1394 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1395 |
msgid ""
|
1396 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1397 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1465,47 +1491,47 @@ msgstr "Óvirk: Viðbætur verða gefnar út áður en samþykki er fengið."
|
|
1465 |
msgid "Inactive"
|
1466 |
msgstr "Óvirk"
|
1467 |
|
1468 |
-
#: public/modules/shortcode/shortcode.php:
|
1469 |
msgid "Your current state:"
|
1470 |
msgstr "Núverandi ástand þitt:"
|
1471 |
|
1472 |
-
#: public/modules/shortcode/shortcode.php:
|
1473 |
msgid "Consent accepted."
|
1474 |
msgstr "Samþykki samþykkt."
|
1475 |
|
1476 |
-
#: public/modules/shortcode/shortcode.php:
|
1477 |
msgid "Consent rejected."
|
1478 |
msgstr "Samþykki hafnað."
|
1479 |
|
1480 |
-
#: public/modules/shortcode/shortcode.php:
|
1481 |
msgid "No consent given."
|
1482 |
msgstr "Ekkert samþykki gefið."
|
1483 |
|
1484 |
-
#: public/modules/shortcode/shortcode.php:
|
1485 |
msgid "Manage your consent."
|
1486 |
msgstr "Stjórna samþykki þitt."
|
1487 |
|
1488 |
-
#: public/modules/shortcode/shortcode.php:
|
1489 |
msgid "Delete Cookies"
|
1490 |
msgstr "Eyða kökum"
|
1491 |
|
1492 |
-
#: public/modules/shortcode/shortcode.php:
|
1493 |
msgid "No records found"
|
1494 |
msgstr "Engar færslur fundust"
|
1495 |
|
1496 |
-
#: public/modules/shortcode/shortcode.php:
|
1497 |
msgid "Type"
|
1498 |
msgstr "Tegund"
|
1499 |
|
1500 |
-
#: public/modules/shortcode/shortcode.php:
|
1501 |
msgid "Duration"
|
1502 |
msgstr "Tímalengd"
|
1503 |
|
1504 |
-
#: public/modules/shortcode/shortcode.php:
|
1505 |
msgid "Close the cookie bar"
|
1506 |
msgstr "Lokaðu kökubarnum"
|
1507 |
|
1508 |
-
#: public/modules/shortcode/shortcode.php:
|
1509 |
msgid "Close and Accept"
|
1510 |
msgstr "Loka og samþykkja"
|
1511 |
|
@@ -1525,6 +1551,32 @@ msgstr "Sýna meira"
|
|
1525 |
msgid "Show less"
|
1526 |
msgstr "Sýna minna"
|
1527 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1528 |
#~ msgid "Non-necessary Cookie"
|
1529 |
#~ msgstr "Óþarfa smákökur"
|
1530 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:33+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:33+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: is\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Stillingar"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Þú hefur ekki nægilegt leyfi til að framkvæma þessa aðgerð"
|
54 |
|
168 |
msgstr "Staðfesta"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Hætta við"
|
174 |
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
+
#: public/modules/shortcode/shortcode.php:220
|
300 |
msgid "Description"
|
301 |
msgstr "Lýsing"
|
302 |
|
322 |
msgstr "Live sýnishorn"
|
323 |
|
324 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
325 |
+
msgid "The plugin is complex to set up"
|
326 |
+
msgstr "Viðbótin er flókin í uppsetningu"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
329 |
msgid "Please describe which area you are facing difficulties"
|
330 |
msgstr "Vinsamlegast lýsið hvaða svæði þú ert að glíma við"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
333 |
+
msgid "I found a better plugin"
|
334 |
+
msgstr "Ég fann betra viðbót"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
337 |
+
msgid "Which plugin?"
|
338 |
+
msgstr "Hvaða viðbót?"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
341 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
342 |
+
msgstr "Viðbótin er frábær en ég þarf sérstakan eiginleika sem þú styður ekki"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
+
msgid "Could you tell us more about that feature?"
|
346 |
+
msgstr "Gætirðu sagt okkur meira um þann eiginleika?"
|
|
|
|
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
+
msgid "The plugin didn't work as expected"
|
350 |
+
msgstr "Viðbótin virkaði ekki eins og búist var við"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
+
msgid "What did you expect?"
|
354 |
+
msgstr "Við hverju bjóstu?"
|
|
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
357 |
+
msgid "A conflict with another plugin or theme"
|
358 |
+
msgstr "Átök við annað viðbót eða þema"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
361 |
+
msgid "Which plugin or theme?"
|
362 |
+
msgstr "Hvaða viðbót eða þema?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
365 |
+
msgid "Translation issues"
|
366 |
+
msgstr "Þýðingarmál"
|
367 |
|
368 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
369 |
+
msgid "Incorrect/missing translation"
|
370 |
+
msgstr "Rangt / vantar þýðingu"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
373 |
+
msgid "Name the language"
|
374 |
+
msgstr "Nefndu tungumálið"
|
375 |
|
376 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
377 |
+
msgid ""
|
378 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
379 |
+
msgstr ""
|
380 |
+
"Ekki er hægt að þýða kraftmikið efni mitt, td, smákökuskilaboð, hnappatexta "
|
381 |
+
"osfrv"
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
384 |
+
msgid "Name the language and the translator plugin that you are using"
|
385 |
+
msgstr "Nefndu tungumálið og þýðandi viðbótina sem þú notar"
|
386 |
+
|
387 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
388 |
+
msgid "Upgrade to pro"
|
389 |
+
msgstr "Uppfærðu í atvinnumann"
|
390 |
+
|
391 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
392 |
#: admin/views/admin-settings-general.php:10
|
393 |
+
#: admin/views/admin-settings-general.php:66
|
394 |
msgid "Other"
|
395 |
msgstr "Annað"
|
396 |
|
397 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
398 |
msgid "Could you tell us a bit more?"
|
399 |
msgstr "Gætirðu sagt okkur aðeins meira?"
|
400 |
|
401 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
402 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
403 |
msgstr ""
|
404 |
"Ef þú hefur augnablik, vinsamlegast láttu okkur vita af hverju þú ert að "
|
405 |
"gera óvirk:"
|
406 |
|
407 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
408 |
+
msgid ""
|
409 |
+
"We do not collect any personal data when you submit this form. It's your "
|
410 |
+
"feedback that we value."
|
411 |
+
msgstr ""
|
412 |
+
"Við söfnum engum persónulegum gögnum þegar þú sendir þetta form. Það er þitt "
|
413 |
+
"álit sem við metum mikils."
|
414 |
+
|
415 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
416 |
+
msgid "Privacy Policy"
|
417 |
+
msgstr "Persónuverndarstefna"
|
418 |
|
419 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
420 |
msgid "Go to support"
|
421 |
msgstr "Farðu til stuðnings"
|
422 |
|
423 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
424 |
msgid "Submit & Deactivate"
|
425 |
msgstr "Senda og gera óvirkt"
|
426 |
|
427 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
428 |
+
msgid "I rather wouldn't say"
|
429 |
+
msgstr "Ég myndi frekar ekki segja það"
|
430 |
+
|
431 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
432 |
#: admin/views/admin_necessary_cookie.php:20
|
433 |
#: admin/views/admin_non_necessary_cookie.php:17
|
448 |
msgid "Unable to reset settings."
|
449 |
msgstr "Ekki er hægt að endurstilla stillingar."
|
450 |
|
|
|
|
|
|
|
|
|
451 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
452 |
msgid "Cookie bar is currently active"
|
453 |
msgstr "Fótspor er nú virk"
|
628 |
#: admin/views/admin-settings-buttons.php:311
|
629 |
#: admin/views/admin-settings-general.php:38
|
630 |
#: admin/views/admin-settings-general.php:54
|
631 |
+
#: admin/views/admin-settings-general.php:74
|
632 |
+
#: admin/views/admin-settings-general.php:82
|
633 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
634 |
#: admin/views/admin-settings-messagebar.php:86
|
635 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
636 |
#: admin/views/admin_non_necessary_cookie.php:32
|
637 |
msgid "Yes"
|
638 |
msgstr "Já"
|
643 |
#: admin/views/admin-settings-buttons.php:312
|
644 |
#: admin/views/admin-settings-general.php:39
|
645 |
#: admin/views/admin-settings-general.php:55
|
646 |
+
#: admin/views/admin-settings-general.php:75
|
647 |
+
#: admin/views/admin-settings-general.php:83
|
648 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
649 |
#: admin/views/admin-settings-messagebar.php:87
|
650 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
651 |
#: admin/views/admin_non_necessary_cookie.php:33
|
652 |
#: public/modules/script-blocker/views/settings.php:139
|
653 |
msgid "No"
|
769 |
msgid "This option will not work along with `Popup overlay`."
|
770 |
msgstr "Þessi valkostur mun ekki virka með `Popup overlay`."
|
771 |
|
|
|
|
|
|
|
|
|
|
|
772 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
773 |
msgid "Reload after \"scroll accept\" event?"
|
774 |
msgstr "Endurhlaða eftir \"skruna samþykkja\" atburði?"
|
775 |
|
776 |
+
#: admin/views/admin-settings-general.php:80
|
777 |
msgid "Reload after Accept button click"
|
778 |
msgstr "Endurhlaða eftir Samþykkja hnappinn smellur"
|
779 |
|
780 |
+
#: admin/views/admin-settings-general.php:87
|
781 |
msgid "Reload after Reject button click"
|
782 |
msgstr "Endurhlaða eftir Hætta við hnappinn"
|
783 |
|
912 |
msgstr "Kökubar"
|
913 |
|
914 |
#: admin/views/admin-settings-messagebar.php:10
|
915 |
+
#: admin/views/admin-settings-messagebar.php:145
|
916 |
+
msgid "Revisit consent"
|
917 |
+
msgstr "Farðu aftur yfir samþykki"
|
918 |
|
919 |
#: admin/views/admin-settings-messagebar.php:15
|
920 |
msgid "Cookie Bar"
|
1034 |
msgid "On hide"
|
1035 |
msgstr "Sæktu sjálfkrafa kökuhnapp eftir töf"
|
1036 |
|
1037 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1038 |
+
msgid "previously"
|
1039 |
+
msgstr "áður"
|
1040 |
+
|
1041 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1042 |
+
msgid "Show again tab"
|
1043 |
+
msgstr "Sýna aftur flipann"
|
1044 |
+
|
1045 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1046 |
+
msgid ""
|
1047 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1048 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1049 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1050 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1051 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1052 |
+
"website."
|
1053 |
+
msgstr ""
|
1054 |
+
"Endurskoðun samþykkis gerir gestum kleift að skoða / breyta / afturkalla "
|
1055 |
+
"fyrri óskir sínar. Þetta er hægt að gera í gegnum búnað og / eða stuttan "
|
1056 |
+
"kóða. Lítil persónuverndargræja birtist sjálfkrafa við fótinn á vefsíðunni "
|
1057 |
+
"þinni ef búnaðurinn er virkur. Þú getur einnig sett inn tengil handvirkt til "
|
1058 |
+
"að stjórna samþykki með því að bæta <b>skammkóðanum [wt_cli_manage_consent]</"
|
1059 |
+
"b> við vefsíðuna þína."
|
1060 |
+
|
1061 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1062 |
+
msgid "Enable revisit consent widget"
|
1063 |
+
msgstr "Virkja endurheimt samþykkisgræju"
|
1064 |
+
|
1065 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1066 |
+
msgid ""
|
1067 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1068 |
+
"the footer of your website."
|
1069 |
+
msgstr ""
|
1070 |
+
"Með því að virkja þennan valkost birtist sjálfkrafa lítill búnaður fyrir "
|
1071 |
+
"friðhelgi við fótinn á vefsíðunni þinni."
|
1072 |
+
|
1073 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1074 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1075 |
+
msgid "Tab Position"
|
1076 |
+
msgstr "Staða"
|
1077 |
+
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1080 |
+
msgid "Right"
|
1081 |
+
msgstr "Hægri"
|
1082 |
+
|
1083 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1085 |
+
msgid "Left"
|
1086 |
+
msgstr "Vinstri"
|
1087 |
+
|
1088 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1089 |
+
msgid "Bottom Right"
|
1090 |
+
msgstr "Neðst til hægri"
|
1091 |
+
|
1092 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1093 |
+
msgid "Bottom Left"
|
1094 |
+
msgstr "Neðst til vinstri"
|
1095 |
+
|
1096 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1097 |
+
msgid "Top Right"
|
1098 |
+
msgstr "Efst til hægri"
|
1099 |
+
|
1100 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1101 |
+
msgid "Top Left"
|
1102 |
+
msgstr "Efst til vinstri"
|
1103 |
+
|
1104 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1105 |
+
msgid "From Right Margin"
|
1106 |
+
msgstr "Frá Hægri framlegð"
|
1107 |
+
|
1108 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1109 |
+
msgid "From Left Margin"
|
1110 |
+
msgstr "Vinstri spássía"
|
1111 |
+
|
1112 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1113 |
+
msgid "Specify"
|
1114 |
+
msgstr "Lag"
|
1115 |
+
|
1116 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1117 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1118 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1119 |
+
msgid "Title"
|
1120 |
+
msgstr "Persónuvernd Yfirlit Titill"
|
1121 |
+
|
1122 |
#: admin/views/admin-settings-save-button.php:12
|
1123 |
#: admin/views/admin_necessary_cookie.php:52
|
1124 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1125 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1126 |
msgid "Update Settings"
|
1127 |
msgstr "Uppfærsla af stillingum mistókst"
|
1128 |
|
1130 |
msgid "Necessary Cookie Settings"
|
1131 |
msgstr "Nauðsynlegar smákökastillingar"
|
1132 |
|
|
|
|
|
|
|
|
|
|
|
1133 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1134 |
msgid "Non-necessary Cookie Settings"
|
1135 |
msgstr "Óþarfa Cookie Settings"
|
1326 |
"Gakktu úr skugga um að skyndiminnið sé hreinsað eftir hverja "
|
1327 |
"viðbótaruppfærslu, sérstaklega ef þú hefur lágmarkað JS og / eða CSS skrár."
|
1328 |
|
1329 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1330 |
+
#, php-format
|
1331 |
msgid ""
|
1332 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1333 |
"would really appreciate if you could take a moment to drop a quick review "
|
1337 |
"Við myndum mjög meta það ef þú gætir tekið smá stund til að láta frá þér "
|
1338 |
"skyndiúttekt sem mun hvetja okkur til að halda áfram."
|
1339 |
|
1340 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1341 |
msgid "Remind me later"
|
1342 |
msgstr "Minntu mig á það seinna"
|
1343 |
|
1344 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1345 |
msgid "Not interested"
|
1346 |
msgstr "Ekki áhuga"
|
1347 |
|
1348 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1349 |
msgid "Review now"
|
1350 |
msgstr "Farðu yfir núna"
|
1351 |
|
1358 |
msgstr "Smákaka"
|
1359 |
|
1360 |
#: public/class-cookie-law-info-public.php:253
|
1361 |
+
#: public/modules/shortcode/shortcode.php:208
|
1362 |
msgid "Cookie"
|
1363 |
msgstr "Smákaka"
|
1364 |
|
1394 |
msgid "Nothing found in Trash"
|
1395 |
msgstr "Ekkert fannst í ruslafötu"
|
1396 |
|
1397 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1398 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1399 |
msgid "Script Blocker"
|
1400 |
msgstr "Handritavörn"
|
1401 |
|
1402 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1403 |
msgid "Status updated"
|
1404 |
msgstr "Staða uppfærð"
|
1405 |
|
1406 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1407 |
msgid "Advanced script rendering"
|
1408 |
msgstr "Ítarlegri flutningur handrita"
|
1409 |
|
1410 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1411 |
#: public/modules/script-blocker/views/settings.php:7
|
1412 |
msgid "Enable"
|
1413 |
msgstr "Virkja"
|
1414 |
|
1415 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1416 |
#: public/modules/script-blocker/views/settings.php:7
|
1417 |
msgid "Disable"
|
1418 |
msgstr "Slökkva"
|
1419 |
|
1420 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1421 |
msgid ""
|
1422 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1423 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1491 |
msgid "Inactive"
|
1492 |
msgstr "Óvirk"
|
1493 |
|
1494 |
+
#: public/modules/shortcode/shortcode.php:99
|
1495 |
msgid "Your current state:"
|
1496 |
msgstr "Núverandi ástand þitt:"
|
1497 |
|
1498 |
+
#: public/modules/shortcode/shortcode.php:104
|
1499 |
msgid "Consent accepted."
|
1500 |
msgstr "Samþykki samþykkt."
|
1501 |
|
1502 |
+
#: public/modules/shortcode/shortcode.php:107
|
1503 |
msgid "Consent rejected."
|
1504 |
msgstr "Samþykki hafnað."
|
1505 |
|
1506 |
+
#: public/modules/shortcode/shortcode.php:111
|
1507 |
msgid "No consent given."
|
1508 |
msgstr "Ekkert samþykki gefið."
|
1509 |
|
1510 |
+
#: public/modules/shortcode/shortcode.php:113
|
1511 |
msgid "Manage your consent."
|
1512 |
msgstr "Stjórna samþykki þitt."
|
1513 |
|
1514 |
+
#: public/modules/shortcode/shortcode.php:150
|
1515 |
msgid "Delete Cookies"
|
1516 |
msgstr "Eyða kökum"
|
1517 |
|
1518 |
+
#: public/modules/shortcode/shortcode.php:186
|
1519 |
msgid "No records found"
|
1520 |
msgstr "Engar færslur fundust"
|
1521 |
|
1522 |
+
#: public/modules/shortcode/shortcode.php:212
|
1523 |
msgid "Type"
|
1524 |
msgstr "Tegund"
|
1525 |
|
1526 |
+
#: public/modules/shortcode/shortcode.php:216
|
1527 |
msgid "Duration"
|
1528 |
msgstr "Tímalengd"
|
1529 |
|
1530 |
+
#: public/modules/shortcode/shortcode.php:533
|
1531 |
msgid "Close the cookie bar"
|
1532 |
msgstr "Lokaðu kökubarnum"
|
1533 |
|
1534 |
+
#: public/modules/shortcode/shortcode.php:533
|
1535 |
msgid "Close and Accept"
|
1536 |
msgstr "Loka og samþykkja"
|
1537 |
|
1551 |
msgid "Show less"
|
1552 |
msgstr "Sýna minna"
|
1553 |
|
1554 |
+
#~ msgid ""
|
1555 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1556 |
+
#~ "bit more?"
|
1557 |
+
#~ msgstr ""
|
1558 |
+
#~ "Hvaða viðbót ertu að nota til að þýða tungumál? Gætirðu sagt okkur aðeins "
|
1559 |
+
#~ "meira?"
|
1560 |
+
|
1561 |
+
#~ msgid "Caching issues"
|
1562 |
+
#~ msgstr "Skyndiminni"
|
1563 |
+
|
1564 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1565 |
+
#~ msgstr ""
|
1566 |
+
#~ "Hvaða skyndiminni viðbót ertu að nota? Gætirðu sagt okkur aðeins meira?"
|
1567 |
+
|
1568 |
+
#~ msgid "Cookie Law Settings"
|
1569 |
+
#~ msgstr "Stillingar köku lög"
|
1570 |
+
|
1571 |
+
#~ msgid "Show Again Tab"
|
1572 |
+
#~ msgstr "Sýna aftur flipa"
|
1573 |
+
|
1574 |
+
#~ msgid "Use Show Again Tab?"
|
1575 |
+
#~ msgstr "Notaðu Show Again Tab?"
|
1576 |
+
|
1577 |
+
#~ msgid "Show More Text"
|
1578 |
+
#~ msgstr "Sýna fleiri texta"
|
1579 |
+
|
1580 |
#~ msgid "Non-necessary Cookie"
|
1581 |
#~ msgstr "Óþarfa smákökur"
|
1582 |
|
languages/cookie-law-info-it_IT.mo
CHANGED
Binary file
|
languages/cookie-law-info-it_IT.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it_IT\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
@@ -23,6 +23,7 @@ msgstr ""
|
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Settings"
|
28 |
|
@@ -50,9 +51,9 @@ msgstr "Panoramica sulla privacy"
|
|
50 |
#: admin/class-cookie-law-info-admin.php:334
|
51 |
#: admin/class-cookie-law-info-admin.php:378
|
52 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
53 |
-
#: public/modules/script-blocker/script-blocker.php:
|
54 |
-
#: public/modules/script-blocker/script-blocker.php:
|
55 |
-
#: public/modules/script-blocker/script-blocker.php:
|
56 |
msgid "You do not have sufficient permission to perform this operation"
|
57 |
msgstr "Non hai i permessi sufficienti per eseguire questa operazione"
|
58 |
|
@@ -172,7 +173,7 @@ msgid "Confirm"
|
|
172 |
msgstr "Conferma"
|
173 |
|
174 |
#: admin/modules/ccpa/ccpa.php:108
|
175 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
176 |
msgid "Cancel"
|
177 |
msgstr "Annulla"
|
178 |
|
@@ -300,7 +301,7 @@ msgstr "Intestazione"
|
|
300 |
#: admin/views/admin_necessary_cookie.php:39
|
301 |
#: admin/views/admin_non_necessary_cookie.php:54
|
302 |
#: public/modules/script-blocker/views/settings.php:142
|
303 |
-
#: public/modules/shortcode/shortcode.php:
|
304 |
msgid "Description"
|
305 |
msgstr "Descrizione"
|
306 |
|
@@ -325,95 +326,115 @@ msgid "Live preview"
|
|
325 |
msgstr "Anteprima dal vivo"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
328 |
-
msgid "The plugin is
|
329 |
-
msgstr "
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
332 |
msgid "Please describe which area you are facing difficulties"
|
333 |
msgstr "Descrivi in quale area stai riscontrando difficoltà"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
336 |
-
msgid "
|
337 |
-
msgstr "
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
340 |
-
msgid "Which plugin
|
341 |
-
msgstr "Quale plugin
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
|
|
|
|
346 |
|
347 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
348 |
-
msgid ""
|
349 |
-
"
|
350 |
-
"more?"
|
351 |
-
msgstr ""
|
352 |
-
"Quale plugin stai usando per la traduzione in lingua? Ci puoi dire qualcosa "
|
353 |
-
"di più?"
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
356 |
-
msgid "
|
357 |
-
msgstr "
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
360 |
-
msgid "
|
361 |
-
msgstr "
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
364 |
-
msgid "
|
365 |
-
msgstr "
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
368 |
-
msgid "Which plugin?"
|
369 |
-
msgstr "Quale plugin?"
|
370 |
|
371 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
372 |
-
msgid "
|
373 |
-
msgstr ""
|
374 |
-
"Il plugin è grande, ma ho bisogno di funzionalità specifiche che non sono "
|
375 |
-
"supportate"
|
376 |
|
377 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
378 |
-
msgid "
|
379 |
-
msgstr "
|
380 |
|
381 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
382 |
-
msgid "
|
383 |
-
msgstr "
|
384 |
|
385 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
386 |
-
msgid "
|
387 |
-
|
|
|
|
|
|
|
388 |
|
389 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
#: admin/views/admin-settings-general.php:10
|
391 |
-
#: admin/views/admin-settings-general.php:
|
392 |
msgid "Other"
|
393 |
msgstr "Altro"
|
394 |
|
395 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
396 |
msgid "Could you tell us a bit more?"
|
397 |
msgstr "Potresti dirci qualcosa in più?"
|
398 |
|
399 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
400 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
401 |
msgstr ""
|
402 |
"Se hai un momento, ti preghiamo di farci sapere il motivo della "
|
403 |
"disattivazione:"
|
404 |
|
405 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
406 |
-
msgid "
|
407 |
-
|
|
|
|
|
|
|
|
|
408 |
|
409 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
410 |
msgid "Go to support"
|
411 |
msgstr "Vai al supporto"
|
412 |
|
413 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
414 |
msgid "Submit & Deactivate"
|
415 |
msgstr "Invia e disattiva"
|
416 |
|
|
|
|
|
|
|
|
|
417 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
418 |
#: admin/views/admin_necessary_cookie.php:20
|
419 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -434,10 +455,6 @@ msgstr "Impostazioni ripristinate ai valori predefiniti."
|
|
434 |
msgid "Unable to reset settings."
|
435 |
msgstr "Impossibile ripristinare le impostazioni."
|
436 |
|
437 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
438 |
-
msgid "Cookie Law Settings"
|
439 |
-
msgstr "Impostazioni della legge sui cookie"
|
440 |
-
|
441 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
442 |
msgid "Cookie bar is currently active"
|
443 |
msgstr "La barra dei cookie è attualmente attiva"
|
@@ -618,13 +635,11 @@ msgstr "Apri l'URL in una nuova finestra?"
|
|
618 |
#: admin/views/admin-settings-buttons.php:311
|
619 |
#: admin/views/admin-settings-general.php:38
|
620 |
#: admin/views/admin-settings-general.php:54
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:
|
623 |
-
#: admin/views/admin-settings-general.php:
|
624 |
-
#: admin/views/admin-settings-general.php:155
|
625 |
#: admin/views/admin-settings-messagebar.php:86
|
626 |
#: admin/views/admin-settings-messagebar.php:110
|
627 |
-
#: admin/views/admin-settings-messagebar.php:150
|
628 |
#: admin/views/admin_non_necessary_cookie.php:32
|
629 |
msgid "Yes"
|
630 |
msgstr "Si"
|
@@ -635,13 +650,11 @@ msgstr "Si"
|
|
635 |
#: admin/views/admin-settings-buttons.php:312
|
636 |
#: admin/views/admin-settings-general.php:39
|
637 |
#: admin/views/admin-settings-general.php:55
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:
|
640 |
-
#: admin/views/admin-settings-general.php:
|
641 |
-
#: admin/views/admin-settings-general.php:156
|
642 |
#: admin/views/admin-settings-messagebar.php:87
|
643 |
#: admin/views/admin-settings-messagebar.php:111
|
644 |
-
#: admin/views/admin-settings-messagebar.php:151
|
645 |
#: admin/views/admin_non_necessary_cookie.php:33
|
646 |
#: public/modules/script-blocker/views/settings.php:139
|
647 |
msgid "No"
|
@@ -769,81 +782,15 @@ msgstr ""
|
|
769 |
msgid "This option will not work along with `Popup overlay`."
|
770 |
msgstr "Questa opzione non funzionerà con `Popup overlay`."
|
771 |
|
772 |
-
#: admin/views/admin-settings-general.php:66
|
773 |
-
#: admin/views/admin-settings-messagebar.php:145
|
774 |
-
msgid "Show Again Tab"
|
775 |
-
msgstr "Mostra ancora tab"
|
776 |
-
|
777 |
#: admin/views/admin-settings-general.php:69
|
778 |
-
#: admin/views/admin-settings-messagebar.php:148
|
779 |
-
msgid "Use Show Again Tab?"
|
780 |
-
msgstr "Usa la scheda Mostra ancora?"
|
781 |
-
|
782 |
-
#: admin/views/admin-settings-general.php:77
|
783 |
-
#: admin/views/admin-settings-general.php:94
|
784 |
-
#: admin/views/admin-settings-messagebar.php:156
|
785 |
-
#: admin/views/admin-settings-messagebar.php:173
|
786 |
-
msgid "Tab Position"
|
787 |
-
msgstr "Posizione tab"
|
788 |
-
|
789 |
-
#: admin/views/admin-settings-general.php:82
|
790 |
-
#: admin/views/admin-settings-general.php:85
|
791 |
-
#: admin/views/admin-settings-messagebar.php:161
|
792 |
-
#: admin/views/admin-settings-messagebar.php:164
|
793 |
-
msgid "Right"
|
794 |
-
msgstr "Destra"
|
795 |
-
|
796 |
-
#: admin/views/admin-settings-general.php:83
|
797 |
-
#: admin/views/admin-settings-general.php:86
|
798 |
-
#: admin/views/admin-settings-messagebar.php:162
|
799 |
-
#: admin/views/admin-settings-messagebar.php:165
|
800 |
-
msgid "Left"
|
801 |
-
msgstr "Sinistra"
|
802 |
-
|
803 |
-
#: admin/views/admin-settings-general.php:101
|
804 |
-
#: admin/views/admin-settings-messagebar.php:180
|
805 |
-
msgid "Bottom Right"
|
806 |
-
msgstr "In basso a destra"
|
807 |
-
|
808 |
-
#: admin/views/admin-settings-general.php:104
|
809 |
-
#: admin/views/admin-settings-messagebar.php:183
|
810 |
-
msgid "Bottom Left"
|
811 |
-
msgstr "In basso a sinistra"
|
812 |
-
|
813 |
-
#: admin/views/admin-settings-general.php:107
|
814 |
-
#: admin/views/admin-settings-messagebar.php:186
|
815 |
-
msgid "Top Right"
|
816 |
-
msgstr "In alto a destra"
|
817 |
-
|
818 |
-
#: admin/views/admin-settings-general.php:110
|
819 |
-
#: admin/views/admin-settings-messagebar.php:189
|
820 |
-
msgid "Top Left"
|
821 |
-
msgstr "In alto a sinistra"
|
822 |
-
|
823 |
-
#: admin/views/admin-settings-general.php:117
|
824 |
-
#: admin/views/admin-settings-messagebar.php:196
|
825 |
-
msgid "From Left Margin"
|
826 |
-
msgstr "Dal margine sinistro"
|
827 |
-
|
828 |
-
#: admin/views/admin-settings-general.php:120
|
829 |
-
#: admin/views/admin-settings-messagebar.php:199
|
830 |
-
msgid "Specify"
|
831 |
-
msgstr "Specificare"
|
832 |
-
|
833 |
-
#: admin/views/admin-settings-general.php:124
|
834 |
-
#: admin/views/admin-settings-messagebar.php:203
|
835 |
-
msgid "Show More Text"
|
836 |
-
msgstr "Mostra altro testo"
|
837 |
-
|
838 |
-
#: admin/views/admin-settings-general.php:135
|
839 |
msgid "Reload after \"scroll accept\" event?"
|
840 |
msgstr "Ricarica dopo l'evento \"scroll accept\"?"
|
841 |
|
842 |
-
#: admin/views/admin-settings-general.php:
|
843 |
msgid "Reload after Accept button click"
|
844 |
msgstr "Ricarica dopo aver fatto clic sul pulsante Accetta"
|
845 |
|
846 |
-
#: admin/views/admin-settings-general.php:
|
847 |
msgid "Reload after Reject button click"
|
848 |
msgstr "Ricarica dopo il pulsante Rifiuta clic"
|
849 |
|
@@ -980,8 +927,9 @@ msgid "Cookie bar"
|
|
980 |
msgstr "Barra dei cookie"
|
981 |
|
982 |
#: admin/views/admin-settings-messagebar.php:10
|
983 |
-
|
984 |
-
|
|
|
985 |
|
986 |
#: admin/views/admin-settings-messagebar.php:15
|
987 |
msgid "Cookie Bar"
|
@@ -1102,10 +1050,96 @@ msgstr "Appiccicoso"
|
|
1102 |
msgid "On hide"
|
1103 |
msgstr "A nascondino"
|
1104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
#: admin/views/admin-settings-save-button.php:12
|
1106 |
#: admin/views/admin_necessary_cookie.php:52
|
1107 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1108 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1109 |
msgid "Update Settings"
|
1110 |
msgstr "Aggiorna impostazioni"
|
1111 |
|
@@ -1113,11 +1147,6 @@ msgstr "Aggiorna impostazioni"
|
|
1113 |
msgid "Necessary Cookie Settings"
|
1114 |
msgstr "Impostazioni cookie necessarie"
|
1115 |
|
1116 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1117 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1118 |
-
msgid "Title"
|
1119 |
-
msgstr "Titolo"
|
1120 |
-
|
1121 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1122 |
msgid "Non-necessary Cookie Settings"
|
1123 |
msgstr "Impostazioni cookie non necessarie"
|
@@ -1321,7 +1350,7 @@ msgstr ""
|
|
1321 |
"Assicurati che la cache sia svuotata dopo ogni aggiornamento del plug-in, "
|
1322 |
"soprattutto se hai file JS e / o CSS minimizzati."
|
1323 |
|
1324 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1325 |
#, php-format
|
1326 |
msgid ""
|
1327 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1332,15 +1361,15 @@ msgstr ""
|
|
1332 |
"nostro plug-in. Ti saremmo davvero grati se potessi dedicare un momento a "
|
1333 |
"rilasciare una rapida recensione che ci ispirerà a continuare."
|
1334 |
|
1335 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1336 |
msgid "Remind me later"
|
1337 |
msgstr "Ricorda più tardi"
|
1338 |
|
1339 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1340 |
msgid "Not interested"
|
1341 |
msgstr "Non sono interessato"
|
1342 |
|
1343 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1344 |
msgid "Review now"
|
1345 |
msgstr "Rivedi ora"
|
1346 |
|
@@ -1354,7 +1383,7 @@ msgid "Cookie List"
|
|
1354 |
msgstr "Elenco dei cookie"
|
1355 |
|
1356 |
#: public/class-cookie-law-info-public.php:253
|
1357 |
-
#: public/modules/shortcode/shortcode.php:
|
1358 |
msgid "Cookie"
|
1359 |
msgstr "Cookie"
|
1360 |
|
@@ -1390,30 +1419,30 @@ msgstr "Non abbiamo trovato nulla"
|
|
1390 |
msgid "Nothing found in Trash"
|
1391 |
msgstr "Niente trovato in Cestino"
|
1392 |
|
1393 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1394 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1395 |
msgid "Script Blocker"
|
1396 |
msgstr "Script Blocker"
|
1397 |
|
1398 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1399 |
msgid "Status updated"
|
1400 |
msgstr "Stato della richiesta aggiornato"
|
1401 |
|
1402 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1403 |
msgid "Advanced script rendering"
|
1404 |
msgstr "Rendering di script avanzato"
|
1405 |
|
1406 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1407 |
#: public/modules/script-blocker/views/settings.php:7
|
1408 |
msgid "Enable"
|
1409 |
msgstr "Abilita"
|
1410 |
|
1411 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1412 |
#: public/modules/script-blocker/views/settings.php:7
|
1413 |
msgid "Disable"
|
1414 |
msgstr "Disabilita"
|
1415 |
|
1416 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1417 |
msgid ""
|
1418 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1419 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1492,47 +1521,47 @@ msgstr ""
|
|
1492 |
msgid "Inactive"
|
1493 |
msgstr "Inattivo"
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "Your current state:"
|
1497 |
msgstr "Il tuo stato attuale:"
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Consent accepted."
|
1501 |
msgstr "Consenso accettato."
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "Consent rejected."
|
1505 |
msgstr "Consenso respinto."
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "No consent given."
|
1509 |
msgstr "Nessun consenso dato."
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Manage your consent."
|
1513 |
msgstr "Gestisci il tuo consenso."
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "Delete Cookies"
|
1517 |
msgstr "Elimina cookie"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
msgid "No records found"
|
1521 |
msgstr "Nessun record trovato"
|
1522 |
|
1523 |
-
#: public/modules/shortcode/shortcode.php:
|
1524 |
msgid "Type"
|
1525 |
msgstr "Tipo"
|
1526 |
|
1527 |
-
#: public/modules/shortcode/shortcode.php:
|
1528 |
msgid "Duration"
|
1529 |
msgstr "Durata"
|
1530 |
|
1531 |
-
#: public/modules/shortcode/shortcode.php:
|
1532 |
msgid "Close the cookie bar"
|
1533 |
msgstr "Chiudi la barra dei cookie"
|
1534 |
|
1535 |
-
#: public/modules/shortcode/shortcode.php:
|
1536 |
msgid "Close and Accept"
|
1537 |
msgstr "Chiudi e accetta"
|
1538 |
|
@@ -1571,6 +1600,32 @@ msgstr "WebToffee"
|
|
1571 |
msgid "http://cookielawinfo.com/"
|
1572 |
msgstr "http://cookielawinfo.com/"
|
1573 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1574 |
#~ msgid "Non-necessary Cookie"
|
1575 |
#~ msgstr "Cookie non necessario"
|
1576 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:33+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:34+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it_IT\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
26 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
27 |
msgid "Settings"
|
28 |
msgstr "Settings"
|
29 |
|
51 |
#: admin/class-cookie-law-info-admin.php:334
|
52 |
#: admin/class-cookie-law-info-admin.php:378
|
53 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
54 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
55 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
56 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
57 |
msgid "You do not have sufficient permission to perform this operation"
|
58 |
msgstr "Non hai i permessi sufficienti per eseguire questa operazione"
|
59 |
|
173 |
msgstr "Conferma"
|
174 |
|
175 |
#: admin/modules/ccpa/ccpa.php:108
|
176 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
177 |
msgid "Cancel"
|
178 |
msgstr "Annulla"
|
179 |
|
301 |
#: admin/views/admin_necessary_cookie.php:39
|
302 |
#: admin/views/admin_non_necessary_cookie.php:54
|
303 |
#: public/modules/script-blocker/views/settings.php:142
|
304 |
+
#: public/modules/shortcode/shortcode.php:220
|
305 |
msgid "Description"
|
306 |
msgstr "Descrizione"
|
307 |
|
326 |
msgstr "Anteprima dal vivo"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
329 |
+
msgid "The plugin is complex to set up"
|
330 |
+
msgstr "Il plugin è complesso da configurare"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
333 |
msgid "Please describe which area you are facing difficulties"
|
334 |
msgstr "Descrivi in quale area stai riscontrando difficoltà"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
337 |
+
msgid "I found a better plugin"
|
338 |
+
msgstr "Ho trovato un plugin migliore"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
341 |
+
msgid "Which plugin?"
|
342 |
+
msgstr "Quale plugin?"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
345 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
346 |
+
msgstr ""
|
347 |
+
"Il plugin è grande, ma ho bisogno di funzionalità specifiche che non sono "
|
348 |
+
"supportate"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
351 |
+
msgid "Could you tell us more about that feature?"
|
352 |
+
msgstr "Potresti dirci di più su quella funzione?"
|
|
|
|
|
|
|
|
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
355 |
+
msgid "The plugin didn't work as expected"
|
356 |
+
msgstr "Il plugin non ha funzionato come previsto"
|
357 |
|
358 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
359 |
+
msgid "What did you expect?"
|
360 |
+
msgstr "Cosa ti saresti aspettato?"
|
361 |
|
362 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
363 |
+
msgid "A conflict with another plugin or theme"
|
364 |
+
msgstr "Un conflitto con un altro plugin o tema"
|
365 |
|
366 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
367 |
+
msgid "Which plugin or theme?"
|
368 |
+
msgstr "Quale plugin o tema?"
|
369 |
|
370 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
371 |
+
msgid "Translation issues"
|
372 |
+
msgstr "Problemi di traduzione"
|
|
|
|
|
373 |
|
374 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
375 |
+
msgid "Incorrect/missing translation"
|
376 |
+
msgstr "Traduzione errata / mancante"
|
377 |
|
378 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
379 |
+
msgid "Name the language"
|
380 |
+
msgstr "Assegna un nome alla lingua"
|
381 |
|
382 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
383 |
+
msgid ""
|
384 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
385 |
+
msgstr ""
|
386 |
+
"Impossibile tradurre il mio contenuto dinamico, ad esempio messaggio di "
|
387 |
+
"cookie, testo di pulsanti, ecc"
|
388 |
|
389 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
390 |
+
msgid "Name the language and the translator plugin that you are using"
|
391 |
+
msgstr ""
|
392 |
+
"Assegna un nome alla lingua e al plug-in del traduttore che stai utilizzando"
|
393 |
+
|
394 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
395 |
+
msgid "Upgrade to pro"
|
396 |
+
msgstr "Aggiornamento a Pro"
|
397 |
+
|
398 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
399 |
#: admin/views/admin-settings-general.php:10
|
400 |
+
#: admin/views/admin-settings-general.php:66
|
401 |
msgid "Other"
|
402 |
msgstr "Altro"
|
403 |
|
404 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
405 |
msgid "Could you tell us a bit more?"
|
406 |
msgstr "Potresti dirci qualcosa in più?"
|
407 |
|
408 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
409 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
410 |
msgstr ""
|
411 |
"Se hai un momento, ti preghiamo di farci sapere il motivo della "
|
412 |
"disattivazione:"
|
413 |
|
414 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
415 |
+
msgid ""
|
416 |
+
"We do not collect any personal data when you submit this form. It's your "
|
417 |
+
"feedback that we value."
|
418 |
+
msgstr ""
|
419 |
+
"Non raccogliamo dati personali quando invii questo modulo. È il tuo feedback "
|
420 |
+
"che apprezziamo."
|
421 |
|
422 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
423 |
+
msgid "Privacy Policy"
|
424 |
+
msgstr "Privacy Policy"
|
425 |
+
|
426 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
427 |
msgid "Go to support"
|
428 |
msgstr "Vai al supporto"
|
429 |
|
430 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
431 |
msgid "Submit & Deactivate"
|
432 |
msgstr "Invia e disattiva"
|
433 |
|
434 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
435 |
+
msgid "I rather wouldn't say"
|
436 |
+
msgstr "Io invece non direi"
|
437 |
+
|
438 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
439 |
#: admin/views/admin_necessary_cookie.php:20
|
440 |
#: admin/views/admin_non_necessary_cookie.php:17
|
455 |
msgid "Unable to reset settings."
|
456 |
msgstr "Impossibile ripristinare le impostazioni."
|
457 |
|
|
|
|
|
|
|
|
|
458 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
459 |
msgid "Cookie bar is currently active"
|
460 |
msgstr "La barra dei cookie è attualmente attiva"
|
635 |
#: admin/views/admin-settings-buttons.php:311
|
636 |
#: admin/views/admin-settings-general.php:38
|
637 |
#: admin/views/admin-settings-general.php:54
|
638 |
+
#: admin/views/admin-settings-general.php:74
|
639 |
+
#: admin/views/admin-settings-general.php:82
|
640 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
641 |
#: admin/views/admin-settings-messagebar.php:86
|
642 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
643 |
#: admin/views/admin_non_necessary_cookie.php:32
|
644 |
msgid "Yes"
|
645 |
msgstr "Si"
|
650 |
#: admin/views/admin-settings-buttons.php:312
|
651 |
#: admin/views/admin-settings-general.php:39
|
652 |
#: admin/views/admin-settings-general.php:55
|
653 |
+
#: admin/views/admin-settings-general.php:75
|
654 |
+
#: admin/views/admin-settings-general.php:83
|
655 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
656 |
#: admin/views/admin-settings-messagebar.php:87
|
657 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
658 |
#: admin/views/admin_non_necessary_cookie.php:33
|
659 |
#: public/modules/script-blocker/views/settings.php:139
|
660 |
msgid "No"
|
782 |
msgid "This option will not work along with `Popup overlay`."
|
783 |
msgstr "Questa opzione non funzionerà con `Popup overlay`."
|
784 |
|
|
|
|
|
|
|
|
|
|
|
785 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
786 |
msgid "Reload after \"scroll accept\" event?"
|
787 |
msgstr "Ricarica dopo l'evento \"scroll accept\"?"
|
788 |
|
789 |
+
#: admin/views/admin-settings-general.php:80
|
790 |
msgid "Reload after Accept button click"
|
791 |
msgstr "Ricarica dopo aver fatto clic sul pulsante Accetta"
|
792 |
|
793 |
+
#: admin/views/admin-settings-general.php:87
|
794 |
msgid "Reload after Reject button click"
|
795 |
msgstr "Ricarica dopo il pulsante Rifiuta clic"
|
796 |
|
927 |
msgstr "Barra dei cookie"
|
928 |
|
929 |
#: admin/views/admin-settings-messagebar.php:10
|
930 |
+
#: admin/views/admin-settings-messagebar.php:145
|
931 |
+
msgid "Revisit consent"
|
932 |
+
msgstr "Rivedi il consenso"
|
933 |
|
934 |
#: admin/views/admin-settings-messagebar.php:15
|
935 |
msgid "Cookie Bar"
|
1050 |
msgid "On hide"
|
1051 |
msgstr "A nascondino"
|
1052 |
|
1053 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1054 |
+
msgid "previously"
|
1055 |
+
msgstr "Articolo precedente"
|
1056 |
+
|
1057 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1058 |
+
msgid "Show again tab"
|
1059 |
+
msgstr "Mostra di nuovo la scheda"
|
1060 |
+
|
1061 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1062 |
+
msgid ""
|
1063 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1064 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1065 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1066 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1067 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1068 |
+
"website."
|
1069 |
+
msgstr ""
|
1070 |
+
"Il consenso alla revisione consentirà ai visitatori di visualizzare / "
|
1071 |
+
"modificare / revocare le loro preferenze precedenti. Questo può essere fatto "
|
1072 |
+
"tramite un widget e / o uno shortcode. Un piccolo widget per la privacy "
|
1073 |
+
"viene visualizzato automaticamente a piè di pagina del tuo sito web se "
|
1074 |
+
"l'opzione widget è abilitata. Puoi anche inserire manualmente un link per "
|
1075 |
+
"gestire il consenso aggiungendo lo shortcode <b>[wt_cli_manage_consent]</b> "
|
1076 |
+
"al tuo sito web."
|
1077 |
+
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1079 |
+
msgid "Enable revisit consent widget"
|
1080 |
+
msgstr "Abilita il widget per la revisione del consenso"
|
1081 |
+
|
1082 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1083 |
+
msgid ""
|
1084 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1085 |
+
"the footer of your website."
|
1086 |
+
msgstr ""
|
1087 |
+
"Abilitando questa opzione viene automaticamente visualizzato un piccolo "
|
1088 |
+
"widget per la privacy a piè di pagina del tuo sito web."
|
1089 |
+
|
1090 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1091 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1092 |
+
msgid "Tab Position"
|
1093 |
+
msgstr "Posizione tab"
|
1094 |
+
|
1095 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1096 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1097 |
+
msgid "Right"
|
1098 |
+
msgstr "Destra"
|
1099 |
+
|
1100 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1101 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1102 |
+
msgid "Left"
|
1103 |
+
msgstr "Sinistra"
|
1104 |
+
|
1105 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1106 |
+
msgid "Bottom Right"
|
1107 |
+
msgstr "In basso a destra"
|
1108 |
+
|
1109 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1110 |
+
msgid "Bottom Left"
|
1111 |
+
msgstr "In basso a sinistra"
|
1112 |
+
|
1113 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1114 |
+
msgid "Top Right"
|
1115 |
+
msgstr "In alto a destra"
|
1116 |
+
|
1117 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1118 |
+
msgid "Top Left"
|
1119 |
+
msgstr "In alto a sinistra"
|
1120 |
+
|
1121 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1122 |
+
msgid "From Right Margin"
|
1123 |
+
msgstr "Dal margine destro"
|
1124 |
+
|
1125 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1126 |
+
msgid "From Left Margin"
|
1127 |
+
msgstr "Dal margine sinistro"
|
1128 |
+
|
1129 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1130 |
+
msgid "Specify"
|
1131 |
+
msgstr "Specificare"
|
1132 |
+
|
1133 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1134 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1135 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1136 |
+
msgid "Title"
|
1137 |
+
msgstr "Titolo"
|
1138 |
+
|
1139 |
#: admin/views/admin-settings-save-button.php:12
|
1140 |
#: admin/views/admin_necessary_cookie.php:52
|
1141 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1142 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1143 |
msgid "Update Settings"
|
1144 |
msgstr "Aggiorna impostazioni"
|
1145 |
|
1147 |
msgid "Necessary Cookie Settings"
|
1148 |
msgstr "Impostazioni cookie necessarie"
|
1149 |
|
|
|
|
|
|
|
|
|
|
|
1150 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1151 |
msgid "Non-necessary Cookie Settings"
|
1152 |
msgstr "Impostazioni cookie non necessarie"
|
1350 |
"Assicurati che la cache sia svuotata dopo ogni aggiornamento del plug-in, "
|
1351 |
"soprattutto se hai file JS e / o CSS minimizzati."
|
1352 |
|
1353 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1354 |
#, php-format
|
1355 |
msgid ""
|
1356 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1361 |
"nostro plug-in. Ti saremmo davvero grati se potessi dedicare un momento a "
|
1362 |
"rilasciare una rapida recensione che ci ispirerà a continuare."
|
1363 |
|
1364 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1365 |
msgid "Remind me later"
|
1366 |
msgstr "Ricorda più tardi"
|
1367 |
|
1368 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1369 |
msgid "Not interested"
|
1370 |
msgstr "Non sono interessato"
|
1371 |
|
1372 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1373 |
msgid "Review now"
|
1374 |
msgstr "Rivedi ora"
|
1375 |
|
1383 |
msgstr "Elenco dei cookie"
|
1384 |
|
1385 |
#: public/class-cookie-law-info-public.php:253
|
1386 |
+
#: public/modules/shortcode/shortcode.php:208
|
1387 |
msgid "Cookie"
|
1388 |
msgstr "Cookie"
|
1389 |
|
1419 |
msgid "Nothing found in Trash"
|
1420 |
msgstr "Niente trovato in Cestino"
|
1421 |
|
1422 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1423 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1424 |
msgid "Script Blocker"
|
1425 |
msgstr "Script Blocker"
|
1426 |
|
1427 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1428 |
msgid "Status updated"
|
1429 |
msgstr "Stato della richiesta aggiornato"
|
1430 |
|
1431 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1432 |
msgid "Advanced script rendering"
|
1433 |
msgstr "Rendering di script avanzato"
|
1434 |
|
1435 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1436 |
#: public/modules/script-blocker/views/settings.php:7
|
1437 |
msgid "Enable"
|
1438 |
msgstr "Abilita"
|
1439 |
|
1440 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1441 |
#: public/modules/script-blocker/views/settings.php:7
|
1442 |
msgid "Disable"
|
1443 |
msgstr "Disabilita"
|
1444 |
|
1445 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1446 |
msgid ""
|
1447 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1448 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1521 |
msgid "Inactive"
|
1522 |
msgstr "Inattivo"
|
1523 |
|
1524 |
+
#: public/modules/shortcode/shortcode.php:99
|
1525 |
msgid "Your current state:"
|
1526 |
msgstr "Il tuo stato attuale:"
|
1527 |
|
1528 |
+
#: public/modules/shortcode/shortcode.php:104
|
1529 |
msgid "Consent accepted."
|
1530 |
msgstr "Consenso accettato."
|
1531 |
|
1532 |
+
#: public/modules/shortcode/shortcode.php:107
|
1533 |
msgid "Consent rejected."
|
1534 |
msgstr "Consenso respinto."
|
1535 |
|
1536 |
+
#: public/modules/shortcode/shortcode.php:111
|
1537 |
msgid "No consent given."
|
1538 |
msgstr "Nessun consenso dato."
|
1539 |
|
1540 |
+
#: public/modules/shortcode/shortcode.php:113
|
1541 |
msgid "Manage your consent."
|
1542 |
msgstr "Gestisci il tuo consenso."
|
1543 |
|
1544 |
+
#: public/modules/shortcode/shortcode.php:150
|
1545 |
msgid "Delete Cookies"
|
1546 |
msgstr "Elimina cookie"
|
1547 |
|
1548 |
+
#: public/modules/shortcode/shortcode.php:186
|
1549 |
msgid "No records found"
|
1550 |
msgstr "Nessun record trovato"
|
1551 |
|
1552 |
+
#: public/modules/shortcode/shortcode.php:212
|
1553 |
msgid "Type"
|
1554 |
msgstr "Tipo"
|
1555 |
|
1556 |
+
#: public/modules/shortcode/shortcode.php:216
|
1557 |
msgid "Duration"
|
1558 |
msgstr "Durata"
|
1559 |
|
1560 |
+
#: public/modules/shortcode/shortcode.php:533
|
1561 |
msgid "Close the cookie bar"
|
1562 |
msgstr "Chiudi la barra dei cookie"
|
1563 |
|
1564 |
+
#: public/modules/shortcode/shortcode.php:533
|
1565 |
msgid "Close and Accept"
|
1566 |
msgstr "Chiudi e accetta"
|
1567 |
|
1600 |
msgid "http://cookielawinfo.com/"
|
1601 |
msgstr "http://cookielawinfo.com/"
|
1602 |
|
1603 |
+
#~ msgid ""
|
1604 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1605 |
+
#~ "bit more?"
|
1606 |
+
#~ msgstr ""
|
1607 |
+
#~ "Quale plugin stai usando per la traduzione in lingua? Ci puoi dire "
|
1608 |
+
#~ "qualcosa di più?"
|
1609 |
+
|
1610 |
+
#~ msgid "Caching issues"
|
1611 |
+
#~ msgstr "Problemi di memorizzazione nella cache"
|
1612 |
+
|
1613 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1614 |
+
#~ msgstr ""
|
1615 |
+
#~ "Quale plug-in di cache stai utilizzando? Ci puoi dire qualcosa di più?"
|
1616 |
+
|
1617 |
+
#~ msgid "Cookie Law Settings"
|
1618 |
+
#~ msgstr "Impostazioni della legge sui cookie"
|
1619 |
+
|
1620 |
+
#~ msgid "Show Again Tab"
|
1621 |
+
#~ msgstr "Mostra ancora tab"
|
1622 |
+
|
1623 |
+
#~ msgid "Use Show Again Tab?"
|
1624 |
+
#~ msgstr "Usa la scheda Mostra ancora?"
|
1625 |
+
|
1626 |
+
#~ msgid "Show More Text"
|
1627 |
+
#~ msgstr "Mostra altro testo"
|
1628 |
+
|
1629 |
#~ msgid "Non-necessary Cookie"
|
1630 |
#~ msgstr "Cookie non necessario"
|
1631 |
|
languages/cookie-law-info-nl_NL.mo
CHANGED
Binary file
|
languages/cookie-law-info-nl_NL.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: nl\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -18,6 +18,7 @@ msgstr ""
|
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Instellingen"
|
23 |
|
@@ -45,9 +46,9 @@ msgstr "Privacy-Overzicht"
|
|
45 |
#: admin/class-cookie-law-info-admin.php:334
|
46 |
#: admin/class-cookie-law-info-admin.php:378
|
47 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
48 |
-
#: public/modules/script-blocker/script-blocker.php:
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
msgid "You do not have sufficient permission to perform this operation"
|
52 |
msgstr "U hebt niet voldoende machtigingen voor deze bewerking"
|
53 |
|
@@ -167,7 +168,7 @@ msgid "Confirm"
|
|
167 |
msgstr "Bevestigen"
|
168 |
|
169 |
#: admin/modules/ccpa/ccpa.php:108
|
170 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
171 |
msgid "Cancel"
|
172 |
msgstr "Annuleren"
|
173 |
|
@@ -296,7 +297,7 @@ msgstr "Heading"
|
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
-
#: public/modules/shortcode/shortcode.php:
|
300 |
msgid "Description"
|
301 |
msgstr "Omschrijving"
|
302 |
|
@@ -322,92 +323,112 @@ msgid "Live preview"
|
|
322 |
msgstr "Live voorvertoning"
|
323 |
|
324 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
325 |
-
msgid "The plugin is
|
326 |
-
msgstr "De plug-in is
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
329 |
msgid "Please describe which area you are facing difficulties"
|
330 |
msgstr "Beschrijf alstublieft in welk gebied u moeilijkheden ondervindt"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
333 |
-
msgid "
|
334 |
-
msgstr "
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
337 |
-
msgid "Which plugin
|
338 |
-
msgstr "Welke
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
341 |
-
msgid "
|
342 |
-
msgstr "
|
|
|
|
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
-
msgid ""
|
346 |
-
"
|
347 |
-
"more?"
|
348 |
-
msgstr ""
|
349 |
-
"Welke plug-in gebruik je voor taalvertaling? Kunt u ons iets meer vertellen?"
|
350 |
|
351 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
352 |
-
msgid "
|
353 |
-
msgstr "
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
356 |
-
msgid "
|
357 |
-
msgstr "
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
360 |
-
msgid "
|
361 |
-
msgstr "
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
364 |
-
msgid "Which plugin?"
|
365 |
-
msgstr "Welke
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
368 |
-
msgid "
|
369 |
-
msgstr ""
|
370 |
-
"Deze plugin is prima, maar ik heb een specifieke functie nodig die jullie "
|
371 |
-
"niet ondersteunen"
|
372 |
|
373 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
374 |
-
msgid "
|
375 |
-
msgstr "
|
376 |
|
377 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
378 |
-
msgid "
|
379 |
-
msgstr "
|
380 |
|
381 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
382 |
-
msgid "
|
383 |
-
|
|
|
|
|
|
|
384 |
|
385 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
#: admin/views/admin-settings-general.php:10
|
387 |
-
#: admin/views/admin-settings-general.php:
|
388 |
msgid "Other"
|
389 |
msgstr "Anders"
|
390 |
|
391 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
392 |
msgid "Could you tell us a bit more?"
|
393 |
msgstr "Kun je ons wat meer vertellen?"
|
394 |
|
395 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
396 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
397 |
msgstr "Wij horen graag waarom u ervoor kiest om te deactiveren:"
|
398 |
|
399 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
400 |
-
msgid "
|
401 |
-
|
|
|
|
|
|
|
|
|
402 |
|
403 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
404 |
msgid "Go to support"
|
405 |
msgstr "Ga naar ondersteuning"
|
406 |
|
407 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
408 |
msgid "Submit & Deactivate"
|
409 |
msgstr "Inzenden & Deactiveren"
|
410 |
|
|
|
|
|
|
|
|
|
411 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
412 |
#: admin/views/admin_necessary_cookie.php:20
|
413 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -428,10 +449,6 @@ msgstr "Instellingen gereset naar standaardinstellingen."
|
|
428 |
msgid "Unable to reset settings."
|
429 |
msgstr "Kon instellingen niet opnieuw instellen."
|
430 |
|
431 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
432 |
-
msgid "Cookie Law Settings"
|
433 |
-
msgstr "Cookiewetgeving"
|
434 |
-
|
435 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
436 |
msgid "Cookie bar is currently active"
|
437 |
msgstr "Cookiebalk is momenteel actief"
|
@@ -613,13 +630,11 @@ msgstr "Open URL in nieuw venster?"
|
|
613 |
#: admin/views/admin-settings-buttons.php:311
|
614 |
#: admin/views/admin-settings-general.php:38
|
615 |
#: admin/views/admin-settings-general.php:54
|
616 |
-
#: admin/views/admin-settings-general.php:
|
617 |
-
#: admin/views/admin-settings-general.php:
|
618 |
-
#: admin/views/admin-settings-general.php:
|
619 |
-
#: admin/views/admin-settings-general.php:155
|
620 |
#: admin/views/admin-settings-messagebar.php:86
|
621 |
#: admin/views/admin-settings-messagebar.php:110
|
622 |
-
#: admin/views/admin-settings-messagebar.php:150
|
623 |
#: admin/views/admin_non_necessary_cookie.php:32
|
624 |
msgid "Yes"
|
625 |
msgstr "Ja"
|
@@ -630,13 +645,11 @@ msgstr "Ja"
|
|
630 |
#: admin/views/admin-settings-buttons.php:312
|
631 |
#: admin/views/admin-settings-general.php:39
|
632 |
#: admin/views/admin-settings-general.php:55
|
633 |
-
#: admin/views/admin-settings-general.php:
|
634 |
-
#: admin/views/admin-settings-general.php:
|
635 |
-
#: admin/views/admin-settings-general.php:
|
636 |
-
#: admin/views/admin-settings-general.php:156
|
637 |
#: admin/views/admin-settings-messagebar.php:87
|
638 |
#: admin/views/admin-settings-messagebar.php:111
|
639 |
-
#: admin/views/admin-settings-messagebar.php:151
|
640 |
#: admin/views/admin_non_necessary_cookie.php:33
|
641 |
#: public/modules/script-blocker/views/settings.php:139
|
642 |
msgid "No"
|
@@ -763,81 +776,15 @@ msgstr ""
|
|
763 |
msgid "This option will not work along with `Popup overlay`."
|
764 |
msgstr "Deze optie werkt niet samen met `Popup-overlay`."
|
765 |
|
766 |
-
#: admin/views/admin-settings-general.php:66
|
767 |
-
#: admin/views/admin-settings-messagebar.php:145
|
768 |
-
msgid "Show Again Tab"
|
769 |
-
msgstr "Weergeven Tab"
|
770 |
-
|
771 |
#: admin/views/admin-settings-general.php:69
|
772 |
-
#: admin/views/admin-settings-messagebar.php:148
|
773 |
-
msgid "Use Show Again Tab?"
|
774 |
-
msgstr "Gebruik het tabblad Weergeven?"
|
775 |
-
|
776 |
-
#: admin/views/admin-settings-general.php:77
|
777 |
-
#: admin/views/admin-settings-general.php:94
|
778 |
-
#: admin/views/admin-settings-messagebar.php:156
|
779 |
-
#: admin/views/admin-settings-messagebar.php:173
|
780 |
-
msgid "Tab Position"
|
781 |
-
msgstr "Positie van het tabblad"
|
782 |
-
|
783 |
-
#: admin/views/admin-settings-general.php:82
|
784 |
-
#: admin/views/admin-settings-general.php:85
|
785 |
-
#: admin/views/admin-settings-messagebar.php:161
|
786 |
-
#: admin/views/admin-settings-messagebar.php:164
|
787 |
-
msgid "Right"
|
788 |
-
msgstr "Rechts"
|
789 |
-
|
790 |
-
#: admin/views/admin-settings-general.php:83
|
791 |
-
#: admin/views/admin-settings-general.php:86
|
792 |
-
#: admin/views/admin-settings-messagebar.php:162
|
793 |
-
#: admin/views/admin-settings-messagebar.php:165
|
794 |
-
msgid "Left"
|
795 |
-
msgstr "Links"
|
796 |
-
|
797 |
-
#: admin/views/admin-settings-general.php:101
|
798 |
-
#: admin/views/admin-settings-messagebar.php:180
|
799 |
-
msgid "Bottom Right"
|
800 |
-
msgstr "Rechts onder"
|
801 |
-
|
802 |
-
#: admin/views/admin-settings-general.php:104
|
803 |
-
#: admin/views/admin-settings-messagebar.php:183
|
804 |
-
msgid "Bottom Left"
|
805 |
-
msgstr "Linksonder"
|
806 |
-
|
807 |
-
#: admin/views/admin-settings-general.php:107
|
808 |
-
#: admin/views/admin-settings-messagebar.php:186
|
809 |
-
msgid "Top Right"
|
810 |
-
msgstr "Rechtsboven"
|
811 |
-
|
812 |
-
#: admin/views/admin-settings-general.php:110
|
813 |
-
#: admin/views/admin-settings-messagebar.php:189
|
814 |
-
msgid "Top Left"
|
815 |
-
msgstr "Linksboven"
|
816 |
-
|
817 |
-
#: admin/views/admin-settings-general.php:117
|
818 |
-
#: admin/views/admin-settings-messagebar.php:196
|
819 |
-
msgid "From Left Margin"
|
820 |
-
msgstr "Van linkermarge"
|
821 |
-
|
822 |
-
#: admin/views/admin-settings-general.php:120
|
823 |
-
#: admin/views/admin-settings-messagebar.php:199
|
824 |
-
msgid "Specify"
|
825 |
-
msgstr "Specifiek"
|
826 |
-
|
827 |
-
#: admin/views/admin-settings-general.php:124
|
828 |
-
#: admin/views/admin-settings-messagebar.php:203
|
829 |
-
msgid "Show More Text"
|
830 |
-
msgstr "Meer tekst weergeven"
|
831 |
-
|
832 |
-
#: admin/views/admin-settings-general.php:135
|
833 |
msgid "Reload after \"scroll accept\" event?"
|
834 |
msgstr "Herladen na \"scrollen accepteren\" -gebeurtenis?"
|
835 |
|
836 |
-
#: admin/views/admin-settings-general.php:
|
837 |
msgid "Reload after Accept button click"
|
838 |
msgstr "Herladen na klikken op Accepteren"
|
839 |
|
840 |
-
#: admin/views/admin-settings-general.php:
|
841 |
msgid "Reload after Reject button click"
|
842 |
msgstr "Opnieuw laden na klikken op Weigeren"
|
843 |
|
@@ -971,8 +918,9 @@ msgid "Cookie bar"
|
|
971 |
msgstr "Koekjesbalk"
|
972 |
|
973 |
#: admin/views/admin-settings-messagebar.php:10
|
974 |
-
|
975 |
-
|
|
|
976 |
|
977 |
#: admin/views/admin-settings-messagebar.php:15
|
978 |
msgid "Cookie Bar"
|
@@ -1092,10 +1040,95 @@ msgstr "Sticky"
|
|
1092 |
msgid "On hide"
|
1093 |
msgstr "Op hide"
|
1094 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1095 |
#: admin/views/admin-settings-save-button.php:12
|
1096 |
#: admin/views/admin_necessary_cookie.php:52
|
1097 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1098 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1099 |
msgid "Update Settings"
|
1100 |
msgstr "Bijwerken Instellingen"
|
1101 |
|
@@ -1103,11 +1136,6 @@ msgstr "Bijwerken Instellingen"
|
|
1103 |
msgid "Necessary Cookie Settings"
|
1104 |
msgstr "Noodzakelijke cookie-instellingen"
|
1105 |
|
1106 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1107 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1108 |
-
msgid "Title"
|
1109 |
-
msgstr "Titel"
|
1110 |
-
|
1111 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1112 |
msgid "Non-necessary Cookie Settings"
|
1113 |
msgstr "Niet-noodzakelijke cookie-instellingen"
|
@@ -1299,7 +1327,7 @@ msgstr ""
|
|
1299 |
"Zorg ervoor dat het cachegeheugen wordt gewist na elke update van de plug-in, "
|
1300 |
"vooral als je verkleinde JS- en / of CSS-bestanden hebt."
|
1301 |
|
1302 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1303 |
#, php-format
|
1304 |
msgid ""
|
1305 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1310,15 +1338,15 @@ msgstr ""
|
|
1310 |
"plug-in. We zouden het erg op prijs stellen als u even de tijd neemt om een "
|
1311 |
"korte recensie achter te laten die ons zal inspireren om door te gaan."
|
1312 |
|
1313 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1314 |
msgid "Remind me later"
|
1315 |
msgstr "Herinner me er later aan"
|
1316 |
|
1317 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1318 |
msgid "Not interested"
|
1319 |
msgstr "Niet geïnteresseerd"
|
1320 |
|
1321 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1322 |
msgid "Review now"
|
1323 |
msgstr "Nu beoordelen"
|
1324 |
|
@@ -1331,7 +1359,7 @@ msgid "Cookie List"
|
|
1331 |
msgstr "Cookie lijst"
|
1332 |
|
1333 |
#: public/class-cookie-law-info-public.php:253
|
1334 |
-
#: public/modules/shortcode/shortcode.php:
|
1335 |
msgid "Cookie"
|
1336 |
msgstr "Koekje"
|
1337 |
|
@@ -1367,30 +1395,30 @@ msgstr "Niets gevonden"
|
|
1367 |
msgid "Nothing found in Trash"
|
1368 |
msgstr "Niets gevonden in de prullenbak"
|
1369 |
|
1370 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1371 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1372 |
msgid "Script Blocker"
|
1373 |
msgstr "Scriptblocker"
|
1374 |
|
1375 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1376 |
msgid "Status updated"
|
1377 |
msgstr "Status bijgewerkt"
|
1378 |
|
1379 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1380 |
msgid "Advanced script rendering"
|
1381 |
msgstr "Geavanceerde scriptweergave"
|
1382 |
|
1383 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1384 |
#: public/modules/script-blocker/views/settings.php:7
|
1385 |
msgid "Enable"
|
1386 |
msgstr "Inschakelen"
|
1387 |
|
1388 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1389 |
#: public/modules/script-blocker/views/settings.php:7
|
1390 |
msgid "Disable"
|
1391 |
msgstr "Uitschakelen"
|
1392 |
|
1393 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1394 |
msgid ""
|
1395 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1396 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1468,47 +1496,47 @@ msgstr ""
|
|
1468 |
msgid "Inactive"
|
1469 |
msgstr "Inactief"
|
1470 |
|
1471 |
-
#: public/modules/shortcode/shortcode.php:
|
1472 |
msgid "Your current state:"
|
1473 |
msgstr "Uw huidige staat:"
|
1474 |
|
1475 |
-
#: public/modules/shortcode/shortcode.php:
|
1476 |
msgid "Consent accepted."
|
1477 |
msgstr "Toestemming geaccepteerd."
|
1478 |
|
1479 |
-
#: public/modules/shortcode/shortcode.php:
|
1480 |
msgid "Consent rejected."
|
1481 |
msgstr "Toestemming afgewezen."
|
1482 |
|
1483 |
-
#: public/modules/shortcode/shortcode.php:
|
1484 |
msgid "No consent given."
|
1485 |
msgstr "Geen toestemming gegeven."
|
1486 |
|
1487 |
-
#: public/modules/shortcode/shortcode.php:
|
1488 |
msgid "Manage your consent."
|
1489 |
msgstr "Beheer uw toestemming."
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "Delete Cookies"
|
1493 |
msgstr "Verwijder cookies"
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "No records found"
|
1497 |
msgstr "Geen verslagen gevonden"
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Type"
|
1501 |
msgstr "Type"
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "Duration"
|
1505 |
msgstr "Duur"
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "Close the cookie bar"
|
1509 |
msgstr "Sluit de koekjesbalk"
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Close and Accept"
|
1513 |
msgstr "Sluit en accepteer"
|
1514 |
|
@@ -1528,6 +1556,31 @@ msgstr "Meer weergeven"
|
|
1528 |
msgid "Show less"
|
1529 |
msgstr "Laat minder zien"
|
1530 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1531 |
#~ msgid "Non-necessary Cookie"
|
1532 |
#~ msgstr "Niet noodzakelijk Cookie"
|
1533 |
|
@@ -1710,10 +1763,6 @@ msgstr "Laat minder zien"
|
|
1710 |
#~ "gaan ervan uit dat je bent ok met dit, maar u kunt opt-out als u wenst. "
|
1711 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
1712 |
|
1713 |
-
#, fuzzy
|
1714 |
-
#~ msgid "Privacy & Cookies Policy"
|
1715 |
-
#~ msgstr "Privacy & Cookies beleid"
|
1716 |
-
|
1717 |
#, fuzzy
|
1718 |
#~ msgid "Cookie Category"
|
1719 |
#~ msgstr "Cookie categorie"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:34+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:34+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: nl\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
#: admin/class-cookie-law-info-admin.php:147
|
19 |
#: admin/class-cookie-law-info-admin.php:148
|
20 |
#: admin/class-cookie-law-info-admin.php:247
|
21 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
22 |
msgid "Settings"
|
23 |
msgstr "Instellingen"
|
24 |
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "U hebt niet voldoende machtigingen voor deze bewerking"
|
54 |
|
168 |
msgstr "Bevestigen"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
172 |
msgid "Cancel"
|
173 |
msgstr "Annuleren"
|
174 |
|
297 |
#: admin/views/admin_necessary_cookie.php:39
|
298 |
#: admin/views/admin_non_necessary_cookie.php:54
|
299 |
#: public/modules/script-blocker/views/settings.php:142
|
300 |
+
#: public/modules/shortcode/shortcode.php:220
|
301 |
msgid "Description"
|
302 |
msgstr "Omschrijving"
|
303 |
|
323 |
msgstr "Live voorvertoning"
|
324 |
|
325 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
326 |
+
msgid "The plugin is complex to set up"
|
327 |
+
msgstr "De plug-in is complex om in te stellen"
|
328 |
|
329 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
330 |
msgid "Please describe which area you are facing difficulties"
|
331 |
msgstr "Beschrijf alstublieft in welk gebied u moeilijkheden ondervindt"
|
332 |
|
333 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
334 |
+
msgid "I found a better plugin"
|
335 |
+
msgstr "Ik heb een betere plugin gevonden"
|
336 |
|
337 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
338 |
+
msgid "Which plugin?"
|
339 |
+
msgstr "Welke plugin?"
|
340 |
|
341 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
342 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
343 |
+
msgstr ""
|
344 |
+
"Deze plugin is prima, maar ik heb een specifieke functie nodig die jullie "
|
345 |
+
"niet ondersteunen"
|
346 |
|
347 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
348 |
+
msgid "Could you tell us more about that feature?"
|
349 |
+
msgstr "Kan je ons meer vertellen over die functie?"
|
|
|
|
|
|
|
350 |
|
351 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
352 |
+
msgid "The plugin didn't work as expected"
|
353 |
+
msgstr "De plugin werkte niet zoals verwacht"
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
356 |
+
msgid "What did you expect?"
|
357 |
+
msgstr "Wat was verwachting?"
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
360 |
+
msgid "A conflict with another plugin or theme"
|
361 |
+
msgstr "Een conflict met een andere plug-in of een ander thema"
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
364 |
+
msgid "Which plugin or theme?"
|
365 |
+
msgstr "Welke plug-in of welk thema?"
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
368 |
+
msgid "Translation issues"
|
369 |
+
msgstr "Vertaalproblemen"
|
|
|
|
|
370 |
|
371 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
372 |
+
msgid "Incorrect/missing translation"
|
373 |
+
msgstr "Onjuiste / ontbrekende vertaling"
|
374 |
|
375 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
376 |
+
msgid "Name the language"
|
377 |
+
msgstr "Noem de taal"
|
378 |
|
379 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
380 |
+
msgid ""
|
381 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
382 |
+
msgstr ""
|
383 |
+
"Kan mijn dynamische inhoud niet vertalen, bijvoorbeeld cookiemelding, "
|
384 |
+
"knoptekst enz"
|
385 |
|
386 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
387 |
+
msgid "Name the language and the translator plugin that you are using"
|
388 |
+
msgstr "Noem de taal en de vertaler-plug-in die u gebruikt"
|
389 |
+
|
390 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
391 |
+
msgid "Upgrade to pro"
|
392 |
+
msgstr "Upgraden naar Pro"
|
393 |
+
|
394 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
395 |
#: admin/views/admin-settings-general.php:10
|
396 |
+
#: admin/views/admin-settings-general.php:66
|
397 |
msgid "Other"
|
398 |
msgstr "Anders"
|
399 |
|
400 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
401 |
msgid "Could you tell us a bit more?"
|
402 |
msgstr "Kun je ons wat meer vertellen?"
|
403 |
|
404 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
405 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
406 |
msgstr "Wij horen graag waarom u ervoor kiest om te deactiveren:"
|
407 |
|
408 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
409 |
+
msgid ""
|
410 |
+
"We do not collect any personal data when you submit this form. It's your "
|
411 |
+
"feedback that we value."
|
412 |
+
msgstr ""
|
413 |
+
"We verzamelen geen persoonlijke gegevens wanneer u dit formulier verzendt. "
|
414 |
+
"Het is uw feedback die we waarderen."
|
415 |
|
416 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
417 |
+
msgid "Privacy Policy"
|
418 |
+
msgstr "Privacybeleid"
|
419 |
+
|
420 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
421 |
msgid "Go to support"
|
422 |
msgstr "Ga naar ondersteuning"
|
423 |
|
424 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
425 |
msgid "Submit & Deactivate"
|
426 |
msgstr "Inzenden & Deactiveren"
|
427 |
|
428 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
429 |
+
msgid "I rather wouldn't say"
|
430 |
+
msgstr "Zeg ik liever niet"
|
431 |
+
|
432 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
433 |
#: admin/views/admin_necessary_cookie.php:20
|
434 |
#: admin/views/admin_non_necessary_cookie.php:17
|
449 |
msgid "Unable to reset settings."
|
450 |
msgstr "Kon instellingen niet opnieuw instellen."
|
451 |
|
|
|
|
|
|
|
|
|
452 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
453 |
msgid "Cookie bar is currently active"
|
454 |
msgstr "Cookiebalk is momenteel actief"
|
630 |
#: admin/views/admin-settings-buttons.php:311
|
631 |
#: admin/views/admin-settings-general.php:38
|
632 |
#: admin/views/admin-settings-general.php:54
|
633 |
+
#: admin/views/admin-settings-general.php:74
|
634 |
+
#: admin/views/admin-settings-general.php:82
|
635 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
636 |
#: admin/views/admin-settings-messagebar.php:86
|
637 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
638 |
#: admin/views/admin_non_necessary_cookie.php:32
|
639 |
msgid "Yes"
|
640 |
msgstr "Ja"
|
645 |
#: admin/views/admin-settings-buttons.php:312
|
646 |
#: admin/views/admin-settings-general.php:39
|
647 |
#: admin/views/admin-settings-general.php:55
|
648 |
+
#: admin/views/admin-settings-general.php:75
|
649 |
+
#: admin/views/admin-settings-general.php:83
|
650 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
651 |
#: admin/views/admin-settings-messagebar.php:87
|
652 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
653 |
#: admin/views/admin_non_necessary_cookie.php:33
|
654 |
#: public/modules/script-blocker/views/settings.php:139
|
655 |
msgid "No"
|
776 |
msgid "This option will not work along with `Popup overlay`."
|
777 |
msgstr "Deze optie werkt niet samen met `Popup-overlay`."
|
778 |
|
|
|
|
|
|
|
|
|
|
|
779 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
msgid "Reload after \"scroll accept\" event?"
|
781 |
msgstr "Herladen na \"scrollen accepteren\" -gebeurtenis?"
|
782 |
|
783 |
+
#: admin/views/admin-settings-general.php:80
|
784 |
msgid "Reload after Accept button click"
|
785 |
msgstr "Herladen na klikken op Accepteren"
|
786 |
|
787 |
+
#: admin/views/admin-settings-general.php:87
|
788 |
msgid "Reload after Reject button click"
|
789 |
msgstr "Opnieuw laden na klikken op Weigeren"
|
790 |
|
918 |
msgstr "Koekjesbalk"
|
919 |
|
920 |
#: admin/views/admin-settings-messagebar.php:10
|
921 |
+
#: admin/views/admin-settings-messagebar.php:145
|
922 |
+
msgid "Revisit consent"
|
923 |
+
msgstr "Herhaal toestemming"
|
924 |
|
925 |
#: admin/views/admin-settings-messagebar.php:15
|
926 |
msgid "Cookie Bar"
|
1040 |
msgid "On hide"
|
1041 |
msgstr "Op hide"
|
1042 |
|
1043 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1044 |
+
msgid "previously"
|
1045 |
+
msgstr "eerder"
|
1046 |
+
|
1047 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1048 |
+
msgid "Show again tab"
|
1049 |
+
msgstr "Weergeven tabblad"
|
1050 |
+
|
1051 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1052 |
+
msgid ""
|
1053 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1054 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1055 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1056 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1057 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1058 |
+
"website."
|
1059 |
+
msgstr ""
|
1060 |
+
"Door de toestemming opnieuw te bezoeken, kunnen bezoekers hun eerdere "
|
1061 |
+
"voorkeuren bekijken / bewerken / intrekken. Dit kan via een widget en / of "
|
1062 |
+
"een shortcode. Een kleine privacywidget wordt automatisch weergegeven in de "
|
1063 |
+
"voettekst van uw website als de widgetoptie is ingeschakeld. U kunt ook "
|
1064 |
+
"handmatig een link invoegen om toestemming te beheren door de shortcode "
|
1065 |
+
"<b>[wt_cli_manage_consent]</b> aan uw website toe te voegen."
|
1066 |
+
|
1067 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1068 |
+
msgid "Enable revisit consent widget"
|
1069 |
+
msgstr "Schakel widget voor opnieuw bezoeken van toestemming in"
|
1070 |
+
|
1071 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1072 |
+
msgid ""
|
1073 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1074 |
+
"the footer of your website."
|
1075 |
+
msgstr ""
|
1076 |
+
"Door deze optie in te schakelen, wordt automatisch een kleine privacywidget "
|
1077 |
+
"weergegeven onder aan uw website."
|
1078 |
+
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1080 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1081 |
+
msgid "Tab Position"
|
1082 |
+
msgstr "Positie van het tabblad"
|
1083 |
+
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1085 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1086 |
+
msgid "Right"
|
1087 |
+
msgstr "Rechts"
|
1088 |
+
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1090 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1091 |
+
msgid "Left"
|
1092 |
+
msgstr "Links"
|
1093 |
+
|
1094 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1095 |
+
msgid "Bottom Right"
|
1096 |
+
msgstr "Rechts onder"
|
1097 |
+
|
1098 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1099 |
+
msgid "Bottom Left"
|
1100 |
+
msgstr "Linksonder"
|
1101 |
+
|
1102 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1103 |
+
msgid "Top Right"
|
1104 |
+
msgstr "Rechtsboven"
|
1105 |
+
|
1106 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1107 |
+
msgid "Top Left"
|
1108 |
+
msgstr "Linksboven"
|
1109 |
+
|
1110 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1111 |
+
msgid "From Right Margin"
|
1112 |
+
msgstr "Vanaf de rechtermarge"
|
1113 |
+
|
1114 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1115 |
+
msgid "From Left Margin"
|
1116 |
+
msgstr "Van linkermarge"
|
1117 |
+
|
1118 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1119 |
+
msgid "Specify"
|
1120 |
+
msgstr "Specifiek"
|
1121 |
+
|
1122 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1123 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1124 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1125 |
+
msgid "Title"
|
1126 |
+
msgstr "Titel"
|
1127 |
+
|
1128 |
#: admin/views/admin-settings-save-button.php:12
|
1129 |
#: admin/views/admin_necessary_cookie.php:52
|
1130 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1131 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1132 |
msgid "Update Settings"
|
1133 |
msgstr "Bijwerken Instellingen"
|
1134 |
|
1136 |
msgid "Necessary Cookie Settings"
|
1137 |
msgstr "Noodzakelijke cookie-instellingen"
|
1138 |
|
|
|
|
|
|
|
|
|
|
|
1139 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1140 |
msgid "Non-necessary Cookie Settings"
|
1141 |
msgstr "Niet-noodzakelijke cookie-instellingen"
|
1327 |
"Zorg ervoor dat het cachegeheugen wordt gewist na elke update van de plug-in, "
|
1328 |
"vooral als je verkleinde JS- en / of CSS-bestanden hebt."
|
1329 |
|
1330 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1331 |
#, php-format
|
1332 |
msgid ""
|
1333 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1338 |
"plug-in. We zouden het erg op prijs stellen als u even de tijd neemt om een "
|
1339 |
"korte recensie achter te laten die ons zal inspireren om door te gaan."
|
1340 |
|
1341 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1342 |
msgid "Remind me later"
|
1343 |
msgstr "Herinner me er later aan"
|
1344 |
|
1345 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1346 |
msgid "Not interested"
|
1347 |
msgstr "Niet geïnteresseerd"
|
1348 |
|
1349 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1350 |
msgid "Review now"
|
1351 |
msgstr "Nu beoordelen"
|
1352 |
|
1359 |
msgstr "Cookie lijst"
|
1360 |
|
1361 |
#: public/class-cookie-law-info-public.php:253
|
1362 |
+
#: public/modules/shortcode/shortcode.php:208
|
1363 |
msgid "Cookie"
|
1364 |
msgstr "Koekje"
|
1365 |
|
1395 |
msgid "Nothing found in Trash"
|
1396 |
msgstr "Niets gevonden in de prullenbak"
|
1397 |
|
1398 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1399 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1400 |
msgid "Script Blocker"
|
1401 |
msgstr "Scriptblocker"
|
1402 |
|
1403 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1404 |
msgid "Status updated"
|
1405 |
msgstr "Status bijgewerkt"
|
1406 |
|
1407 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1408 |
msgid "Advanced script rendering"
|
1409 |
msgstr "Geavanceerde scriptweergave"
|
1410 |
|
1411 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1412 |
#: public/modules/script-blocker/views/settings.php:7
|
1413 |
msgid "Enable"
|
1414 |
msgstr "Inschakelen"
|
1415 |
|
1416 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1417 |
#: public/modules/script-blocker/views/settings.php:7
|
1418 |
msgid "Disable"
|
1419 |
msgstr "Uitschakelen"
|
1420 |
|
1421 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1422 |
msgid ""
|
1423 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1424 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1496 |
msgid "Inactive"
|
1497 |
msgstr "Inactief"
|
1498 |
|
1499 |
+
#: public/modules/shortcode/shortcode.php:99
|
1500 |
msgid "Your current state:"
|
1501 |
msgstr "Uw huidige staat:"
|
1502 |
|
1503 |
+
#: public/modules/shortcode/shortcode.php:104
|
1504 |
msgid "Consent accepted."
|
1505 |
msgstr "Toestemming geaccepteerd."
|
1506 |
|
1507 |
+
#: public/modules/shortcode/shortcode.php:107
|
1508 |
msgid "Consent rejected."
|
1509 |
msgstr "Toestemming afgewezen."
|
1510 |
|
1511 |
+
#: public/modules/shortcode/shortcode.php:111
|
1512 |
msgid "No consent given."
|
1513 |
msgstr "Geen toestemming gegeven."
|
1514 |
|
1515 |
+
#: public/modules/shortcode/shortcode.php:113
|
1516 |
msgid "Manage your consent."
|
1517 |
msgstr "Beheer uw toestemming."
|
1518 |
|
1519 |
+
#: public/modules/shortcode/shortcode.php:150
|
1520 |
msgid "Delete Cookies"
|
1521 |
msgstr "Verwijder cookies"
|
1522 |
|
1523 |
+
#: public/modules/shortcode/shortcode.php:186
|
1524 |
msgid "No records found"
|
1525 |
msgstr "Geen verslagen gevonden"
|
1526 |
|
1527 |
+
#: public/modules/shortcode/shortcode.php:212
|
1528 |
msgid "Type"
|
1529 |
msgstr "Type"
|
1530 |
|
1531 |
+
#: public/modules/shortcode/shortcode.php:216
|
1532 |
msgid "Duration"
|
1533 |
msgstr "Duur"
|
1534 |
|
1535 |
+
#: public/modules/shortcode/shortcode.php:533
|
1536 |
msgid "Close the cookie bar"
|
1537 |
msgstr "Sluit de koekjesbalk"
|
1538 |
|
1539 |
+
#: public/modules/shortcode/shortcode.php:533
|
1540 |
msgid "Close and Accept"
|
1541 |
msgstr "Sluit en accepteer"
|
1542 |
|
1556 |
msgid "Show less"
|
1557 |
msgstr "Laat minder zien"
|
1558 |
|
1559 |
+
#~ msgid ""
|
1560 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1561 |
+
#~ "bit more?"
|
1562 |
+
#~ msgstr ""
|
1563 |
+
#~ "Welke plug-in gebruik je voor taalvertaling? Kunt u ons iets meer "
|
1564 |
+
#~ "vertellen?"
|
1565 |
+
|
1566 |
+
#~ msgid "Caching issues"
|
1567 |
+
#~ msgstr "Cacheproblemen"
|
1568 |
+
|
1569 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1570 |
+
#~ msgstr "Welke caching-plug-in gebruikt u? Kunt u ons iets meer vertellen?"
|
1571 |
+
|
1572 |
+
#~ msgid "Cookie Law Settings"
|
1573 |
+
#~ msgstr "Cookiewetgeving"
|
1574 |
+
|
1575 |
+
#~ msgid "Show Again Tab"
|
1576 |
+
#~ msgstr "Weergeven Tab"
|
1577 |
+
|
1578 |
+
#~ msgid "Use Show Again Tab?"
|
1579 |
+
#~ msgstr "Gebruik het tabblad Weergeven?"
|
1580 |
+
|
1581 |
+
#~ msgid "Show More Text"
|
1582 |
+
#~ msgstr "Meer tekst weergeven"
|
1583 |
+
|
1584 |
#~ msgid "Non-necessary Cookie"
|
1585 |
#~ msgstr "Niet noodzakelijk Cookie"
|
1586 |
|
1763 |
#~ "gaan ervan uit dat je bent ok met dit, maar u kunt opt-out als u wenst. "
|
1764 |
#~ "[cookie_button] [cookie_settings] [cookie_link]"
|
1765 |
|
|
|
|
|
|
|
|
|
1766 |
#, fuzzy
|
1767 |
#~ msgid "Cookie Category"
|
1768 |
#~ msgstr "Cookie categorie"
|
languages/cookie-law-info-pt_BR.mo
CHANGED
Binary file
|
languages/cookie-law-info-pt_BR.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: pt\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
@@ -23,6 +23,7 @@ msgstr ""
|
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Definições"
|
28 |
|
@@ -50,9 +51,9 @@ msgstr "Visão Geral de Privacidade"
|
|
50 |
#: admin/class-cookie-law-info-admin.php:334
|
51 |
#: admin/class-cookie-law-info-admin.php:378
|
52 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
53 |
-
#: public/modules/script-blocker/script-blocker.php:
|
54 |
-
#: public/modules/script-blocker/script-blocker.php:
|
55 |
-
#: public/modules/script-blocker/script-blocker.php:
|
56 |
msgid "You do not have sufficient permission to perform this operation"
|
57 |
msgstr "Você não tem permissão suficiente para executar esta operação"
|
58 |
|
@@ -172,7 +173,7 @@ msgid "Confirm"
|
|
172 |
msgstr "Confirmar"
|
173 |
|
174 |
#: admin/modules/ccpa/ccpa.php:108
|
175 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
176 |
msgid "Cancel"
|
177 |
msgstr "Cancelar"
|
178 |
|
@@ -300,7 +301,7 @@ msgstr "Cabeçalho"
|
|
300 |
#: admin/views/admin_necessary_cookie.php:39
|
301 |
#: admin/views/admin_non_necessary_cookie.php:54
|
302 |
#: public/modules/script-blocker/views/settings.php:142
|
303 |
-
#: public/modules/shortcode/shortcode.php:
|
304 |
msgid "Description"
|
305 |
msgstr "Descrição"
|
306 |
|
@@ -325,94 +326,112 @@ msgid "Live preview"
|
|
325 |
msgstr "Pré-visualizar"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
328 |
-
msgid "The plugin is
|
329 |
-
msgstr "O plugin é
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
332 |
msgid "Please describe which area you are facing difficulties"
|
333 |
msgstr "Descreva em qual área você está enfrentando dificuldades"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
336 |
-
msgid "
|
337 |
-
msgstr "
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
340 |
-
msgid "Which plugin
|
341 |
-
msgstr "Qual plugin
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
|
|
|
|
346 |
|
347 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
348 |
-
msgid ""
|
349 |
-
"
|
350 |
-
"more?"
|
351 |
-
msgstr ""
|
352 |
-
"Qual plugin você está usando para tradução de idioma? Você poderia nos contar "
|
353 |
-
"um pouco mais?"
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
356 |
-
msgid "
|
357 |
-
msgstr "
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
360 |
-
msgid "
|
361 |
-
msgstr ""
|
362 |
-
"Qual plugin de cache você está usando? Você poderia nos contar um pouco mais?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
365 |
-
msgid "
|
366 |
-
msgstr "
|
367 |
|
368 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
369 |
-
msgid "Which plugin?"
|
370 |
-
msgstr "Qual plugin?"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
373 |
-
msgid "
|
374 |
-
msgstr ""
|
375 |
-
"O plugin é ótimo, mas preciso de uma característica específica que você não "
|
376 |
-
"suporta"
|
377 |
|
378 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
379 |
-
msgid "
|
380 |
-
msgstr "
|
381 |
|
382 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
383 |
-
msgid "
|
384 |
-
msgstr "
|
385 |
|
386 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
387 |
-
msgid "
|
388 |
-
|
|
|
|
|
|
|
389 |
|
390 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
#: admin/views/admin-settings-general.php:10
|
392 |
-
#: admin/views/admin-settings-general.php:
|
393 |
msgid "Other"
|
394 |
msgstr "Outro"
|
395 |
|
396 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
397 |
msgid "Could you tell us a bit more?"
|
398 |
msgstr "Você poderia nos contar um pouco mais?"
|
399 |
|
400 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
401 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
402 |
msgstr "Se você tiver um momento, deixe-nos saber por que você está desativando:"
|
403 |
|
404 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
405 |
-
msgid "
|
406 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
|
408 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
409 |
msgid "Go to support"
|
410 |
msgstr "Vá para o suporte"
|
411 |
|
412 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
413 |
msgid "Submit & Deactivate"
|
414 |
msgstr "Enviar & Desativar"
|
415 |
|
|
|
|
|
|
|
|
|
416 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
417 |
#: admin/views/admin_necessary_cookie.php:20
|
418 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -433,10 +452,6 @@ msgstr "Redefinidas as configurações para os padrões."
|
|
433 |
msgid "Unable to reset settings."
|
434 |
msgstr "Não é possível redefinir as configurações."
|
435 |
|
436 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
437 |
-
msgid "Cookie Law Settings"
|
438 |
-
msgstr "Definições de Lei de Cookies"
|
439 |
-
|
440 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
441 |
msgid "Cookie bar is currently active"
|
442 |
msgstr "A barra de cookies está ativa no momento"
|
@@ -617,13 +632,11 @@ msgstr "Abrir URL em nova janela?"
|
|
617 |
#: admin/views/admin-settings-buttons.php:311
|
618 |
#: admin/views/admin-settings-general.php:38
|
619 |
#: admin/views/admin-settings-general.php:54
|
620 |
-
#: admin/views/admin-settings-general.php:
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:
|
623 |
-
#: admin/views/admin-settings-general.php:155
|
624 |
#: admin/views/admin-settings-messagebar.php:86
|
625 |
#: admin/views/admin-settings-messagebar.php:110
|
626 |
-
#: admin/views/admin-settings-messagebar.php:150
|
627 |
#: admin/views/admin_non_necessary_cookie.php:32
|
628 |
msgid "Yes"
|
629 |
msgstr "Sim"
|
@@ -634,13 +647,11 @@ msgstr "Sim"
|
|
634 |
#: admin/views/admin-settings-buttons.php:312
|
635 |
#: admin/views/admin-settings-general.php:39
|
636 |
#: admin/views/admin-settings-general.php:55
|
637 |
-
#: admin/views/admin-settings-general.php:
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:
|
640 |
-
#: admin/views/admin-settings-general.php:156
|
641 |
#: admin/views/admin-settings-messagebar.php:87
|
642 |
#: admin/views/admin-settings-messagebar.php:111
|
643 |
-
#: admin/views/admin-settings-messagebar.php:151
|
644 |
#: admin/views/admin_non_necessary_cookie.php:33
|
645 |
#: public/modules/script-blocker/views/settings.php:139
|
646 |
msgid "No"
|
@@ -767,81 +778,15 @@ msgstr ""
|
|
767 |
msgid "This option will not work along with `Popup overlay`."
|
768 |
msgstr "Esta opção não funcionará junto com `Janela sobreposta`."
|
769 |
|
770 |
-
#: admin/views/admin-settings-general.php:66
|
771 |
-
#: admin/views/admin-settings-messagebar.php:145
|
772 |
-
msgid "Show Again Tab"
|
773 |
-
msgstr "Mostrar Novamente Guia"
|
774 |
-
|
775 |
#: admin/views/admin-settings-general.php:69
|
776 |
-
#: admin/views/admin-settings-messagebar.php:148
|
777 |
-
msgid "Use Show Again Tab?"
|
778 |
-
msgstr "Usar a Guia Mostrar Novamente?"
|
779 |
-
|
780 |
-
#: admin/views/admin-settings-general.php:77
|
781 |
-
#: admin/views/admin-settings-general.php:94
|
782 |
-
#: admin/views/admin-settings-messagebar.php:156
|
783 |
-
#: admin/views/admin-settings-messagebar.php:173
|
784 |
-
msgid "Tab Position"
|
785 |
-
msgstr "Posição da Guia"
|
786 |
-
|
787 |
-
#: admin/views/admin-settings-general.php:82
|
788 |
-
#: admin/views/admin-settings-general.php:85
|
789 |
-
#: admin/views/admin-settings-messagebar.php:161
|
790 |
-
#: admin/views/admin-settings-messagebar.php:164
|
791 |
-
msgid "Right"
|
792 |
-
msgstr "Direita"
|
793 |
-
|
794 |
-
#: admin/views/admin-settings-general.php:83
|
795 |
-
#: admin/views/admin-settings-general.php:86
|
796 |
-
#: admin/views/admin-settings-messagebar.php:162
|
797 |
-
#: admin/views/admin-settings-messagebar.php:165
|
798 |
-
msgid "Left"
|
799 |
-
msgstr "Esquerda"
|
800 |
-
|
801 |
-
#: admin/views/admin-settings-general.php:101
|
802 |
-
#: admin/views/admin-settings-messagebar.php:180
|
803 |
-
msgid "Bottom Right"
|
804 |
-
msgstr "Inferior Direito"
|
805 |
-
|
806 |
-
#: admin/views/admin-settings-general.php:104
|
807 |
-
#: admin/views/admin-settings-messagebar.php:183
|
808 |
-
msgid "Bottom Left"
|
809 |
-
msgstr "Inferior Esquerdo"
|
810 |
-
|
811 |
-
#: admin/views/admin-settings-general.php:107
|
812 |
-
#: admin/views/admin-settings-messagebar.php:186
|
813 |
-
msgid "Top Right"
|
814 |
-
msgstr "Superior Direito"
|
815 |
-
|
816 |
-
#: admin/views/admin-settings-general.php:110
|
817 |
-
#: admin/views/admin-settings-messagebar.php:189
|
818 |
-
msgid "Top Left"
|
819 |
-
msgstr "Superior Esquerda"
|
820 |
-
|
821 |
-
#: admin/views/admin-settings-general.php:117
|
822 |
-
#: admin/views/admin-settings-messagebar.php:196
|
823 |
-
msgid "From Left Margin"
|
824 |
-
msgstr "Na Margem Esquerda"
|
825 |
-
|
826 |
-
#: admin/views/admin-settings-general.php:120
|
827 |
-
#: admin/views/admin-settings-messagebar.php:199
|
828 |
-
msgid "Specify"
|
829 |
-
msgstr "Especificar"
|
830 |
-
|
831 |
-
#: admin/views/admin-settings-general.php:124
|
832 |
-
#: admin/views/admin-settings-messagebar.php:203
|
833 |
-
msgid "Show More Text"
|
834 |
-
msgstr "Exibir Mais Texto"
|
835 |
-
|
836 |
-
#: admin/views/admin-settings-general.php:135
|
837 |
msgid "Reload after \"scroll accept\" event?"
|
838 |
msgstr "Recarregar após o evento \"rolar aceito\"?"
|
839 |
|
840 |
-
#: admin/views/admin-settings-general.php:
|
841 |
msgid "Reload after Accept button click"
|
842 |
msgstr "Recarregar após clicar no botão Aceitar"
|
843 |
|
844 |
-
#: admin/views/admin-settings-general.php:
|
845 |
msgid "Reload after Reject button click"
|
846 |
msgstr "Recarregar após clicar no botão Rejeitar"
|
847 |
|
@@ -975,8 +920,9 @@ msgid "Cookie bar"
|
|
975 |
msgstr "Barra de Cookie"
|
976 |
|
977 |
#: admin/views/admin-settings-messagebar.php:10
|
978 |
-
|
979 |
-
|
|
|
980 |
|
981 |
#: admin/views/admin-settings-messagebar.php:15
|
982 |
msgid "Cookie Bar"
|
@@ -1097,10 +1043,94 @@ msgstr "Fixo"
|
|
1097 |
msgid "On hide"
|
1098 |
msgstr "Ocultar"
|
1099 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1100 |
#: admin/views/admin-settings-save-button.php:12
|
1101 |
#: admin/views/admin_necessary_cookie.php:52
|
1102 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1103 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1104 |
msgid "Update Settings"
|
1105 |
msgstr "Atualizar configurações"
|
1106 |
|
@@ -1108,11 +1138,6 @@ msgstr "Atualizar configurações"
|
|
1108 |
msgid "Necessary Cookie Settings"
|
1109 |
msgstr "Configurações de Cookie Necessários"
|
1110 |
|
1111 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1112 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1113 |
-
msgid "Title"
|
1114 |
-
msgstr "Título"
|
1115 |
-
|
1116 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1117 |
msgid "Non-necessary Cookie Settings"
|
1118 |
msgstr "Configurações de Cookies Não-Necessários"
|
@@ -1314,7 +1339,7 @@ msgstr ""
|
|
1314 |
"Certifique-se de que o cache seja limpo após cada atualização do plug-in, "
|
1315 |
"especialmente se você tiver arquivos JS e / ou CSS reduzidos."
|
1316 |
|
1317 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1318 |
#, php-format
|
1319 |
msgid ""
|
1320 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1325,15 +1350,15 @@ msgstr ""
|
|
1325 |
"Agradeceríamos muito se você pudesse reservar um momento para fazer uma "
|
1326 |
"revisão rápida que nos inspirará a continuar."
|
1327 |
|
1328 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1329 |
msgid "Remind me later"
|
1330 |
msgstr "Lembrar-me mais tarde"
|
1331 |
|
1332 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1333 |
msgid "Not interested"
|
1334 |
msgstr "Sem interesse"
|
1335 |
|
1336 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1337 |
msgid "Review now"
|
1338 |
msgstr "Reveja agora"
|
1339 |
|
@@ -1347,7 +1372,7 @@ msgid "Cookie List"
|
|
1347 |
msgstr "Lista de cookies"
|
1348 |
|
1349 |
#: public/class-cookie-law-info-public.php:253
|
1350 |
-
#: public/modules/shortcode/shortcode.php:
|
1351 |
msgid "Cookie"
|
1352 |
msgstr "Cookie"
|
1353 |
|
@@ -1383,30 +1408,30 @@ msgstr "Nada encontrado"
|
|
1383 |
msgid "Nothing found in Trash"
|
1384 |
msgstr "Nada encontrado na Lixeira"
|
1385 |
|
1386 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1387 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1388 |
msgid "Script Blocker"
|
1389 |
msgstr "Bloqueador de script"
|
1390 |
|
1391 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1392 |
msgid "Status updated"
|
1393 |
msgstr "Status atualizado"
|
1394 |
|
1395 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1396 |
msgid "Advanced script rendering"
|
1397 |
msgstr "Renderização avançada de script"
|
1398 |
|
1399 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1400 |
#: public/modules/script-blocker/views/settings.php:7
|
1401 |
msgid "Enable"
|
1402 |
msgstr "Habilitar"
|
1403 |
|
1404 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1405 |
#: public/modules/script-blocker/views/settings.php:7
|
1406 |
msgid "Disable"
|
1407 |
msgstr "Desativar"
|
1408 |
|
1409 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1410 |
msgid ""
|
1411 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1412 |
"thus eliminating the need for a page refresh. It is also optimized for caching "
|
@@ -1484,47 +1509,47 @@ msgstr "Desativado: os plug-ins serão renderizados antes de obter consentimento
|
|
1484 |
msgid "Inactive"
|
1485 |
msgstr "Inativo"
|
1486 |
|
1487 |
-
#: public/modules/shortcode/shortcode.php:
|
1488 |
msgid "Your current state:"
|
1489 |
msgstr "Seu estado atual:"
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "Consent accepted."
|
1493 |
msgstr "Aceito consentimento."
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "Consent rejected."
|
1497 |
msgstr "Consentimento rejeitado."
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "No consent given."
|
1501 |
msgstr "Nenhum consentimento dado."
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "Manage your consent."
|
1505 |
msgstr "Gerencie seu consentimento."
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "Delete Cookies"
|
1509 |
msgstr "Apagar Cookies"
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "No records found"
|
1513 |
msgstr "Nenhum registro encontrado"
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "Type"
|
1517 |
msgstr "Tipo"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
msgid "Duration"
|
1521 |
msgstr "Duração"
|
1522 |
|
1523 |
-
#: public/modules/shortcode/shortcode.php:
|
1524 |
msgid "Close the cookie bar"
|
1525 |
msgstr "Feche a barra de cookies"
|
1526 |
|
1527 |
-
#: public/modules/shortcode/shortcode.php:
|
1528 |
msgid "Close and Accept"
|
1529 |
msgstr "Fechar e Aceitar"
|
1530 |
|
@@ -1562,6 +1587,33 @@ msgstr "WebToffee"
|
|
1562 |
msgid "http://cookielawinfo.com/"
|
1563 |
msgstr "http://cookielawinfo.com/"
|
1564 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1565 |
#~ msgid "Non-necessary Cookie"
|
1566 |
#~ msgstr "Cookie Não-Necessários"
|
1567 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:34+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:35+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: pt\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
26 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
27 |
msgid "Settings"
|
28 |
msgstr "Definições"
|
29 |
|
51 |
#: admin/class-cookie-law-info-admin.php:334
|
52 |
#: admin/class-cookie-law-info-admin.php:378
|
53 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
54 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
55 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
56 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
57 |
msgid "You do not have sufficient permission to perform this operation"
|
58 |
msgstr "Você não tem permissão suficiente para executar esta operação"
|
59 |
|
173 |
msgstr "Confirmar"
|
174 |
|
175 |
#: admin/modules/ccpa/ccpa.php:108
|
176 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
177 |
msgid "Cancel"
|
178 |
msgstr "Cancelar"
|
179 |
|
301 |
#: admin/views/admin_necessary_cookie.php:39
|
302 |
#: admin/views/admin_non_necessary_cookie.php:54
|
303 |
#: public/modules/script-blocker/views/settings.php:142
|
304 |
+
#: public/modules/shortcode/shortcode.php:220
|
305 |
msgid "Description"
|
306 |
msgstr "Descrição"
|
307 |
|
326 |
msgstr "Pré-visualizar"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
329 |
+
msgid "The plugin is complex to set up"
|
330 |
+
msgstr "O plugin é complexo de configurar"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
333 |
msgid "Please describe which area you are facing difficulties"
|
334 |
msgstr "Descreva em qual área você está enfrentando dificuldades"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
337 |
+
msgid "I found a better plugin"
|
338 |
+
msgstr "Encontrei um Plugin Melhor"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
341 |
+
msgid "Which plugin?"
|
342 |
+
msgstr "Qual plugin?"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
345 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
346 |
+
msgstr ""
|
347 |
+
"O plugin é ótimo, mas preciso de uma característica específica que você não "
|
348 |
+
"suporta"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
351 |
+
msgid "Could you tell us more about that feature?"
|
352 |
+
msgstr "Você poderia nos contar mais sobre esse recurso?"
|
|
|
|
|
|
|
|
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
355 |
+
msgid "The plugin didn't work as expected"
|
356 |
+
msgstr "O plugin não funcionou como esperado"
|
357 |
|
358 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
359 |
+
msgid "What did you expect?"
|
360 |
+
msgstr "O que você esperava?"
|
|
|
361 |
|
362 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
363 |
+
msgid "A conflict with another plugin or theme"
|
364 |
+
msgstr "Um conflito com outro plugin ou tema"
|
365 |
|
366 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
367 |
+
msgid "Which plugin or theme?"
|
368 |
+
msgstr "Qual plugin ou tema?"
|
369 |
|
370 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
371 |
+
msgid "Translation issues"
|
372 |
+
msgstr "Problemas de tradução"
|
|
|
|
|
373 |
|
374 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
375 |
+
msgid "Incorrect/missing translation"
|
376 |
+
msgstr "Tradução incorreta / ausente"
|
377 |
|
378 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
379 |
+
msgid "Name the language"
|
380 |
+
msgstr "Nomeie o idioma"
|
381 |
|
382 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
383 |
+
msgid ""
|
384 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
385 |
+
msgstr ""
|
386 |
+
"Não é possível traduzir meu conteúdo dinâmico, por exemplo, mensagem de "
|
387 |
+
"cookie, texto do botão etc."
|
388 |
|
389 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
390 |
+
msgid "Name the language and the translator plugin that you are using"
|
391 |
+
msgstr "Nomeie o idioma e o plugin tradutor que você está usando"
|
392 |
+
|
393 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
394 |
+
msgid "Upgrade to pro"
|
395 |
+
msgstr "Atualização para pro"
|
396 |
+
|
397 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
398 |
#: admin/views/admin-settings-general.php:10
|
399 |
+
#: admin/views/admin-settings-general.php:66
|
400 |
msgid "Other"
|
401 |
msgstr "Outro"
|
402 |
|
403 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
404 |
msgid "Could you tell us a bit more?"
|
405 |
msgstr "Você poderia nos contar um pouco mais?"
|
406 |
|
407 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
408 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
409 |
msgstr "Se você tiver um momento, deixe-nos saber por que você está desativando:"
|
410 |
|
411 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
412 |
+
msgid ""
|
413 |
+
"We do not collect any personal data when you submit this form. It's your "
|
414 |
+
"feedback that we value."
|
415 |
+
msgstr ""
|
416 |
+
"Não recolhemos quaisquer dados pessoais quando envia este formulário. É o seu "
|
417 |
+
"feedback que valorizamos."
|
418 |
+
|
419 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
420 |
+
msgid "Privacy Policy"
|
421 |
+
msgstr "Política de Privacidade"
|
422 |
|
423 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
424 |
msgid "Go to support"
|
425 |
msgstr "Vá para o suporte"
|
426 |
|
427 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
428 |
msgid "Submit & Deactivate"
|
429 |
msgstr "Enviar & Desativar"
|
430 |
|
431 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
432 |
+
msgid "I rather wouldn't say"
|
433 |
+
msgstr "Eu prefiro não dizer"
|
434 |
+
|
435 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
436 |
#: admin/views/admin_necessary_cookie.php:20
|
437 |
#: admin/views/admin_non_necessary_cookie.php:17
|
452 |
msgid "Unable to reset settings."
|
453 |
msgstr "Não é possível redefinir as configurações."
|
454 |
|
|
|
|
|
|
|
|
|
455 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
456 |
msgid "Cookie bar is currently active"
|
457 |
msgstr "A barra de cookies está ativa no momento"
|
632 |
#: admin/views/admin-settings-buttons.php:311
|
633 |
#: admin/views/admin-settings-general.php:38
|
634 |
#: admin/views/admin-settings-general.php:54
|
635 |
+
#: admin/views/admin-settings-general.php:74
|
636 |
+
#: admin/views/admin-settings-general.php:82
|
637 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
638 |
#: admin/views/admin-settings-messagebar.php:86
|
639 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
640 |
#: admin/views/admin_non_necessary_cookie.php:32
|
641 |
msgid "Yes"
|
642 |
msgstr "Sim"
|
647 |
#: admin/views/admin-settings-buttons.php:312
|
648 |
#: admin/views/admin-settings-general.php:39
|
649 |
#: admin/views/admin-settings-general.php:55
|
650 |
+
#: admin/views/admin-settings-general.php:75
|
651 |
+
#: admin/views/admin-settings-general.php:83
|
652 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
653 |
#: admin/views/admin-settings-messagebar.php:87
|
654 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
655 |
#: admin/views/admin_non_necessary_cookie.php:33
|
656 |
#: public/modules/script-blocker/views/settings.php:139
|
657 |
msgid "No"
|
778 |
msgid "This option will not work along with `Popup overlay`."
|
779 |
msgstr "Esta opção não funcionará junto com `Janela sobreposta`."
|
780 |
|
|
|
|
|
|
|
|
|
|
|
781 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
msgid "Reload after \"scroll accept\" event?"
|
783 |
msgstr "Recarregar após o evento \"rolar aceito\"?"
|
784 |
|
785 |
+
#: admin/views/admin-settings-general.php:80
|
786 |
msgid "Reload after Accept button click"
|
787 |
msgstr "Recarregar após clicar no botão Aceitar"
|
788 |
|
789 |
+
#: admin/views/admin-settings-general.php:87
|
790 |
msgid "Reload after Reject button click"
|
791 |
msgstr "Recarregar após clicar no botão Rejeitar"
|
792 |
|
920 |
msgstr "Barra de Cookie"
|
921 |
|
922 |
#: admin/views/admin-settings-messagebar.php:10
|
923 |
+
#: admin/views/admin-settings-messagebar.php:145
|
924 |
+
msgid "Revisit consent"
|
925 |
+
msgstr "Revisitar consentimento"
|
926 |
|
927 |
#: admin/views/admin-settings-messagebar.php:15
|
928 |
msgid "Cookie Bar"
|
1043 |
msgid "On hide"
|
1044 |
msgstr "Ocultar"
|
1045 |
|
1046 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1047 |
+
msgid "previously"
|
1048 |
+
msgstr "anteriormente"
|
1049 |
+
|
1050 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1051 |
+
msgid "Show again tab"
|
1052 |
+
msgstr "Mostrar Novamente Guia"
|
1053 |
+
|
1054 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1055 |
+
msgid ""
|
1056 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1057 |
+
"preferences. This can be done via a widget and/or a shortcode. A small privacy "
|
1058 |
+
"widget is automatically displayed at the footer of your website if the widget "
|
1059 |
+
"option is enabled. You can also manually insert a link to manage consent by "
|
1060 |
+
"adding the shortcode <b>[wt_cli_manage_consent]</b> to your website."
|
1061 |
+
msgstr ""
|
1062 |
+
"O consentimento de revisitar permitirá que os visitantes visualizem / editem / "
|
1063 |
+
"revoguem suas preferências anteriores. Isso pode ser feito por meio de um "
|
1064 |
+
"widget e / ou um código de acesso. Um pequeno widget de privacidade é exibido "
|
1065 |
+
"automaticamente no rodapé do seu site se a opção de widget estiver habilitada. "
|
1066 |
+
"Você também pode inserir manualmente um link para gerenciar o consentimento, "
|
1067 |
+
"adicionando o shortcode <b>[wt_cli_manage_consent]</b> ao seu site."
|
1068 |
+
|
1069 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1070 |
+
msgid "Enable revisit consent widget"
|
1071 |
+
msgstr "Ativar widget de consentimento para revisitar"
|
1072 |
+
|
1073 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1074 |
+
msgid ""
|
1075 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1076 |
+
"the footer of your website."
|
1077 |
+
msgstr ""
|
1078 |
+
"Ao habilitar esta opção, um pequeno widget de privacidade é automaticamente "
|
1079 |
+
"exibido no rodapé do seu site."
|
1080 |
+
|
1081 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1082 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1083 |
+
msgid "Tab Position"
|
1084 |
+
msgstr "Posição da Guia"
|
1085 |
+
|
1086 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1087 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1088 |
+
msgid "Right"
|
1089 |
+
msgstr "Direita"
|
1090 |
+
|
1091 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1092 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1093 |
+
msgid "Left"
|
1094 |
+
msgstr "Esquerda"
|
1095 |
+
|
1096 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1097 |
+
msgid "Bottom Right"
|
1098 |
+
msgstr "Inferior Direito"
|
1099 |
+
|
1100 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1101 |
+
msgid "Bottom Left"
|
1102 |
+
msgstr "Inferior Esquerdo"
|
1103 |
+
|
1104 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1105 |
+
msgid "Top Right"
|
1106 |
+
msgstr "Superior Direito"
|
1107 |
+
|
1108 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1109 |
+
msgid "Top Left"
|
1110 |
+
msgstr "Superior Esquerda"
|
1111 |
+
|
1112 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1113 |
+
msgid "From Right Margin"
|
1114 |
+
msgstr "Da Margem Direita"
|
1115 |
+
|
1116 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1117 |
+
msgid "From Left Margin"
|
1118 |
+
msgstr "Na Margem Esquerda"
|
1119 |
+
|
1120 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1121 |
+
msgid "Specify"
|
1122 |
+
msgstr "Especificar"
|
1123 |
+
|
1124 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1125 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1126 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1127 |
+
msgid "Title"
|
1128 |
+
msgstr "Título"
|
1129 |
+
|
1130 |
#: admin/views/admin-settings-save-button.php:12
|
1131 |
#: admin/views/admin_necessary_cookie.php:52
|
1132 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1133 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1134 |
msgid "Update Settings"
|
1135 |
msgstr "Atualizar configurações"
|
1136 |
|
1138 |
msgid "Necessary Cookie Settings"
|
1139 |
msgstr "Configurações de Cookie Necessários"
|
1140 |
|
|
|
|
|
|
|
|
|
|
|
1141 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1142 |
msgid "Non-necessary Cookie Settings"
|
1143 |
msgstr "Configurações de Cookies Não-Necessários"
|
1339 |
"Certifique-se de que o cache seja limpo após cada atualização do plug-in, "
|
1340 |
"especialmente se você tiver arquivos JS e / ou CSS reduzidos."
|
1341 |
|
1342 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1343 |
#, php-format
|
1344 |
msgid ""
|
1345 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1350 |
"Agradeceríamos muito se você pudesse reservar um momento para fazer uma "
|
1351 |
"revisão rápida que nos inspirará a continuar."
|
1352 |
|
1353 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1354 |
msgid "Remind me later"
|
1355 |
msgstr "Lembrar-me mais tarde"
|
1356 |
|
1357 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1358 |
msgid "Not interested"
|
1359 |
msgstr "Sem interesse"
|
1360 |
|
1361 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1362 |
msgid "Review now"
|
1363 |
msgstr "Reveja agora"
|
1364 |
|
1372 |
msgstr "Lista de cookies"
|
1373 |
|
1374 |
#: public/class-cookie-law-info-public.php:253
|
1375 |
+
#: public/modules/shortcode/shortcode.php:208
|
1376 |
msgid "Cookie"
|
1377 |
msgstr "Cookie"
|
1378 |
|
1408 |
msgid "Nothing found in Trash"
|
1409 |
msgstr "Nada encontrado na Lixeira"
|
1410 |
|
1411 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1412 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1413 |
msgid "Script Blocker"
|
1414 |
msgstr "Bloqueador de script"
|
1415 |
|
1416 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1417 |
msgid "Status updated"
|
1418 |
msgstr "Status atualizado"
|
1419 |
|
1420 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1421 |
msgid "Advanced script rendering"
|
1422 |
msgstr "Renderização avançada de script"
|
1423 |
|
1424 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1425 |
#: public/modules/script-blocker/views/settings.php:7
|
1426 |
msgid "Enable"
|
1427 |
msgstr "Habilitar"
|
1428 |
|
1429 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1430 |
#: public/modules/script-blocker/views/settings.php:7
|
1431 |
msgid "Disable"
|
1432 |
msgstr "Desativar"
|
1433 |
|
1434 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1435 |
msgid ""
|
1436 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1437 |
"thus eliminating the need for a page refresh. It is also optimized for caching "
|
1509 |
msgid "Inactive"
|
1510 |
msgstr "Inativo"
|
1511 |
|
1512 |
+
#: public/modules/shortcode/shortcode.php:99
|
1513 |
msgid "Your current state:"
|
1514 |
msgstr "Seu estado atual:"
|
1515 |
|
1516 |
+
#: public/modules/shortcode/shortcode.php:104
|
1517 |
msgid "Consent accepted."
|
1518 |
msgstr "Aceito consentimento."
|
1519 |
|
1520 |
+
#: public/modules/shortcode/shortcode.php:107
|
1521 |
msgid "Consent rejected."
|
1522 |
msgstr "Consentimento rejeitado."
|
1523 |
|
1524 |
+
#: public/modules/shortcode/shortcode.php:111
|
1525 |
msgid "No consent given."
|
1526 |
msgstr "Nenhum consentimento dado."
|
1527 |
|
1528 |
+
#: public/modules/shortcode/shortcode.php:113
|
1529 |
msgid "Manage your consent."
|
1530 |
msgstr "Gerencie seu consentimento."
|
1531 |
|
1532 |
+
#: public/modules/shortcode/shortcode.php:150
|
1533 |
msgid "Delete Cookies"
|
1534 |
msgstr "Apagar Cookies"
|
1535 |
|
1536 |
+
#: public/modules/shortcode/shortcode.php:186
|
1537 |
msgid "No records found"
|
1538 |
msgstr "Nenhum registro encontrado"
|
1539 |
|
1540 |
+
#: public/modules/shortcode/shortcode.php:212
|
1541 |
msgid "Type"
|
1542 |
msgstr "Tipo"
|
1543 |
|
1544 |
+
#: public/modules/shortcode/shortcode.php:216
|
1545 |
msgid "Duration"
|
1546 |
msgstr "Duração"
|
1547 |
|
1548 |
+
#: public/modules/shortcode/shortcode.php:533
|
1549 |
msgid "Close the cookie bar"
|
1550 |
msgstr "Feche a barra de cookies"
|
1551 |
|
1552 |
+
#: public/modules/shortcode/shortcode.php:533
|
1553 |
msgid "Close and Accept"
|
1554 |
msgstr "Fechar e Aceitar"
|
1555 |
|
1587 |
msgid "http://cookielawinfo.com/"
|
1588 |
msgstr "http://cookielawinfo.com/"
|
1589 |
|
1590 |
+
#~ msgid ""
|
1591 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1592 |
+
#~ "bit more?"
|
1593 |
+
#~ msgstr ""
|
1594 |
+
#~ "Qual plugin você está usando para tradução de idioma? Você poderia nos "
|
1595 |
+
#~ "contar um pouco mais?"
|
1596 |
+
|
1597 |
+
#~ msgid "Caching issues"
|
1598 |
+
#~ msgstr "Problemas de cache"
|
1599 |
+
|
1600 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1601 |
+
#~ msgstr ""
|
1602 |
+
#~ "Qual plugin de cache você está usando? Você poderia nos contar um pouco "
|
1603 |
+
#~ "mais?"
|
1604 |
+
|
1605 |
+
#~ msgid "Cookie Law Settings"
|
1606 |
+
#~ msgstr "Definições de Lei de Cookies"
|
1607 |
+
|
1608 |
+
#~ msgid "Show Again Tab"
|
1609 |
+
#~ msgstr "Mostrar Novamente Guia"
|
1610 |
+
|
1611 |
+
#~ msgid "Use Show Again Tab?"
|
1612 |
+
#~ msgstr "Usar a Guia Mostrar Novamente?"
|
1613 |
+
|
1614 |
+
#~ msgid "Show More Text"
|
1615 |
+
#~ msgstr "Exibir Mais Texto"
|
1616 |
+
|
1617 |
#~ msgid "Non-necessary Cookie"
|
1618 |
#~ msgstr "Cookie Não-Necessários"
|
1619 |
|
languages/cookie-law-info-pt_PT.mo
CHANGED
Binary file
|
languages/cookie-law-info-pt_PT.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: pt\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
@@ -23,6 +23,7 @@ msgstr ""
|
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Definições"
|
28 |
|
@@ -50,9 +51,9 @@ msgstr "Visão geral de privacidade"
|
|
50 |
#: admin/class-cookie-law-info-admin.php:334
|
51 |
#: admin/class-cookie-law-info-admin.php:378
|
52 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
53 |
-
#: public/modules/script-blocker/script-blocker.php:
|
54 |
-
#: public/modules/script-blocker/script-blocker.php:
|
55 |
-
#: public/modules/script-blocker/script-blocker.php:
|
56 |
msgid "You do not have sufficient permission to perform this operation"
|
57 |
msgstr "Você não tem permissão suficiente para executar esta operação"
|
58 |
|
@@ -172,7 +173,7 @@ msgid "Confirm"
|
|
172 |
msgstr "Confirmar"
|
173 |
|
174 |
#: admin/modules/ccpa/ccpa.php:108
|
175 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
176 |
msgid "Cancel"
|
177 |
msgstr "Cancelar"
|
178 |
|
@@ -300,7 +301,7 @@ msgstr "Título"
|
|
300 |
#: admin/views/admin_necessary_cookie.php:39
|
301 |
#: admin/views/admin_non_necessary_cookie.php:54
|
302 |
#: public/modules/script-blocker/views/settings.php:142
|
303 |
-
#: public/modules/shortcode/shortcode.php:
|
304 |
msgid "Description"
|
305 |
msgstr "Descrição"
|
306 |
|
@@ -325,93 +326,111 @@ msgid "Live preview"
|
|
325 |
msgstr "Visualização ao vivo"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
328 |
-
msgid "The plugin is
|
329 |
-
msgstr "O plugin é
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
332 |
msgid "Please describe which area you are facing difficulties"
|
333 |
msgstr "Descreva em qual área você está enfrentando dificuldades"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
336 |
-
msgid "
|
337 |
-
msgstr "
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
340 |
-
msgid "Which plugin
|
341 |
-
msgstr "Qual plugin
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
|
|
346 |
|
347 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
348 |
-
msgid ""
|
349 |
-
"
|
350 |
-
"more?"
|
351 |
-
msgstr ""
|
352 |
-
"Qual plugin você está usando para tradução de idioma? Você poderia nos contar "
|
353 |
-
"um pouco mais?"
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
356 |
-
msgid "
|
357 |
-
msgstr "
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
360 |
-
msgid "
|
361 |
-
msgstr ""
|
362 |
-
"Qual plugin de cache você está usando? Você poderia nos contar um pouco mais?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
365 |
-
msgid "
|
366 |
-
msgstr "
|
367 |
|
368 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
369 |
-
msgid "Which plugin?"
|
370 |
-
msgstr "Qual plugin?"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
373 |
-
msgid "
|
374 |
-
msgstr ""
|
375 |
-
"O plugin é ótimo, mas eu preciso de um recurso específico que você não suporta"
|
376 |
|
377 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
378 |
-
msgid "
|
379 |
-
msgstr "
|
380 |
|
381 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
382 |
-
msgid "
|
383 |
-
msgstr "
|
384 |
|
385 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
386 |
-
msgid "
|
387 |
-
|
|
|
|
|
|
|
388 |
|
389 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
#: admin/views/admin-settings-general.php:10
|
391 |
-
#: admin/views/admin-settings-general.php:
|
392 |
msgid "Other"
|
393 |
msgstr "De outros"
|
394 |
|
395 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
396 |
msgid "Could you tell us a bit more?"
|
397 |
msgstr "Você poderia nos contar um pouco mais?"
|
398 |
|
399 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
400 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
401 |
msgstr "Se você tiver um momento, deixe-nos saber por que você está desativando:"
|
402 |
|
403 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
404 |
-
msgid "
|
405 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
|
407 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
408 |
msgid "Go to support"
|
409 |
msgstr "Vá para o suporte"
|
410 |
|
411 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
412 |
msgid "Submit & Deactivate"
|
413 |
msgstr "Enviar & Desativar"
|
414 |
|
|
|
|
|
|
|
|
|
415 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
416 |
#: admin/views/admin_necessary_cookie.php:20
|
417 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -432,10 +451,6 @@ msgstr "Configurações redefinidas para os padrões."
|
|
432 |
msgid "Unable to reset settings."
|
433 |
msgstr "Não é possível redefinir as configurações."
|
434 |
|
435 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
436 |
-
msgid "Cookie Law Settings"
|
437 |
-
msgstr "Definições de lei de cookies"
|
438 |
-
|
439 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
440 |
msgid "Cookie bar is currently active"
|
441 |
msgstr "A barra de cookies está ativa no momento"
|
@@ -616,13 +631,11 @@ msgstr "Abrir URL em nova janela?"
|
|
616 |
#: admin/views/admin-settings-buttons.php:311
|
617 |
#: admin/views/admin-settings-general.php:38
|
618 |
#: admin/views/admin-settings-general.php:54
|
619 |
-
#: admin/views/admin-settings-general.php:
|
620 |
-
#: admin/views/admin-settings-general.php:
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:155
|
623 |
#: admin/views/admin-settings-messagebar.php:86
|
624 |
#: admin/views/admin-settings-messagebar.php:110
|
625 |
-
#: admin/views/admin-settings-messagebar.php:150
|
626 |
#: admin/views/admin_non_necessary_cookie.php:32
|
627 |
msgid "Yes"
|
628 |
msgstr "sim"
|
@@ -633,13 +646,11 @@ msgstr "sim"
|
|
633 |
#: admin/views/admin-settings-buttons.php:312
|
634 |
#: admin/views/admin-settings-general.php:39
|
635 |
#: admin/views/admin-settings-general.php:55
|
636 |
-
#: admin/views/admin-settings-general.php:
|
637 |
-
#: admin/views/admin-settings-general.php:
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:156
|
640 |
#: admin/views/admin-settings-messagebar.php:87
|
641 |
#: admin/views/admin-settings-messagebar.php:111
|
642 |
-
#: admin/views/admin-settings-messagebar.php:151
|
643 |
#: admin/views/admin_non_necessary_cookie.php:33
|
644 |
#: public/modules/script-blocker/views/settings.php:139
|
645 |
msgid "No"
|
@@ -766,81 +777,15 @@ msgstr ""
|
|
766 |
msgid "This option will not work along with `Popup overlay`."
|
767 |
msgstr "Esta opção não irá funcionar junto com o `Popup overlay`."
|
768 |
|
769 |
-
#: admin/views/admin-settings-general.php:66
|
770 |
-
#: admin/views/admin-settings-messagebar.php:145
|
771 |
-
msgid "Show Again Tab"
|
772 |
-
msgstr "Mostrar novamente"
|
773 |
-
|
774 |
#: admin/views/admin-settings-general.php:69
|
775 |
-
#: admin/views/admin-settings-messagebar.php:148
|
776 |
-
msgid "Use Show Again Tab?"
|
777 |
-
msgstr "Use a guia Mostrar novamente?"
|
778 |
-
|
779 |
-
#: admin/views/admin-settings-general.php:77
|
780 |
-
#: admin/views/admin-settings-general.php:94
|
781 |
-
#: admin/views/admin-settings-messagebar.php:156
|
782 |
-
#: admin/views/admin-settings-messagebar.php:173
|
783 |
-
msgid "Tab Position"
|
784 |
-
msgstr "Posição da tabulação"
|
785 |
-
|
786 |
-
#: admin/views/admin-settings-general.php:82
|
787 |
-
#: admin/views/admin-settings-general.php:85
|
788 |
-
#: admin/views/admin-settings-messagebar.php:161
|
789 |
-
#: admin/views/admin-settings-messagebar.php:164
|
790 |
-
msgid "Right"
|
791 |
-
msgstr "Certo"
|
792 |
-
|
793 |
-
#: admin/views/admin-settings-general.php:83
|
794 |
-
#: admin/views/admin-settings-general.php:86
|
795 |
-
#: admin/views/admin-settings-messagebar.php:162
|
796 |
-
#: admin/views/admin-settings-messagebar.php:165
|
797 |
-
msgid "Left"
|
798 |
-
msgstr "Esquerda"
|
799 |
-
|
800 |
-
#: admin/views/admin-settings-general.php:101
|
801 |
-
#: admin/views/admin-settings-messagebar.php:180
|
802 |
-
msgid "Bottom Right"
|
803 |
-
msgstr "Canto inferior direito"
|
804 |
-
|
805 |
-
#: admin/views/admin-settings-general.php:104
|
806 |
-
#: admin/views/admin-settings-messagebar.php:183
|
807 |
-
msgid "Bottom Left"
|
808 |
-
msgstr "Inferior esquerdo"
|
809 |
-
|
810 |
-
#: admin/views/admin-settings-general.php:107
|
811 |
-
#: admin/views/admin-settings-messagebar.php:186
|
812 |
-
msgid "Top Right"
|
813 |
-
msgstr "Canto superior direito"
|
814 |
-
|
815 |
-
#: admin/views/admin-settings-general.php:110
|
816 |
-
#: admin/views/admin-settings-messagebar.php:189
|
817 |
-
msgid "Top Left"
|
818 |
-
msgstr "Esquerda Superior"
|
819 |
-
|
820 |
-
#: admin/views/admin-settings-general.php:117
|
821 |
-
#: admin/views/admin-settings-messagebar.php:196
|
822 |
-
msgid "From Left Margin"
|
823 |
-
msgstr "Da margem esquerda"
|
824 |
-
|
825 |
-
#: admin/views/admin-settings-general.php:120
|
826 |
-
#: admin/views/admin-settings-messagebar.php:199
|
827 |
-
msgid "Specify"
|
828 |
-
msgstr "Especificamos"
|
829 |
-
|
830 |
-
#: admin/views/admin-settings-general.php:124
|
831 |
-
#: admin/views/admin-settings-messagebar.php:203
|
832 |
-
msgid "Show More Text"
|
833 |
-
msgstr "Mostrar mais texto"
|
834 |
-
|
835 |
-
#: admin/views/admin-settings-general.php:135
|
836 |
msgid "Reload after \"scroll accept\" event?"
|
837 |
msgstr "Recarregar após o evento \"scroll accept\"?"
|
838 |
|
839 |
-
#: admin/views/admin-settings-general.php:
|
840 |
msgid "Reload after Accept button click"
|
841 |
msgstr "Recarregar após clicar no botão Aceitar"
|
842 |
|
843 |
-
#: admin/views/admin-settings-general.php:
|
844 |
msgid "Reload after Reject button click"
|
845 |
msgstr "Recarregar após clicar no botão Rejeitar"
|
846 |
|
@@ -972,8 +917,9 @@ msgid "Cookie bar"
|
|
972 |
msgstr "Barra de Cookie"
|
973 |
|
974 |
#: admin/views/admin-settings-messagebar.php:10
|
975 |
-
|
976 |
-
|
|
|
977 |
|
978 |
#: admin/views/admin-settings-messagebar.php:15
|
979 |
msgid "Cookie Bar"
|
@@ -1093,10 +1039,94 @@ msgstr "Pegajoso"
|
|
1093 |
msgid "On hide"
|
1094 |
msgstr "Em esconder"
|
1095 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1096 |
#: admin/views/admin-settings-save-button.php:12
|
1097 |
#: admin/views/admin_necessary_cookie.php:52
|
1098 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1099 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1100 |
msgid "Update Settings"
|
1101 |
msgstr "Atualizar configurações"
|
1102 |
|
@@ -1104,11 +1134,6 @@ msgstr "Atualizar configurações"
|
|
1104 |
msgid "Necessary Cookie Settings"
|
1105 |
msgstr "Configurações de cookies necessárias"
|
1106 |
|
1107 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1108 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1109 |
-
msgid "Title"
|
1110 |
-
msgstr "Título"
|
1111 |
-
|
1112 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1113 |
msgid "Non-necessary Cookie Settings"
|
1114 |
msgstr "Configurações de cookies não necessárias"
|
@@ -1310,7 +1335,7 @@ msgstr ""
|
|
1310 |
"Certifique-se de que o cache seja limpo após cada atualização do plug-in, "
|
1311 |
"especialmente se você tiver arquivos JS e / ou CSS reduzidos."
|
1312 |
|
1313 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1314 |
#, php-format
|
1315 |
msgid ""
|
1316 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1321,15 +1346,15 @@ msgstr ""
|
|
1321 |
"Agradeceríamos muito se você pudesse reservar um momento para fazer uma "
|
1322 |
"revisão rápida que nos inspirará a continuar."
|
1323 |
|
1324 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1325 |
msgid "Remind me later"
|
1326 |
msgstr "Lembrar-me mais tarde"
|
1327 |
|
1328 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1329 |
msgid "Not interested"
|
1330 |
msgstr "Sem interesse"
|
1331 |
|
1332 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1333 |
msgid "Review now"
|
1334 |
msgstr "Reveja agora"
|
1335 |
|
@@ -1343,7 +1368,7 @@ msgid "Cookie List"
|
|
1343 |
msgstr "Lista de cookies"
|
1344 |
|
1345 |
#: public/class-cookie-law-info-public.php:253
|
1346 |
-
#: public/modules/shortcode/shortcode.php:
|
1347 |
msgid "Cookie"
|
1348 |
msgstr "Cookie"
|
1349 |
|
@@ -1379,30 +1404,30 @@ msgstr "Nada encontrado"
|
|
1379 |
msgid "Nothing found in Trash"
|
1380 |
msgstr "Nada encontrado na lixeira"
|
1381 |
|
1382 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1383 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1384 |
msgid "Script Blocker"
|
1385 |
msgstr "Bloqueador de script"
|
1386 |
|
1387 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1388 |
msgid "Status updated"
|
1389 |
msgstr "Status atualizado"
|
1390 |
|
1391 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1392 |
msgid "Advanced script rendering"
|
1393 |
msgstr "Renderização avançada de script"
|
1394 |
|
1395 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1396 |
#: public/modules/script-blocker/views/settings.php:7
|
1397 |
msgid "Enable"
|
1398 |
msgstr "Habilitar"
|
1399 |
|
1400 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1401 |
#: public/modules/script-blocker/views/settings.php:7
|
1402 |
msgid "Disable"
|
1403 |
msgstr "Desativar"
|
1404 |
|
1405 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1406 |
msgid ""
|
1407 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1408 |
"thus eliminating the need for a page refresh. It is also optimized for caching "
|
@@ -1480,47 +1505,47 @@ msgstr "Desativado: os plug-ins serão renderizados antes de obter consentimento
|
|
1480 |
msgid "Inactive"
|
1481 |
msgstr "Inativo"
|
1482 |
|
1483 |
-
#: public/modules/shortcode/shortcode.php:
|
1484 |
msgid "Your current state:"
|
1485 |
msgstr "Seu estado atual:"
|
1486 |
|
1487 |
-
#: public/modules/shortcode/shortcode.php:
|
1488 |
msgid "Consent accepted."
|
1489 |
msgstr "Aceito consentimento."
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "Consent rejected."
|
1493 |
msgstr "Consentimento rejeitado."
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "No consent given."
|
1497 |
msgstr "Nenhum consentimento dado."
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Manage your consent."
|
1501 |
msgstr "Gerencie seu consentimento."
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "Delete Cookies"
|
1505 |
msgstr "Apagar cookies"
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "No records found"
|
1509 |
msgstr "Nenhum registro foi encontrado"
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Type"
|
1513 |
msgstr "Tipo"
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "Duration"
|
1517 |
msgstr "Duração"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
msgid "Close the cookie bar"
|
1521 |
msgstr "Feche a barra de cookies"
|
1522 |
|
1523 |
-
#: public/modules/shortcode/shortcode.php:
|
1524 |
msgid "Close and Accept"
|
1525 |
msgstr "Fechar e Aceitar"
|
1526 |
|
@@ -1558,6 +1583,33 @@ msgstr "WebToffee"
|
|
1558 |
msgid "http://cookielawinfo.com/"
|
1559 |
msgstr "http://cookielawinfo.com/"
|
1560 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1561 |
#~ msgid "Non-necessary Cookie"
|
1562 |
#~ msgstr "Cookie não necessário"
|
1563 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:35+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:35+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: pt\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
26 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
27 |
msgid "Settings"
|
28 |
msgstr "Definições"
|
29 |
|
51 |
#: admin/class-cookie-law-info-admin.php:334
|
52 |
#: admin/class-cookie-law-info-admin.php:378
|
53 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
54 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
55 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
56 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
57 |
msgid "You do not have sufficient permission to perform this operation"
|
58 |
msgstr "Você não tem permissão suficiente para executar esta operação"
|
59 |
|
173 |
msgstr "Confirmar"
|
174 |
|
175 |
#: admin/modules/ccpa/ccpa.php:108
|
176 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
177 |
msgid "Cancel"
|
178 |
msgstr "Cancelar"
|
179 |
|
301 |
#: admin/views/admin_necessary_cookie.php:39
|
302 |
#: admin/views/admin_non_necessary_cookie.php:54
|
303 |
#: public/modules/script-blocker/views/settings.php:142
|
304 |
+
#: public/modules/shortcode/shortcode.php:220
|
305 |
msgid "Description"
|
306 |
msgstr "Descrição"
|
307 |
|
326 |
msgstr "Visualização ao vivo"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
329 |
+
msgid "The plugin is complex to set up"
|
330 |
+
msgstr "O plugin é complexo de configurar"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
333 |
msgid "Please describe which area you are facing difficulties"
|
334 |
msgstr "Descreva em qual área você está enfrentando dificuldades"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
337 |
+
msgid "I found a better plugin"
|
338 |
+
msgstr "Encontrei um plugin melhor"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
341 |
+
msgid "Which plugin?"
|
342 |
+
msgstr "Qual plugin?"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
345 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
346 |
+
msgstr ""
|
347 |
+
"O plugin é ótimo, mas eu preciso de um recurso específico que você não suporta"
|
348 |
|
349 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
350 |
+
msgid "Could you tell us more about that feature?"
|
351 |
+
msgstr "Você poderia nos contar mais sobre esse recurso?"
|
|
|
|
|
|
|
|
|
352 |
|
353 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
354 |
+
msgid "The plugin didn't work as expected"
|
355 |
+
msgstr "O plugin não funcionou como esperado"
|
356 |
|
357 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
358 |
+
msgid "What did you expect?"
|
359 |
+
msgstr "O que você esperava?"
|
|
|
360 |
|
361 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
362 |
+
msgid "A conflict with another plugin or theme"
|
363 |
+
msgstr "Um conflito com outro plugin ou tema"
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
366 |
+
msgid "Which plugin or theme?"
|
367 |
+
msgstr "Qual plugin ou tema?"
|
368 |
|
369 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
370 |
+
msgid "Translation issues"
|
371 |
+
msgstr "Problemas de tradução"
|
|
|
372 |
|
373 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
374 |
+
msgid "Incorrect/missing translation"
|
375 |
+
msgstr "Tradução incorreta / ausente"
|
376 |
|
377 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
378 |
+
msgid "Name the language"
|
379 |
+
msgstr "Nomeie o idioma"
|
380 |
|
381 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
382 |
+
msgid ""
|
383 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
384 |
+
msgstr ""
|
385 |
+
"Não é possível traduzir meu conteúdo dinâmico, por exemplo, mensagem de "
|
386 |
+
"cookie, texto do botão etc."
|
387 |
|
388 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
389 |
+
msgid "Name the language and the translator plugin that you are using"
|
390 |
+
msgstr "Nomeie o idioma e o plugin tradutor que você está usando"
|
391 |
+
|
392 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
393 |
+
msgid "Upgrade to pro"
|
394 |
+
msgstr "Atualização para pro"
|
395 |
+
|
396 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
397 |
#: admin/views/admin-settings-general.php:10
|
398 |
+
#: admin/views/admin-settings-general.php:66
|
399 |
msgid "Other"
|
400 |
msgstr "De outros"
|
401 |
|
402 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
403 |
msgid "Could you tell us a bit more?"
|
404 |
msgstr "Você poderia nos contar um pouco mais?"
|
405 |
|
406 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
407 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
408 |
msgstr "Se você tiver um momento, deixe-nos saber por que você está desativando:"
|
409 |
|
410 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
411 |
+
msgid ""
|
412 |
+
"We do not collect any personal data when you submit this form. It's your "
|
413 |
+
"feedback that we value."
|
414 |
+
msgstr ""
|
415 |
+
"Não recolhemos quaisquer dados pessoais quando envia este formulário. É o seu "
|
416 |
+
"feedback que valorizamos."
|
417 |
+
|
418 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
419 |
+
msgid "Privacy Policy"
|
420 |
+
msgstr "Política de Privacidade"
|
421 |
|
422 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
423 |
msgid "Go to support"
|
424 |
msgstr "Vá para o suporte"
|
425 |
|
426 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
427 |
msgid "Submit & Deactivate"
|
428 |
msgstr "Enviar & Desativar"
|
429 |
|
430 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
431 |
+
msgid "I rather wouldn't say"
|
432 |
+
msgstr "Eu prefiro não dizer"
|
433 |
+
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
435 |
#: admin/views/admin_necessary_cookie.php:20
|
436 |
#: admin/views/admin_non_necessary_cookie.php:17
|
451 |
msgid "Unable to reset settings."
|
452 |
msgstr "Não é possível redefinir as configurações."
|
453 |
|
|
|
|
|
|
|
|
|
454 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
455 |
msgid "Cookie bar is currently active"
|
456 |
msgstr "A barra de cookies está ativa no momento"
|
631 |
#: admin/views/admin-settings-buttons.php:311
|
632 |
#: admin/views/admin-settings-general.php:38
|
633 |
#: admin/views/admin-settings-general.php:54
|
634 |
+
#: admin/views/admin-settings-general.php:74
|
635 |
+
#: admin/views/admin-settings-general.php:82
|
636 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
637 |
#: admin/views/admin-settings-messagebar.php:86
|
638 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
639 |
#: admin/views/admin_non_necessary_cookie.php:32
|
640 |
msgid "Yes"
|
641 |
msgstr "sim"
|
646 |
#: admin/views/admin-settings-buttons.php:312
|
647 |
#: admin/views/admin-settings-general.php:39
|
648 |
#: admin/views/admin-settings-general.php:55
|
649 |
+
#: admin/views/admin-settings-general.php:75
|
650 |
+
#: admin/views/admin-settings-general.php:83
|
651 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
652 |
#: admin/views/admin-settings-messagebar.php:87
|
653 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
654 |
#: admin/views/admin_non_necessary_cookie.php:33
|
655 |
#: public/modules/script-blocker/views/settings.php:139
|
656 |
msgid "No"
|
777 |
msgid "This option will not work along with `Popup overlay`."
|
778 |
msgstr "Esta opção não irá funcionar junto com o `Popup overlay`."
|
779 |
|
|
|
|
|
|
|
|
|
|
|
780 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
781 |
msgid "Reload after \"scroll accept\" event?"
|
782 |
msgstr "Recarregar após o evento \"scroll accept\"?"
|
783 |
|
784 |
+
#: admin/views/admin-settings-general.php:80
|
785 |
msgid "Reload after Accept button click"
|
786 |
msgstr "Recarregar após clicar no botão Aceitar"
|
787 |
|
788 |
+
#: admin/views/admin-settings-general.php:87
|
789 |
msgid "Reload after Reject button click"
|
790 |
msgstr "Recarregar após clicar no botão Rejeitar"
|
791 |
|
917 |
msgstr "Barra de Cookie"
|
918 |
|
919 |
#: admin/views/admin-settings-messagebar.php:10
|
920 |
+
#: admin/views/admin-settings-messagebar.php:145
|
921 |
+
msgid "Revisit consent"
|
922 |
+
msgstr "Revisitar consentimento"
|
923 |
|
924 |
#: admin/views/admin-settings-messagebar.php:15
|
925 |
msgid "Cookie Bar"
|
1039 |
msgid "On hide"
|
1040 |
msgstr "Em esconder"
|
1041 |
|
1042 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1043 |
+
msgid "previously"
|
1044 |
+
msgstr "anteriormente"
|
1045 |
+
|
1046 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1047 |
+
msgid "Show again tab"
|
1048 |
+
msgstr "Mostrar novamente aba"
|
1049 |
+
|
1050 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1051 |
+
msgid ""
|
1052 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1053 |
+
"preferences. This can be done via a widget and/or a shortcode. A small privacy "
|
1054 |
+
"widget is automatically displayed at the footer of your website if the widget "
|
1055 |
+
"option is enabled. You can also manually insert a link to manage consent by "
|
1056 |
+
"adding the shortcode <b>[wt_cli_manage_consent]</b> to your website."
|
1057 |
+
msgstr ""
|
1058 |
+
"O consentimento de revisitar permitirá que os visitantes visualizem / editem / "
|
1059 |
+
"revoguem suas preferências anteriores. Isso pode ser feito por meio de um "
|
1060 |
+
"widget e / ou um código de acesso. Um pequeno widget de privacidade é exibido "
|
1061 |
+
"automaticamente no rodapé do seu site se a opção de widget estiver habilitada. "
|
1062 |
+
"Você também pode inserir manualmente um link para gerenciar o consentimento, "
|
1063 |
+
"adicionando o shortcode <b>[wt_cli_manage_consent]</b> ao seu site."
|
1064 |
+
|
1065 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1066 |
+
msgid "Enable revisit consent widget"
|
1067 |
+
msgstr "Ativar widget de consentimento para revisitar"
|
1068 |
+
|
1069 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1070 |
+
msgid ""
|
1071 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1072 |
+
"the footer of your website."
|
1073 |
+
msgstr ""
|
1074 |
+
"Ao habilitar esta opção, um pequeno widget de privacidade é automaticamente "
|
1075 |
+
"exibido no rodapé do seu site."
|
1076 |
+
|
1077 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1079 |
+
msgid "Tab Position"
|
1080 |
+
msgstr "Posição da tabulação"
|
1081 |
+
|
1082 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1083 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1084 |
+
msgid "Right"
|
1085 |
+
msgstr "Certo"
|
1086 |
+
|
1087 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1088 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1089 |
+
msgid "Left"
|
1090 |
+
msgstr "Esquerda"
|
1091 |
+
|
1092 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1093 |
+
msgid "Bottom Right"
|
1094 |
+
msgstr "Canto inferior direito"
|
1095 |
+
|
1096 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1097 |
+
msgid "Bottom Left"
|
1098 |
+
msgstr "Inferior esquerdo"
|
1099 |
+
|
1100 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1101 |
+
msgid "Top Right"
|
1102 |
+
msgstr "Canto superior direito"
|
1103 |
+
|
1104 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1105 |
+
msgid "Top Left"
|
1106 |
+
msgstr "Esquerda Superior"
|
1107 |
+
|
1108 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1109 |
+
msgid "From Right Margin"
|
1110 |
+
msgstr "Da Margem Direita"
|
1111 |
+
|
1112 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1113 |
+
msgid "From Left Margin"
|
1114 |
+
msgstr "Da margem esquerda"
|
1115 |
+
|
1116 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1117 |
+
msgid "Specify"
|
1118 |
+
msgstr "Especificamos"
|
1119 |
+
|
1120 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1121 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1122 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1123 |
+
msgid "Title"
|
1124 |
+
msgstr "Título"
|
1125 |
+
|
1126 |
#: admin/views/admin-settings-save-button.php:12
|
1127 |
#: admin/views/admin_necessary_cookie.php:52
|
1128 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1129 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1130 |
msgid "Update Settings"
|
1131 |
msgstr "Atualizar configurações"
|
1132 |
|
1134 |
msgid "Necessary Cookie Settings"
|
1135 |
msgstr "Configurações de cookies necessárias"
|
1136 |
|
|
|
|
|
|
|
|
|
|
|
1137 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1138 |
msgid "Non-necessary Cookie Settings"
|
1139 |
msgstr "Configurações de cookies não necessárias"
|
1335 |
"Certifique-se de que o cache seja limpo após cada atualização do plug-in, "
|
1336 |
"especialmente se você tiver arquivos JS e / ou CSS reduzidos."
|
1337 |
|
1338 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1339 |
#, php-format
|
1340 |
msgid ""
|
1341 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1346 |
"Agradeceríamos muito se você pudesse reservar um momento para fazer uma "
|
1347 |
"revisão rápida que nos inspirará a continuar."
|
1348 |
|
1349 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1350 |
msgid "Remind me later"
|
1351 |
msgstr "Lembrar-me mais tarde"
|
1352 |
|
1353 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1354 |
msgid "Not interested"
|
1355 |
msgstr "Sem interesse"
|
1356 |
|
1357 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1358 |
msgid "Review now"
|
1359 |
msgstr "Reveja agora"
|
1360 |
|
1368 |
msgstr "Lista de cookies"
|
1369 |
|
1370 |
#: public/class-cookie-law-info-public.php:253
|
1371 |
+
#: public/modules/shortcode/shortcode.php:208
|
1372 |
msgid "Cookie"
|
1373 |
msgstr "Cookie"
|
1374 |
|
1404 |
msgid "Nothing found in Trash"
|
1405 |
msgstr "Nada encontrado na lixeira"
|
1406 |
|
1407 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1408 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1409 |
msgid "Script Blocker"
|
1410 |
msgstr "Bloqueador de script"
|
1411 |
|
1412 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1413 |
msgid "Status updated"
|
1414 |
msgstr "Status atualizado"
|
1415 |
|
1416 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1417 |
msgid "Advanced script rendering"
|
1418 |
msgstr "Renderização avançada de script"
|
1419 |
|
1420 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1421 |
#: public/modules/script-blocker/views/settings.php:7
|
1422 |
msgid "Enable"
|
1423 |
msgstr "Habilitar"
|
1424 |
|
1425 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1426 |
#: public/modules/script-blocker/views/settings.php:7
|
1427 |
msgid "Disable"
|
1428 |
msgstr "Desativar"
|
1429 |
|
1430 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1431 |
msgid ""
|
1432 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1433 |
"thus eliminating the need for a page refresh. It is also optimized for caching "
|
1505 |
msgid "Inactive"
|
1506 |
msgstr "Inativo"
|
1507 |
|
1508 |
+
#: public/modules/shortcode/shortcode.php:99
|
1509 |
msgid "Your current state:"
|
1510 |
msgstr "Seu estado atual:"
|
1511 |
|
1512 |
+
#: public/modules/shortcode/shortcode.php:104
|
1513 |
msgid "Consent accepted."
|
1514 |
msgstr "Aceito consentimento."
|
1515 |
|
1516 |
+
#: public/modules/shortcode/shortcode.php:107
|
1517 |
msgid "Consent rejected."
|
1518 |
msgstr "Consentimento rejeitado."
|
1519 |
|
1520 |
+
#: public/modules/shortcode/shortcode.php:111
|
1521 |
msgid "No consent given."
|
1522 |
msgstr "Nenhum consentimento dado."
|
1523 |
|
1524 |
+
#: public/modules/shortcode/shortcode.php:113
|
1525 |
msgid "Manage your consent."
|
1526 |
msgstr "Gerencie seu consentimento."
|
1527 |
|
1528 |
+
#: public/modules/shortcode/shortcode.php:150
|
1529 |
msgid "Delete Cookies"
|
1530 |
msgstr "Apagar cookies"
|
1531 |
|
1532 |
+
#: public/modules/shortcode/shortcode.php:186
|
1533 |
msgid "No records found"
|
1534 |
msgstr "Nenhum registro foi encontrado"
|
1535 |
|
1536 |
+
#: public/modules/shortcode/shortcode.php:212
|
1537 |
msgid "Type"
|
1538 |
msgstr "Tipo"
|
1539 |
|
1540 |
+
#: public/modules/shortcode/shortcode.php:216
|
1541 |
msgid "Duration"
|
1542 |
msgstr "Duração"
|
1543 |
|
1544 |
+
#: public/modules/shortcode/shortcode.php:533
|
1545 |
msgid "Close the cookie bar"
|
1546 |
msgstr "Feche a barra de cookies"
|
1547 |
|
1548 |
+
#: public/modules/shortcode/shortcode.php:533
|
1549 |
msgid "Close and Accept"
|
1550 |
msgstr "Fechar e Aceitar"
|
1551 |
|
1583 |
msgid "http://cookielawinfo.com/"
|
1584 |
msgstr "http://cookielawinfo.com/"
|
1585 |
|
1586 |
+
#~ msgid ""
|
1587 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1588 |
+
#~ "bit more?"
|
1589 |
+
#~ msgstr ""
|
1590 |
+
#~ "Qual plugin você está usando para tradução de idioma? Você poderia nos "
|
1591 |
+
#~ "contar um pouco mais?"
|
1592 |
+
|
1593 |
+
#~ msgid "Caching issues"
|
1594 |
+
#~ msgstr "Problemas de cache"
|
1595 |
+
|
1596 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1597 |
+
#~ msgstr ""
|
1598 |
+
#~ "Qual plugin de cache você está usando? Você poderia nos contar um pouco "
|
1599 |
+
#~ "mais?"
|
1600 |
+
|
1601 |
+
#~ msgid "Cookie Law Settings"
|
1602 |
+
#~ msgstr "Definições de lei de cookies"
|
1603 |
+
|
1604 |
+
#~ msgid "Show Again Tab"
|
1605 |
+
#~ msgstr "Mostrar novamente"
|
1606 |
+
|
1607 |
+
#~ msgid "Use Show Again Tab?"
|
1608 |
+
#~ msgstr "Use a guia Mostrar novamente?"
|
1609 |
+
|
1610 |
+
#~ msgid "Show More Text"
|
1611 |
+
#~ msgstr "Mostrar mais texto"
|
1612 |
+
|
1613 |
#~ msgid "Non-necessary Cookie"
|
1614 |
#~ msgstr "Cookie não necessário"
|
1615 |
|
languages/cookie-law-info-sl_SL.mo
CHANGED
Binary file
|
languages/cookie-law-info-sl_SL.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: sl\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
15 |
"%100==4 ? 2 : 3);\n"
|
@@ -19,6 +19,7 @@ msgstr ""
|
|
19 |
#: admin/class-cookie-law-info-admin.php:147
|
20 |
#: admin/class-cookie-law-info-admin.php:148
|
21 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
22 |
msgid "Settings"
|
23 |
msgstr "Nastavitve"
|
24 |
|
@@ -46,9 +47,9 @@ msgstr "Pregled zasebnosti"
|
|
46 |
#: admin/class-cookie-law-info-admin.php:334
|
47 |
#: admin/class-cookie-law-info-admin.php:378
|
48 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
49 |
-
#: public/modules/script-blocker/script-blocker.php:
|
50 |
-
#: public/modules/script-blocker/script-blocker.php:
|
51 |
-
#: public/modules/script-blocker/script-blocker.php:
|
52 |
msgid "You do not have sufficient permission to perform this operation"
|
53 |
msgstr "Nimate zadostnih dovoljenj za izvedbo te operacije"
|
54 |
|
@@ -168,7 +169,7 @@ msgid "Confirm"
|
|
168 |
msgstr "Potrdi"
|
169 |
|
170 |
#: admin/modules/ccpa/ccpa.php:108
|
171 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
172 |
msgid "Cancel"
|
173 |
msgstr "Prekliči"
|
174 |
|
@@ -295,7 +296,7 @@ msgstr "Postavka"
|
|
295 |
#: admin/views/admin_necessary_cookie.php:39
|
296 |
#: admin/views/admin_non_necessary_cookie.php:54
|
297 |
#: public/modules/script-blocker/views/settings.php:142
|
298 |
-
#: public/modules/shortcode/shortcode.php:
|
299 |
msgid "Description"
|
300 |
msgstr "Opis"
|
301 |
|
@@ -320,93 +321,111 @@ msgid "Live preview"
|
|
320 |
msgstr "Predogled v živo"
|
321 |
|
322 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
323 |
-
msgid "The plugin is
|
324 |
-
msgstr "Vtičnik je
|
325 |
|
326 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
327 |
msgid "Please describe which area you are facing difficulties"
|
328 |
msgstr "Opišite, na katerem področju se soočate s težavami"
|
329 |
|
330 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
|
334 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
335 |
-
msgid "Which plugin
|
336 |
-
msgstr "Kateri vtičnik
|
337 |
|
338 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
|
|
341 |
|
342 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
343 |
-
msgid ""
|
344 |
-
"
|
345 |
-
"more?"
|
346 |
-
msgstr ""
|
347 |
-
"Kateri vtičnik uporabljate za jezikovno prevajanje? Bi nam lahko povedali "
|
348 |
-
"nekaj več?"
|
349 |
|
350 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
351 |
-
msgid "
|
352 |
-
msgstr "
|
353 |
|
354 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
355 |
-
msgid "
|
356 |
-
msgstr ""
|
357 |
-
"Kateri vtičnik za predpomnjenje uporabljate? Bi nam lahko povedali nekaj več?"
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
360 |
-
msgid "
|
361 |
-
msgstr "
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
364 |
-
msgid "Which plugin?"
|
365 |
-
msgstr "Kateri vtičnik?"
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
368 |
-
msgid "
|
369 |
-
msgstr ""
|
370 |
-
"Vtičnik je odličen, vendar potrebujem posebno funkcijo, ki je ne podpirate"
|
371 |
|
372 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
373 |
-
msgid "
|
374 |
-
msgstr "
|
375 |
|
376 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
379 |
|
380 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
381 |
-
msgid "
|
382 |
-
|
|
|
|
|
|
|
383 |
|
384 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
#: admin/views/admin-settings-general.php:10
|
386 |
-
#: admin/views/admin-settings-general.php:
|
387 |
msgid "Other"
|
388 |
msgstr "Ostalo"
|
389 |
|
390 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
391 |
msgid "Could you tell us a bit more?"
|
392 |
msgstr "Bi nam lahko povedali nekaj več?"
|
393 |
|
394 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
395 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
396 |
msgstr "Če imate trenutek, nam povejte, zakaj ste deaktivirati:"
|
397 |
|
398 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
399 |
-
msgid "
|
400 |
-
|
|
|
|
|
|
|
|
|
401 |
|
402 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
|
|
|
|
|
|
|
|
403 |
msgid "Go to support"
|
404 |
msgstr "Pojdi na podporo"
|
405 |
|
406 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
407 |
msgid "Submit & Deactivate"
|
408 |
msgstr "Pošlji in deaktiviraj"
|
409 |
|
|
|
|
|
|
|
|
|
410 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
411 |
#: admin/views/admin_necessary_cookie.php:20
|
412 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -427,10 +446,6 @@ msgstr "Nastavitve se ponastavijo na privzete."
|
|
427 |
msgid "Unable to reset settings."
|
428 |
msgstr "Nastavitev ni mogoče ponastaviti."
|
429 |
|
430 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
431 |
-
msgid "Cookie Law Settings"
|
432 |
-
msgstr "Nastavitve za pi¹kotke zakon"
|
433 |
-
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
435 |
msgid "Cookie bar is currently active"
|
436 |
msgstr "Piškotna vrstica je trenutno aktivna"
|
@@ -609,13 +624,11 @@ msgstr "Odpri URL v novem oknu?"
|
|
609 |
#: admin/views/admin-settings-buttons.php:311
|
610 |
#: admin/views/admin-settings-general.php:38
|
611 |
#: admin/views/admin-settings-general.php:54
|
612 |
-
#: admin/views/admin-settings-general.php:
|
613 |
-
#: admin/views/admin-settings-general.php:
|
614 |
-
#: admin/views/admin-settings-general.php:
|
615 |
-
#: admin/views/admin-settings-general.php:155
|
616 |
#: admin/views/admin-settings-messagebar.php:86
|
617 |
#: admin/views/admin-settings-messagebar.php:110
|
618 |
-
#: admin/views/admin-settings-messagebar.php:150
|
619 |
#: admin/views/admin_non_necessary_cookie.php:32
|
620 |
msgid "Yes"
|
621 |
msgstr "Da"
|
@@ -626,13 +639,11 @@ msgstr "Da"
|
|
626 |
#: admin/views/admin-settings-buttons.php:312
|
627 |
#: admin/views/admin-settings-general.php:39
|
628 |
#: admin/views/admin-settings-general.php:55
|
629 |
-
#: admin/views/admin-settings-general.php:
|
630 |
-
#: admin/views/admin-settings-general.php:
|
631 |
-
#: admin/views/admin-settings-general.php:
|
632 |
-
#: admin/views/admin-settings-general.php:156
|
633 |
#: admin/views/admin-settings-messagebar.php:87
|
634 |
#: admin/views/admin-settings-messagebar.php:111
|
635 |
-
#: admin/views/admin-settings-messagebar.php:151
|
636 |
#: admin/views/admin_non_necessary_cookie.php:33
|
637 |
#: public/modules/script-blocker/views/settings.php:139
|
638 |
msgid "No"
|
@@ -755,81 +766,15 @@ msgstr ""
|
|
755 |
msgid "This option will not work along with `Popup overlay`."
|
756 |
msgstr "Ta možnost ne bo delovala skupaj z besedilom \"Prekrivanje\"."
|
757 |
|
758 |
-
#: admin/views/admin-settings-general.php:66
|
759 |
-
#: admin/views/admin-settings-messagebar.php:145
|
760 |
-
msgid "Show Again Tab"
|
761 |
-
msgstr "Ponovno prikaži zavihek"
|
762 |
-
|
763 |
#: admin/views/admin-settings-general.php:69
|
764 |
-
#: admin/views/admin-settings-messagebar.php:148
|
765 |
-
msgid "Use Show Again Tab?"
|
766 |
-
msgstr "Uporaba pokazati še kartico?"
|
767 |
-
|
768 |
-
#: admin/views/admin-settings-general.php:77
|
769 |
-
#: admin/views/admin-settings-general.php:94
|
770 |
-
#: admin/views/admin-settings-messagebar.php:156
|
771 |
-
#: admin/views/admin-settings-messagebar.php:173
|
772 |
-
msgid "Tab Position"
|
773 |
-
msgstr "Položaj zavihkaCurrent form' s actions"
|
774 |
-
|
775 |
-
#: admin/views/admin-settings-general.php:82
|
776 |
-
#: admin/views/admin-settings-general.php:85
|
777 |
-
#: admin/views/admin-settings-messagebar.php:161
|
778 |
-
#: admin/views/admin-settings-messagebar.php:164
|
779 |
-
msgid "Right"
|
780 |
-
msgstr "Desno"
|
781 |
-
|
782 |
-
#: admin/views/admin-settings-general.php:83
|
783 |
-
#: admin/views/admin-settings-general.php:86
|
784 |
-
#: admin/views/admin-settings-messagebar.php:162
|
785 |
-
#: admin/views/admin-settings-messagebar.php:165
|
786 |
-
msgid "Left"
|
787 |
-
msgstr "Levo"
|
788 |
-
|
789 |
-
#: admin/views/admin-settings-general.php:101
|
790 |
-
#: admin/views/admin-settings-messagebar.php:180
|
791 |
-
msgid "Bottom Right"
|
792 |
-
msgstr "Desno spodaj"
|
793 |
-
|
794 |
-
#: admin/views/admin-settings-general.php:104
|
795 |
-
#: admin/views/admin-settings-messagebar.php:183
|
796 |
-
msgid "Bottom Left"
|
797 |
-
msgstr "Levo spodaj"
|
798 |
-
|
799 |
-
#: admin/views/admin-settings-general.php:107
|
800 |
-
#: admin/views/admin-settings-messagebar.php:186
|
801 |
-
msgid "Top Right"
|
802 |
-
msgstr "Desno zgoraj"
|
803 |
-
|
804 |
-
#: admin/views/admin-settings-general.php:110
|
805 |
-
#: admin/views/admin-settings-messagebar.php:189
|
806 |
-
msgid "Top Left"
|
807 |
-
msgstr "Levo zgoraj"
|
808 |
-
|
809 |
-
#: admin/views/admin-settings-general.php:117
|
810 |
-
#: admin/views/admin-settings-messagebar.php:196
|
811 |
-
msgid "From Left Margin"
|
812 |
-
msgstr "Levi rob"
|
813 |
-
|
814 |
-
#: admin/views/admin-settings-general.php:120
|
815 |
-
#: admin/views/admin-settings-messagebar.php:199
|
816 |
-
msgid "Specify"
|
817 |
-
msgstr "Navedite"
|
818 |
-
|
819 |
-
#: admin/views/admin-settings-general.php:124
|
820 |
-
#: admin/views/admin-settings-messagebar.php:203
|
821 |
-
msgid "Show More Text"
|
822 |
-
msgstr "Prikaži več besedila"
|
823 |
-
|
824 |
-
#: admin/views/admin-settings-general.php:135
|
825 |
msgid "Reload after \"scroll accept\" event?"
|
826 |
msgstr "Znova naložite dogodek po »drsnem sprejemanju«?"
|
827 |
|
828 |
-
#: admin/views/admin-settings-general.php:
|
829 |
msgid "Reload after Accept button click"
|
830 |
msgstr "Ponovno naloži, ko klikne gumb Sprejmi"
|
831 |
|
832 |
-
#: admin/views/admin-settings-general.php:
|
833 |
msgid "Reload after Reject button click"
|
834 |
msgstr "Ponovno naloži po zavrnitvi gumba"
|
835 |
|
@@ -962,8 +907,9 @@ msgid "Cookie bar"
|
|
962 |
msgstr "Cookie bar kot"
|
963 |
|
964 |
#: admin/views/admin-settings-messagebar.php:10
|
965 |
-
|
966 |
-
|
|
|
967 |
|
968 |
#: admin/views/admin-settings-messagebar.php:15
|
969 |
msgid "Cookie Bar"
|
@@ -1083,10 +1029,95 @@ msgstr "Lepljiv"
|
|
1083 |
msgid "On hide"
|
1084 |
msgstr "Koža"
|
1085 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1086 |
#: admin/views/admin-settings-save-button.php:12
|
1087 |
#: admin/views/admin_necessary_cookie.php:52
|
1088 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1089 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1090 |
msgid "Update Settings"
|
1091 |
msgstr "Posodobi nastavitve"
|
1092 |
|
@@ -1094,11 +1125,6 @@ msgstr "Posodobi nastavitve"
|
|
1094 |
msgid "Necessary Cookie Settings"
|
1095 |
msgstr "Potrebne nastavitve piškotkov"
|
1096 |
|
1097 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1098 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1099 |
-
msgid "Title"
|
1100 |
-
msgstr "Naslov"
|
1101 |
-
|
1102 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1103 |
msgid "Non-necessary Cookie Settings"
|
1104 |
msgstr "Nastavitve piškotkov niso potrebne"
|
@@ -1293,7 +1319,7 @@ msgstr ""
|
|
1293 |
"Prepričajte se, da se predpomnilnik počisti po vsaki posodobitvi vtičnika, "
|
1294 |
"še posebej, če imate pomanjšane datoteke JS in / ali CSS."
|
1295 |
|
1296 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1297 |
#, php-format
|
1298 |
msgid ""
|
1299 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
@@ -1304,15 +1330,15 @@ msgstr ""
|
|
1304 |
"Resnično bi bili hvaležni, če bi si vzeli trenutek, da bi spustili hiter "
|
1305 |
"pregled, ki nas bo navdušil za nadaljevanje."
|
1306 |
|
1307 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1308 |
msgid "Remind me later"
|
1309 |
msgstr "Opomni me kasneje"
|
1310 |
|
1311 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1312 |
msgid "Not interested"
|
1313 |
msgstr "Ne zanima me"
|
1314 |
|
1315 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1316 |
msgid "Review now"
|
1317 |
msgstr "Preglejte zdaj"
|
1318 |
|
@@ -1325,7 +1351,7 @@ msgid "Cookie List"
|
|
1325 |
msgstr "Piškotek"
|
1326 |
|
1327 |
#: public/class-cookie-law-info-public.php:253
|
1328 |
-
#: public/modules/shortcode/shortcode.php:
|
1329 |
msgid "Cookie"
|
1330 |
msgstr "Piškotek"
|
1331 |
|
@@ -1361,30 +1387,30 @@ msgstr "Nič Najdeno"
|
|
1361 |
msgid "Nothing found in Trash"
|
1362 |
msgstr "Nič ni bilo najdeno v smetnjaku"
|
1363 |
|
1364 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1365 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1366 |
msgid "Script Blocker"
|
1367 |
msgstr "Blokator skriptov"
|
1368 |
|
1369 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1370 |
msgid "Status updated"
|
1371 |
msgstr "Stanje posodobljeno"
|
1372 |
|
1373 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1374 |
msgid "Advanced script rendering"
|
1375 |
msgstr "Napredno upodabljanje skriptov"
|
1376 |
|
1377 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1378 |
#: public/modules/script-blocker/views/settings.php:7
|
1379 |
msgid "Enable"
|
1380 |
msgstr "Omogoči"
|
1381 |
|
1382 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1383 |
#: public/modules/script-blocker/views/settings.php:7
|
1384 |
msgid "Disable"
|
1385 |
msgstr "Onemogoči"
|
1386 |
|
1387 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1388 |
msgid ""
|
1389 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1390 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1459,47 +1485,47 @@ msgstr "Onemogočeno: vtičniki bodo upodobljeni pred pridobitvijo soglasja."
|
|
1459 |
msgid "Inactive"
|
1460 |
msgstr "Neaktiven"
|
1461 |
|
1462 |
-
#: public/modules/shortcode/shortcode.php:
|
1463 |
msgid "Your current state:"
|
1464 |
msgstr "Vaše trenutno stanje:"
|
1465 |
|
1466 |
-
#: public/modules/shortcode/shortcode.php:
|
1467 |
msgid "Consent accepted."
|
1468 |
msgstr "Soglasje sprejeto."
|
1469 |
|
1470 |
-
#: public/modules/shortcode/shortcode.php:
|
1471 |
msgid "Consent rejected."
|
1472 |
msgstr "Soglasje zavrnjeno."
|
1473 |
|
1474 |
-
#: public/modules/shortcode/shortcode.php:
|
1475 |
msgid "No consent given."
|
1476 |
msgstr "Ni privolitve."
|
1477 |
|
1478 |
-
#: public/modules/shortcode/shortcode.php:
|
1479 |
msgid "Manage your consent."
|
1480 |
msgstr "Upravljajte svoje soglasje."
|
1481 |
|
1482 |
-
#: public/modules/shortcode/shortcode.php:
|
1483 |
msgid "Delete Cookies"
|
1484 |
msgstr "Briši piškotke"
|
1485 |
|
1486 |
-
#: public/modules/shortcode/shortcode.php:
|
1487 |
msgid "No records found"
|
1488 |
msgstr "Ni najdenih zapisov"
|
1489 |
|
1490 |
-
#: public/modules/shortcode/shortcode.php:
|
1491 |
msgid "Type"
|
1492 |
msgstr "Vrsta"
|
1493 |
|
1494 |
-
#: public/modules/shortcode/shortcode.php:
|
1495 |
msgid "Duration"
|
1496 |
msgstr "Trajanje"
|
1497 |
|
1498 |
-
#: public/modules/shortcode/shortcode.php:
|
1499 |
msgid "Close the cookie bar"
|
1500 |
msgstr "Zaprite piškotek"
|
1501 |
|
1502 |
-
#: public/modules/shortcode/shortcode.php:
|
1503 |
msgid "Close and Accept"
|
1504 |
msgstr "Zaprite in sprejmite"
|
1505 |
|
@@ -1519,6 +1545,33 @@ msgstr "Pokaži več"
|
|
1519 |
msgid "Show less"
|
1520 |
msgstr "Pokaži manj"
|
1521 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1522 |
#~ msgid "Non-necessary Cookie"
|
1523 |
#~ msgstr "Piškotek ni potreben"
|
1524 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:40+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:40+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: sl\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
15 |
"%100==4 ? 2 : 3);\n"
|
19 |
#: admin/class-cookie-law-info-admin.php:147
|
20 |
#: admin/class-cookie-law-info-admin.php:148
|
21 |
#: admin/class-cookie-law-info-admin.php:247
|
22 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
23 |
msgid "Settings"
|
24 |
msgstr "Nastavitve"
|
25 |
|
47 |
#: admin/class-cookie-law-info-admin.php:334
|
48 |
#: admin/class-cookie-law-info-admin.php:378
|
49 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
50 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
51 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
52 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
53 |
msgid "You do not have sufficient permission to perform this operation"
|
54 |
msgstr "Nimate zadostnih dovoljenj za izvedbo te operacije"
|
55 |
|
169 |
msgstr "Potrdi"
|
170 |
|
171 |
#: admin/modules/ccpa/ccpa.php:108
|
172 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
173 |
msgid "Cancel"
|
174 |
msgstr "Prekliči"
|
175 |
|
296 |
#: admin/views/admin_necessary_cookie.php:39
|
297 |
#: admin/views/admin_non_necessary_cookie.php:54
|
298 |
#: public/modules/script-blocker/views/settings.php:142
|
299 |
+
#: public/modules/shortcode/shortcode.php:220
|
300 |
msgid "Description"
|
301 |
msgstr "Opis"
|
302 |
|
321 |
msgstr "Predogled v živo"
|
322 |
|
323 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
324 |
+
msgid "The plugin is complex to set up"
|
325 |
+
msgstr "Vtičnik je zapleten za namestitev"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
328 |
msgid "Please describe which area you are facing difficulties"
|
329 |
msgstr "Opišite, na katerem področju se soočate s težavami"
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
332 |
+
msgid "I found a better plugin"
|
333 |
+
msgstr "Našel sem boljši vtičnik"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
336 |
+
msgid "Which plugin?"
|
337 |
+
msgstr "Kateri vtičnik?"
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
340 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
341 |
+
msgstr ""
|
342 |
+
"Vtičnik je odličen, vendar potrebujem posebno funkcijo, ki je ne podpirate"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
345 |
+
msgid "Could you tell us more about that feature?"
|
346 |
+
msgstr "Bi nam lahko povedali več o tej funkciji?"
|
|
|
|
|
|
|
|
|
347 |
|
348 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
349 |
+
msgid "The plugin didn't work as expected"
|
350 |
+
msgstr "Vtičnik ni deloval po pričakovanjih"
|
351 |
|
352 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
353 |
+
msgid "What did you expect?"
|
354 |
+
msgstr "Kaj si pričakoval?"
|
|
|
355 |
|
356 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
357 |
+
msgid "A conflict with another plugin or theme"
|
358 |
+
msgstr "Konflikt z drugim vtičnikom ali temo"
|
359 |
|
360 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
361 |
+
msgid "Which plugin or theme?"
|
362 |
+
msgstr "Kateri vtičnik ali tema?"
|
363 |
|
364 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
365 |
+
msgid "Translation issues"
|
366 |
+
msgstr "Težave s prevajanjem"
|
|
|
367 |
|
368 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
369 |
+
msgid "Incorrect/missing translation"
|
370 |
+
msgstr "Napačen / manjkajoč prevod"
|
371 |
|
372 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
373 |
+
msgid "Name the language"
|
374 |
+
msgstr "Poimenujte jezik"
|
375 |
|
376 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
377 |
+
msgid ""
|
378 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
379 |
+
msgstr ""
|
380 |
+
"Ne morem prevesti svoje dinamične vsebine, npr. Sporočila o piškotkih, "
|
381 |
+
"besedila gumbov itd"
|
382 |
|
383 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
384 |
+
msgid "Name the language and the translator plugin that you are using"
|
385 |
+
msgstr "Poimenujte jezik in vtičnik za prevajalec, ki ga uporabljate"
|
386 |
+
|
387 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
388 |
+
msgid "Upgrade to pro"
|
389 |
+
msgstr "Nadgradnja na profesionalni nivo"
|
390 |
+
|
391 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
392 |
#: admin/views/admin-settings-general.php:10
|
393 |
+
#: admin/views/admin-settings-general.php:66
|
394 |
msgid "Other"
|
395 |
msgstr "Ostalo"
|
396 |
|
397 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
398 |
msgid "Could you tell us a bit more?"
|
399 |
msgstr "Bi nam lahko povedali nekaj več?"
|
400 |
|
401 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
402 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
403 |
msgstr "Če imate trenutek, nam povejte, zakaj ste deaktivirati:"
|
404 |
|
405 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
406 |
+
msgid ""
|
407 |
+
"We do not collect any personal data when you submit this form. It's your "
|
408 |
+
"feedback that we value."
|
409 |
+
msgstr ""
|
410 |
+
"Ko oddate ta obrazec, ne zbiramo nobenih osebnih podatkov. Cenimo vaše "
|
411 |
+
"povratne informacije."
|
412 |
|
413 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
414 |
+
msgid "Privacy Policy"
|
415 |
+
msgstr "Pravilnik o zasebnosti"
|
416 |
+
|
417 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
418 |
msgid "Go to support"
|
419 |
msgstr "Pojdi na podporo"
|
420 |
|
421 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
422 |
msgid "Submit & Deactivate"
|
423 |
msgstr "Pošlji in deaktiviraj"
|
424 |
|
425 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
426 |
+
msgid "I rather wouldn't say"
|
427 |
+
msgstr "Raje ne bi rekel"
|
428 |
+
|
429 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
430 |
#: admin/views/admin_necessary_cookie.php:20
|
431 |
#: admin/views/admin_non_necessary_cookie.php:17
|
446 |
msgid "Unable to reset settings."
|
447 |
msgstr "Nastavitev ni mogoče ponastaviti."
|
448 |
|
|
|
|
|
|
|
|
|
449 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
450 |
msgid "Cookie bar is currently active"
|
451 |
msgstr "Piškotna vrstica je trenutno aktivna"
|
624 |
#: admin/views/admin-settings-buttons.php:311
|
625 |
#: admin/views/admin-settings-general.php:38
|
626 |
#: admin/views/admin-settings-general.php:54
|
627 |
+
#: admin/views/admin-settings-general.php:74
|
628 |
+
#: admin/views/admin-settings-general.php:82
|
629 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
630 |
#: admin/views/admin-settings-messagebar.php:86
|
631 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
632 |
#: admin/views/admin_non_necessary_cookie.php:32
|
633 |
msgid "Yes"
|
634 |
msgstr "Da"
|
639 |
#: admin/views/admin-settings-buttons.php:312
|
640 |
#: admin/views/admin-settings-general.php:39
|
641 |
#: admin/views/admin-settings-general.php:55
|
642 |
+
#: admin/views/admin-settings-general.php:75
|
643 |
+
#: admin/views/admin-settings-general.php:83
|
644 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
645 |
#: admin/views/admin-settings-messagebar.php:87
|
646 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
647 |
#: admin/views/admin_non_necessary_cookie.php:33
|
648 |
#: public/modules/script-blocker/views/settings.php:139
|
649 |
msgid "No"
|
766 |
msgid "This option will not work along with `Popup overlay`."
|
767 |
msgstr "Ta možnost ne bo delovala skupaj z besedilom \"Prekrivanje\"."
|
768 |
|
|
|
|
|
|
|
|
|
|
|
769 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
770 |
msgid "Reload after \"scroll accept\" event?"
|
771 |
msgstr "Znova naložite dogodek po »drsnem sprejemanju«?"
|
772 |
|
773 |
+
#: admin/views/admin-settings-general.php:80
|
774 |
msgid "Reload after Accept button click"
|
775 |
msgstr "Ponovno naloži, ko klikne gumb Sprejmi"
|
776 |
|
777 |
+
#: admin/views/admin-settings-general.php:87
|
778 |
msgid "Reload after Reject button click"
|
779 |
msgstr "Ponovno naloži po zavrnitvi gumba"
|
780 |
|
907 |
msgstr "Cookie bar kot"
|
908 |
|
909 |
#: admin/views/admin-settings-messagebar.php:10
|
910 |
+
#: admin/views/admin-settings-messagebar.php:145
|
911 |
+
msgid "Revisit consent"
|
912 |
+
msgstr "Ponovno obiščite soglasje"
|
913 |
|
914 |
#: admin/views/admin-settings-messagebar.php:15
|
915 |
msgid "Cookie Bar"
|
1029 |
msgid "On hide"
|
1030 |
msgstr "Koža"
|
1031 |
|
1032 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1033 |
+
msgid "previously"
|
1034 |
+
msgstr "prej"
|
1035 |
+
|
1036 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1037 |
+
msgid "Show again tab"
|
1038 |
+
msgstr "Prikaži zavihek znova"
|
1039 |
+
|
1040 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1041 |
+
msgid ""
|
1042 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1043 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1044 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1045 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1046 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1047 |
+
"website."
|
1048 |
+
msgstr ""
|
1049 |
+
"Soglasje za ponovni obisk bo obiskovalcem omogočilo ogled / urejanje / "
|
1050 |
+
"preklic njihovih predhodnih nastavitev. To lahko storite prek pripomočka "
|
1051 |
+
"in / ali kratke kode. Če je možnost pripomočka omogočena, se v nogi vašega "
|
1052 |
+
"spletnega mesta samodejno prikaže majhen pripomoček za zasebnost. Povezavo "
|
1053 |
+
"za upravljanje privolitve lahko vstavite tudi ročno, tako da na svoje "
|
1054 |
+
"spletno mesto dodate <b>kratko kodo [wt_cli_manage_consent]</b> ."
|
1055 |
+
|
1056 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1057 |
+
msgid "Enable revisit consent widget"
|
1058 |
+
msgstr "Omogoči pripomoček za ponovno obisk soglasja"
|
1059 |
+
|
1060 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1061 |
+
msgid ""
|
1062 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1063 |
+
"the footer of your website."
|
1064 |
+
msgstr ""
|
1065 |
+
"Če omogočite to možnost, se v nogi vašega spletnega mesta samodejno prikaže "
|
1066 |
+
"majhen pripomoček za zasebnost."
|
1067 |
+
|
1068 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1069 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1070 |
+
msgid "Tab Position"
|
1071 |
+
msgstr "Položaj zavihkaCurrent form' s actions"
|
1072 |
+
|
1073 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1074 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1075 |
+
msgid "Right"
|
1076 |
+
msgstr "Desno"
|
1077 |
+
|
1078 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1080 |
+
msgid "Left"
|
1081 |
+
msgstr "Levo"
|
1082 |
+
|
1083 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1084 |
+
msgid "Bottom Right"
|
1085 |
+
msgstr "Desno spodaj"
|
1086 |
+
|
1087 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1088 |
+
msgid "Bottom Left"
|
1089 |
+
msgstr "Levo spodaj"
|
1090 |
+
|
1091 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1092 |
+
msgid "Top Right"
|
1093 |
+
msgstr "Desno zgoraj"
|
1094 |
+
|
1095 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1096 |
+
msgid "Top Left"
|
1097 |
+
msgstr "Levo zgoraj"
|
1098 |
+
|
1099 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1100 |
+
msgid "From Right Margin"
|
1101 |
+
msgstr "Z desnega roba"
|
1102 |
+
|
1103 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1104 |
+
msgid "From Left Margin"
|
1105 |
+
msgstr "Levi rob"
|
1106 |
+
|
1107 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1108 |
+
msgid "Specify"
|
1109 |
+
msgstr "Navedite"
|
1110 |
+
|
1111 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1112 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1113 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1114 |
+
msgid "Title"
|
1115 |
+
msgstr "Naslov"
|
1116 |
+
|
1117 |
#: admin/views/admin-settings-save-button.php:12
|
1118 |
#: admin/views/admin_necessary_cookie.php:52
|
1119 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1120 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1121 |
msgid "Update Settings"
|
1122 |
msgstr "Posodobi nastavitve"
|
1123 |
|
1125 |
msgid "Necessary Cookie Settings"
|
1126 |
msgstr "Potrebne nastavitve piškotkov"
|
1127 |
|
|
|
|
|
|
|
|
|
|
|
1128 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1129 |
msgid "Non-necessary Cookie Settings"
|
1130 |
msgstr "Nastavitve piškotkov niso potrebne"
|
1319 |
"Prepričajte se, da se predpomnilnik počisti po vsaki posodobitvi vtičnika, "
|
1320 |
"še posebej, če imate pomanjšane datoteke JS in / ali CSS."
|
1321 |
|
1322 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1323 |
#, php-format
|
1324 |
msgid ""
|
1325 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1330 |
"Resnično bi bili hvaležni, če bi si vzeli trenutek, da bi spustili hiter "
|
1331 |
"pregled, ki nas bo navdušil za nadaljevanje."
|
1332 |
|
1333 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1334 |
msgid "Remind me later"
|
1335 |
msgstr "Opomni me kasneje"
|
1336 |
|
1337 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1338 |
msgid "Not interested"
|
1339 |
msgstr "Ne zanima me"
|
1340 |
|
1341 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1342 |
msgid "Review now"
|
1343 |
msgstr "Preglejte zdaj"
|
1344 |
|
1351 |
msgstr "Piškotek"
|
1352 |
|
1353 |
#: public/class-cookie-law-info-public.php:253
|
1354 |
+
#: public/modules/shortcode/shortcode.php:208
|
1355 |
msgid "Cookie"
|
1356 |
msgstr "Piškotek"
|
1357 |
|
1387 |
msgid "Nothing found in Trash"
|
1388 |
msgstr "Nič ni bilo najdeno v smetnjaku"
|
1389 |
|
1390 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1391 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1392 |
msgid "Script Blocker"
|
1393 |
msgstr "Blokator skriptov"
|
1394 |
|
1395 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1396 |
msgid "Status updated"
|
1397 |
msgstr "Stanje posodobljeno"
|
1398 |
|
1399 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1400 |
msgid "Advanced script rendering"
|
1401 |
msgstr "Napredno upodabljanje skriptov"
|
1402 |
|
1403 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1404 |
#: public/modules/script-blocker/views/settings.php:7
|
1405 |
msgid "Enable"
|
1406 |
msgstr "Omogoči"
|
1407 |
|
1408 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1409 |
#: public/modules/script-blocker/views/settings.php:7
|
1410 |
msgid "Disable"
|
1411 |
msgstr "Onemogoči"
|
1412 |
|
1413 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1414 |
msgid ""
|
1415 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1416 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1485 |
msgid "Inactive"
|
1486 |
msgstr "Neaktiven"
|
1487 |
|
1488 |
+
#: public/modules/shortcode/shortcode.php:99
|
1489 |
msgid "Your current state:"
|
1490 |
msgstr "Vaše trenutno stanje:"
|
1491 |
|
1492 |
+
#: public/modules/shortcode/shortcode.php:104
|
1493 |
msgid "Consent accepted."
|
1494 |
msgstr "Soglasje sprejeto."
|
1495 |
|
1496 |
+
#: public/modules/shortcode/shortcode.php:107
|
1497 |
msgid "Consent rejected."
|
1498 |
msgstr "Soglasje zavrnjeno."
|
1499 |
|
1500 |
+
#: public/modules/shortcode/shortcode.php:111
|
1501 |
msgid "No consent given."
|
1502 |
msgstr "Ni privolitve."
|
1503 |
|
1504 |
+
#: public/modules/shortcode/shortcode.php:113
|
1505 |
msgid "Manage your consent."
|
1506 |
msgstr "Upravljajte svoje soglasje."
|
1507 |
|
1508 |
+
#: public/modules/shortcode/shortcode.php:150
|
1509 |
msgid "Delete Cookies"
|
1510 |
msgstr "Briši piškotke"
|
1511 |
|
1512 |
+
#: public/modules/shortcode/shortcode.php:186
|
1513 |
msgid "No records found"
|
1514 |
msgstr "Ni najdenih zapisov"
|
1515 |
|
1516 |
+
#: public/modules/shortcode/shortcode.php:212
|
1517 |
msgid "Type"
|
1518 |
msgstr "Vrsta"
|
1519 |
|
1520 |
+
#: public/modules/shortcode/shortcode.php:216
|
1521 |
msgid "Duration"
|
1522 |
msgstr "Trajanje"
|
1523 |
|
1524 |
+
#: public/modules/shortcode/shortcode.php:533
|
1525 |
msgid "Close the cookie bar"
|
1526 |
msgstr "Zaprite piškotek"
|
1527 |
|
1528 |
+
#: public/modules/shortcode/shortcode.php:533
|
1529 |
msgid "Close and Accept"
|
1530 |
msgstr "Zaprite in sprejmite"
|
1531 |
|
1545 |
msgid "Show less"
|
1546 |
msgstr "Pokaži manj"
|
1547 |
|
1548 |
+
#~ msgid ""
|
1549 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1550 |
+
#~ "bit more?"
|
1551 |
+
#~ msgstr ""
|
1552 |
+
#~ "Kateri vtičnik uporabljate za jezikovno prevajanje? Bi nam lahko povedali "
|
1553 |
+
#~ "nekaj več?"
|
1554 |
+
|
1555 |
+
#~ msgid "Caching issues"
|
1556 |
+
#~ msgstr "Težave s predpomnjenjem"
|
1557 |
+
|
1558 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1559 |
+
#~ msgstr ""
|
1560 |
+
#~ "Kateri vtičnik za predpomnjenje uporabljate? Bi nam lahko povedali nekaj "
|
1561 |
+
#~ "več?"
|
1562 |
+
|
1563 |
+
#~ msgid "Cookie Law Settings"
|
1564 |
+
#~ msgstr "Nastavitve za pi¹kotke zakon"
|
1565 |
+
|
1566 |
+
#~ msgid "Show Again Tab"
|
1567 |
+
#~ msgstr "Ponovno prikaži zavihek"
|
1568 |
+
|
1569 |
+
#~ msgid "Use Show Again Tab?"
|
1570 |
+
#~ msgstr "Uporaba pokazati še kartico?"
|
1571 |
+
|
1572 |
+
#~ msgid "Show More Text"
|
1573 |
+
#~ msgstr "Prikaži več besedila"
|
1574 |
+
|
1575 |
#~ msgid "Non-necessary Cookie"
|
1576 |
#~ msgstr "Piškotek ni potreben"
|
1577 |
|
languages/cookie-law-info-sv_SE.mo
CHANGED
Binary file
|
languages/cookie-law-info-sv_SE.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: sv_SE\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
@@ -23,6 +23,7 @@ msgstr ""
|
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Inställningar"
|
28 |
|
@@ -50,9 +51,9 @@ msgstr "Pregled zasebnosti"
|
|
50 |
#: admin/class-cookie-law-info-admin.php:334
|
51 |
#: admin/class-cookie-law-info-admin.php:378
|
52 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
53 |
-
#: public/modules/script-blocker/script-blocker.php:
|
54 |
-
#: public/modules/script-blocker/script-blocker.php:
|
55 |
-
#: public/modules/script-blocker/script-blocker.php:
|
56 |
msgid "You do not have sufficient permission to perform this operation"
|
57 |
msgstr "Du har inte tillräckligt med behörighet för att utföra denna operation"
|
58 |
|
@@ -172,7 +173,7 @@ msgid "Confirm"
|
|
172 |
msgstr "Bekräfta"
|
173 |
|
174 |
#: admin/modules/ccpa/ccpa.php:108
|
175 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
176 |
msgid "Cancel"
|
177 |
msgstr "Annullera"
|
178 |
|
@@ -300,7 +301,7 @@ msgstr "Rubrik"
|
|
300 |
#: admin/views/admin_necessary_cookie.php:39
|
301 |
#: admin/views/admin_non_necessary_cookie.php:54
|
302 |
#: public/modules/script-blocker/views/settings.php:142
|
303 |
-
#: public/modules/shortcode/shortcode.php:
|
304 |
msgid "Description"
|
305 |
msgstr "Beskrivning"
|
306 |
|
@@ -325,92 +326,111 @@ msgid "Live preview"
|
|
325 |
msgstr "Live förhandsvisning"
|
326 |
|
327 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
328 |
-
msgid "The plugin is
|
329 |
-
msgstr "
|
330 |
|
331 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
332 |
msgid "Please describe which area you are facing difficulties"
|
333 |
msgstr "Beskriv vilket område du har svårigheter"
|
334 |
|
335 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
336 |
-
msgid "
|
337 |
-
msgstr "
|
338 |
|
339 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
340 |
-
msgid "Which plugin
|
341 |
-
msgstr "Vilket plugin
|
342 |
|
343 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
|
|
346 |
|
347 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
348 |
-
msgid ""
|
349 |
-
"
|
350 |
-
"more?"
|
351 |
-
msgstr ""
|
352 |
-
"Vilket plugin använder du för språköversättning? Kan du berätta lite mer för "
|
353 |
-
"oss?"
|
354 |
|
355 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
356 |
-
msgid "
|
357 |
-
msgstr "
|
358 |
|
359 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
360 |
-
msgid "
|
361 |
-
msgstr "
|
362 |
|
363 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
364 |
-
msgid "
|
365 |
-
msgstr "
|
366 |
|
367 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
368 |
-
msgid "Which plugin?"
|
369 |
-
msgstr "Vilket plugin?"
|
370 |
|
371 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
372 |
-
msgid "
|
373 |
-
msgstr ""
|
374 |
-
"Tillägget är bra, men jag behöver en specifik funktion som du inte stöder"
|
375 |
|
376 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
379 |
|
380 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
381 |
-
msgid "
|
382 |
-
msgstr "
|
383 |
|
384 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
385 |
-
msgid "
|
386 |
-
|
|
|
|
|
|
|
387 |
|
388 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
#: admin/views/admin-settings-general.php:10
|
390 |
-
#: admin/views/admin-settings-general.php:
|
391 |
msgid "Other"
|
392 |
msgstr "Andra"
|
393 |
|
394 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
395 |
msgid "Could you tell us a bit more?"
|
396 |
msgstr "Kan du berätta lite mer för oss?"
|
397 |
|
398 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
399 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
400 |
msgstr "Vänligen meddela oss varför du inaktiverar om du har en stund:"
|
401 |
|
402 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
403 |
-
msgid "
|
404 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
|
406 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
407 |
msgid "Go to support"
|
408 |
msgstr "Gå till support"
|
409 |
|
410 |
-
#: admin/modules/uninstall-feedback/uninstall-feedback.php:
|
411 |
msgid "Submit & Deactivate"
|
412 |
msgstr "Skicka och inaktivera"
|
413 |
|
|
|
|
|
|
|
|
|
414 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
415 |
#: admin/views/admin_necessary_cookie.php:20
|
416 |
#: admin/views/admin_non_necessary_cookie.php:17
|
@@ -431,10 +451,6 @@ msgstr "Inställningarna återställs till standardinställningarna."
|
|
431 |
msgid "Unable to reset settings."
|
432 |
msgstr "Det gick inte att återställa inställningarna."
|
433 |
|
434 |
-
#: admin/partials/cookie-law-info-admin_settings.php:31
|
435 |
-
msgid "Cookie Law Settings"
|
436 |
-
msgstr "Cookie Law Settings"
|
437 |
-
|
438 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
439 |
msgid "Cookie bar is currently active"
|
440 |
msgstr "Cookie bar är för närvarande aktiv"
|
@@ -616,13 +632,11 @@ msgstr "Öppna URL i nytt fönster?"
|
|
616 |
#: admin/views/admin-settings-buttons.php:311
|
617 |
#: admin/views/admin-settings-general.php:38
|
618 |
#: admin/views/admin-settings-general.php:54
|
619 |
-
#: admin/views/admin-settings-general.php:
|
620 |
-
#: admin/views/admin-settings-general.php:
|
621 |
-
#: admin/views/admin-settings-general.php:
|
622 |
-
#: admin/views/admin-settings-general.php:155
|
623 |
#: admin/views/admin-settings-messagebar.php:86
|
624 |
#: admin/views/admin-settings-messagebar.php:110
|
625 |
-
#: admin/views/admin-settings-messagebar.php:150
|
626 |
#: admin/views/admin_non_necessary_cookie.php:32
|
627 |
msgid "Yes"
|
628 |
msgstr "Ja"
|
@@ -633,13 +647,11 @@ msgstr "Ja"
|
|
633 |
#: admin/views/admin-settings-buttons.php:312
|
634 |
#: admin/views/admin-settings-general.php:39
|
635 |
#: admin/views/admin-settings-general.php:55
|
636 |
-
#: admin/views/admin-settings-general.php:
|
637 |
-
#: admin/views/admin-settings-general.php:
|
638 |
-
#: admin/views/admin-settings-general.php:
|
639 |
-
#: admin/views/admin-settings-general.php:156
|
640 |
#: admin/views/admin-settings-messagebar.php:87
|
641 |
#: admin/views/admin-settings-messagebar.php:111
|
642 |
-
#: admin/views/admin-settings-messagebar.php:151
|
643 |
#: admin/views/admin_non_necessary_cookie.php:33
|
644 |
#: public/modules/script-blocker/views/settings.php:139
|
645 |
msgid "No"
|
@@ -764,81 +776,15 @@ msgid "This option will not work along with `Popup overlay`."
|
|
764 |
msgstr ""
|
765 |
"Det här alternativet fungerar inte tillsammans med \"Popup-överläggning\"."
|
766 |
|
767 |
-
#: admin/views/admin-settings-general.php:66
|
768 |
-
#: admin/views/admin-settings-messagebar.php:145
|
769 |
-
msgid "Show Again Tab"
|
770 |
-
msgstr "Visa igen fliken"
|
771 |
-
|
772 |
#: admin/views/admin-settings-general.php:69
|
773 |
-
#: admin/views/admin-settings-messagebar.php:148
|
774 |
-
msgid "Use Show Again Tab?"
|
775 |
-
msgstr "Använd Visa igen fliken?"
|
776 |
-
|
777 |
-
#: admin/views/admin-settings-general.php:77
|
778 |
-
#: admin/views/admin-settings-general.php:94
|
779 |
-
#: admin/views/admin-settings-messagebar.php:156
|
780 |
-
#: admin/views/admin-settings-messagebar.php:173
|
781 |
-
msgid "Tab Position"
|
782 |
-
msgstr "Tab Position"
|
783 |
-
|
784 |
-
#: admin/views/admin-settings-general.php:82
|
785 |
-
#: admin/views/admin-settings-general.php:85
|
786 |
-
#: admin/views/admin-settings-messagebar.php:161
|
787 |
-
#: admin/views/admin-settings-messagebar.php:164
|
788 |
-
msgid "Right"
|
789 |
-
msgstr "Höger"
|
790 |
-
|
791 |
-
#: admin/views/admin-settings-general.php:83
|
792 |
-
#: admin/views/admin-settings-general.php:86
|
793 |
-
#: admin/views/admin-settings-messagebar.php:162
|
794 |
-
#: admin/views/admin-settings-messagebar.php:165
|
795 |
-
msgid "Left"
|
796 |
-
msgstr "Vänster"
|
797 |
-
|
798 |
-
#: admin/views/admin-settings-general.php:101
|
799 |
-
#: admin/views/admin-settings-messagebar.php:180
|
800 |
-
msgid "Bottom Right"
|
801 |
-
msgstr "Nere till höger"
|
802 |
-
|
803 |
-
#: admin/views/admin-settings-general.php:104
|
804 |
-
#: admin/views/admin-settings-messagebar.php:183
|
805 |
-
msgid "Bottom Left"
|
806 |
-
msgstr "Nere till höger"
|
807 |
-
|
808 |
-
#: admin/views/admin-settings-general.php:107
|
809 |
-
#: admin/views/admin-settings-messagebar.php:186
|
810 |
-
msgid "Top Right"
|
811 |
-
msgstr "Överst till höger"
|
812 |
-
|
813 |
-
#: admin/views/admin-settings-general.php:110
|
814 |
-
#: admin/views/admin-settings-messagebar.php:189
|
815 |
-
msgid "Top Left"
|
816 |
-
msgstr "Övre vänstra"
|
817 |
-
|
818 |
-
#: admin/views/admin-settings-general.php:117
|
819 |
-
#: admin/views/admin-settings-messagebar.php:196
|
820 |
-
msgid "From Left Margin"
|
821 |
-
msgstr "Från vänster marginal"
|
822 |
-
|
823 |
-
#: admin/views/admin-settings-general.php:120
|
824 |
-
#: admin/views/admin-settings-messagebar.php:199
|
825 |
-
msgid "Specify"
|
826 |
-
msgstr "Specificera"
|
827 |
-
|
828 |
-
#: admin/views/admin-settings-general.php:124
|
829 |
-
#: admin/views/admin-settings-messagebar.php:203
|
830 |
-
msgid "Show More Text"
|
831 |
-
msgstr "Visa mer text"
|
832 |
-
|
833 |
-
#: admin/views/admin-settings-general.php:135
|
834 |
msgid "Reload after \"scroll accept\" event?"
|
835 |
msgstr "Uppdatera efter \"scroll accept\" -händelsen?"
|
836 |
|
837 |
-
#: admin/views/admin-settings-general.php:
|
838 |
msgid "Reload after Accept button click"
|
839 |
msgstr "Uppdatera efter Accept knappen klicka"
|
840 |
|
841 |
-
#: admin/views/admin-settings-general.php:
|
842 |
msgid "Reload after Reject button click"
|
843 |
msgstr "Uppdatera efter Avvisa-knappen klicka"
|
844 |
|
@@ -970,8 +916,9 @@ msgid "Cookie bar"
|
|
970 |
msgstr "Cookie-verktygsfält"
|
971 |
|
972 |
#: admin/views/admin-settings-messagebar.php:10
|
973 |
-
|
974 |
-
|
|
|
975 |
|
976 |
#: admin/views/admin-settings-messagebar.php:15
|
977 |
msgid "Cookie Bar"
|
@@ -1093,10 +1040,95 @@ msgstr "Klibbig"
|
|
1093 |
msgid "On hide"
|
1094 |
msgstr "På dölja"
|
1095 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1096 |
#: admin/views/admin-settings-save-button.php:12
|
1097 |
#: admin/views/admin_necessary_cookie.php:52
|
1098 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1099 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1100 |
msgid "Update Settings"
|
1101 |
msgstr "Uppdatera inställningarna"
|
1102 |
|
@@ -1104,11 +1136,6 @@ msgstr "Uppdatera inställningarna"
|
|
1104 |
msgid "Necessary Cookie Settings"
|
1105 |
msgstr "Nödvändiga cookie-inställningar"
|
1106 |
|
1107 |
-
#: admin/views/admin_necessary_cookie.php:33
|
1108 |
-
#: admin/views/admin_non_necessary_cookie.php:48
|
1109 |
-
msgid "Title"
|
1110 |
-
msgstr "Titel"
|
1111 |
-
|
1112 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1113 |
msgid "Non-necessary Cookie Settings"
|
1114 |
msgstr "Icke-nödvändiga Cookie Settings"
|
@@ -1309,8 +1336,8 @@ msgstr ""
|
|
1309 |
"Se till att cachen rensas efter varje plugin-uppdatering, särskilt om du har "
|
1310 |
"minifierat JS- och / eller CSS-filer."
|
1311 |
|
1312 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1313 |
-
#,
|
1314 |
msgid ""
|
1315 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1316 |
"would really appreciate if you could take a moment to drop a quick review "
|
@@ -1320,15 +1347,15 @@ msgstr ""
|
|
1320 |
"skulle verkligen uppskatta om du kunde ta en stund att släppa en snabb "
|
1321 |
"recension som kommer att inspirera oss att fortsätta."
|
1322 |
|
1323 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1324 |
msgid "Remind me later"
|
1325 |
msgstr "Påminn mig senare"
|
1326 |
|
1327 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1328 |
msgid "Not interested"
|
1329 |
msgstr "Inte intresserad"
|
1330 |
|
1331 |
-
#: includes/class-cookie-law-info-review_request.php:
|
1332 |
msgid "Review now"
|
1333 |
msgstr "Granska nu"
|
1334 |
|
@@ -1342,7 +1369,7 @@ msgid "Cookie List"
|
|
1342 |
msgstr "Cookieslista"
|
1343 |
|
1344 |
#: public/class-cookie-law-info-public.php:253
|
1345 |
-
#: public/modules/shortcode/shortcode.php:
|
1346 |
msgid "Cookie"
|
1347 |
msgstr "Kaka"
|
1348 |
|
@@ -1378,30 +1405,30 @@ msgstr "Inget hittat"
|
|
1378 |
msgid "Nothing found in Trash"
|
1379 |
msgstr "Ingenting i papperskorgen"
|
1380 |
|
1381 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1382 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1383 |
msgid "Script Blocker"
|
1384 |
msgstr "Script Blocker"
|
1385 |
|
1386 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1387 |
msgid "Status updated"
|
1388 |
msgstr "Status uppdaterad"
|
1389 |
|
1390 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1391 |
msgid "Advanced script rendering"
|
1392 |
msgstr "Avancerad skriptåtergivning"
|
1393 |
|
1394 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1395 |
#: public/modules/script-blocker/views/settings.php:7
|
1396 |
msgid "Enable"
|
1397 |
msgstr "Aktivera"
|
1398 |
|
1399 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1400 |
#: public/modules/script-blocker/views/settings.php:7
|
1401 |
msgid "Disable"
|
1402 |
msgstr "Inaktivera"
|
1403 |
|
1404 |
-
#: public/modules/script-blocker/script-blocker.php:
|
1405 |
msgid ""
|
1406 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1407 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
@@ -1476,47 +1503,47 @@ msgstr "Inaktiverad: Plugins kommer att göras innan samtycket erhålls."
|
|
1476 |
msgid "Inactive"
|
1477 |
msgstr "Inaktiv"
|
1478 |
|
1479 |
-
#: public/modules/shortcode/shortcode.php:
|
1480 |
msgid "Your current state:"
|
1481 |
msgstr "Ditt nuvarande tillstånd:"
|
1482 |
|
1483 |
-
#: public/modules/shortcode/shortcode.php:
|
1484 |
msgid "Consent accepted."
|
1485 |
msgstr "Samtycke accepterat."
|
1486 |
|
1487 |
-
#: public/modules/shortcode/shortcode.php:
|
1488 |
msgid "Consent rejected."
|
1489 |
msgstr "Samtycke avvisat."
|
1490 |
|
1491 |
-
#: public/modules/shortcode/shortcode.php:
|
1492 |
msgid "No consent given."
|
1493 |
msgstr "Inget samtycke ges."
|
1494 |
|
1495 |
-
#: public/modules/shortcode/shortcode.php:
|
1496 |
msgid "Manage your consent."
|
1497 |
msgstr "Hantera ditt samtycke."
|
1498 |
|
1499 |
-
#: public/modules/shortcode/shortcode.php:
|
1500 |
msgid "Delete Cookies"
|
1501 |
msgstr "Ta bort cookies"
|
1502 |
|
1503 |
-
#: public/modules/shortcode/shortcode.php:
|
1504 |
msgid "No records found"
|
1505 |
msgstr "Inga uppgifter funna"
|
1506 |
|
1507 |
-
#: public/modules/shortcode/shortcode.php:
|
1508 |
msgid "Type"
|
1509 |
msgstr "Typ"
|
1510 |
|
1511 |
-
#: public/modules/shortcode/shortcode.php:
|
1512 |
msgid "Duration"
|
1513 |
msgstr "Varaktighet"
|
1514 |
|
1515 |
-
#: public/modules/shortcode/shortcode.php:
|
1516 |
msgid "Close the cookie bar"
|
1517 |
msgstr "Stäng kakfältet"
|
1518 |
|
1519 |
-
#: public/modules/shortcode/shortcode.php:
|
1520 |
msgid "Close and Accept"
|
1521 |
msgstr "Stäng och acceptera"
|
1522 |
|
@@ -1553,6 +1580,31 @@ msgstr "WebToffee"
|
|
1553 |
msgid "http://cookielawinfo.com/"
|
1554 |
msgstr "http://cookielawinfo.com/"
|
1555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1556 |
#~ msgid "Non-necessary Cookie"
|
1557 |
#~ msgstr "Ej nödvändig kaka"
|
1558 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: GDPR Cookie Consent\n"
|
4 |
+
"POT-Creation-Date: 2020-11-17 11:42+0530\n"
|
5 |
+
"PO-Revision-Date: 2020-11-17 11:42+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: sv_SE\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4.2\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: cookie-law-info.php\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
#: admin/class-cookie-law-info-admin.php:147
|
24 |
#: admin/class-cookie-law-info-admin.php:148
|
25 |
#: admin/class-cookie-law-info-admin.php:247
|
26 |
+
#: admin/partials/cookie-law-info-admin_settings.php:31
|
27 |
msgid "Settings"
|
28 |
msgstr "Inställningar"
|
29 |
|
51 |
#: admin/class-cookie-law-info-admin.php:334
|
52 |
#: admin/class-cookie-law-info-admin.php:378
|
53 |
#: admin/modules/cli-policy-generator/classes/class-policy-generator-ajax.php:22
|
54 |
+
#: public/modules/script-blocker/script-blocker.php:133
|
55 |
+
#: public/modules/script-blocker/script-blocker.php:173
|
56 |
+
#: public/modules/script-blocker/script-blocker.php:310
|
57 |
msgid "You do not have sufficient permission to perform this operation"
|
58 |
msgstr "Du har inte tillräckligt med behörighet för att utföra denna operation"
|
59 |
|
173 |
msgstr "Bekräfta"
|
174 |
|
175 |
#: admin/modules/ccpa/ccpa.php:108
|
176 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:154
|
177 |
msgid "Cancel"
|
178 |
msgstr "Annullera"
|
179 |
|
301 |
#: admin/views/admin_necessary_cookie.php:39
|
302 |
#: admin/views/admin_non_necessary_cookie.php:54
|
303 |
#: public/modules/script-blocker/views/settings.php:142
|
304 |
+
#: public/modules/shortcode/shortcode.php:220
|
305 |
msgid "Description"
|
306 |
msgstr "Beskrivning"
|
307 |
|
326 |
msgstr "Live förhandsvisning"
|
327 |
|
328 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:43
|
329 |
+
msgid "The plugin is complex to set up"
|
330 |
+
msgstr "Plugin är komplext att installera"
|
331 |
|
332 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:45
|
333 |
msgid "Please describe which area you are facing difficulties"
|
334 |
msgstr "Beskriv vilket område du har svårigheter"
|
335 |
|
336 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:49
|
337 |
+
msgid "I found a better plugin"
|
338 |
+
msgstr "Jag hittade ett bättre tillägg"
|
339 |
|
340 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:51
|
341 |
+
msgid "Which plugin?"
|
342 |
+
msgstr "Vilket plugin?"
|
343 |
|
344 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:55
|
345 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
346 |
+
msgstr ""
|
347 |
+
"Tillägget är bra, men jag behöver en specifik funktion som du inte stöder"
|
348 |
|
349 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:57
|
350 |
+
msgid "Could you tell us more about that feature?"
|
351 |
+
msgstr "Kan du berätta mer om den funktionen?"
|
|
|
|
|
|
|
|
|
352 |
|
353 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:61
|
354 |
+
msgid "The plugin didn't work as expected"
|
355 |
+
msgstr "Tillägget fungerade inte som förväntat"
|
356 |
|
357 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:63
|
358 |
+
msgid "What did you expect?"
|
359 |
+
msgstr "Vad förväntade du dig?"
|
360 |
|
361 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:67
|
362 |
+
msgid "A conflict with another plugin or theme"
|
363 |
+
msgstr "En konflikt med ett annat plugin eller tema"
|
364 |
|
365 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:69
|
366 |
+
msgid "Which plugin or theme?"
|
367 |
+
msgstr "Vilket plugin eller tema?"
|
368 |
|
369 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:73
|
370 |
+
msgid "Translation issues"
|
371 |
+
msgstr "Översättningsfrågor"
|
|
|
372 |
|
373 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:77
|
374 |
+
msgid "Incorrect/missing translation"
|
375 |
+
msgstr "Felaktig / saknad översättning"
|
376 |
|
377 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:79
|
378 |
+
msgid "Name the language"
|
379 |
+
msgstr "Namnge språket"
|
380 |
|
381 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:83
|
382 |
+
msgid ""
|
383 |
+
"Unable to translate my dynamic content e.g, cookie message, button text etc"
|
384 |
+
msgstr ""
|
385 |
+
"Det går inte att översätta mitt dynamiska innehåll, t.ex. cookie-meddelande, "
|
386 |
+
"knapptext osv"
|
387 |
|
388 |
#: admin/modules/uninstall-feedback/uninstall-feedback.php:85
|
389 |
+
msgid "Name the language and the translator plugin that you are using"
|
390 |
+
msgstr "Namnge språket och översättningsplugin som du använder"
|
391 |
+
|
392 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:91
|
393 |
+
msgid "Upgrade to pro"
|
394 |
+
msgstr "Uppgradera till pro"
|
395 |
+
|
396 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:95
|
397 |
#: admin/views/admin-settings-general.php:10
|
398 |
+
#: admin/views/admin-settings-general.php:66
|
399 |
msgid "Other"
|
400 |
msgstr "Andra"
|
401 |
|
402 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:97
|
403 |
msgid "Could you tell us a bit more?"
|
404 |
msgstr "Kan du berätta lite mer för oss?"
|
405 |
|
406 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:117
|
407 |
msgid "If you have a moment, please let us know why you are deactivating:"
|
408 |
msgstr "Vänligen meddela oss varför du inaktiverar om du har en stund:"
|
409 |
|
410 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:144
|
411 |
+
msgid ""
|
412 |
+
"We do not collect any personal data when you submit this form. It's your "
|
413 |
+
"feedback that we value."
|
414 |
+
msgstr ""
|
415 |
+
"Vi samlar inte in några personuppgifter när du skickar detta formulär. Det "
|
416 |
+
"är din feedback som vi värdesätter."
|
417 |
+
|
418 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:145
|
419 |
+
msgid "Privacy Policy"
|
420 |
+
msgstr "Integritetspolicy"
|
421 |
|
422 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:152
|
423 |
msgid "Go to support"
|
424 |
msgstr "Gå till support"
|
425 |
|
426 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:153
|
427 |
msgid "Submit & Deactivate"
|
428 |
msgstr "Skicka och inaktivera"
|
429 |
|
430 |
+
#: admin/modules/uninstall-feedback/uninstall-feedback.php:155
|
431 |
+
msgid "I rather wouldn't say"
|
432 |
+
msgstr "Jag vill inte delge den informationen"
|
433 |
+
|
434 |
#: admin/partials/cookie-law-info-admin_settings.php:25
|
435 |
#: admin/views/admin_necessary_cookie.php:20
|
436 |
#: admin/views/admin_non_necessary_cookie.php:17
|
451 |
msgid "Unable to reset settings."
|
452 |
msgstr "Det gick inte att återställa inställningarna."
|
453 |
|
|
|
|
|
|
|
|
|
454 |
#: admin/partials/cookie-law-info-admin_settings.php:39
|
455 |
msgid "Cookie bar is currently active"
|
456 |
msgstr "Cookie bar är för närvarande aktiv"
|
632 |
#: admin/views/admin-settings-buttons.php:311
|
633 |
#: admin/views/admin-settings-general.php:38
|
634 |
#: admin/views/admin-settings-general.php:54
|
635 |
+
#: admin/views/admin-settings-general.php:74
|
636 |
+
#: admin/views/admin-settings-general.php:82
|
637 |
+
#: admin/views/admin-settings-general.php:89
|
|
|
638 |
#: admin/views/admin-settings-messagebar.php:86
|
639 |
#: admin/views/admin-settings-messagebar.php:110
|
|
|
640 |
#: admin/views/admin_non_necessary_cookie.php:32
|
641 |
msgid "Yes"
|
642 |
msgstr "Ja"
|
647 |
#: admin/views/admin-settings-buttons.php:312
|
648 |
#: admin/views/admin-settings-general.php:39
|
649 |
#: admin/views/admin-settings-general.php:55
|
650 |
+
#: admin/views/admin-settings-general.php:75
|
651 |
+
#: admin/views/admin-settings-general.php:83
|
652 |
+
#: admin/views/admin-settings-general.php:90
|
|
|
653 |
#: admin/views/admin-settings-messagebar.php:87
|
654 |
#: admin/views/admin-settings-messagebar.php:111
|
|
|
655 |
#: admin/views/admin_non_necessary_cookie.php:33
|
656 |
#: public/modules/script-blocker/views/settings.php:139
|
657 |
msgid "No"
|
776 |
msgstr ""
|
777 |
"Det här alternativet fungerar inte tillsammans med \"Popup-överläggning\"."
|
778 |
|
|
|
|
|
|
|
|
|
|
|
779 |
#: admin/views/admin-settings-general.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
msgid "Reload after \"scroll accept\" event?"
|
781 |
msgstr "Uppdatera efter \"scroll accept\" -händelsen?"
|
782 |
|
783 |
+
#: admin/views/admin-settings-general.php:80
|
784 |
msgid "Reload after Accept button click"
|
785 |
msgstr "Uppdatera efter Accept knappen klicka"
|
786 |
|
787 |
+
#: admin/views/admin-settings-general.php:87
|
788 |
msgid "Reload after Reject button click"
|
789 |
msgstr "Uppdatera efter Avvisa-knappen klicka"
|
790 |
|
916 |
msgstr "Cookie-verktygsfält"
|
917 |
|
918 |
#: admin/views/admin-settings-messagebar.php:10
|
919 |
+
#: admin/views/admin-settings-messagebar.php:145
|
920 |
+
msgid "Revisit consent"
|
921 |
+
msgstr "Återvänd samtycke"
|
922 |
|
923 |
#: admin/views/admin-settings-messagebar.php:15
|
924 |
msgid "Cookie Bar"
|
1040 |
msgid "On hide"
|
1041 |
msgstr "På dölja"
|
1042 |
|
1043 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1044 |
+
msgid "previously"
|
1045 |
+
msgstr "tidigare"
|
1046 |
+
|
1047 |
+
#: admin/views/admin-settings-messagebar.php:145
|
1048 |
+
msgid "Show again tab"
|
1049 |
+
msgstr "Flik ”Visa igen”"
|
1050 |
+
|
1051 |
+
#: admin/views/admin-settings-messagebar.php:147
|
1052 |
+
msgid ""
|
1053 |
+
"Revisit consent will allow the visitors to view/edit/revoke their prior "
|
1054 |
+
"preferences. This can be done via a widget and/or a shortcode. A small "
|
1055 |
+
"privacy widget is automatically displayed at the footer of your website if "
|
1056 |
+
"the widget option is enabled. You can also manually insert a link to manage "
|
1057 |
+
"consent by adding the shortcode <b>[wt_cli_manage_consent]</b> to your "
|
1058 |
+
"website."
|
1059 |
+
msgstr ""
|
1060 |
+
"Återbesök samtycke gör det möjligt för besökarna att visa / redigera / "
|
1061 |
+
"återkalla sina tidigare preferenser. Detta kan göras via en widget och / "
|
1062 |
+
"eller en kortkod. En liten sekretesswidget visas automatiskt i sidfoten på "
|
1063 |
+
"din webbplats om widgetalternativet är aktiverat. Du kan också manuellt "
|
1064 |
+
"infoga en länk för att hantera samtycke genom att lägga till kortkoden "
|
1065 |
+
"<b>[wt_cli_manage_consent]</b> till din webbplats."
|
1066 |
+
|
1067 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1068 |
+
msgid "Enable revisit consent widget"
|
1069 |
+
msgstr "Aktivera widget för återvändande av samtycke"
|
1070 |
+
|
1071 |
+
#: admin/views/admin-settings-messagebar.php:152
|
1072 |
+
msgid ""
|
1073 |
+
"By enabling this option a small privacy widget is automatically displayed at "
|
1074 |
+
"the footer of your website."
|
1075 |
+
msgstr ""
|
1076 |
+
"Genom att aktivera detta alternativ visas automatiskt en liten "
|
1077 |
+
"sekretesswidget i sidfoten på din webbplats."
|
1078 |
+
|
1079 |
+
#: admin/views/admin-settings-messagebar.php:163
|
1080 |
+
#: admin/views/admin-settings-messagebar.php:180
|
1081 |
+
msgid "Tab Position"
|
1082 |
+
msgstr "Tab Position"
|
1083 |
+
|
1084 |
+
#: admin/views/admin-settings-messagebar.php:168
|
1085 |
+
#: admin/views/admin-settings-messagebar.php:171
|
1086 |
+
msgid "Right"
|
1087 |
+
msgstr "Höger"
|
1088 |
+
|
1089 |
+
#: admin/views/admin-settings-messagebar.php:169
|
1090 |
+
#: admin/views/admin-settings-messagebar.php:172
|
1091 |
+
msgid "Left"
|
1092 |
+
msgstr "Vänster"
|
1093 |
+
|
1094 |
+
#: admin/views/admin-settings-messagebar.php:187
|
1095 |
+
msgid "Bottom Right"
|
1096 |
+
msgstr "Nere till höger"
|
1097 |
+
|
1098 |
+
#: admin/views/admin-settings-messagebar.php:190
|
1099 |
+
msgid "Bottom Left"
|
1100 |
+
msgstr "Nere till höger"
|
1101 |
+
|
1102 |
+
#: admin/views/admin-settings-messagebar.php:193
|
1103 |
+
msgid "Top Right"
|
1104 |
+
msgstr "Överst till höger"
|
1105 |
+
|
1106 |
+
#: admin/views/admin-settings-messagebar.php:196
|
1107 |
+
msgid "Top Left"
|
1108 |
+
msgstr "Övre vänstra"
|
1109 |
+
|
1110 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1111 |
+
msgid "From Right Margin"
|
1112 |
+
msgstr "Från höger marginal"
|
1113 |
+
|
1114 |
+
#: admin/views/admin-settings-messagebar.php:203
|
1115 |
+
msgid "From Left Margin"
|
1116 |
+
msgstr "Från vänster marginal"
|
1117 |
+
|
1118 |
+
#: admin/views/admin-settings-messagebar.php:206
|
1119 |
+
msgid "Specify"
|
1120 |
+
msgstr "Specificera"
|
1121 |
+
|
1122 |
+
#: admin/views/admin-settings-messagebar.php:215
|
1123 |
+
#: admin/views/admin_necessary_cookie.php:33
|
1124 |
+
#: admin/views/admin_non_necessary_cookie.php:48
|
1125 |
+
msgid "Title"
|
1126 |
+
msgstr "Titel"
|
1127 |
+
|
1128 |
#: admin/views/admin-settings-save-button.php:12
|
1129 |
#: admin/views/admin_necessary_cookie.php:52
|
1130 |
#: admin/views/admin_non_necessary_cookie.php:87
|
1131 |
+
#: public/modules/script-blocker/script-blocker.php:219
|
1132 |
msgid "Update Settings"
|
1133 |
msgstr "Uppdatera inställningarna"
|
1134 |
|
1136 |
msgid "Necessary Cookie Settings"
|
1137 |
msgstr "Nödvändiga cookie-inställningar"
|
1138 |
|
|
|
|
|
|
|
|
|
|
|
1139 |
#: admin/views/admin_non_necessary_cookie.php:23
|
1140 |
msgid "Non-necessary Cookie Settings"
|
1141 |
msgstr "Icke-nödvändiga Cookie Settings"
|
1336 |
"Se till att cachen rensas efter varje plugin-uppdatering, särskilt om du har "
|
1337 |
"minifierat JS- och / eller CSS-filer."
|
1338 |
|
1339 |
+
#: includes/class-cookie-law-info-review_request.php:52
|
1340 |
+
#, php-format
|
1341 |
msgid ""
|
1342 |
"Hey, we at %sWebToffee%s would like to thank you for using our plugin. We "
|
1343 |
"would really appreciate if you could take a moment to drop a quick review "
|
1347 |
"skulle verkligen uppskatta om du kunde ta en stund att släppa en snabb "
|
1348 |
"recension som kommer att inspirera oss att fortsätta."
|
1349 |
|
1350 |
+
#: includes/class-cookie-law-info-review_request.php:55
|
1351 |
msgid "Remind me later"
|
1352 |
msgstr "Påminn mig senare"
|
1353 |
|
1354 |
+
#: includes/class-cookie-law-info-review_request.php:56
|
1355 |
msgid "Not interested"
|
1356 |
msgstr "Inte intresserad"
|
1357 |
|
1358 |
+
#: includes/class-cookie-law-info-review_request.php:57
|
1359 |
msgid "Review now"
|
1360 |
msgstr "Granska nu"
|
1361 |
|
1369 |
msgstr "Cookieslista"
|
1370 |
|
1371 |
#: public/class-cookie-law-info-public.php:253
|
1372 |
+
#: public/modules/shortcode/shortcode.php:208
|
1373 |
msgid "Cookie"
|
1374 |
msgstr "Kaka"
|
1375 |
|
1405 |
msgid "Nothing found in Trash"
|
1406 |
msgstr "Ingenting i papperskorgen"
|
1407 |
|
1408 |
+
#: public/modules/script-blocker/script-blocker.php:156
|
1409 |
+
#: public/modules/script-blocker/script-blocker.php:157
|
1410 |
msgid "Script Blocker"
|
1411 |
msgstr "Script Blocker"
|
1412 |
|
1413 |
+
#: public/modules/script-blocker/script-blocker.php:182
|
1414 |
msgid "Status updated"
|
1415 |
msgstr "Status uppdaterad"
|
1416 |
|
1417 |
+
#: public/modules/script-blocker/script-blocker.php:206
|
1418 |
msgid "Advanced script rendering"
|
1419 |
msgstr "Avancerad skriptåtergivning"
|
1420 |
|
1421 |
+
#: public/modules/script-blocker/script-blocker.php:208
|
1422 |
#: public/modules/script-blocker/views/settings.php:7
|
1423 |
msgid "Enable"
|
1424 |
msgstr "Aktivera"
|
1425 |
|
1426 |
+
#: public/modules/script-blocker/script-blocker.php:209
|
1427 |
#: public/modules/script-blocker/views/settings.php:7
|
1428 |
msgid "Disable"
|
1429 |
msgstr "Inaktivera"
|
1430 |
|
1431 |
+
#: public/modules/script-blocker/script-blocker.php:210
|
1432 |
msgid ""
|
1433 |
"Advanced script rendering will render the blocked scripts using javascript "
|
1434 |
"thus eliminating the need for a page refresh. It is also optimized for "
|
1503 |
msgid "Inactive"
|
1504 |
msgstr "Inaktiv"
|
1505 |
|
1506 |
+
#: public/modules/shortcode/shortcode.php:99
|
1507 |
msgid "Your current state:"
|
1508 |
msgstr "Ditt nuvarande tillstånd:"
|
1509 |
|
1510 |
+
#: public/modules/shortcode/shortcode.php:104
|
1511 |
msgid "Consent accepted."
|
1512 |
msgstr "Samtycke accepterat."
|
1513 |
|
1514 |
+
#: public/modules/shortcode/shortcode.php:107
|
1515 |
msgid "Consent rejected."
|
1516 |
msgstr "Samtycke avvisat."
|
1517 |
|
1518 |
+
#: public/modules/shortcode/shortcode.php:111
|
1519 |
msgid "No consent given."
|
1520 |
msgstr "Inget samtycke ges."
|
1521 |
|
1522 |
+
#: public/modules/shortcode/shortcode.php:113
|
1523 |
msgid "Manage your consent."
|
1524 |
msgstr "Hantera ditt samtycke."
|
1525 |
|
1526 |
+
#: public/modules/shortcode/shortcode.php:150
|
1527 |
msgid "Delete Cookies"
|
1528 |
msgstr "Ta bort cookies"
|
1529 |
|
1530 |
+
#: public/modules/shortcode/shortcode.php:186
|
1531 |
msgid "No records found"
|
1532 |
msgstr "Inga uppgifter funna"
|
1533 |
|
1534 |
+
#: public/modules/shortcode/shortcode.php:212
|
1535 |
msgid "Type"
|
1536 |
msgstr "Typ"
|
1537 |
|
1538 |
+
#: public/modules/shortcode/shortcode.php:216
|
1539 |
msgid "Duration"
|
1540 |
msgstr "Varaktighet"
|
1541 |
|
1542 |
+
#: public/modules/shortcode/shortcode.php:533
|
1543 |
msgid "Close the cookie bar"
|
1544 |
msgstr "Stäng kakfältet"
|
1545 |
|
1546 |
+
#: public/modules/shortcode/shortcode.php:533
|
1547 |
msgid "Close and Accept"
|
1548 |
msgstr "Stäng och acceptera"
|
1549 |
|
1580 |
msgid "http://cookielawinfo.com/"
|
1581 |
msgstr "http://cookielawinfo.com/"
|
1582 |
|
1583 |
+
#~ msgid ""
|
1584 |
+
#~ "Which plugin are you using for language translation? Could you tell us a "
|
1585 |
+
#~ "bit more?"
|
1586 |
+
#~ msgstr ""
|
1587 |
+
#~ "Vilket plugin använder du för språköversättning? Kan du berätta lite mer "
|
1588 |
+
#~ "för oss?"
|
1589 |
+
|
1590 |
+
#~ msgid "Caching issues"
|
1591 |
+
#~ msgstr "Cachingproblem"
|
1592 |
+
|
1593 |
+
#~ msgid "Which caching plugin are you using? Could you tell us a bit more?"
|
1594 |
+
#~ msgstr "Vilket caching-plugin använder du? Kan du berätta lite mer för oss?"
|
1595 |
+
|
1596 |
+
#~ msgid "Cookie Law Settings"
|
1597 |
+
#~ msgstr "Cookie Law Settings"
|
1598 |
+
|
1599 |
+
#~ msgid "Show Again Tab"
|
1600 |
+
#~ msgstr "Visa igen fliken"
|
1601 |
+
|
1602 |
+
#~ msgid "Use Show Again Tab?"
|
1603 |
+
#~ msgstr "Använd Visa igen fliken?"
|
1604 |
+
|
1605 |
+
#~ msgid "Show More Text"
|
1606 |
+
#~ msgstr "Visa mer text"
|
1607 |
+
|
1608 |
#~ msgid "Non-necessary Cookie"
|
1609 |
#~ msgstr "Ej nödvändig kaka"
|
1610 |
|
public/class-cookie-law-info-public.php
CHANGED
@@ -318,14 +318,14 @@ class Cookie_Law_Info_Public
|
|
318 |
$head = __($the_options['bar_heading_text'], 'cookie-law-info');
|
319 |
$head = trim(stripslashes($head));
|
320 |
|
321 |
-
$notify_html = '<div id="' . $this->cookielawinfo_remove_hash($the_options["notify_div_id"]) . '">' .
|
322 |
($head != "" ? '<h5 class="cli_messagebar_head">' . $head . '</h5>' : '')
|
323 |
. '<span>' . $str . '</span></div>';
|
324 |
|
325 |
//if($the_options['showagain_tab'] === true)
|
326 |
//{
|
327 |
$show_again = __(stripslashes($the_options["showagain_text"]), 'cookie-law-info');
|
328 |
-
$notify_html .= '<div id="' . $this->cookielawinfo_remove_hash($the_options["showagain_div_id"]) . '" style="display:none;"><span id="cookie_hdr_showagain">' . $show_again . '</span></div>';
|
329 |
//}
|
330 |
global $wp_query;
|
331 |
$current_obj = get_queried_object();
|
318 |
$head = __($the_options['bar_heading_text'], 'cookie-law-info');
|
319 |
$head = trim(stripslashes($head));
|
320 |
|
321 |
+
$notify_html = '<div id="' . $this->cookielawinfo_remove_hash($the_options["notify_div_id"]) . '" data-nosnippet="true">' .
|
322 |
($head != "" ? '<h5 class="cli_messagebar_head">' . $head . '</h5>' : '')
|
323 |
. '<span>' . $str . '</span></div>';
|
324 |
|
325 |
//if($the_options['showagain_tab'] === true)
|
326 |
//{
|
327 |
$show_again = __(stripslashes($the_options["showagain_text"]), 'cookie-law-info');
|
328 |
+
$notify_html .= '<div id="' . $this->cookielawinfo_remove_hash($the_options["showagain_div_id"]) . '" style="display:none;" data-nosnippet="true"><span id="cookie_hdr_showagain">' . $show_again . '</span></div>';
|
329 |
//}
|
330 |
global $wp_query;
|
331 |
$current_obj = get_queried_object();
|
public/js/cookie-law-info-public.js
CHANGED
@@ -99,7 +99,7 @@ var CLI=
|
|
99 |
this.attachDelete();
|
100 |
this.attachEvents();
|
101 |
this.configButtons();
|
102 |
-
|
103 |
var cli_hidebar_on_readmore=this.hideBarInReadMoreLink();
|
104 |
if( Boolean( this.settings.scroll_close ) ===true && cli_hidebar_on_readmore===false)
|
105 |
{
|
@@ -204,7 +204,7 @@ var CLI=
|
|
204 |
},
|
205 |
settingsPopUp:function()
|
206 |
{
|
207 |
-
jQuery('.cli_settings_button'
|
208 |
e.preventDefault();
|
209 |
CLI.settingsModal.addClass("cli-show").css({'opacity':0}).animate({'opacity':1});
|
210 |
CLI.settingsModal.removeClass('cli-blowup cli-out').addClass("cli-blowup");
|
@@ -936,6 +936,12 @@ var CLI=
|
|
936 |
exist = true;
|
937 |
}
|
938 |
return exist;
|
|
|
|
|
|
|
|
|
|
|
|
|
939 |
}
|
940 |
}
|
941 |
var cliBlocker =
|
99 |
this.attachDelete();
|
100 |
this.attachEvents();
|
101 |
this.configButtons();
|
102 |
+
this.reviewConsent();
|
103 |
var cli_hidebar_on_readmore=this.hideBarInReadMoreLink();
|
104 |
if( Boolean( this.settings.scroll_close ) ===true && cli_hidebar_on_readmore===false)
|
105 |
{
|
204 |
},
|
205 |
settingsPopUp:function()
|
206 |
{
|
207 |
+
jQuery(document).on('click','.cli_settings_button',function(e){
|
208 |
e.preventDefault();
|
209 |
CLI.settingsModal.addClass("cli-show").css({'opacity':0}).animate({'opacity':1});
|
210 |
CLI.settingsModal.removeClass('cli-blowup cli-out').addClass("cli-blowup");
|
936 |
exist = true;
|
937 |
}
|
938 |
return exist;
|
939 |
+
},
|
940 |
+
reviewConsent : function()
|
941 |
+
{
|
942 |
+
jQuery(document).on('click','.cli_manage_current_consent,.wt-cli-manage-consent-link',function(){
|
943 |
+
CLI.displayHeader();
|
944 |
+
});
|
945 |
}
|
946 |
}
|
947 |
var cliBlocker =
|
public/modules/script-blocker/assets/js/script-blocker.js
CHANGED
@@ -15,8 +15,6 @@
|
|
15 |
disableEvents: function(){
|
16 |
jQuery('.wt-cli-script-blocker-disabled').children().click(function(){return false;});
|
17 |
jQuery('.wt-cli-plugin-inactive').children().click(function(){return false;});
|
18 |
-
|
19 |
-
|
20 |
},
|
21 |
changeStatus: function( element ) {
|
22 |
|
15 |
disableEvents: function(){
|
16 |
jQuery('.wt-cli-script-blocker-disabled').children().click(function(){return false;});
|
17 |
jQuery('.wt-cli-plugin-inactive').children().click(function(){return false;});
|
|
|
|
|
18 |
},
|
19 |
changeStatus: function( element ) {
|
20 |
|
public/modules/shortcode/shortcode.php
CHANGED
@@ -32,13 +32,15 @@ class Cookie_Law_Info_Shortcode {
|
|
32 |
|
33 |
public $plugin_name;
|
34 |
|
|
|
|
|
35 |
public function __construct($parent_obj)
|
36 |
{
|
37 |
$this->version=$parent_obj->version;
|
38 |
$this->parent_obj=$parent_obj;
|
39 |
$this->plugin_obj=$parent_obj->plugin_obj;
|
40 |
$this->plugin_name=$parent_obj->plugin_name;
|
41 |
-
|
42 |
// Shortcodes:
|
43 |
add_shortcode( 'delete_cookies',array($this,'cookielawinfo_delete_cookies_shortcode')); // a shortcode [delete_cookies (text="Delete Cookies")]
|
44 |
add_shortcode( 'cookie_audit',array($this,'cookielawinfo_table_shortcode')); // a shortcode [cookie_audit style="winter"]
|
@@ -51,6 +53,7 @@ class Cookie_Law_Info_Shortcode {
|
|
51 |
add_shortcode('user_consent_state',array($this,'user_consent_state_shortcode'));
|
52 |
add_shortcode('webtoffee_powered_by',array($this,'wf_powered_by'));
|
53 |
add_shortcode( 'cookie_close',array($this,'cookielawinfo_shortcode_close_button')); // a shortcode [close_button]
|
|
|
54 |
|
55 |
}
|
56 |
|
@@ -529,5 +532,22 @@ class Cookie_Law_Info_Shortcode {
|
|
529 |
$styles = '';
|
530 |
return '<a style="'.$styles.'" aria-label="'.__('Close the cookie bar','cookie-law-info').'" data-cli_action="accept" class="wt-cli-element cli_cookie_close_button" title="'.__('Close and Accept','cookie-law-info').'">×</a>';
|
531 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
}
|
533 |
new Cookie_Law_Info_Shortcode($this);
|
32 |
|
33 |
public $plugin_name;
|
34 |
|
35 |
+
public $cookie_options;
|
36 |
+
|
37 |
public function __construct($parent_obj)
|
38 |
{
|
39 |
$this->version=$parent_obj->version;
|
40 |
$this->parent_obj=$parent_obj;
|
41 |
$this->plugin_obj=$parent_obj->plugin_obj;
|
42 |
$this->plugin_name=$parent_obj->plugin_name;
|
43 |
+
$this->cookie_options = Cookie_Law_Info::get_settings();
|
44 |
// Shortcodes:
|
45 |
add_shortcode( 'delete_cookies',array($this,'cookielawinfo_delete_cookies_shortcode')); // a shortcode [delete_cookies (text="Delete Cookies")]
|
46 |
add_shortcode( 'cookie_audit',array($this,'cookielawinfo_table_shortcode')); // a shortcode [cookie_audit style="winter"]
|
53 |
add_shortcode('user_consent_state',array($this,'user_consent_state_shortcode'));
|
54 |
add_shortcode('webtoffee_powered_by',array($this,'wf_powered_by'));
|
55 |
add_shortcode( 'cookie_close',array($this,'cookielawinfo_shortcode_close_button')); // a shortcode [close_button]
|
56 |
+
add_shortcode('wt_cli_manage_consent',array( $this, 'manage_consent'));
|
57 |
|
58 |
}
|
59 |
|
532 |
$styles = '';
|
533 |
return '<a style="'.$styles.'" aria-label="'.__('Close the cookie bar','cookie-law-info').'" data-cli_action="accept" class="wt-cli-element cli_cookie_close_button" title="'.__('Close and Accept','cookie-law-info').'">×</a>';
|
534 |
}
|
535 |
+
/**
|
536 |
+
* Add a link that allows the user the revisit their consent
|
537 |
+
*
|
538 |
+
* @since 1.9.4
|
539 |
+
* @access public
|
540 |
+
* @return string
|
541 |
+
*/
|
542 |
+
public function manage_consent(){
|
543 |
+
if( !$this->cookie_options ) {
|
544 |
+
$this->cookie_options = Cookie_Law_Info::get_settings();
|
545 |
+
}
|
546 |
+
$manage_consent_link = '';
|
547 |
+
$manage_consent_text = ( isset( $this->cookie_options['showagain_text'] ) ? $this->cookie_options['showagain_text'] : '' );
|
548 |
+
$manage_consent_link = '<a href="javascript:void(0)" class="wt-cli-manage-consent-link">'.$manage_consent_text.'</a>';
|
549 |
+
|
550 |
+
return $manage_consent_link;
|
551 |
+
}
|
552 |
}
|
553 |
new Cookie_Law_Info_Shortcode($this);
|
public/views/cookie-law-info_bar.php
CHANGED
@@ -15,7 +15,7 @@ if(file_exists($pop_content_html_file))
|
|
15 |
include $pop_content_html_file;
|
16 |
}
|
17 |
?>
|
18 |
-
<div class="cli-modal" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
|
19 |
<div class="cli-modal-dialog" role="document">
|
20 |
<div class="cli-modal-content cli-bar-popup">
|
21 |
<button type="button" class="cli-modal-close" id="cliModalClose">
|
15 |
include $pop_content_html_file;
|
16 |
}
|
17 |
?>
|
18 |
+
<div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
|
19 |
<div class="cli-modal-dialog" role="document">
|
20 |
<div class="cli-modal-content cli-bar-popup">
|
21 |
<button type="button" class="cli-modal-close" id="cliModalClose">
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: eu cookie law, GDPR, CCPA, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
Tested up to: 5.5
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -60,7 +60,7 @@ The plugin supports WPML and qTranslate so your translation needs are covered.
|
|
60 |
|
61 |
[Read more about the EU Cookie Law](https://cookielawinfo.com/ "More information about the EU Cookie Law")
|
62 |
|
63 |
-
[GDPR Cookie Consent user guide](https://www.
|
64 |
|
65 |
[Check our javascript solution for running third-party scripts](https://www.webtoffee.com/javascript-solution-for-running-third-party-scripts/ "Javascript solution for running third-party scripts")
|
66 |
|
@@ -105,7 +105,7 @@ For complete list of features and details, Please visit <a rel="nofollow" href="
|
|
105 |
There’s a lot of help available on the main plugin website. See:
|
106 |
|
107 |
https://www.cookielawinfo.com/faq
|
108 |
-
https://www.
|
109 |
https://www.cookielawinfo.com/support
|
110 |
|
111 |
= The cookie notice header isn’t displaying ? =
|
@@ -157,6 +157,11 @@ See http://cookielawinfo.com for more information on what is required.
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
|
|
|
|
160 |
= 1.9.3 =
|
161 |
|
162 |
* Fix: Editors unable to access the dashboard due to recent security update
|
@@ -450,6 +455,7 @@ See http://cookielawinfo.com for more information on what is required.
|
|
450 |
|
451 |
== Upgrade Notice ==
|
452 |
|
453 |
-
= 1.9.
|
454 |
|
455 |
-
*
|
|
4 |
Tags: eu cookie law, GDPR, CCPA, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 1.9.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
60 |
|
61 |
[Read more about the EU Cookie Law](https://cookielawinfo.com/ "More information about the EU Cookie Law")
|
62 |
|
63 |
+
[GDPR Cookie Consent user guide](https://www.webtoffee.com/gdpr-cookie-consent-plugin-basic-version-user-guide/ "GDPR Cookie Consent user guide")
|
64 |
|
65 |
[Check our javascript solution for running third-party scripts](https://www.webtoffee.com/javascript-solution-for-running-third-party-scripts/ "Javascript solution for running third-party scripts")
|
66 |
|
105 |
There’s a lot of help available on the main plugin website. See:
|
106 |
|
107 |
https://www.cookielawinfo.com/faq
|
108 |
+
https://www.webtoffee.com/gdpr-cookie-consent-plugin-basic-version-user-guide/
|
109 |
https://www.cookielawinfo.com/support
|
110 |
|
111 |
= The cookie notice header isn’t displaying ? =
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
+
= 1.9.4 =
|
161 |
+
|
162 |
+
* Renamed show again tab to revisit consent
|
163 |
+
* New shortcode `wt_cli_manage_consent` option for revisit consent
|
164 |
+
|
165 |
= 1.9.3 =
|
166 |
|
167 |
* Fix: Editors unable to access the dashboard due to recent security update
|
455 |
|
456 |
== Upgrade Notice ==
|
457 |
|
458 |
+
= 1.9.4 =
|
459 |
|
460 |
+
* Renamed show again tab to revisit consent
|
461 |
+
* New shortcode `wt_cli_manage_consent` option for revisit consent
|